From 54f89bcd1a7fb0b92b65d8c0ea3847d635e11133 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 6 Jul 2025 12:45:37 +0200 Subject: Allow adding and removing templates --- Map/Localizable.xcstrings | 50 ++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 47 insertions(+), 3 deletions(-) (limited to 'Map/Localizable.xcstrings') diff --git a/Map/Localizable.xcstrings b/Map/Localizable.xcstrings index f5fd775..22f8e6b 100644 --- a/Map/Localizable.xcstrings +++ b/Map/Localizable.xcstrings @@ -71,6 +71,39 @@ }, "Map settings will be available here in a future version." : { + }, + "map_template.default.content" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Anchor (95, 80)\nUsers (90, 20)\nWalking App (70, 20)\nWalking App Database (50, 60)\nUser Interface (80, 50)\nWeb Server (60, 30)\nCRM (30, 70)\n\nUsers -> Walking App\nUsers -> User Interface\nWalking App -> Walking App Database\nWalking App -> Web Server\nUser Interface -> Web Server\nWeb Server -> CRM\n\n[Note] (80, 5) Social walking app for everyone\n\n[Group] Client Side, Walking App, User Interface\n\n[Evolution] Walking App +5\n\n[Blocker] Unreliable Data" + } + } + } + }, + "map_template.default.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Basic Map" + } + } + } + }, + "map_template.empty.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Empty Map" + } + } + } }, "Name" : { @@ -108,6 +141,17 @@ } } }, + "preferences.templates.table.title" : { + "extractionState" : "manual", + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Templates" + } + } + } + }, "preferences.templates.title" : { "extractionState" : "manual", "localizations" : { @@ -124,6 +168,9 @@ }, "Select a template to edit" : { + }, + "Set as default template" : { + }, "Stage I" : { @@ -529,9 +576,6 @@ }, "Template: %@" : { - }, - "Templates" : { - }, "Uncharted" : { -- cgit