generated from LabyMod/addon-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from RappyLabyAddons/accent
New translations are available to merge
- Loading branch information
Showing
2 changed files
with
74 additions
and
35 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
core/src/main/resources/assets/deathfinder/i18n/de_de.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <x> <y> <z> <yaw> <pitch>§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" | ||
} | ||
} | ||
} |
70 changes: 35 additions & 35 deletions
70
core/src/main/resources/assets/deathfinder/i18n/en_us.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <x> <y> <z> <yaw> <pitch>§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 <x> <y> <z> <yaw> <pitch>§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" | ||
} | ||
} | ||
} | ||
} |