From 94bea44c9c103184e9aaefd4634df790d5f651da Mon Sep 17 00:00:00 2001 From: Dmitry Burlakov Date: Sun, 19 Sep 2021 23:47:02 +0300 Subject: [PATCH] #1 Add German translation thanks to @OttovonBismarckderErste --- CREDITS.txt | 1 + build.gradle | 4 +-- src/main/resources/META-INF/mods.toml | 1 + .../resources/assets/zetter/lang/de_de.json | 34 +++++++++++++++++++ 4 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 src/main/resources/assets/zetter/lang/de_de.json diff --git a/CREDITS.txt b/CREDITS.txt index 3d05047d..91309e22 100644 --- a/CREDITS.txt +++ b/CREDITS.txt @@ -9,6 +9,7 @@ iSrNinja for Spanish translation DrHesperus for Russian translation Vakarian89 for Polish translation cream280 for Chinese translation +OttovonBismarckderErste for German translation Forge Discord: Cyborgmas#0379 diff --git a/build.gradle b/build.gradle index 2b86de31..d971ea95 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'maven-publish' -version = '0.10.4-1.16.3-rc' +version = '0.10.5-1.16.3-rc' group = 'com.dantaeusb.zetter' // http://maven.apache.org/guides/mini/guide-naming-conventions.html sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly. @@ -99,7 +99,7 @@ jar { attributes([ "Specification-Title": "Zetter", "Specification-Vendor": "dantaeusb", - "Specification-Version": "0.10.4-rc", + "Specification-Version": "0.10.5-rc", "Implementation-Title": project.name, "Implementation-Version": "${version}", "Implementation-Vendor" :"dantaeusb", diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index b321eb8b..040566db 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -29,6 +29,7 @@ iSrNinja for Spanish translation DrHesperus for Russian translation Vakarian89 for Polish translation cream280 for Chinese translation +OttovonBismarckderErste for German translation Forge Discord: Cyborgmas#0379 diff --git a/src/main/resources/assets/zetter/lang/de_de.json b/src/main/resources/assets/zetter/lang/de_de.json new file mode 100644 index 00000000..6bd50dd2 --- /dev/null +++ b/src/main/resources/assets/zetter/lang/de_de.json @@ -0,0 +1,34 @@ +{ + "block.zetter.artist_table": "Künslertisch", + "block.zetter.easel": "Staffelei", + "container.zetter.artistTable": "Künslertisch", + "container.zetter.easel": "Staffelei", + "entity.zetter.custom_painting_entity": "gerahmtes Gemälde", + "item.zetter.canvas": "Leinwand", + "item.zetter.painting": "Gemälde", + "item.zetter.paints": "Farbe", + "item.zetter.palette": "Palette", + "item.zetter.acacia_basic_frame": "Akazienholzrahmen", + "item.zetter.acacia_plated_frame": "Akazienholzrahmen mit Namenschild", + "item.zetter.birch_basic_frame": "Birkenholzrahmen", + "item.zetter.birch_plated_frame": "Birkenholzrahmen mit Namenschild", + "item.zetter.crimson_basic_frame": "Karmesinholzrahmen", + "item.zetter.crimson_plated_frame": "Karmesinholzrahmen mit Namenschild", + "item.zetter.dark_oak_basic_frame": "Schwarzeichenholzrahmen", + "item.zetter.dark_oak_plated_frame": "Schwarzeichenholzrahmen mit Namenschild", + "item.zetter.jungle_basic_frame": "Tropenholzrahmen", + "item.zetter.jungle_plated_frame": "Tropenholzrahmen mit Namenschild", + "item.zetter.oak_basic_frame": "Eichenholzrahmen", + "item.zetter.oak_plated_frame": "Eichenholzrahmen mit Namenschild", + "item.zetter.spruce_basic_frame": "Fichtenholzrahmen", + "item.zetter.spruce_plated_frame": "Fichtenholzrahmen mit Namenschild", + "item.zetter.warped_basic_frame": "Wirrstielrahmen", + "item.zetter.warped_plated_frame": "Wirrstielrahmen mit Namenschild", + "item.zetter.iron_frame": "eiserner Rahmen", + "item.zetter.gold_basic_frame": "goldener Rahmen", + "item.zetter.gold_plated_frame": "goldener Rahmen mit Namenschild", + "item.zetter.painting.size": "%1$dx%2$d", + "item.zetter.painting.unnamed": "unbenannt", + "item.zetter.painting.unknown": "unbekannt", + "item.zetter.customPaintingByAuthor": "\"%1$s\" von %2$s" +} \ No newline at end of file