瀏覽代碼

Merge remote-tracking branch 'origin/v2' into v2

Unknown 6 年之前
父節點
當前提交
e5877602c4
共有 1 個文件被更改,包括 21 次插入0 次删除
  1. 21 0
      src/main/resources/assets/cloth-config2/lang/et_ee.json

+ 21 - 0
src/main/resources/assets/cloth-config2/lang/et_ee.json

@@ -0,0 +1,21 @@
+{
+  "text.cloth-config.save_and_done": "Salvesta muutused",
+  "text.cloth-config.quit_config": "Muutused on salvestamata",
+  "text.cloth-config.quit_config_sure": "Kas soovid kindlasti seadistuste muutmisest väljuda? Sinu muutusi ei salvestata!",
+  "text.cloth-config.cancel_discard": "Loobu ja tühista muutused",
+  "text.cloth-config.quit_discard": "Välju ja tühista muutused",
+  "text.cloth-config.config": "Seadistus",
+  "text.cloth-config.multi_error": "Mitu viga!",
+  "text.cloth-config.not_editable": "Pole muudetav!",
+  "text.cloth-config.error.not_valid_number_int": "Pole sobiv arv! (täisarv)",
+  "text.cloth-config.error.not_valid_number_long": "Pole sobiv arv! (suurtäisarv)",
+  "text.cloth-config.error.not_valid_number_float": "Pole sobiv arv! (ujukomaarv)",
+  "text.cloth-config.error.not_valid_number_double": "Pole sobiv arv! (topelttäisarv)",
+  "text.cloth-config.error.too_large": "Liiga suur! (maksimum: %d)",
+  "text.cloth-config.error.too_small": "Liiga väike! (miinimum: %d)",
+  "text.cloth-config.list.add": "Sisesta uus",
+  "text.cloth-config.list.remove": "Kustuta valitud",
+  "text.cloth-config.error_cannot_save": "Viga!",
+  "text.cloth-config.reset_value": "Lähtesta",
+  "text.cloth.reset_value": "Lähtesta"
+}