From 3d02c5f637f47493d15be3f18cc295010f08c727 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 19:16:36 +0200 Subject: ui/tracker: add missing translations --- lang/include/turns/lang/messages.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lang/include') 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"; -- cgit v1.2.3