From 5b0135d69435f36315fbc164fbe31764aaae8bb3 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sat, 23 Aug 2025 20:57:46 -0700 Subject: [PATCH] Remove unused localizations (#627) --- Sources/Packages/Localizable.xcstrings | 156 ------------------------- 1 file changed, 156 deletions(-) diff --git a/Sources/Packages/Localizable.xcstrings b/Sources/Packages/Localizable.xcstrings index c265cbc..8ef0c49 100644 --- a/Sources/Packages/Localizable.xcstrings +++ b/Sources/Packages/Localizable.xcstrings @@ -927,84 +927,6 @@ } } }, - "auth_context_request_decrypt_description" : { - "comment" : "When the user performs a decryption action using a secret, they are shown a prompt to approve the action. This is the description, showing which secret will be used. The placeholder is the name of the secret. NOTE: This is currently not exposed in UI.", - "extractionState" : "manual", - "localizations" : { - "ca" : { - "stringUnit" : { - "state" : "translated", - "value" : "desencripta dades usant el secret \"%1$(secretName)@\" " - } - }, - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Daten mit dem Secret \"%1$(secretName)@\" entschlüsseln" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "decrypt data using secret \"%1$(secretName)@“" - } - }, - "fi" : { - "stringUnit" : { - "state" : "translated", - "value" : "pura salaus käyttäen salaisuutta \"%1$(secretName)@\"" - } - }, - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "déchiffrer les données en utilisant le secret \"%1$(secretName)@\"." - } - }, - "it" : { - "stringUnit" : { - "state" : "translated", - "value" : "decifra i dati usando il Segreto \"%1$(secretName)@\"" - } - }, - "ja" : { - "stringUnit" : { - "state" : "translated", - "value" : "シークレット“%1$(secretName)@”を使って復号化します" - } - }, - "ko" : { - "stringUnit" : { - "state" : "translated", - "value" : "비밀 \"%1$(secretName)@\"를 사용해서 데이터 복호화" - } - }, - "pl" : { - "stringUnit" : { - "state" : "translated", - "value" : "odszyfruj dane używając sekretu “%1$(secretName)@”" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "translated", - "value" : "decriptar o dado utilizando segredo \"%1$(secretName)@\"" - } - }, - "ru" : { - "stringUnit" : { - "state" : "translated", - "value" : "расшифровать данные используя секрет \"%1$(secretName)@\"" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "translated", - "value" : "使用密钥串 \"%1$(secretName)@\" 解密数据" - } - } - } - }, "auth_context_request_deny_button" : { "comment" : "When the user chooses to perform an action that requires Touch ID/password authentication, they are shown a prompt to approve the action. This is the deny button for that prompt.", "extractionState" : "manual", @@ -1083,84 +1005,6 @@ } } }, - "auth_context_request_encrypt_description" : { - "comment" : "When the user performs an encryption action using a secret, they are shown a prompt to approve the action. This is the description, showing which secret will be used. The placeholder is the name of the secret. NOTE: This is currently not exposed in UI.", - "extractionState" : "manual", - "localizations" : { - "ca" : { - "stringUnit" : { - "state" : "translated", - "value" : "encripta dades usant el secret \"%1$(secretName)@\"" - } - }, - "de" : { - "stringUnit" : { - "state" : "translated", - "value" : "Daten mit dem Secret \"%1$(secretName)@\" verschlüsseln" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "encrypt data using secret \"%1$(secretName)@“" - } - }, - "fi" : { - "stringUnit" : { - "state" : "translated", - "value" : "salaa käyttäen salaisuutta \"%1$(secretName)@\"" - } - }, - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "chiffrer les données en utilisant le secret \"%1$(secretName)@\"" - } - }, - "it" : { - "stringUnit" : { - "state" : "translated", - "value" : "cifra i dati usando il Segreto \"%1$(secretName)@\"" - } - }, - "ja" : { - "stringUnit" : { - "state" : "translated", - "value" : "シークレット“%1$(secretName)@”を使って暗号化します" - } - }, - "ko" : { - "stringUnit" : { - "state" : "translated", - "value" : "비밀 \"%1$(secretName)@\"를 사용해서 데이터 암호화" - } - }, - "pl" : { - "stringUnit" : { - "state" : "translated", - "value" : "zaszyfruj dane używając sekretu “%1$(secretName)@”" - } - }, - "pt-BR" : { - "stringUnit" : { - "state" : "translated", - "value" : "encriptar dado utilizando o segredo \"%1$(secretName)@\"" - } - }, - "ru" : { - "stringUnit" : { - "state" : "translated", - "value" : "зашифровать данные используя секрет \"%1$(secretName)@\"" - } - }, - "zh-Hans" : { - "stringUnit" : { - "state" : "translated", - "value" : "使用密钥串 \"%1$(secretName)@\" 加密数据" - } - } - } - }, "auth_context_request_signature_description" : { "comment" : "When the user performs a signature action using a secret, they are shown a prompt to approve the action. This is the description, showing which secret will be used, and where the request is coming from. The first placeholder is the name of the app requesting the operation. The second placeholder is the name of the secret.", "extractionState" : "manual",