diff --git a/Xcodes/Frontend/XcodeList/BottomStatusBar.swift b/Xcodes/Frontend/XcodeList/BottomStatusBar.swift index ac4b214..3f6e2e6 100644 --- a/Xcodes/Frontend/XcodeList/BottomStatusBar.swift +++ b/Xcodes/Frontend/XcodeList/BottomStatusBar.swift @@ -34,7 +34,7 @@ struct BottomStatusModifier: ViewModifier { } } } - Text("\(Bundle.main.shortVersion!) (\(Bundle.main.version!))") + Text(verbatim: "\(Bundle.main.shortVersion!) (\(Bundle.main.version!))") .font(.subheadline) } .frame(maxWidth: .infinity, maxHeight: 30, alignment: .leading) diff --git a/Xcodes/Resources/Localizable.xcstrings b/Xcodes/Resources/Localizable.xcstrings index e80c58b..daac9c0 100644 --- a/Xcodes/Resources/Localizable.xcstrings +++ b/Xcodes/Resources/Localizable.xcstrings @@ -237,16 +237,6 @@ } } }, - "%@ (%@)" : { - "localizations" : { - "en" : { - "stringUnit" : { - "state" : "new", - "value" : "%1$@ (%2$@)" - } - } - } - }, "%@ %@ %@" : { "localizations" : { "ar" : { @@ -17919,7 +17909,128 @@ } }, "PIN not set" : { - + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "el" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "fi" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "PIN not set" + } + } + } }, "Platforms" : { "localizations" : { @@ -17947,6 +18058,12 @@ "value" : "Πλατφόρμες" } }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Platforms" + } + }, "es" : { "stringUnit" : { "state" : "translated", @@ -18314,6 +18431,12 @@ "value" : "Προτιμήσεις" } }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Preferences" + } + }, "es" : { "stringUnit" : { "state" : "translated", @@ -18804,6 +18927,12 @@ "value" : "Ανανέωση" } }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Refresh" + } + }, "es" : { "stringUnit" : { "state" : "translated",