From dfaf1ee5072be7f9a7b7447fffc84dd1985cc13b Mon Sep 17 00:00:00 2001 From: RappyTV Date: Thu, 21 Dec 2023 17:17:50 +0000 Subject: [PATCH] Update Accent --- .../assets/deathfinder/i18n/de_de.json | 39 +++++++++++ .../assets/deathfinder/i18n/en_us.json | 70 +++++++++---------- 2 files changed, 74 insertions(+), 35 deletions(-) create mode 100644 core/src/main/resources/assets/deathfinder/i18n/de_de.json diff --git a/core/src/main/resources/assets/deathfinder/i18n/de_de.json b/core/src/main/resources/assets/deathfinder/i18n/de_de.json new file mode 100644 index 0000000..455a4dd --- /dev/null +++ b/core/src/main/resources/assets/deathfinder/i18n/de_de.json @@ -0,0 +1,39 @@ +{ + "deathfinder": { + "settings": { + "name": "Death Finder", + "header": { + "general": { + "name": "Allgemein" + }, + "commands": { + "name": "Befehle" + } + }, + "enabled": { + "name": "Aktiviert" + }, + "saveRotation": { + "name": "Kopf-Rotation speichern", + "description": "Ob gespeichert werden soll, in welche Richtung du geschaut hast, als du gestorben bist." + }, + "backCommand": { + "name": "/back An-/Ausmachen", + "description": "§b/back §fsendet '§b/tp @p §f' in den Chat um dich zu teleportieren." + }, + "coordsCommand": { + "name": "/coords An-/Ausmachen", + "description": "§b/coords §fsendet dir die Koordinaten von deinem letzten Todespunkt." + } + }, + "messages": { + "savedPoint": "Dein Todesort wurde gespeichert!", + "noSavedPoint": "Es wurde kein Todesort gespeichert!", + "deathPoint": "Das sind die Koordinaten von deinem Todesort:" + }, + "hover": { + "teleport": "Klicke, um dich zu den Koordinaten zu teleportieren", + "show": "Klicke, um die Koordinaten anzuzeigen" + } + } +} diff --git a/core/src/main/resources/assets/deathfinder/i18n/en_us.json b/core/src/main/resources/assets/deathfinder/i18n/en_us.json index 887752d..1e839f8 100644 --- a/core/src/main/resources/assets/deathfinder/i18n/en_us.json +++ b/core/src/main/resources/assets/deathfinder/i18n/en_us.json @@ -1,39 +1,39 @@ { - "deathfinder": { - "settings": { - "name": "Death Finder", - "header": { - "general": { - "name": "General" - }, - "commands": { - "name": "Commands" - } - }, - "enabled": { - "name": "Enabled" - }, - "saveRotation": { - "name": "Save head rotation", - "description": "If it should save the position you looked at when you died." - }, - "backCommand": { - "name": "Toggle /back", - "description": "§b/back §fsends '§b/tp @p §f' in the chat to teleport you." - }, - "coordsCommand": { - "name": "Toggle /coords", - "description": "§b/coords §fsends you the coordinates where your last death point was." - } + "deathfinder": { + "settings": { + "name": "Death Finder", + "header": { + "general": { + "name": "General" }, - "messages": { - "savedPoint": "Your death point was saved!", - "noSavedPoint": "There is no death point saved!", - "deathPoint": "Those are your death coordinates:" - }, - "hover": { - "teleport": "Click to teleport to coordinates!", - "show": "Click to show coordinates" + "commands": { + "name": "Commands" } + }, + "enabled": { + "name": "Enabled" + }, + "saveRotation": { + "name": "Save head rotation", + "description": "If it should save the position you looked at when you died." + }, + "backCommand": { + "name": "Toggle /back", + "description": "§b/back §fsends '§b/tp @p §f' in the chat to teleport you." + }, + "coordsCommand": { + "name": "Toggle /coords", + "description": "§b/coords §fsends you the coordinates where your last death point was." + } + }, + "messages": { + "savedPoint": "Your death point was saved!", + "noSavedPoint": "There is no death point saved!", + "deathPoint": "Those are your death coordinates:" + }, + "hover": { + "teleport": "Click to teleport to coordinates!", + "show": "Click to show coordinates" } -} \ No newline at end of file + } +}