Skip to content

Commit

Permalink
Update Accent
Browse files Browse the repository at this point in the history
  • Loading branch information
RappyTV authored Dec 21, 2023
1 parent 257e810 commit dfaf1ee
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 35 deletions.
39 changes: 39 additions & 0 deletions core/src/main/resources/assets/deathfinder/i18n/de_de.json
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 core/src/main/resources/assets/deathfinder/i18n/en_us.json
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"
}
}
}
}

0 comments on commit dfaf1ee

Please sign in to comment.