-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
029f5f9
commit 4a9f66c
Showing
2 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
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,52 @@ | ||
{ | ||
"multiattack-5e": { | ||
"settings": { | ||
"condenseChatMessagesEnabled": { | ||
"name": "Mehrere Angriffs-/Schadenswürfe zusammenfassen" | ||
}, | ||
"multiattackToolEnabled": { | ||
"name":"Mehrfachangriff-Werkzeug", | ||
"hint": "Aktiviert das Mehrfachangriff-Werkzeug in der Figurenkontrollleiste." | ||
}, | ||
"playerToolEnabled": { | ||
"name": "Mehrfachangriff-Werkzeug für Spieler" , | ||
"hint": "Setzt voraus, dass \"Mehrfachangriff-Werkzeug\" aktiviert ist." | ||
}, | ||
"extraAttackDSN": { | ||
"name": "DsN! für Zusätzliche Angriffe", | ||
"hint": "Hat keine Auswirkung auf einzelne Angriffs-/Schadenswürfe." | ||
}, | ||
"multiattackDSN": { | ||
"name": "DsN! für Mehrfachangriffe" | ||
}, | ||
"betterRollsDSN": { | ||
"name": "DsN! für Better Rolls" | ||
}, | ||
"disabled": "Deaktiviert", | ||
"attackOnly": "Nur Angriffswürfe", | ||
"damageOnly": "Nur Schadenswürfe", | ||
"enabled": "Aktiviert" | ||
}, | ||
"dialog": { | ||
"numberOfRolls": "Anzahl Würfe" | ||
}, | ||
"ui": { | ||
"selectOneToken": "Eine Figur wählen.", | ||
"setDefault": "Default gesetzt für", | ||
"clearDefault": "Default aufgehoben für" | ||
}, | ||
"chat": { | ||
"total": "Gesamt" | ||
}, | ||
"tool": { | ||
"control": { | ||
"title": "Mehrfachangriff" | ||
}, | ||
"dialog": { | ||
"title": "Mehrfachangriff-Werkzeug", | ||
"setDefault": "Default setzen", | ||
"clearDefault": "Default aufheben" | ||
} | ||
} | ||
} | ||
} |
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