From 3a2f7c0d3ea63e73547112e018decd9818021692 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sat, 10 Jan 2026 11:19:52 -0600 Subject: [PATCH] Signed-off-by: Matt Bruce --- .../Resources/Localizable.xcstrings | 114 ++++++++++++++++-- 1 file changed, 101 insertions(+), 13 deletions(-) diff --git a/BusinessCardWatch Watch App/Resources/Localizable.xcstrings b/BusinessCardWatch Watch App/Resources/Localizable.xcstrings index a36b418..c053c26 100644 --- a/BusinessCardWatch Watch App/Resources/Localizable.xcstrings +++ b/BusinessCardWatch Watch App/Resources/Localizable.xcstrings @@ -1,34 +1,122 @@ { "sourceLanguage" : "en", "strings" : { + "%@, %@" : { + "comment" : "A string that combines the name of the card holder and their role, separated by a comma.", + "isCommentAutoGenerated" : true, + "localizations" : { + "en" : { + "stringUnit" : { + "state" : "new", + "value" : "%1$@, %2$@" + } + } + } + }, "Choose default" : { "localizations" : { - "en" : { "stringUnit" : { "state" : "translated", "value" : "Choose default" } }, - "es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Elegir predeterminada" } }, - "fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Choisir par défaut" } } + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Choose default" + } + }, + "es-MX" : { + "stringUnit" : { + "state" : "translated", + "value" : "Elegir predeterminada" + } + }, + "fr-CA" : { + "stringUnit" : { + "state" : "translated", + "value" : "Choisir par défaut" + } + } } }, "Default Card" : { "localizations" : { - "en" : { "stringUnit" : { "state" : "translated", "value" : "Default Card" } }, - "es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Tarjeta predeterminada" } }, - "fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Carte par défaut" } } + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Default Card" + } + }, + "es-MX" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tarjeta predeterminada" + } + }, + "fr-CA" : { + "stringUnit" : { + "state" : "translated", + "value" : "Carte par défaut" + } + } } }, + "Default card QR code" : { + "comment" : "An accessibility label describing a view that shows the QR code of a user's default watch card.", + "isCommentAutoGenerated" : true + }, + "No Cards" : { + "comment" : "A message displayed when a user has no watch cards.", + "isCommentAutoGenerated" : true + }, "Not selected" : { "localizations" : { - "en" : { "stringUnit" : { "state" : "translated", "value" : "Not selected" } }, - "es-MX" : { "stringUnit" : { "state" : "translated", "value" : "No seleccionada" } }, - "fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Non sélectionnée" } } + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Not selected" + } + }, + "es-MX" : { + "stringUnit" : { + "state" : "translated", + "value" : "No seleccionada" + } + }, + "fr-CA" : { + "stringUnit" : { + "state" : "translated", + "value" : "Non sélectionnée" + } + } } }, + "Open the iPhone app to create cards" : { + "comment" : "A description of the action to create a watch card from the iPhone app.", + "isCommentAutoGenerated" : true + }, "Selected" : { "localizations" : { - "en" : { "stringUnit" : { "state" : "translated", "value" : "Selected" } }, - "es-MX" : { "stringUnit" : { "state" : "translated", "value" : "Seleccionada" } }, - "fr-CA" : { "stringUnit" : { "state" : "translated", "value" : "Sélectionnée" } } + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Selected" + } + }, + "es-MX" : { + "stringUnit" : { + "state" : "translated", + "value" : "Seleccionada" + } + }, + "fr-CA" : { + "stringUnit" : { + "state" : "translated", + "value" : "Sélectionnée" + } + } } + }, + "Sync from iPhone" : { + "comment" : "A description of how to sync a watch code from the iPhone app.", + "isCommentAutoGenerated" : true } }, "version" : "1.1" -} +} \ No newline at end of file