oOve / FollowMe

Follow Me is a module for Foundry VTT that allows tokens to follow or be followed by other tokens.
https://github.com/oOve/FollowMe
4 stars 3 forks source link

Initial German translation #1

Closed Lucky13524 closed 2 years ago

Lucky13524 commented 2 years ago

Initial translations by vttom#9720 on discord, slightly adjusted by me Default name convention:

{
    "lang":"de",
    "name":"Deutsch (German)",
    "path":"lang/de.json"
}

Translations

{
    "FOLLOWME.following"     : "OK, folge {name} im Abstand von {distance}{unit}!",
    "FOLLOWME.stopped"       : "Folge {name} nicht mehr!",
    "FOLLOWME.collided"      : "Ich bin gegen eine Wand gelaufen; Folge {name} nicht mehr!",
    "FOLLOWME.followYourself": "Folge mir selbst; Das Vertrauen in sich selbst ist wichtig!",
    "FOLLOWME.key_hint"      : "Taste um das Folgen zu starten",
    "FOLLOWME.snap"          : "Am Gitter ausrichten",
    "FOLLOWME.snap_hint"     : "Sollen die Token automatisch am Gitter ausgerichtet werden, oder Abstand halten",
    "FOLLOWME.collision"     : "Kollisionstests",
    "FOLLOWME.collision_hint": "Kollisionstest für Wände bevor das Folgen startet."
}
oOve commented 2 years ago

German translation live in the latest release. Thank you :)