From a7639ae802bb1d0cdb8a49213b17bf141739ddc5 Mon Sep 17 00:00:00 2001 From: "A. Regnander" Date: Mon, 16 Sep 2024 18:51:35 +0200 Subject: [PATCH] Update Localisations for European Spanish, Japanese, Traditional Chinese, German, Russian, Korean, Mexican Spanish, Italian, Tatar, Simplified Chinese, Hungarian, Ukrainian, Kazakh and Swedish Create es_es.json (#284) Changelog: http://c4br3r4.es/index.php?topic=807.0 Translate ja_jp (#282) Translation added Update Traditional Chinese for v15 (#281) * Update Traditional Chinese (zh_tw.json) Update Traditional Chinese localization for v15 From https://github.com/shedaniel/cloth-config/pull/216 * Apply suggestions from code review Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com> --------- Co-authored-by: notlin4 <121224522+notlin4@users.noreply.github.com> Update de_de.json (#264) * Updated de_de.json Improved German translation to make everything easier to understand * Improved German number types Improved translation of German number types to make them easier to understand Updated Russian translation (#258) Updated Russian translation. Made several corrections and added translations for new strings that can't be translated through Crowdin. Create ko_kr.json (#254) :D Mexican Spanish Translation (#249) A small translation Create it_it.json (#239) Vanilla-ish Tatar Translation! (#220) * Vanilla-ish Tatar Translation! * Small correction. Update zh_cn.json (#208) Create hu_hu.json (#203) Hungarian translation Create Ukrainian localization (#198) Create kk_kz.json (#188) Create sv_se.json (#173) --- .../assets/cloth-config2/lang/de_de.json | 42 ++++---- .../assets/cloth-config2/lang/es_es.json | 51 ++++++++++ .../assets/cloth-config2/lang/es_mx.json | 51 ++++++++++ .../assets/cloth-config2/lang/hu_hu.json | 50 ++++++++++ .../assets/cloth-config2/lang/it_it.json | 51 ++++++++++ .../assets/cloth-config2/lang/ja_jp.json | 74 +++++++------- .../assets/cloth-config2/lang/kk_kz.json | 50 ++++++++++ .../assets/cloth-config2/lang/ko_kr.json | 51 ++++++++++ .../assets/cloth-config2/lang/ru_ru.json | 96 +++++++++--------- .../assets/cloth-config2/lang/sv_se.json | 50 ++++++++++ .../assets/cloth-config2/lang/tt_ru.json | 52 ++++++++++ .../assets/cloth-config2/lang/uk_ua.json | 47 +++++++++ .../assets/cloth-config2/lang/zh_cn.json | 2 +- .../assets/cloth-config2/lang/zh_tw.json | 98 ++++++++++--------- 14 files changed, 614 insertions(+), 151 deletions(-) create mode 100644 common/src/main/resources/assets/cloth-config2/lang/es_es.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/es_mx.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/hu_hu.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/it_it.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/kk_kz.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/ko_kr.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/sv_se.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/tt_ru.json create mode 100644 common/src/main/resources/assets/cloth-config2/lang/uk_ua.json diff --git a/common/src/main/resources/assets/cloth-config2/lang/de_de.json b/common/src/main/resources/assets/cloth-config2/lang/de_de.json index 191af361..3f11f364 100644 --- a/common/src/main/resources/assets/cloth-config2/lang/de_de.json +++ b/common/src/main/resources/assets/cloth-config2/lang/de_de.json @@ -1,47 +1,51 @@ { - "text.cloth-config.save_and_done": "Änderungen speichern", + "text.cloth-config.save_and_done": "Speichern & Beenden", "text.cloth-config.apply": "Änderungen anwenden", "text.cloth-config.quit_config": "Änderungen nicht gespeichert", - "text.cloth-config.quit_config_sure": "Sind Sie sicher, dass Sie die Bearbeitung beenden möchten? Änderungen werden nicht gespeichert!", - "text.cloth-config.cancel_discard": "Änderungen verwerfen und abbrechen", - "text.cloth-config.quit_discard": "Beenden und Änderungen verwerfen", + "text.cloth-config.quit_config_sure": "Bist du sicher, dass du die Bearbeitung beenden möchtest? Änderungen werden nicht gespeichert!", + "text.cloth-config.cancel_discard": "Änderungen verwerfen", + "text.cloth-config.quit_discard": "Beenden & Änderungen verwerfen", "text.cloth-config.config": "Konfiguration", "text.cloth-config.multi_error": "Mehrere Probleme!", "text.cloth-config.not_editable": "Nicht bearbeitbar!", - "text.cloth-config.error.not_valid_number_int": "Keine gültige Zahl! (Ganzzahl)", - "text.cloth-config.error.not_valid_number_long": "Keine gültige Zahl! (Long)", - "text.cloth-config.error.not_valid_number_float": "Keine gültige Zahl! (Fließkomma)", - "text.cloth-config.error.not_valid_number_double": "Keine gültige Zahl! (Double)", + "text.cloth-config.error.not_valid_number_int": "Keine gültige Zahl! (32-Bit Ganzzahl)", + "text.cloth-config.error.not_valid_number_long": "Keine gültige Zahl! (64-Bit Ganzzahl)", + "text.cloth-config.error.not_valid_number_float": "Keine gültige Zahl! (32-Bit Gleitkommazahl)", + "text.cloth-config.error.not_valid_number_double": "Keine gültige Zahl! (64-Bit Gleitkommazahl)", "text.cloth-config.error.too_large": "Zu groß! (Maximum: %d)", "text.cloth-config.error.too_small": "Zu klein! (Minimum: %d)", - "text.cloth-config.error.color.no_alpha_allowed": "Keine Alpha erlaubt!", + "text.cloth-config.error.color.no_alpha_allowed": "Kein Alpha erlaubt!", "text.cloth-config.error.color.invalid_alpha": "Kein gültiger Wert! (Alpha)", "text.cloth-config.error.color.invalid_red": "Kein gültiger Wert! (Rot)", "text.cloth-config.error.color.invalid_green": "Kein gültiger Wert! (Grün)", "text.cloth-config.error.color.invalid_blue": "Kein gültiger Wert! (Blau)", "text.cloth-config.error.color.invalid_color": "Keine gültige Farbe!", - "text.cloth-config.error.color.no_hash": "Keine gültige Farbe! (Fehlendes #)", - "text.cloth-config.list.add": "Neu einfügen", + "text.cloth-config.error.color.no_hash": "Keine gültige Farbe! (# fehlt)", + "text.cloth-config.list.add": "Einfügen", "text.cloth-config.list.remove": "Auswahl löschen", "text.cloth-config.error_cannot_save": "Fehler!", "text.cloth-config.reset_value": "Zurücksetzen", "text.cloth.reset_value": "Zurücksetzen", "text.cloth-config.restart_required": "Neustart erforderlich", - "text.cloth-config.restart_required_sub": "Eine der geänderten Einstellungen erfordert einen Neustart von Minecraft. Fortfahren?", + "text.cloth-config.restart_required_sub": "Eine deiner geänderten Einstellungen erfordert, dass Minecraft neu gestartet wird. Möchtest du fortfahren?", "text.cloth-config.exit_minecraft": "Minecraft beenden", "text.cloth-config.ignore_restart": "Neustart ignorieren", "text.cloth-config.boolean.value.true": "§aJa", "text.cloth-config.boolean.value.false": "§cNein", - "text.cloth-config.dropdown.value.unknown": "§cKeine Vorschläge", + "text.cloth-config.dropdown.value.unknown": "§cKeine Werte", + "text.cloth-config.disabled_tooltip": "Deaktiviert (Anforderungen nicht erfüllt)", "modifier.cloth-config.alt": "Alt + %s", "modifier.cloth-config.ctrl": "Strg + %s", - "modifier.cloth-config.shift": "Shift + %s", - "title.cloth-config.config": "Cloth Mod Config Konfiguration", + "modifier.cloth-config.shift": "Umschalt + %s", + "title.cloth-config.config": "Cloth Config Mod-Konfiguration", "category.cloth-config.scrolling": "Scrollen", - "category.cloth-config.testing": "Konfigurationsbeispiel", + "category.cloth-config.testing": "Konfigurationsdemo", "option.cloth-config.scrollDuration": "Scroll-Dauer", "option.cloth-config.scrollStep": "Scrollstufe", - "option.cloth-config.bounceBackMultiplier": "Bounce-Multiplikator", - "option.cloth-config.setDefaultSmoothScroll": "Setze standardmäßig weiches Scrollen", - "option.cloth-config.disableSmoothScroll": "Deaktiviere weiches Scrollen" + "option.cloth-config.bounceBackMultiplier": "Sprungmultiplikator", + "option.cloth-config.setDefaultSmoothScroll": "Standardmäßig sanftes Scrollen einstellen", + "option.cloth-config.disableSmoothScroll": "Sanftes Scrollen deaktivieren", + "text.cloth-config.testing.1": "Du bist ein Mod-Entwickler und möchtest %1$s nutzen? Gehe zum %2$s, um loszulegen. Du kannst auch %3$s.", + "text.cloth-config.testing.2": "Cloth Config Wiki", + "text.cloth-config.testing.3": "hier klicken, um einfach so die Minecraft Optionsdatei zu öffnen." } diff --git a/common/src/main/resources/assets/cloth-config2/lang/es_es.json b/common/src/main/resources/assets/cloth-config2/lang/es_es.json new file mode 100644 index 00000000..c721669e --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/es_es.json @@ -0,0 +1,51 @@ +{ + "text.cloth-config.save_and_done": "Guardar y Salir", + "text.cloth-config.apply": "Aplicar Cambios", + "text.cloth-config.quit_config": "Cambios no guardados", + "text.cloth-config.quit_config_sure": "¿Seguro que quieres salir sin guardar los cambios realizados?", + "text.cloth-config.cancel_discard": "Descartar cambios", + "text.cloth-config.quit_discard": "Descartar y Salir", + "text.cloth-config.config": "Configuración", + "text.cloth-config.multi_error": "¡Múltiples Problemas!", + "text.cloth-config.not_editable": "¡No Modificable!", + "text.cloth-config.error.not_valid_number_int": "¡No es un número válido! (Integro)", + "text.cloth-config.error.not_valid_number_long": "¡No es un número válido! (Largo)", + "text.cloth-config.error.not_valid_number_float": "¡No es un número válido! (Flotante)", + "text.cloth-config.error.not_valid_number_double": "¡No es un número válido! (Doble)", + "text.cloth-config.error.too_large": "¡Demasiado Largo! (Máximo: %d)", + "text.cloth-config.error.too_small": "¡Demasiado Corto! (Mínimo: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "¡No se permite usar el Canal Alfa!", + "text.cloth-config.error.color.invalid_alpha": "¡No es un valor válido! (Alfa)", + "text.cloth-config.error.color.invalid_red": "¡No es un valor válido! (Rojo)", + "text.cloth-config.error.color.invalid_green": "¡No es un valor válido! (Verde)", + "text.cloth-config.error.color.invalid_blue": "¡No es un valor válido! (Azul)", + "text.cloth-config.error.color.invalid_color": "¡No es un color válido!", + "text.cloth-config.error.color.no_hash": "¡No es un color válido! (Falta #)", + "text.cloth-config.list.add": "Añadir un elemento", + "text.cloth-config.list.remove": "Eliminar el elemento seleccionado", + "text.cloth-config.error_cannot_save": "¡Error!", + "text.cloth-config.reset_value": "⟳", + "text.cloth.reset_value": "Restablecer", + "text.cloth-config.restart_required": "Necesario reiniciar", + "text.cloth-config.restart_required_sub": "Para aplicar uno de los cambios realizados es necesario reiniciar Minecraft.", + "text.cloth-config.exit_minecraft": "errar Minecraft", + "text.cloth-config.ignore_restart": "Salir sin Reiniciar", + "text.cloth-config.boolean.value.true": "Si", + "text.cloth-config.boolean.value.false": "No", + "text.cloth-config.dropdown.value.unknown": "Sin Sugerencias", + "text.cloth-config.disabled_tooltip": "Desactivado (no se cumplen los requisitos)", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Mayús + %s", + "title.cloth-config.config": "Configuración de Cloth Config API", + "category.cloth-config.scrolling": "Desplazamiento", + "category.cloth-config.testing": "Configuración de prueba", + "option.cloth-config.scrollDuration": "Duración del Desplazamiento", + "option.cloth-config.scrollStep": "Salto de Desplazamiento", + "option.cloth-config.bounceBackMultiplier": "Multiplicador de Rebote", + "option.cloth-config.setDefaultSmoothScroll": "Determinar el Desplazamiento Suave Predeterminado", + "option.cloth-config.disableSmoothScroll": "Desactivar el Desplazamiento Suave", + "text.cloth-config.testing.1": "¿Eres un desarrollador de mods y quieres usar %1$s? Puedes comenzar visitando la %2$s. También puedes %3$s.", + "text.cloth-config.testing.2": "Wiki de Cloth Config", + "text.cloth-config.testing.3": "Pulsar aquí para abrir la configuración de Minecraft sin ninguna razón específica" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/es_mx.json b/common/src/main/resources/assets/cloth-config2/lang/es_mx.json new file mode 100644 index 00000000..e00ec981 --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/es_mx.json @@ -0,0 +1,51 @@ +{ + "text.cloth-config.save_and_done": "Guardar y Salir", + "text.cloth-config.apply": "Aplicar Cambios", + "text.cloth-config.quit_config": "Cambios no Guardados", + "text.cloth-config.quit_config_sure": "¿Estás seguro de que quieres salir de la edición de la configuración? ¡Los cambios no se guardarán!", + "text.cloth-config.cancel_discard": "Descartar Cambios", + "text.cloth-config.quit_discard": "Salir y Descartar Cambios", + "text.cloth-config.config": "Configuración", + "text.cloth-config.multi_error": "¡Múltiples Problemas!", + "text.cloth-config.not_editable": "¡No se puede editar!", + "text.cloth-config.error.not_valid_number_int": "¡Número no válido! (Entero)", + "text.cloth-config.error.not_valid_number_long": "¡Número no válido! (Largo)", + "text.cloth-config.error.not_valid_number_float": "¡Número no válido! (Flotante)", + "text.cloth-config.error.not_valid_number_double": "¡Número no válido! (Doble)", + "text.cloth-config.error.too_large": "¡Demasiado Grande! (Máximo: %d)", + "text.cloth-config.error.too_small": "¡Demasiado Pequeño! (Mínimo: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "¡No se permite Alfa!", + "text.cloth-config.error.color.invalid_alpha": "¡Valor no válido! (Alfa)", + "text.cloth-config.error.color.invalid_red": "¡Valor no válido! (Rojo)", + "text.cloth-config.error.color.invalid_green": "¡Valor no válido! (Verde)", + "text.cloth-config.error.color.invalid_blue": "¡Valor no válido! (Azul)", + "text.cloth-config.error.color.invalid_color": "¡Color no válido!", + "text.cloth-config.error.color.no_hash": "¡Color no válido! (Falta #)", + "text.cloth-config.list.add": "Insertar Nuevo", + "text.cloth-config.list.remove": "Eliminar Seleccionado", + "text.cloth-config.error_cannot_save": "¡Error!", + "text.cloth-config.reset_value": "Restablecer", + "text.cloth.reset_value": "Restablecer", + "text.cloth-config.restart_required": "Reinicio Requerido", + "text.cloth-config.restart_required_sub": "Una de tus configuraciones modificadas requiere reiniciar Minecraft. ¿Deseas continuar?", + "text.cloth-config.exit_minecraft": "Salir de Minecraft", + "text.cloth-config.ignore_restart": "Ignorar Reinicio", + "text.cloth-config.boolean.value.true": "§aSí", + "text.cloth-config.boolean.value.false": "§cNo", + "text.cloth-config.dropdown.value.unknown": "§cSin sugerencias", + "text.cloth-config.disabled_tooltip": "Desactivado (requisitos no cumplidos)", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Configuración del Cloth Mod Config", + "category.cloth-config.scrolling": "Desplazamiento", + "category.cloth-config.testing": "Demostración de Configuración", + "option.cloth-config.scrollDuration": "Duración de Desplazamiento", + "option.cloth-config.scrollStep": "Paso de Desplazamiento", + "option.cloth-config.bounceBackMultiplier": "Multiplicador de Rebote", + "option.cloth-config.setDefaultSmoothScroll": "Establecer Desplazamiento Suave Predeterminado", + "option.cloth-config.disableSmoothScroll": "Desactivar Desplazamiento Suave", + "text.cloth-config.testing.1": "¿Eres un desarrollador de mods y quieres usar %1$s? Ve a %2$s para comenzar. También puedes %3$s.", + "text.cloth-config.testing.2": "Wiki de Cloth Config", + "text.cloth-config.testing.3": "haz clic aquí para abrir el archivo de opciones de Minecraft sin ninguna razón específica" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/hu_hu.json b/common/src/main/resources/assets/cloth-config2/lang/hu_hu.json new file mode 100644 index 00000000..61969b7e --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/hu_hu.json @@ -0,0 +1,50 @@ +{ + "text.cloth-config.save_and_done": "Mentés & Kilépés", + "text.cloth-config.apply": "Változások Alkalmazása", + "text.cloth-config.quit_config": "Módosítások Nem Mentve", + "text.cloth-config.quit_config_sure": "Biztos, hogy ki akarsz lépni a konfiguráció szerkesztéséből? Módosítások nem lesznek mentve!", + "text.cloth-config.cancel_discard": "Módosítások Elvetése", + "text.cloth-config.quit_discard": "Kilépés & Módosítások Elvetése", + "text.cloth-config.config": "Konfiguráció", + "text.cloth-config.multi_error": "Több Probléma!", + "text.cloth-config.not_editable": "Nem Szerkeszthető!", + "text.cloth-config.error.not_valid_number_int": "Nem érvényes szám! (Integer)", + "text.cloth-config.error.not_valid_number_long": "Nem érvényes szám! (Long)", + "text.cloth-config.error.not_valid_number_float": "Nem érvényes szám! (Float)", + "text.cloth-config.error.not_valid_number_double": "Nem érvényes szám! (Double)", + "text.cloth-config.error.too_large": "Túl Nagy! (Maximum: %d)", + "text.cloth-config.error.too_small": "Túl Kicsi! (Minimum: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "Alfa Nem Megengedett!", + "text.cloth-config.error.color.invalid_alpha": "Nem érvényes érték! (Alfa)", + "text.cloth-config.error.color.invalid_red": "Nem érvényes érték! (Piros)", + "text.cloth-config.error.color.invalid_green": "Nem érvényes érték! (Zöld)", + "text.cloth-config.error.color.invalid_blue": "Nem érvényes érték! (Kék)", + "text.cloth-config.error.color.invalid_color": "Nem érvényes szín!", + "text.cloth-config.error.color.no_hash": "Nem érvényes szín! (Hiányzik #)", + "text.cloth-config.list.add": "Új Beillesztése", + "text.cloth-config.list.remove": "Kijelöltek Törlése", + "text.cloth-config.error_cannot_save": "Hiba!", + "text.cloth-config.reset_value": "Visszaállítás", + "text.cloth.reset_value": "Visszaállítás", + "text.cloth-config.restart_required": "Újraindítás Szükséges", + "text.cloth-config.restart_required_sub": "A módosított beállítások egyike a Minecraft újraindítását igényli. Szeretnéd folytatni?", + "text.cloth-config.exit_minecraft": "Kilépés a Minecraftból", + "text.cloth-config.ignore_restart": "Újraindítás Mellőzése", + "text.cloth-config.boolean.value.true": "§aIgen", + "text.cloth-config.boolean.value.false": "§cNem", + "text.cloth-config.dropdown.value.unknown": "§cNincs javaslat", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Cloth Mod Konfig. Konfiguráció", + "category.cloth-config.scrolling": "Görgetés", + "category.cloth-config.testing": "Konfiguráció Demó", + "option.cloth-config.scrollDuration": "Görgetés Időtartama", + "option.cloth-config.scrollStep": "Görgetés Lépése", + "option.cloth-config.bounceBackMultiplier": "Pattogás Többszöröző", + "option.cloth-config.setDefaultSmoothScroll": "Alapértelmezett Sima Görgetés Beállítása", + "option.cloth-config.disableSmoothScroll": "Sima Görgetés Kikapcsolása", + "text.cloth-config.testing.1": "Egy mod fejlesztő vagy és akarod használni a %1$s-ot? Menj a %2$s-re, hogy elkezdd. %3$s.", + "text.cloth-config.testing.2": "Cloth Config Wiki", + "text.cloth-config.testing.3": "Ide is kattinthatsz, hogy megnyisd a Minecraft beállítások fájlját mindenféle ok nélkül" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/it_it.json b/common/src/main/resources/assets/cloth-config2/lang/it_it.json new file mode 100644 index 00000000..25470529 --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/it_it.json @@ -0,0 +1,51 @@ +{ + "text.cloth-config.save_and_done": "Salva e Esci", + "text.cloth-config.apply": "Applica Modifiche", + "text.cloth-config.quit_config": "Modifiche Non Salvate", + "text.cloth-config.quit_config_sure": "Sei sicuro di voler smettere di modificare la configurazione? Le modifiche non saranno salvate!", + "text.cloth-config.cancel_discard": "Annulla Modifiche", + "text.cloth-config.quit_discard": "Esci e Annulla Modifiche", + "text.cloth-config.config": "Configurazione", + "text.cloth-config.multi_error": "Molteplici Problemi!", + "text.cloth-config.not_editable": "Non Modificabile!", + "text.cloth-config.error.not_valid_number_int": "Numero non valido! (Integer)", + "text.cloth-config.error.not_valid_number_long": "Numero non valido! (Long)", + "text.cloth-config.error.not_valid_number_float": "Numero non valido! (Float)", + "text.cloth-config.error.not_valid_number_double": "Numero non valido! (Double)", + "text.cloth-config.error.too_large": "Troppo Grande! (Massimo: %d)", + "text.cloth-config.error.too_small": "Troppo Piccolo! (Minimo: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "Nessun Alpha Consentito!", + "text.cloth-config.error.color.invalid_alpha": "Valore non valido! (Alpha)", + "text.cloth-config.error.color.invalid_red": "Valore non valido! (Rosso)", + "text.cloth-config.error.color.invalid_green": "Valore non valido! (Verde)", + "text.cloth-config.error.color.invalid_blue": "Valore non valido! (Blu)", + "text.cloth-config.error.color.invalid_color": "Colore non valido!", + "text.cloth-config.error.color.no_hash": "Colore non valido! (Mancante #)", + "text.cloth-config.list.add": "Inserisci Nuovo", + "text.cloth-config.list.remove": "Elimina Selezionato", + "text.cloth-config.error_cannot_save": "Errore!", + "text.cloth-config.reset_value": "Ripristina", + "text.cloth.reset_value": "Ripristina", + "text.cloth-config.restart_required": "Riavvio Richiesto", + "text.cloth-config.restart_required_sub": "Una delle impostazioni modificate richiede il riavvio di Minecraft. Vuoi procedere?", + "text.cloth-config.exit_minecraft": "Esci da Minecraft", + "text.cloth-config.ignore_restart": "Ignora Riavvio", + "text.cloth-config.boolean.value.true": "§aSì", + "text.cloth-config.boolean.value.false": "§cNo", + "text.cloth-config.dropdown.value.unknown": "§cNessuna suggerimento", + "text.cloth-config.disabled_tooltip": "Disabilitato (requisiti non soddisfatti)", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Configurazione mod Cloth Config", + "category.cloth-config.scrolling": "Scorrimento", + "category.cloth-config.testing": "Demo Configurazione", + "option.cloth-config.scrollDuration": "Durata Scorrimento", + "option.cloth-config.scrollStep": "Passo Scorrimento", + "option.cloth-config.bounceBackMultiplier": "Moltiplicatore Rimbalzo", + "option.cloth-config.setDefaultSmoothScroll": "Imposta Scorrimento Fluido Predefinito", + "option.cloth-config.disableSmoothScroll": "Disabilita Scorrimento Fluido", + "text.cloth-config.testing.1": "Sei uno sviluppatore di mod e vuoi utilizzare %1$s? Vai su %2$s per iniziare. Puoi anche %3$s.", + "text.cloth-config.testing.2": "Cloth Config Wiki", + "text.cloth-config.testing.3": "clicca qui per aprire il file delle opzioni di Minecraft senza un motivo specifico" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/ja_jp.json b/common/src/main/resources/assets/cloth-config2/lang/ja_jp.json index 23c068bd..aff3ddb2 100644 --- a/common/src/main/resources/assets/cloth-config2/lang/ja_jp.json +++ b/common/src/main/resources/assets/cloth-config2/lang/ja_jp.json @@ -1,47 +1,47 @@ { - "text.cloth-config.save_and_done": "Save Changes", - "text.cloth-config.apply": "Apply Changes", - "text.cloth-config.quit_config": "Changes Not Saved", - "text.cloth-config.quit_config_sure": "Are you sure you want to quit editing the config? Changes will not be saved!", - "text.cloth-config.cancel_discard": "Cancel & Discard Changes", - "text.cloth-config.quit_discard": "Quit & Discard Changes", - "text.cloth-config.config": "Config", - "text.cloth-config.multi_error": "Multiple Issues!", - "text.cloth-config.not_editable": "Not Editable!", - "text.cloth-config.error.not_valid_number_int": "Not a valid number! (Integer)", - "text.cloth-config.error.not_valid_number_long": "Not a valid number! (Long)", - "text.cloth-config.error.not_valid_number_float": "Not a valid number! (Float)", - "text.cloth-config.error.not_valid_number_double": "Not a valid number! (Double)", - "text.cloth-config.error.too_large": "Too Large! (Maximum: %d)", - "text.cloth-config.error.too_small": "Too Small! (Minimum: %d)", - "text.cloth-config.error.color.no_alpha_allowed": "No Alpha Allowed!", - "text.cloth-config.error.color.invalid_alpha": "Not a valid value! (Alpha)", - "text.cloth-config.error.color.invalid_red": "Not a valid value! (Red)", - "text.cloth-config.error.color.invalid_green": "Not a valid value! (Green)", - "text.cloth-config.error.color.invalid_blue": "Not a valid value! (Blue)", - "text.cloth-config.error.color.invalid_color": "Not a valid color!", - "text.cloth-config.error.color.no_hash": "Not a valid color! (Missing #)", - "text.cloth-config.list.add": "Insert New", - "text.cloth-config.list.remove": "Delete Selected", + "text.cloth-config.save_and_done": "変更を保存", + "text.cloth-config.apply": "変更を適用", + "text.cloth-config.quit_config": "変更を保存しない", + "text.cloth-config.quit_config_sure": "本当に設定の編集を終了しますか?変更は保存されません!", + "text.cloth-config.cancel_discard": "変更をキャンセルして破棄", + "text.cloth-config.quit_discard": "変更をキャンセルして終了", + "text.cloth-config.config": "コンフィグ", + "text.cloth-config.multi_error": "複数の問題!", + "text.cloth-config.not_editable": "変更不能!", + "text.cloth-config.error.not_valid_number_int": "有効な数値ではありません!(Integer)", + "text.cloth-config.error.not_valid_number_long": "有効な数値ではありません!(Long)", + "text.cloth-config.error.not_valid_number_float": "有効な数値ではありません!(Float)", + "text.cloth-config.error.not_valid_number_double": "有効な数値ではありません!(Double)", + "text.cloth-config.error.too_large": "大きすぎます!(最大: %d)", + "text.cloth-config.error.too_small": "小さすぎます!(最小: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "アルファ値は許可されていません!", + "text.cloth-config.error.color.invalid_alpha": "有効な値ではありません!(Alpha)", + "text.cloth-config.error.color.invalid_red": "有効な値ではありません!(Red)", + "text.cloth-config.error.color.invalid_green": "有効な値ではありません!(Green)", + "text.cloth-config.error.color.invalid_blue": "有効な値ではありません!(Blue)", + "text.cloth-config.error.color.invalid_color": "有効な色ではありません!", + "text.cloth-config.error.color.no_hash": "有効な色ではありません!(#が欠損)", + "text.cloth-config.list.add": "新規挿入", + "text.cloth-config.list.remove": "選択されたものを削除", "text.cloth-config.error_cannot_save": "Error!", - "text.cloth-config.reset_value": "Reset", - "text.cloth.reset_value": "Reset", - "text.cloth-config.restart_required": "Restart Required", - "text.cloth-config.restart_required_sub": "One of your modified settings requires Minecraft to be restarted. Do you want to proceed?", - "text.cloth-config.exit_minecraft": "Exit Minecraft", - "text.cloth-config.ignore_restart": "Ignore Restart", + "text.cloth-config.reset_value": "リセット", + "text.cloth.reset_value": "リセット", + "text.cloth-config.restart_required": "再起動必須", + "text.cloth-config.restart_required_sub": "変更した設定の1つがMinecraftの再起動を要求しています。続行しますか?", + "text.cloth-config.exit_minecraft": "Minecraftを終了", + "text.cloth-config.ignore_restart": "再起動を無視", "text.cloth-config.boolean.value.true": "§aYes", "text.cloth-config.boolean.value.false": "§cNo", "text.cloth-config.dropdown.value.unknown": "§cNo suggestions", "modifier.cloth-config.alt": "Alt + %s", "modifier.cloth-config.ctrl": "Ctrl + %s", "modifier.cloth-config.shift": "Shift + %s", - "title.cloth-config.config": "Cloth Mod Config Config", - "category.cloth-config.scrolling": "Scrolling", + "title.cloth-config.config": "Cloth Mod Config コンフィグ", + "category.cloth-config.scrolling": "スクロール", "category.cloth-config.testing": "Config Demo", - "option.cloth-config.scrollDuration": "Scroll Duration", - "option.cloth-config.scrollStep": "Scroll Step", - "option.cloth-config.bounceBackMultiplier": "Bounce Multiplier", - "option.cloth-config.setDefaultSmoothScroll": "Set Default Smooth Scroll", - "option.cloth-config.disableSmoothScroll": "Disable Smooth Scroll" + "option.cloth-config.scrollDuration": "スクロールの継続時間", + "option.cloth-config.scrollStep": "スクロール幅", + "option.cloth-config.bounceBackMultiplier": "バウンス倍率", + "option.cloth-config.setDefaultSmoothScroll": "デフォルトでスムーズスクロールを設定", + "option.cloth-config.disableSmoothScroll": "スムーズスクロールを無効" } diff --git a/common/src/main/resources/assets/cloth-config2/lang/kk_kz.json b/common/src/main/resources/assets/cloth-config2/lang/kk_kz.json new file mode 100644 index 00000000..2143dfe0 --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/kk_kz.json @@ -0,0 +1,50 @@ +{ + "text.cloth-config.save_and_done": "Сақтап шығу", + "text.cloth-config.apply": "Өзгерістерді қолдану", + "text.cloth-config.quit_config": "Өзгерістер сақталмаған", + "text.cloth-config.quit_config_sure": "Конфигті өңдемей шыққыңыз келетініне сенімдісіз бе? Өзгерістер сақталмайды!", + "text.cloth-config.cancel_discard": "Өзгерістерді доғару", + "text.cloth-config.quit_discard": "Шығып, өзгерістерді доғару", + "text.cloth-config.config": "Конфиг", + "text.cloth-config.multi_error": "Бірнеше мәселе!", + "text.cloth-config.not_editable": "Өңделмейді!", + "text.cloth-config.error.not_valid_number_int": "Жарамды сан емес! (Integer)", + "text.cloth-config.error.not_valid_number_long": "Жарамды сан емес! (Long)", + "text.cloth-config.error.not_valid_number_float": "Жарамды сан емес! (Float)", + "text.cloth-config.error.not_valid_number_double": "Жарамды сан емес! (Double)", + "text.cloth-config.error.too_large": "Тым үлкен! (Максимум: %d)", + "text.cloth-config.error.too_small": "Тым кішкентай! (Минимум: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "Альфаға рұқсат жоқ!", + "text.cloth-config.error.color.invalid_alpha": "Жарамды мән емес! (Альфа)", + "text.cloth-config.error.color.invalid_red": "Жарамды мән емес! (Қызыл)", + "text.cloth-config.error.color.invalid_green": "Жарамды мән емес! (Жасыл)", + "text.cloth-config.error.color.invalid_blue": "Жарамды мән емес! (Көк)", + "text.cloth-config.error.color.invalid_color": "Жарамды түс емес!", + "text.cloth-config.error.color.no_hash": "Жарамды түс емес! (# жоқ)", + "text.cloth-config.list.add": "Жаңасын енгізу", + "text.cloth-config.list.remove": "Таңдалғанды жою", + "text.cloth-config.error_cannot_save": "Қате!", + "text.cloth-config.reset_value": "Арылту", + "text.cloth.reset_value": "Арылту", + "text.cloth-config.restart_required": "Қайта қосу керек", + "text.cloth-config.restart_required_sub": "Өзгертілген баптауларыңыздың бірі үшін Minecraft-ты қайта қосу керек. Жалғастырғыңыз келе ме?", + "text.cloth-config.exit_minecraft": "Minecraft-тан шығу", + "text.cloth-config.ignore_restart": "Қайта қосуды елемеу", + "text.cloth-config.boolean.value.true": "§aИә", + "text.cloth-config.boolean.value.false": "§cЖоқ", + "text.cloth-config.dropdown.value.unknown": "§cҰсыныс жоқ", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Cloth Mod Config Config", + "category.cloth-config.scrolling": "Сырғыту", + "category.cloth-config.testing": "Config Demo", + "option.cloth-config.scrollDuration": "Сырғыту ұзақтығы", + "option.cloth-config.scrollStep": "Сырғыту қадамы", + "option.cloth-config.bounceBackMultiplier": "Секіру көбейткіші", + "option.cloth-config.setDefaultSmoothScroll": "Әдепкі жұмсақ сырғытуды орнату", + "option.cloth-config.disableSmoothScroll": "Жұмсақ сырғытуды өшіру", + "text.cloth-config.testing.1": "Сіз мод әзірлеушісіз және %1$s қолданғыңыз келе ме? Бастау үшін %2$s дегенге өтіңіз. Сонымен қатар сіз мұны істей аласыз: %3$s.", + "text.cloth-config.testing.2": "Cloth Config уикиі", + "text.cloth-config.testing.3": "белгілі бір себепсіз Minecraft конфиг файлын ашу үшін мұнда басыңыз" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/ko_kr.json b/common/src/main/resources/assets/cloth-config2/lang/ko_kr.json new file mode 100644 index 00000000..cd409734 --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/ko_kr.json @@ -0,0 +1,51 @@ +{ + "text.cloth-config.save_and_done": "저장하고 나가기", + "text.cloth-config.apply": "변경 사항 적용", + "text.cloth-config.quit_config": "변경 사항이 저장되지 않음", + "text.cloth-config.quit_config_sure": "구성 편집을 종료하시겠습니까? 변경 사항이 저장되지 않습니다!", + "text.cloth-config.cancel_discard": "변경 사항 취소", + "text.cloth-config.quit_discard": "나가고 변경 사항 버리기", + "text.cloth-config.config": "설정", + "text.cloth-config.multi_error": "다수의 문제 발생!", + "text.cloth-config.not_editable": "편집할 수 없음!", + "text.cloth-config.error.not_valid_number_int": "유효한 숫자가 아닙니다! (정수)", + "text.cloth-config.error.not_valid_number_long": "유효한 숫자가 아닙니다! (긴 정수)", + "text.cloth-config.error.not_valid_number_float": "유효한 숫자가 아닙니다! (부동 소수점)", + "text.cloth-config.error.not_valid_number_double": "유효한 숫자가 아닙니다! (더블)", + "text.cloth-config.error.too_large": "너무 큽니다! (최대: %d)", + "text.cloth-config.error.too_small": "너무 작습니다! (최소: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "알파가 허용되지 않습니다!", + "text.cloth-config.error.color.invalid_alpha": "유효한 값이 아닙니다! (알파)", + "text.cloth-config.error.color.invalid_red": "유효한 값이 아닙니다! (빨강)", + "text.cloth-config.error.color.invalid_green": "유효한 값이 아닙니다! (녹색)", + "text.cloth-config.error.color.invalid_blue": "유효한 값이 아닙니다! (파랑)", + "text.cloth-config.error.color.invalid_color": "유효하지 않은 색상입니다!", + "text.cloth-config.error.color.no_hash": "유효하지 않은 색상입니다! (#이 누락됨)", + "text.cloth-config.list.add": "새로 추가", + "text.cloth-config.list.remove": "선택한 항목 삭제", + "text.cloth-config.error_cannot_save": "오류!", + "text.cloth-config.reset_value": "초기화", + "text.cloth.reset_value": "초기화", + "text.cloth-config.restart_required": "재시작 필요", + "text.cloth-config.restart_required_sub": "수정한 설정 중 하나가 Minecraft를 다시 시작해야 합니다. 계속 하시겠습니까?", + "text.cloth-config.exit_minecraft": "Minecraft 종료", + "text.cloth-config.ignore_restart": "재시작 무시", + "text.cloth-config.boolean.value.true": "§a예", + "text.cloth-config.boolean.value.false": "§c아니오", + "text.cloth-config.dropdown.value.unknown": "§c제안 없음", + "text.cloth-config.disabled_tooltip": "비활성화됨 (조건 충족되지 않음)", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Cloth 모드 구성 설정", + "category.cloth-config.scrolling": "스크롤링", + "category.cloth-config.testing": "구성 데모", + "option.cloth-config.scrollDuration": "스크롤 지속 시간", + "option.cloth-config.scrollStep": "스크롤 단계", + "option.cloth-config.bounceBackMultiplier": "반동 배수", + "option.cloth-config.setDefaultSmoothScroll": "기본 부드러운 스크롤 설정", + "option.cloth-config.disableSmoothScroll": "부드러운 스크롤 비활성화", + "text.cloth-config.testing.1": "모드 개발자이고 %1$s을(를) 사용하려고 합니까? 시작하려면 %2$s으로 이동하십시오. 또는 %3$s 할 수 있습니다.", + "text.cloth-config.testing.2": "Cloth 모드 위키", + "text.cloth-config.testing.3": "아무 이유없이 Minecraft 옵션 파일을 여는 것을 클릭하십시오" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/ru_ru.json b/common/src/main/resources/assets/cloth-config2/lang/ru_ru.json index a1dfd890..9b473106 100644 --- a/common/src/main/resources/assets/cloth-config2/lang/ru_ru.json +++ b/common/src/main/resources/assets/cloth-config2/lang/ru_ru.json @@ -1,47 +1,51 @@ { - "text.cloth-config.save_and_done": "Сохранить и выйти", - "text.cloth-config.apply": "Применить изменения", - "text.cloth-config.quit_config": "Изменения не сохранены", - "text.cloth-config.quit_config_sure": "Вы уверены, что хотите выйти из редактирования настроек? Изменения не будут сохранены!", - "text.cloth-config.cancel_discard": "Отменить изменения", - "text.cloth-config.quit_discard": "Выйти и отменить изменения", - "text.cloth-config.config": "Настройки", - "text.cloth-config.multi_error": "Многочисленные проблемы!", - "text.cloth-config.not_editable": "Не редактируемо!", - "text.cloth-config.error.not_valid_number_int": "Недопустимое число! (Целое)", - "text.cloth-config.error.not_valid_number_long": "Недопустимое число! (Длинное, целое)", - "text.cloth-config.error.not_valid_number_float": "Недопустимое число! (Плавающее)", - "text.cloth-config.error.not_valid_number_double": "Недопустимое число! (Длинное, плавающее)", - "text.cloth-config.error.too_large": "Слишком большое! (Наибольшее: %d)", - "text.cloth-config.error.too_small": "Слишком маленькое! (Наименьшее: %d)", - "text.cloth-config.error.color.no_alpha_allowed": "Альфа канал не доступен!", - "text.cloth-config.error.color.invalid_alpha": "Недопустимое значение! (Alpha)", - "text.cloth-config.error.color.invalid_red": "Недопустимое значение! (Red)", - "text.cloth-config.error.color.invalid_green": "Недопустимое значение! (Green)", - "text.cloth-config.error.color.invalid_blue": "Недопустимое значение! (Blue)", - "text.cloth-config.error.color.invalid_color": "Недопустимый цвет!", - "text.cloth-config.error.color.no_hash": "Недопустимый цвет! (Не указан #)", - "text.cloth-config.list.add": "Вставить новое", - "text.cloth-config.list.remove": "Удалить выбранное", - "text.cloth-config.error_cannot_save": "Ошибка!", - "text.cloth-config.reset_value": "Сброс", - "text.cloth.reset_value": "Сброс", - "text.cloth-config.restart_required": "Требуется перезапуск", - "text.cloth-config.restart_required_sub": "Одна из измененных вами настроек требует перезапуска Minecraft. Продолжить?", - "text.cloth-config.exit_minecraft": "Закрыть Minecraft", - "text.cloth-config.ignore_restart": "Игнорировать перезапуск", - "text.cloth-config.boolean.value.true": "§aДа", - "text.cloth-config.boolean.value.false": "§cНет", - "text.cloth-config.dropdown.value.unknown": "§cНеразборчиво", - "modifier.cloth-config.alt": "Alt + %s", - "modifier.cloth-config.ctrl": "Ctrl + %s", - "modifier.cloth-config.shift": "Shift + %s", - "title.cloth-config.config": "Настройки Cloth Mod Config", - "category.cloth-config.scrolling": "Прокрутка", - "category.cloth-config.testing": "Демонстрация настроек", - "option.cloth-config.scrollDuration": "Длительность прокрутки", - "option.cloth-config.scrollStep": "Шаг прокрутки", - "option.cloth-config.bounceBackMultiplier": "Множитель отскока", - "option.cloth-config.setDefaultSmoothScroll": "Установить плавную прокрутку по умолчанию", - "option.cloth-config.disableSmoothScroll": "Отключить плавную прокрутку" -} + "category.cloth-config.scrolling": "Прокрутка", + "category.cloth-config.testing": "Демонстрация меню настроек", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "option.cloth-config.bounceBackMultiplier": "Множитель отскока", + "option.cloth-config.disableSmoothScroll": "Отключить плавную прокрутку", + "option.cloth-config.scrollDuration": "Длительность прокрутки", + "option.cloth-config.scrollStep": "Шаг прокрутки", + "option.cloth-config.setDefaultSmoothScroll": "Установить плавную прокрутку по умолчанию", + "text.cloth-config.apply": "Применить изменения", + "text.cloth-config.boolean.value.false": "§cНет", + "text.cloth-config.boolean.value.true": "§aДа", + "text.cloth-config.cancel_discard": "Отменить изменения", + "text.cloth-config.config": "Настройки", + "text.cloth-config.disabled_tooltip": "Отключено (требования не выполнены)", + "text.cloth-config.dropdown.value.unknown": "§cНет предложений", + "text.cloth-config.error.color.invalid_alpha": "Недопустимое значение! (Альфа)", + "text.cloth-config.error.color.invalid_blue": "Недопустимое значение! (Синий)", + "text.cloth-config.error.color.invalid_color": "Недопустимый цвет!", + "text.cloth-config.error.color.invalid_green": "Недопустимое значение! (Зелёный)", + "text.cloth-config.error.color.invalid_red": "Недопустимое значение! (Красный)", + "text.cloth-config.error.color.no_alpha_allowed": "Альфа не допускается!", + "text.cloth-config.error.color.no_hash": "Недопустимый цвет! (Отсутствует #)", + "text.cloth-config.error.not_valid_number_double": "Недопустимое число! (Двойное)", + "text.cloth-config.error.not_valid_number_float": "Недопустимое число! (С плавающей запятой)", + "text.cloth-config.error.not_valid_number_int": "Недопустимое число! (Целое)", + "text.cloth-config.error.not_valid_number_long": "Недопустимое число! (Длинное)", + "text.cloth-config.error.too_large": "Слишком большой! (Максимум: %d)", + "text.cloth-config.error.too_small": "Слишком маленький! (Минимум: %d)", + "text.cloth-config.error_cannot_save": "Ошибка!", + "text.cloth-config.exit_minecraft": "Выйти из Minecraft", + "text.cloth-config.ignore_restart": "Потом перезапущу", + "text.cloth-config.list.add": "Вставить новый", + "text.cloth-config.list.remove": "Удалить выбранное", + "text.cloth-config.multi_error": "Несколько проблем!", + "text.cloth-config.not_editable": "Нельзя редактировать!", + "text.cloth-config.quit_config": "Изменения не сохранены", + "text.cloth-config.quit_config_sure": "Вы уверены, что хотите просто выйти из настроек? Изменения не сохранятся!", + "text.cloth-config.quit_discard": "Выйти и отменить изменения", + "text.cloth-config.reset_value": "Сброс", + "text.cloth-config.restart_required": "Требуется перезапуск", + "text.cloth-config.restart_required_sub": "Одна из ваших изменённых настроек требует перезапуска Minecraft. Хотите продолжить?", + "text.cloth-config.save_and_done": "Сохранить и выйти", + "text.cloth-config.testing.1": "Вы разработчик модов и хотите использовать %1$s? Перейдите на %2$s, чтобы начать. Вы также можете %3$s.", + "text.cloth-config.testing.2": "Вики по Cloth Config", + "text.cloth-config.testing.3": "нажмите здесь, чтобы открыть файл настроек Minecraft без особой на то причины", + "text.cloth.reset_value": "Сброс", + "title.cloth-config.config": "Настройки Cloth Mod Config" +} \ No newline at end of file diff --git a/common/src/main/resources/assets/cloth-config2/lang/sv_se.json b/common/src/main/resources/assets/cloth-config2/lang/sv_se.json new file mode 100644 index 00000000..b7a2c0cb --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/sv_se.json @@ -0,0 +1,50 @@ +{ + "text.cloth-config.save_and_done": "Spara och avsluta", + "text.cloth-config.apply": "Verkställ ändringar", + "text.cloth-config.quit_config": "Ändringar har inte sparats", + "text.cloth-config.quit_config_sure": "Är du säker på att du vill avsluta konfigureringen? Ändringar kommer inte att sparas!", + "text.cloth-config.cancel_discard": "Släng ändringar", + "text.cloth-config.quit_discard": "Avsluta och släng ändringar", + "text.cloth-config.config": "Konfigurering", + "text.cloth-config.multi_error": "Flera problem!", + "text.cloth-config.not_editable": "Kan inte redigeras!", + "text.cloth-config.error.not_valid_number_int": "Inte ett giltigt tal! (Integer)", + "text.cloth-config.error.not_valid_number_long": "Inte ett giltigt tal! (Long)", + "text.cloth-config.error.not_valid_number_float": "Inte ett giltigt tal! (Float)", + "text.cloth-config.error.not_valid_number_double": "Inte ett giltigt tal! (Double)", + "text.cloth-config.error.too_large": "För stort! (Maximum: %d)", + "text.cloth-config.error.too_small": "För litet! (Minimum: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "Alfa tillåts inte!", + "text.cloth-config.error.color.invalid_alpha": "Inte ett giltigt värde! (Alfa)", + "text.cloth-config.error.color.invalid_red": "Inte ett giltigt värde! (Röd)", + "text.cloth-config.error.color.invalid_green": "Inte ett giltigt värde! (Grön)", + "text.cloth-config.error.color.invalid_blue": "Inte ett giltigt värde! (Blå)", + "text.cloth-config.error.color.invalid_color": "Inte en giltig färg!", + "text.cloth-config.error.color.no_hash": "Inte en giltig färg! (# saknas)", + "text.cloth-config.list.add": "Infoga ny", + "text.cloth-config.list.remove": "Radera markerad", + "text.cloth-config.error_cannot_save": "Fel!", + "text.cloth-config.reset_value": "Återställ", + "text.cloth.reset_value": "Återställ", + "text.cloth-config.restart_required": "Omstart krävs", + "text.cloth-config.restart_required_sub": "Av en dina modifierade inställningar kräver att Minecraft startas om. Vill du fortsätta?", + "text.cloth-config.exit_minecraft": "Avsluta Minecraft", + "text.cloth-config.ignore_restart": "Ignorera omstart", + "text.cloth-config.boolean.value.true": "§aJa", + "text.cloth-config.boolean.value.false": "§cNej", + "text.cloth-config.dropdown.value.unknown": "§cInga förslag", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Konfiguration av Cloth Mod Config", + "category.cloth-config.scrolling": "Skrollning", + "category.cloth-config.testing": "Konfigureringsdemo", + "option.cloth-config.scrollDuration": "Skrollningsvaraktighet", + "option.cloth-config.scrollStep": "Skrollningssteg", + "option.cloth-config.bounceBackMultiplier": "Multiplikator för studs", + "option.cloth-config.setDefaultSmoothScroll": "Ändra standardvärde för mjuk skrollning", + "option.cloth-config.disableSmoothScroll": "Inaktivera mjuk skrollning", + "text.cloth-config.testing.1": "Är du en modutvecklare och vill använda %1$s? Gå till %2$s för att komma igång. Du kan även %3$s.", + "text.cloth-config.testing.2": "Cloth Config-wikin", + "text.cloth-config.testing.3": "klicka här för att öppna Minecrafts inställningsfil utan någon specifik anledning" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/tt_ru.json b/common/src/main/resources/assets/cloth-config2/lang/tt_ru.json new file mode 100644 index 00000000..5d03d999 --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/tt_ru.json @@ -0,0 +1,52 @@ +{ + "modmenu.descriptionTranslation.cloth-config": "Көйләүләр экраннары өчен API.", + "text.cloth-config.save_and_done": "Саклау һәм чыгу", + "text.cloth-config.apply": "Үзгәрешләр куллану", + "text.cloth-config.quit_config": "Үзгәрешләр сакланмады", + "text.cloth-config.quit_config_sure": "Көйләүләрне үзгәртүдән чыгарга телисезме? Үзгәрешләр сакламаячак!", + "text.cloth-config.cancel_discard": "Үзгәрешләрне баш тарту", + "text.cloth-config.quit_discard": "Чыгу һәм үзгәреш баш тарту", + "text.cloth-config.config": "Көйләү", + "text.cloth-config.multi_error": "Күплек мәсьәләләр!", + "text.cloth-config.not_editable": "Үзгәртмәүче!", + "text.cloth-config.error.not_valid_number_int": "Яраксыз сан! (Бөтен сан)", + "text.cloth-config.error.not_valid_number_long": "Яраксыз сан! (Озын бөтен сан)", + "text.cloth-config.error.not_valid_number_float": "Яраксыз сан! (Чын сан)", + "text.cloth-config.error.not_valid_number_double": "Яраксыз сан! (Катнаш сан)", + "text.cloth-config.error.too_large": "Бигрәк артык! (Максимум: %d)", + "text.cloth-config.error.too_small": "Бигрәк ким! (Минимум: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "Альфа рөхсәт ителмәде!", + "text.cloth-config.error.color.invalid_alpha": "Хаталы кыйммәт! (Альфа)", + "text.cloth-config.error.color.invalid_red": "Хаталы кыйммәт! (Кызыл)", + "text.cloth-config.error.color.invalid_green": "Хаталы кыйммәт! (Яшел)", + "text.cloth-config.error.color.invalid_blue": "Хаталы кыйммәт! (Зәңгәр)", + "text.cloth-config.error.color.invalid_color": "Хаталы кыйммәт!", + "text.cloth-config.error.color.no_hash": "Хаталы кыйммәт! (# югалтылды)", + "text.cloth-config.list.add": "Яңа элементны өстәү", + "text.cloth-config.list.remove": "Сайланган элементны бетерү", + "text.cloth-config.error_cannot_save": "Хата!", + "text.cloth-config.reset_value": "Ташлау", + "text.cloth.reset_value": "Ташлау", + "text.cloth-config.restart_required": "Яңадан кушу таләп ителә", + "text.cloth-config.restart_required_sub": "Үзгәртелгән көйләүләрнең берсе Minecraft яңадан кушуны таләп итә. Сез дәвам итәргә телисезме?", + "text.cloth-config.exit_minecraft": "Minecraft-тан чыгу", + "text.cloth-config.ignore_restart": "Яңадан кушуга әһәмият бирмәү", + "text.cloth-config.boolean.value.true": "§aӘйе", + "text.cloth-config.boolean.value.false": "§cЮк", + "text.cloth-config.dropdown.value.unknown": "§cТәкъдимнәр юк", + "text.cloth-config.disabled_tooltip": "Сүнек (таләпләр үтелмәде)", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Cloth Mod Config көйләүләре", + "category.cloth-config.scrolling": "Әйләнү", + "category.cloth-config.testing": "Күрсәтмә көйләүләр", + "option.cloth-config.scrollDuration": "Әйләнү озынлыгы", + "option.cloth-config.scrollStep": "Әйләнү адымы", + "option.cloth-config.bounceBackMultiplier": "Сикерү тапкырлаткычы", + "option.cloth-config.setDefaultSmoothScroll": "Әүвәлге шома әйләнү", + "option.cloth-config.disableSmoothScroll": "Шома әйләндерүне сүндерү", + "text.cloth-config.testing.1": "Сез — модлар ясаучысымы һәм %1$s кулланырга телисезме? Башлау өчен %2$s сайтына үтегез. Сез %3$s шулай ук.", + "text.cloth-config.testing.2": "Cloth Config викисе", + "text.cloth-config.testing.3": "Minecraft көйләүләренең файлны сәбәпсез ачу өчен монда басыгыз" +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/uk_ua.json b/common/src/main/resources/assets/cloth-config2/lang/uk_ua.json new file mode 100644 index 00000000..1a84c7a4 --- /dev/null +++ b/common/src/main/resources/assets/cloth-config2/lang/uk_ua.json @@ -0,0 +1,47 @@ +{ + "text.cloth-config.save_and_done": "Зберегти та вийти", + "text.cloth-config.apply": "Застосувати зміни", + "text.cloth-config.quit_config": "Зміни не збережено", + "text.cloth-config.quit_config_sure": "Ви впевнені, що хочете вийти з редагування параметрів? Зміни не будуть збережені!", + "text.cloth-config.cancel_discard": "Скасувати зміни", + "text.cloth-config.quit_discard": "Вийти та скасувати зміни", + "text.cloth-config.config": "Параметри", + "text.cloth-config.multi_error": "Чисельні проблеми!", + "text.cloth-config.not_editable": "Неможливо змінити!", + "text.cloth-config.error.not_valid_number_int": "Недопустиме число! (Ціле)", + "text.cloth-config.error.not_valid_number_long": "Недопустиме число! (Довге, ціле)", + "text.cloth-config.error.not_valid_number_float": "Недопустиме число! (Плаваюча кома)", + "text.cloth-config.error.not_valid_number_double": "Недопустиме число! (Довге, плаваюча кома)", + "text.cloth-config.error.too_large": "Завелике! (Найбільше: %d)", + "text.cloth-config.error.too_small": "Замале! (Найменше: %d)", + "text.cloth-config.error.color.no_alpha_allowed": "Альфа-канал недоступний!", + "text.cloth-config.error.color.invalid_alpha": "Недопустиме значення! (Альфа)", + "text.cloth-config.error.color.invalid_red": "Недопустиме значення! (Червоний)", + "text.cloth-config.error.color.invalid_green": "Недопустиме значення! (Зелений)", + "text.cloth-config.error.color.invalid_blue": "Недопустиме значення! (Синій)", + "text.cloth-config.error.color.invalid_color": "Недопустимий колір!", + "text.cloth-config.error.color.no_hash": "Недопустимий колір! (Пропущено #)", + "text.cloth-config.list.add": "Вставити новий", + "text.cloth-config.list.remove": "Видалити обране", + "text.cloth-config.error_cannot_save": "Помилка!", + "text.cloth-config.reset_value": "Скинути", + "text.cloth.reset_value": "Скинути", + "text.cloth-config.restart_required": "Потрібен перезапуск", + "text.cloth-config.restart_required_sub": "Один зі змінених вами параметрів потребує перезапуск гри. Продовжити?", + "text.cloth-config.exit_minecraft": "Вийти з гри", + "text.cloth-config.ignore_restart": "Перезапустити пізніше", + "text.cloth-config.boolean.value.true": "§aТак", + "text.cloth-config.boolean.value.false": "§cНі", + "text.cloth-config.dropdown.value.unknown": "§cПропозицій немає", + "title.cloth-config.config": "Параметри Cloth Mod Config", + "category.cloth-config.scrolling": "Прокручування", + "category.cloth-config.testing": "Демонстрація параметрів", + "option.cloth-config.scrollDuration": "Тривалість прокручування", + "option.cloth-config.scrollStep": "Швидкість прокручування", + "option.cloth-config.bounceBackMultiplier": "Множник відскоку", + "option.cloth-config.setDefaultSmoothScroll": "Встановити плавне прокручування за замовчуванням", + "option.cloth-config.disableSmoothScroll": "Вимкнути плавне прокручування", + "text.cloth-config.testing.1": "Ви - розробник моду, та бажаєте скористатись %1$s? Щоб розпочати, перейдіть у %2$s. Ви також можете %3$s.", + "text.cloth-config.testing.2": "Вікі Cloth Config", + "text.cloth-config.testing.3": "натиснути сюди, щоб відкрити файл параметрів Minecraft, без якоїсь причини." +} diff --git a/common/src/main/resources/assets/cloth-config2/lang/zh_cn.json b/common/src/main/resources/assets/cloth-config2/lang/zh_cn.json index 6a43de5a..cbcabed8 100644 --- a/common/src/main/resources/assets/cloth-config2/lang/zh_cn.json +++ b/common/src/main/resources/assets/cloth-config2/lang/zh_cn.json @@ -36,7 +36,7 @@ "modifier.cloth-config.alt": "Alt + %s", "modifier.cloth-config.ctrl": "Ctrl + %s", "modifier.cloth-config.shift": "Shift + %s", - "title.cloth-config.config": "Cloth Mod Config Config", + "title.cloth-config.config": "Cloth Mod Config配置", "category.cloth-config.scrolling": "滚动", "category.cloth-config.testing": "配置演示", "option.cloth-config.scrollDuration": "滚动时长", diff --git a/common/src/main/resources/assets/cloth-config2/lang/zh_tw.json b/common/src/main/resources/assets/cloth-config2/lang/zh_tw.json index 0b72f9db..6ea5619f 100644 --- a/common/src/main/resources/assets/cloth-config2/lang/zh_tw.json +++ b/common/src/main/resources/assets/cloth-config2/lang/zh_tw.json @@ -1,50 +1,52 @@ { - "text.cloth-config.save_and_done": "保存并退出", - "text.cloth-config.apply": "套用變更", - "text.cloth-config.quit_config": "更改尚未保存", - "text.cloth-config.quit_config_sure": "您確定要取消編輯嗎?更改將不會被保存!", - "text.cloth-config.cancel_discard": "放棄變更", - "text.cloth-config.quit_discard": "放棄變更", - "text.cloth-config.config": "設置", - "text.cloth-config.multi_error": "多個問題!", - "text.cloth-config.not_editable": "不可編輯!", - "text.cloth-config.error.not_valid_number_int": "不是一個有效的數字!(整數)", - "text.cloth-config.error.not_valid_number_long": "不是一個有效的數字!(長整數)", - "text.cloth-config.error.not_valid_number_float": "不是一個有效的數字!(浮點數)", - "text.cloth-config.error.not_valid_number_double": "不是一個有效的數字!(双精度浮点数)", - "text.cloth-config.error.too_large": "太大!(最大值:%d)", - "text.cloth-config.error.too_small": "太小!(最小值:%d)", - "text.cloth-config.error.color.no_alpha_allowed": "不允許Alpha值!", - "text.cloth-config.error.color.invalid_alpha": "不是有效值!(Alpha)", - "text.cloth-config.error.color.invalid_red": "不是有效值!(Red)", - "text.cloth-config.error.color.invalid_green": "不是有效值!(Green)", - "text.cloth-config.error.color.invalid_blue": "不是有效值!(Blue)", - "text.cloth-config.error.color.invalid_color": "不是有效颜色!", - "text.cloth-config.error.color.no_hash": "不是有效颜色!(缺少#)", - "text.cloth-config.list.add": "插入", - "text.cloth-config.list.remove": "刪除所選", - "text.cloth-config.error_cannot_save": "錯誤!", - "text.cloth-config.reset_value": "重置", - "text.cloth.reset_value": "重置", - "text.cloth-config.restart_required": "需要重新啟動", - "text.cloth-config.restart_required_sub": "您修改的設置要求Minecraft重新啟動。您要重啟嗎?", - "text.cloth-config.exit_minecraft": "結束 Minecraft", - "text.cloth-config.ignore_restart": "忽略重啟", - "text.cloth-config.boolean.value.true": "§a是", - "text.cloth-config.boolean.value.false": "§c否", - "text.cloth-config.dropdown.value.unknown": "§c沒有建議項", - "modifier.cloth-config.alt": "Alt + %s", - "modifier.cloth-config.ctrl": "Ctrl + %s", - "modifier.cloth-config.shift": "Shift + %s", - "title.cloth-config.config": "Cloth Mod Config 設定", - "category.cloth-config.scrolling": "滑動", - "category.cloth-config.testing": "設定試用", - "option.cloth-config.scrollDuration": "滑動持續時間", - "option.cloth-config.scrollStep": "滑動距離", - "option.cloth-config.bounceBackMultiplier": "反彈乘數", - "option.cloth-config.setDefaultSmoothScroll": "設置預設滑動", - "option.cloth-config.disableSmoothScroll": "禁用滑動", - "text.cloth-config.testing.1": "你是模組開發者並且想要使用 %1$s?前往 %2$s 以開始。你也可以 %3$s。", + "text.cloth-config.save_and_done": "儲存並退出", + "text.cloth-config.apply": "套用變更", + "text.cloth-config.quit_config": "變更尚未儲存", + "text.cloth-config.quit_config_sure": "確定要離開嗎?變更將不會被儲存!", + "text.cloth-config.cancel_discard": "放棄變更", + "text.cloth-config.quit_discard": "離開並放棄變更", + "text.cloth-config.config": "設定", + "text.cloth-config.multi_error": "多個問題!", + "text.cloth-config.not_editable": "不可編輯!", + "text.cloth-config.error.not_valid_number_int": "不是有效的數字!(整數)", + "text.cloth-config.error.not_valid_number_long": "不是有效的數字!(長整數)", + "text.cloth-config.error.not_valid_number_float": "不是有效的數字!(浮點數)", + "text.cloth-config.error.not_valid_number_double": "不是有效的數字!(雙精度浮點數)", + "text.cloth-config.error.too_large": "太大了!(最大值:%d)", + "text.cloth-config.error.too_small": "太小了!(最小值:%d)", + "text.cloth-config.error.color.no_alpha_allowed": "不允許透明度!", + "text.cloth-config.error.color.invalid_alpha": "不是有效的值!(透明度)", + "text.cloth-config.error.color.invalid_red": "不是有效的值!(紅色)", + "text.cloth-config.error.color.invalid_green": "不是有效的值!(綠色)", + "text.cloth-config.error.color.invalid_blue": "不是有效的值!(藍色)", + "text.cloth-config.error.color.invalid_color": "不是有效的顏色!", + "text.cloth-config.error.color.no_hash": "不是有效的顏色!(缺少 #)", + "text.cloth-config.list.add": "新增項目", + "text.cloth-config.list.remove": "刪除所選項目", + "text.cloth-config.error_cannot_save": "錯誤!", + "text.cloth-config.reset_value": "重設", + "text.cloth.reset_value": "重設", + "text.cloth-config.restart_required": "需要重新啟動遊戲", + "text.cloth-config.restart_required_sub": "你修改的某些設定需要重新啟動 Minecraft。你要繼續嗎?", + "text.cloth-config.exit_minecraft": "離開 Minecraft", + "text.cloth-config.ignore_restart": "忽略重新啟動", + "text.cloth-config.boolean.value.true": "§a是", + "text.cloth-config.boolean.value.false": "§c否", + "text.cloth-config.dropdown.value.unknown": "§c無建議", + "text.cloth-config.disabled_tooltip": "已停用(未達到條件要求)", + "modifier.cloth-config.alt": "Alt + %s", + "modifier.cloth-config.ctrl": "Ctrl + %s", + "modifier.cloth-config.shift": "Shift + %s", + "title.cloth-config.config": "Cloth Mod Config 設定", + "category.cloth-config.scrolling": "捲動", + "category.cloth-config.testing": "預覽設定", + "option.cloth-config.scrollDuration": "滾動時間", + "option.cloth-config.scrollStep": "捲動距離", + "option.cloth-config.bounceBackMultiplier": "反彈倍率", + "option.cloth-config.setDefaultSmoothScroll": "設為預設平滑滾動", + "option.cloth-config.disableSmoothScroll": "停用平滑捲動", + "text.cloth-config.testing.1": "你是模組開發者,想要使用 %1$s 嗎?前往 %2$s 開始吧。你也可以 %3$s。", "text.cloth-config.testing.2": "Cloth Config Wiki", - "text.cloth-config.testing.3": "點擊此處打開 Minecraft 選項文件,沒有特定原因" -} + "text.cloth-config.testing.3": "按這裡開啟 Minecraft 選項檔案(無特殊原因)" + } + \ No newline at end of file