From 0fe7baf981da9f1452bdda0a995ac22da9a54062 Mon Sep 17 00:00:00 2001 From: DirectorX Date: Sat, 4 Apr 2020 02:35:36 +0500 Subject: [PATCH] Added several localization files --- src/main/resources/assets/curiousshulkerboxes/lang/ar_sa.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/be_by.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/bg_bg.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/cs_cz.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/da_dk.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/de_de.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/el_gr.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/en_ud.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/es_es.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/fr_fr.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/he_il.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/hi_in.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/hr_hr.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/hu_hu.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/id_id.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/it_it.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/ja_jp.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/ko_kr.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/lv_lv.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/nl_nl.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/pl_pl.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/pt_pt.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/ru_ru.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/sv_se.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/tr_tr.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/uk_ua.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/vi_vn.json | 3 +++ src/main/resources/assets/curiousshulkerboxes/lang/zh_cn.json | 3 +++ 28 files changed, 84 insertions(+) create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/ar_sa.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/be_by.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/bg_bg.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/cs_cz.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/da_dk.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/de_de.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/el_gr.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/en_ud.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/es_es.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/fr_fr.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/he_il.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/hi_in.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/hr_hr.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/hu_hu.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/id_id.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/it_it.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/ja_jp.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/ko_kr.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/lv_lv.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/nl_nl.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/pl_pl.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/pt_pt.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/ru_ru.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/sv_se.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/tr_tr.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/uk_ua.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/vi_vn.json create mode 100644 src/main/resources/assets/curiousshulkerboxes/lang/zh_cn.json diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/ar_sa.json b/src/main/resources/assets/curiousshulkerboxes/lang/ar_sa.json new file mode 100644 index 0000000..8618585 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/ar_sa.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "فتح صندوق الشلكر" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/be_by.json b/src/main/resources/assets/curiousshulkerboxes/lang/be_by.json new file mode 100644 index 0000000..f4f22fe --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/be_by.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Адкрыць шалкеравая скрыня" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/bg_bg.json b/src/main/resources/assets/curiousshulkerboxes/lang/bg_bg.json new file mode 100644 index 0000000..d259656 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/bg_bg.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Отваряне шулкърова кутия" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/cs_cz.json b/src/main/resources/assets/curiousshulkerboxes/lang/cs_cz.json new file mode 100644 index 0000000..bd0a5da --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/cs_cz.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Otevřít shulkerova schránka" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/da_dk.json b/src/main/resources/assets/curiousshulkerboxes/lang/da_dk.json new file mode 100644 index 0000000..5556d0a --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/da_dk.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Åben shulker boks" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/de_de.json b/src/main/resources/assets/curiousshulkerboxes/lang/de_de.json new file mode 100644 index 0000000..e6f5437 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/de_de.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Öffnen Shulkerkiste" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/el_gr.json b/src/main/resources/assets/curiousshulkerboxes/lang/el_gr.json new file mode 100644 index 0000000..852129c --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/el_gr.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Άνοιγμα Κουτί Shulker" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/en_ud.json b/src/main/resources/assets/curiousshulkerboxes/lang/en_ud.json new file mode 100644 index 0000000..6fc6f9e --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/en_ud.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "xoᗺ ɹǝʞꞁnɥS uǝdO" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/es_es.json b/src/main/resources/assets/curiousshulkerboxes/lang/es_es.json new file mode 100644 index 0000000..3d4a8f2 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/es_es.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Abrir caja de shulker" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/fr_fr.json b/src/main/resources/assets/curiousshulkerboxes/lang/fr_fr.json new file mode 100644 index 0000000..196922f --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/fr_fr.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Ouvrir le boîte de Shulker" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/he_il.json b/src/main/resources/assets/curiousshulkerboxes/lang/he_il.json new file mode 100644 index 0000000..bcc3dfc --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/he_il.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "פתח תיבת שולקר" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/hi_in.json b/src/main/resources/assets/curiousshulkerboxes/lang/hi_in.json new file mode 100644 index 0000000..181e3f4 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/hi_in.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "शल्कर बक्सा खोलें" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/hr_hr.json b/src/main/resources/assets/curiousshulkerboxes/lang/hr_hr.json new file mode 100644 index 0000000..3f93b74 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/hr_hr.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Otvori shulker kutija" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/hu_hu.json b/src/main/resources/assets/curiousshulkerboxes/lang/hu_hu.json new file mode 100644 index 0000000..d5ab83e --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/hu_hu.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Shulkerdoboz megnyitása" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/id_id.json b/src/main/resources/assets/curiousshulkerboxes/lang/id_id.json new file mode 100644 index 0000000..4de50d9 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/id_id.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Buka Kotak Periuk Pengintai" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/it_it.json b/src/main/resources/assets/curiousshulkerboxes/lang/it_it.json new file mode 100644 index 0000000..a35751d --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/it_it.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Apri la scatola di shulker" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/ja_jp.json b/src/main/resources/assets/curiousshulkerboxes/lang/ja_jp.json new file mode 100644 index 0000000..50b7a3b --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/ja_jp.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "シュルカーボックスを開く" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/ko_kr.json b/src/main/resources/assets/curiousshulkerboxes/lang/ko_kr.json new file mode 100644 index 0000000..e98df47 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/ko_kr.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "셜커 상자 열기" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/lv_lv.json b/src/main/resources/assets/curiousshulkerboxes/lang/lv_lv.json new file mode 100644 index 0000000..2ac0549 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/lv_lv.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Atvērt šulkera kaste" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/nl_nl.json b/src/main/resources/assets/curiousshulkerboxes/lang/nl_nl.json new file mode 100644 index 0000000..3c8dc7e --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/nl_nl.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Openen Shulkerdoos" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/pl_pl.json b/src/main/resources/assets/curiousshulkerboxes/lang/pl_pl.json new file mode 100644 index 0000000..5ed1fcf --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/pl_pl.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Otwórz shulkerowa skrzynia" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/pt_pt.json b/src/main/resources/assets/curiousshulkerboxes/lang/pt_pt.json new file mode 100644 index 0000000..7ec663a --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/pt_pt.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Abrir caixa de shulker" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/ru_ru.json b/src/main/resources/assets/curiousshulkerboxes/lang/ru_ru.json new file mode 100644 index 0000000..e21a89f --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/ru_ru.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Открыть шалкеровый ящик" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/sv_se.json b/src/main/resources/assets/curiousshulkerboxes/lang/sv_se.json new file mode 100644 index 0000000..42ee306 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/sv_se.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Öppna shulkerlåda" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/tr_tr.json b/src/main/resources/assets/curiousshulkerboxes/lang/tr_tr.json new file mode 100644 index 0000000..d32e9ee --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/tr_tr.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Shulker Kutusu Aç" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/uk_ua.json b/src/main/resources/assets/curiousshulkerboxes/lang/uk_ua.json new file mode 100644 index 0000000..cdda3c3 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/uk_ua.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Відкрити коробку шалкера" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/vi_vn.json b/src/main/resources/assets/curiousshulkerboxes/lang/vi_vn.json new file mode 100644 index 0000000..72950ed --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/vi_vn.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "Mở hộp Shulker" +} \ No newline at end of file diff --git a/src/main/resources/assets/curiousshulkerboxes/lang/zh_cn.json b/src/main/resources/assets/curiousshulkerboxes/lang/zh_cn.json new file mode 100644 index 0000000..9555738 --- /dev/null +++ b/src/main/resources/assets/curiousshulkerboxes/lang/zh_cn.json @@ -0,0 +1,3 @@ +{ + "key.curiousshulkerboxes.open.desc": "打开潜影盒" +} \ No newline at end of file