-
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 #55 from lucasmetzen/add-german-locale
Add German locale
- Loading branch information
Showing
7 changed files
with
100 additions
and
17 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,46 @@ | ||
## 4.1.0 | ||
### Improvements | ||
- Add German localisation | ||
- Change prioritisation of error messages when trying to send an empty message while not having selected any recipients | ||
|
||
## 4.0.1-4.0.4 | ||
- Post-release check fixes (mainly for corrupted binary files due to incorrect CRLF settings in Git) | ||
- 4.0.4: first version to be added to official package listing after module got approved | ||
|
||
## 4.0.0 | ||
First public release and submission to Foundry VTT package listing | ||
- Bump version number to avoid potential issues with pre-release version numbering | ||
- Add GitHub workflow step to publish release to package page | ||
|
||
--- | ||
|
||
# Versions prior to public release | ||
|
||
## Pre-releases 3.0.0-alpha to -kappa (November and December 2024) | ||
Multiple pre-releases on the road to public release | ||
- Minimum Foundry VTT version 12 | ||
|
||
### Improvements | ||
- Migration to Application v2, and improve sub-templates to match | ||
- Add settings for whisper notification | ||
- Add settings for UI buttons to open messenger window | ||
- Rename module from `Lucas's Almost Magnificent Messenger` to `Lucas's Awesome Messenger Extension` and introduce `LAME Messenger` abbreviation | ||
- Improve overall styling | ||
- Add GitHub workflow to create module files for release | ||
- Add README | ||
|
||
## 2.1.3 (July 2021) | ||
- Compatability with Foundry VTT version 0.8.8 | ||
- Initial Git commit | ||
|
||
## 2.1.2 (April 2021) | ||
Minimum Foundry VTT version 0.7.9 | ||
|
||
## 1.3.1 (December 2020) | ||
Minimum Foundry VTT version 0.7.7 | ||
|
||
## 1.3.0 (March 2020) | ||
Minimum Foundry VTT version 0.5.1 | ||
|
||
## 1.0.0 | ||
Lost to time... |
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
Binary file not shown.
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,36 @@ | ||
{ | ||
"LAME": { | ||
"Module": { | ||
"LongTitle": "Lucas's Awesome Messenger Extension", | ||
"ShortTitle": "LAME Messenger", | ||
"TitleWithAbbreviation": "Lucas's Awesome Messenger Extension (LAME Messenger)" | ||
}, | ||
"History": { | ||
"Hint": "Dies ist dein Nachrichtenverlauf. Gesendete und empfangene Nachrichten werden hier angezeigt, solange du eingeloggt bist und bis du deinen Browser aktualisierst.", | ||
"To": "an", | ||
"From": "von" | ||
}, | ||
"WhisperHint": "Schreibe deine Flüsternachricht hier. Zum Senden, Ctrl-Enter drücken.", | ||
"Send": "Senden", | ||
"Notification": { | ||
"NoRecipientSelected": "Kein Empfänger ausgewählt.", | ||
"NoMessageToSend": "Keine Nachricht zum Senden." | ||
}, | ||
"Setting": { | ||
"ShowNotificationForNewWhisper": "Zeige Benachrichtigung bei neuen Flüsternachrichten", | ||
"ShowNotificationForNewWhisperHint": "Soll eine visuelle Benachrichtigung angezeigt werden für jede empfangene Flüsternachricht?", | ||
"PermanentNotificationForNewWhisper": "Bleibende Benachrichtigung bei neuen Flüsternachrichten", | ||
"PermanentNotificationForNewWhisperHint": "Soll die visuelle Benachrichtigung angezeigt werden, bis du sie wegklickst?", | ||
"ButtonInSceneControlToolbar": "Knopf zu Szenenkontrolle hinzufügen", | ||
"ButtonInSceneControlToolbarHint": "Soll der Knopf zum Öffnen des Messengers in der Werkzeugleiste der Szenenkontrolle an der linken Bildschirmseite angezeigt werden?", | ||
"ButtonInChatControl": "Knopf zu Chat-Kontrolle hinzufügen", | ||
"ButtonInChatControlHint": "Soll der Knopf zum Öffnen des Messengers in der Chat-Kontrolle (rechts vom Würfeltyp-Selektor) in der Seitenleiste angezeigt werden?", | ||
"ShowInactiveUsers": "Zeige inaktive Nutzer", | ||
"ShowInactiveUsersHint": "Sollen Nutzer, die momentan nicht verbunden sind, im Messenger angezeigt werden?" | ||
}, | ||
"IncomingWhisperFrom": "Flüsternachricht von", | ||
"NoUsersToShow": "Kein Nutzer anzuzeigen.", | ||
"NoUsersToShowExplanation": "Entweder bist du der einzige Nutzer in dieser Welt, alle anderen Nutzen sind deaktiviert, oder sie sind inaktiv und die Einstellung um inaktive Nutzer anzuzeigen ist deaktiviert.", | ||
"UserIsOffline": "Kann nur an verbundene Nutzer senden." | ||
} | ||
} |
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
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
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