mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +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:
@@ -65,18 +65,6 @@
|
||||
"billing.resubscribe-modal.failed-load": {
|
||||
"defaultMessage": "Nepodařilo se načíst podrobnosti předplatného."
|
||||
},
|
||||
"billing.resubscribe-modal.interval.five-days": {
|
||||
"defaultMessage": "/5 dní"
|
||||
},
|
||||
"billing.resubscribe-modal.interval.monthly": {
|
||||
"defaultMessage": "/měsíc"
|
||||
},
|
||||
"billing.resubscribe-modal.interval.quarterly": {
|
||||
"defaultMessage": "/čtvrtletně"
|
||||
},
|
||||
"billing.resubscribe-modal.interval.yearly": {
|
||||
"defaultMessage": "/rok"
|
||||
},
|
||||
"billing.resubscribe-modal.next-charge": {
|
||||
"defaultMessage": "Další platba bude provedena <charge-date>{date}</charge-date>."
|
||||
},
|
||||
@@ -272,12 +260,6 @@
|
||||
"content.confirm-deletion.admonition-header": {
|
||||
"defaultMessage": "Upozornění při smazání"
|
||||
},
|
||||
"content.confirm-deletion.delete-button": {
|
||||
"defaultMessage": "Smazat {count} {itemType}{count, plural, one {} other {}}"
|
||||
},
|
||||
"content.confirm-deletion.header": {
|
||||
"defaultMessage": "Smazat {itemType}{count, plural, one {} other {}}"
|
||||
},
|
||||
"content.confirm-modpack-update.admonition-body": {
|
||||
"defaultMessage": "{action, select, downgrade {Downgrading} other {Updating}} může způsobit problémy s kompatibilitou. Mody nebo obsah, který jste přidali na modpack, zůstanou zachovány, ale nemusí být kompatibilní s novou verzí."
|
||||
},
|
||||
@@ -341,9 +323,6 @@
|
||||
"content.inline-backup.shift-click-hint": {
|
||||
"defaultMessage": "Podrž Shift a klikni, jestli chceš přeskočit potvrzení"
|
||||
},
|
||||
"content.inline-backup.warning-body": {
|
||||
"defaultMessage": "Doporučujeme vytvoření zálohy před pokračováním dále. V případě nějaké chyby můžeš obnovit {type, select, server {svět} other {instanci}}."
|
||||
},
|
||||
"content.modpack-card.content-hint-description": {
|
||||
"defaultMessage": "Obsah tvého modpacku nyní najdeš zde!"
|
||||
},
|
||||
@@ -383,9 +362,6 @@
|
||||
"content.page-layout.please-wait": {
|
||||
"defaultMessage": "Prosím, počkej"
|
||||
},
|
||||
"content.page-layout.search-placeholder": {
|
||||
"defaultMessage": "Vyhledat {count} {contentType}..."
|
||||
},
|
||||
"content.page-layout.share.file-names": {
|
||||
"defaultMessage": "Název souboru"
|
||||
},
|
||||
@@ -413,9 +389,6 @@
|
||||
"content.selection-bar.bulk.updating-waiting": {
|
||||
"defaultMessage": "Aktualizování {contentType}..."
|
||||
},
|
||||
"content.selection-bar.selected-count": {
|
||||
"defaultMessage": "{count} {contentType} vybráno"
|
||||
},
|
||||
"files.conflict-modal.overwritten-count": {
|
||||
"defaultMessage": "{count} přepsáno"
|
||||
},
|
||||
@@ -887,15 +860,9 @@
|
||||
"project-type.all": {
|
||||
"defaultMessage": "Vše"
|
||||
},
|
||||
"project-type.datapack.capital": {
|
||||
"defaultMessage": "{count, plural, one {Data Pack} few {Data Packy} many {Data Packů} other {Data Packů}}"
|
||||
},
|
||||
"project-type.datapack.category": {
|
||||
"defaultMessage": "Data Packy"
|
||||
},
|
||||
"project-type.datapack.lowercase": {
|
||||
"defaultMessage": "{count, plural, one {data pack} few {data packy} many {data packů} other {data packů}}"
|
||||
},
|
||||
"project-type.mod.capital": {
|
||||
"defaultMessage": "{count, plural, one {Mód} other {Módy}}"
|
||||
},
|
||||
@@ -1602,4 +1569,3 @@
|
||||
"defaultMessage": "Máš neuložené změny."
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user