mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 05:48:57 +00:00
fix: i18n string problems (#6131)
* fix: apply non-json i18n fixes * fix: pruning * fix: prepr * fix: run.mjs * fix: lint
This commit is contained in:
@@ -410,9 +410,6 @@
|
||||
"create-project-version.create-modal.stage.add-files.admonition": {
|
||||
"message": "Berkas tambahan hanya untuk sumber pendukung seperti kode sumber, bukan untuk versi atau varian lain."
|
||||
},
|
||||
"create.collection.collection-info": {
|
||||
"message": "Koleksi baru Anda akan dibuat sebagai koleksi publik dengan {count, plural, =0 {0 proyek} other {# proyek}}."
|
||||
},
|
||||
"create.collection.create-collection": {
|
||||
"message": "Buat koleksi"
|
||||
},
|
||||
@@ -587,9 +584,6 @@
|
||||
"dashboard.collections.empty.no-match-hint": {
|
||||
"message": "Coba sesuaikan kata kunci pencarian atau penyaringan Anda."
|
||||
},
|
||||
"dashboard.collections.label.projects-count": {
|
||||
"message": "{count} {countPlural, plural, other {proyek}}"
|
||||
},
|
||||
"dashboard.collections.label.search-input": {
|
||||
"message": "Cari koleksi Anda"
|
||||
},
|
||||
@@ -2024,9 +2018,6 @@
|
||||
"profile.label.collection": {
|
||||
"message": "Koleksi"
|
||||
},
|
||||
"profile.label.downloads": {
|
||||
"message": "{count} {countPlural, plural, other {pengunduhan}}"
|
||||
},
|
||||
"profile.label.joined": {
|
||||
"message": "Telah bergabung"
|
||||
},
|
||||
@@ -2045,9 +2036,6 @@
|
||||
"profile.label.organizations": {
|
||||
"message": "Organisasi"
|
||||
},
|
||||
"profile.label.projects": {
|
||||
"message": "{count} {countPlural, plural, other {proyek}}"
|
||||
},
|
||||
"profile.label.saving": {
|
||||
"message": "Menyimpan..."
|
||||
},
|
||||
@@ -2057,9 +2045,6 @@
|
||||
"profile.meta.description-with-bio": {
|
||||
"message": "{bio} - Unduh proyek milik {username} di Modrinth"
|
||||
},
|
||||
"profile.stats.projects-followers": {
|
||||
"message": "{count, plural, other {<stat>{count}</stat> pengikut proyek}}"
|
||||
},
|
||||
"profile.user-id": {
|
||||
"message": "Pengenal Pengguna: {id}"
|
||||
},
|
||||
@@ -2387,12 +2372,6 @@
|
||||
"project.settings.visit-dashboard": {
|
||||
"message": "Kunjungi dasbor proyek"
|
||||
},
|
||||
"project.stats.downloads-label": {
|
||||
"message": "unduhan{count, plural, other {}}"
|
||||
},
|
||||
"project.stats.followers-label": {
|
||||
"message": "pengikut{count, plural, other {}}"
|
||||
},
|
||||
"project.status.archived.message": {
|
||||
"message": "{title} telah diarsip. {title} tidak akan menerima pembaruan di masa mendatang kecuali pembuat memutuskan untuk membuka arsip proyek ini."
|
||||
},
|
||||
@@ -2402,24 +2381,12 @@
|
||||
"report.already-reported": {
|
||||
"message": "Anda sudah melaporkan {title}"
|
||||
},
|
||||
"report.already-reported-description": {
|
||||
"message": "Anda memiliki laporan terbuka untuk {item, select, project {proyek} version {versi} user {pengguna} other {konten}} ini. Anda dapat menambah informasi tambahan ke laporan ini bila diperlukan."
|
||||
},
|
||||
"report.back-to-item": {
|
||||
"message": "Kembali ke {item, select, project {proyek} version {versi} user {pengguna} other {konten}}"
|
||||
},
|
||||
"report.body.description": {
|
||||
"message": "Sertakan tautan dan gambar bila memungkinkan dan relevan. Laporan yang kosong atau tidak mencukupi akan ditutup dan diabaikan."
|
||||
},
|
||||
"report.body.title": {
|
||||
"message": "Mohon berikan konteks tambahan tentang laporan Anda"
|
||||
},
|
||||
"report.checking": {
|
||||
"message": "Memeriksa {item, select, project {proyek} version {versi} user {pengguna} other {konten}}..."
|
||||
},
|
||||
"report.could-not-find": {
|
||||
"message": "Tidak dapat menemukan {item, select, project {proyek} version {versi} user {pengguna} other {konten}}"
|
||||
},
|
||||
"report.for.violation": {
|
||||
"message": "Pelanggaran <rules-link>Peraturan</rules-link> Modrinth atau <terms-link>Ketentuan Penggunaan</terms-link>"
|
||||
},
|
||||
@@ -2459,15 +2426,9 @@
|
||||
"report.please-report": {
|
||||
"message": "Mohon laporkan:"
|
||||
},
|
||||
"report.question.content-id": {
|
||||
"message": "Apa pengenal (ID) dari {item, select, project {proyek} version {versi} user {pengguna} other {konten}} ini?"
|
||||
},
|
||||
"report.question.content-type": {
|
||||
"message": "Konten jenis apa yang ingin Anda laporkan?"
|
||||
},
|
||||
"report.question.report-reason": {
|
||||
"message": "Peraturan Modrinth manakah yang dilanggar oleh {item, select, project {proyek} version {versi} user {pengguna} other {konten}} ini?"
|
||||
},
|
||||
"report.report-content": {
|
||||
"message": "Laporkan konten ke moderator"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user