From 22e4991f9a0e744522738c5e5ea85ea463968db8 Mon Sep 17 00:00:00 2001 From: Rubens Date: Wed, 27 Aug 2025 10:32:20 -0300 Subject: [PATCH] chore: add new localized string in all languages --- Xcodes/Resources/Localizable.xcstrings | 114 +++++++++++++++++++++++++ 1 file changed, 114 insertions(+) diff --git a/Xcodes/Resources/Localizable.xcstrings b/Xcodes/Resources/Localizable.xcstrings index c59937c..d05ed67 100644 --- a/Xcodes/Resources/Localizable.xcstrings +++ b/Xcodes/Resources/Localizable.xcstrings @@ -1960,11 +1960,125 @@ }, "Alert.Install.AuthError.Message" : { "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "ca" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "el" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, "en" : { "stringUnit" : { "state" : "translated", "value" : "You are not authorized. Please Sign in with your Apple ID first." } + }, + "es" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "fi" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "hi" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "it" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "ko" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "nl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "pl" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "pt-BR" : { + "stringUnit" : { + "state" : "translated", + "value" : "Você não está autorizado. Por favor, entre com o seu ID Apple primeiro." + } + }, + "ru" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "tr" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "uk" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "zh-Hans" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } + }, + "zh-Hant" : { + "stringUnit" : { + "state" : "translated", + "value" : "You are not authorized. Please Sign in with your Apple ID first." + } } } },