From 52807de53106fd09675274f879ec421c09791b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Zi=C4=99ciak?= Date: Mon, 25 Mar 2024 09:04:04 +0100 Subject: [PATCH] Add slovak translation --- .../assets/squaredadditions/lang/sk_sk.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/main/resources/assets/squaredadditions/lang/sk_sk.json diff --git a/src/main/resources/assets/squaredadditions/lang/sk_sk.json b/src/main/resources/assets/squaredadditions/lang/sk_sk.json new file mode 100644 index 0000000..1f53f9b --- /dev/null +++ b/src/main/resources/assets/squaredadditions/lang/sk_sk.json @@ -0,0 +1,19 @@ +{ + "_comment0": "Note to translators: DO NOT COPY ENTRIES FROM ENGLISH", + "_comment1": "I repeat: do NOT copy entries from English!!", + "_comment2": "Copying English entries will cause them to become outdated when this file changes", + "_comment3": "Untranslated entries will automatically be inherited from this file.", + "_comment4": "Once again, don't copy from English, and THANK YOU for your hard work!", + "_comment5": "Poznámka pre prekladateľov: NEKOPÍRUJTE ENTITLEMENTY Z ANGLIČTINY", + + "item.squaredadditions.copper_sword": "Medený meč", + "item.squaredadditions.copper_shovel": "Medená lopata", + "item.squaredadditions.copper_hoe": "Medená motyka", + "item.squaredadditions.copper_axe": "Medená sekera", + "item.squaredadditions.copper_pickaxe": "Medený krompáč", + "item.squaredadditions.emerald_sword": "Smaragdový meč", + "item.squaredadditions.emerald_shovel": "Smaragdová lopata", + "item.squaredadditions.emerald_hoe": "Smaragdová motyka", + "item.squaredadditions.emerald_axe": "Smaragdová sekera", + "item.squaredadditions.emerald_pickaxe": "Smaragdový krompáč" +} \ No newline at end of file