diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 19:16:36 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 19:16:53 +0200 |
| commit | 3d02c5f637f47493d15be3f18cc295010f08c727 (patch) | |
| tree | 1d83d42fb829305e935e2b54168f926f575e21f6 /lang/include | |
| parent | 1ba3a702448655efdd3d84b536cf0ffb32fa2570 (diff) | |
| download | turns-3d02c5f637f47493d15be3f18cc295010f08c727.tar.xz turns-3d02c5f637f47493d15be3f18cc295010f08c727.zip | |
ui/tracker: add missing translations
Diffstat (limited to 'lang/include')
| -rw-r--r-- | lang/include/turns/lang/messages.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/include/turns/lang/messages.hpp b/lang/include/turns/lang/messages.hpp index fa25ef5..fe9295a 100644 --- a/lang/include/turns/lang/messages.hpp +++ b/lang/include/turns/lang/messages.hpp @@ -4,6 +4,7 @@ namespace turns::lang { auto constexpr static add_participant = "Add participant"; + auto constexpr static cancel = "Cancel"; auto constexpr static clear = "_Clear"; auto constexpr static disposition = "Disposition"; auto constexpr static delete_participant = "Delete participant"; @@ -19,12 +20,16 @@ namespace turns::lang 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 save = "_Save"; auto constexpr static save_as = "Save as..."; auto constexpr static saving_failed_format = "Saving failed: {}"; auto constexpr static round_number = "Round {}"; auto constexpr static start_turn_order = "Start turn order"; + auto constexpr static stop = "Stop"; + auto constexpr static stop_and_clear = "Stop and clear"; + auto constexpr static stop_turn_order = "Stop turn order"; auto constexpr static successfully_saved_format = "Successfully saved '{}'"; auto constexpr static turns = "Turns"; auto constexpr static turns_files = "Turns Files"; |
