diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-19 10:38:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-19 10:38:13 +0200 |
| commit | cedf71175b5403e8af002a1a593f27909d9615e0 (patch) | |
| tree | 949297c26ec7ab210b726fe2fcf4b9ca26520800 /lang | |
| parent | 6c9be129ddd327634ca557fd079c0aa1a51df067 (diff) | |
| download | turns-cedf71175b5403e8af002a1a593f27909d9615e0.tar.xz turns-cedf71175b5403e8af002a1a593f27909d9615e0.zip | |
lang: add missing translations
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 9 | ||||
| -rw-r--r-- | lang/po/de.po | 27 | ||||
| -rw-r--r-- | lang/po/en.po | 27 | ||||
| -rw-r--r-- | lang/tests/messages.cpp | 11 |
4 files changed, 73 insertions, 1 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index 42de7bb..e57fce4 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -8,9 +8,13 @@ namespace turns::lang auto constexpr static clear = "_Clear"; auto constexpr static delete_participant = "Delete participant"; auto constexpr static disposition = "Disposition"; + auto constexpr static disposition_colors = "Disposition Colors"; auto constexpr static edit_participant = "Edit participant"; auto constexpr static end_turn_order = "End turn order"; auto constexpr static finish = "Finish"; + auto constexpr static flow = "Flow"; + auto constexpr static friendly = "Friendly"; + auto constexpr static hostile = "Hostile"; auto constexpr static main_menu = "Main Menu"; auto constexpr static mark_as_defeated = "Mark as defeated"; auto constexpr static name = "Name"; @@ -18,15 +22,20 @@ namespace turns::lang auto constexpr static next_participant = "Next participant"; auto constexpr static no_active_turn_order = "No active turn order"; auto constexpr static open = "_Open..."; + auto constexpr static preferences = "Preferences"; + auto constexpr static preferences_mnemonic = "_Preferences"; auto constexpr static previous_participant = "Previous participant"; auto constexpr static priority = "Priority"; auto constexpr static priority_number = "Priority {}"; auto constexpr static question_clear_turn_order = "Do you want to clear the turn order?"; auto constexpr static quit = "_Quit"; + auto constexpr static reset = "Reset"; auto constexpr static round_number = "Round {}"; auto constexpr static save = "_Save"; auto constexpr static save_as = "Save as..."; auto constexpr static saving_failed_format = "Saving failed: {}"; + auto constexpr static secret = "Secret"; + auto constexpr static skip_defeated = "Skip defeated"; auto constexpr static start_turn_order = "Start turn order"; auto constexpr static stop = "Stop"; auto constexpr static stop_and_clear = "Stop and clear"; diff --git a/lang/po/de.po b/lang/po/de.po index 4b4df44..15c2d72 100644 --- a/lang/po/de.po +++ b/lang/po/de.po @@ -20,6 +20,9 @@ msgstr "_Leeren" msgid "Disposition" msgstr "Gesinnung" +msgid "Disposition Colors" +msgstr "Gesinnungsfarben" + msgid "Delete participant" msgstr "Teilnehmer entfernen" @@ -35,6 +38,15 @@ msgstr "Zugreihenfolge beenden" msgid "Finish" msgstr "Abschließen" +msgid "Flow" +msgstr "Ablaufsteuerung" + +msgid "Friendly" +msgstr "Freundlich" + +msgid "Hostile" +msgstr "Feindseelig" + msgid "Main Menu" msgstr "Hauptmenü" @@ -56,6 +68,12 @@ msgstr "Keine aktive Zugreihenfolge" msgid "_Open..." msgstr "_Öffnen..." +msgid "Preferences" +msgstr "Einstellungen" + +msgid "_Preferences" +msgstr "_Einstellungen" + msgid "Previous participant" msgstr "Vorhergehender Teilnehmer" @@ -68,6 +86,9 @@ msgstr "Priorität {}" msgid "_Quit" msgstr "_Beenden" +msgid "Reset" +msgstr "Zurücksetzen" + msgid "Round {}" msgstr "Runde {}" @@ -80,6 +101,12 @@ msgstr "Speichern unter..." msgid "Saving failed: {}" msgstr "Speichern fehlgeschlagen: {}" +msgid "Secret" +msgstr "Geheim" + +msgid "Skip defeated" +msgstr "Besiegte Teilnehmer überspringen" + msgid "Start turn order" msgstr "Zugreihenfolge starten" diff --git a/lang/po/en.po b/lang/po/en.po index 63ae770..54df09f 100644 --- a/lang/po/en.po +++ b/lang/po/en.po @@ -20,6 +20,9 @@ msgstr "_Clear" msgid "Disposition" msgstr "Disposition" +msgid "Disposition Colors" +msgstr "Disposition Colors" + msgid "Delete participant" msgstr "Delete participant" @@ -35,6 +38,15 @@ msgstr "End turn order" msgid "Finish" msgstr "Finish" +msgid "Flow" +msgstr "Flow" + +msgid "Friendly" +msgstr "Friendly" + +msgid "Hostile" +msgstr "Hostile" + msgid "Main Menu" msgstr "Main Menu" @@ -56,6 +68,12 @@ msgstr "No active turn order" msgid "_Open..." msgstr "_Open..." +msgid "Preferences" +msgstr "Preferences" + +msgid "_Preferences" +msgstr "_Preferences" + msgid "Previous participant" msgstr "Previous participant" @@ -68,6 +86,9 @@ msgstr "Priority {}" msgid "_Quit" msgstr "_Quit" +msgid "Reset" +msgstr "Reset" + msgid "Round {}" msgstr "Round {}" @@ -80,6 +101,12 @@ msgstr "Save as..." msgid "Saving failed: {}" msgstr "Saving failed: {}" +msgid "Secret" +msgstr "Secret" + +msgid "Skip defeated" +msgstr "Skip defeated" + msgid "Start turn order" msgstr "Start turn order" diff --git a/lang/tests/messages.cpp b/lang/tests/messages.cpp index 441a831..cecb038 100644 --- a/lang/tests/messages.cpp +++ b/lang/tests/messages.cpp @@ -22,11 +22,15 @@ namespace turns::lang::tests auto message = GENERATE(add_participant, cancel, clear, - disposition, delete_participant, + disposition, + disposition_colors, edit_participant, end_turn_order, finish, + flow, + friendly, + hostile, main_menu, mark_as_defeated, // a better solution is required to test the following entry: @@ -35,14 +39,19 @@ namespace turns::lang::tests next_participant, no_active_turn_order, open, + preferences, + preferences_mnemonic, previous_participant, priority, priority_number, question_clear_turn_order, quit, + reset, save, save_as, saving_failed_format, + secret, + skip_defeated, start_turn_order, stop, stop_and_clear, |
