Skip to content

Commit 6fcb4aa

Browse files
authored
Merge pull request #428 from ElonPark/bug/elon/fix-send-sms-crash
Fix SMS Enter Digit Code Crash
2 parents 5edeb60 + 35fb72d commit 6fcb4aa

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

Xcodes/Resources/de.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
// SMS/2FA
125125
"DigitCodeDescription" = "Gib den %d-stelligen Code von einem Deiner Vertrauensgeräte ein:";
126126
"SendSMS" = "SMS senden";
127-
"EnterDigitCodeDescription" = "Gib den %d-stelligen Code ein der an '%@' gesendet wurde.";
127+
"EnterDigitCodeDescription" = "Gib den %1$d-stelligen Code ein der an '%2$@' gesendet wurde.";
128128
"SelectTrustedPhone" = "Wähle eine vertrauenswürdige Telefonnummer aus, um einen %d-stelligen Code via SMS zum empfangen:";
129129
"NoTrustedPhones" = "Dein Account verfügt über keine vertrauenswürdigen Telefonnummern, diese sind aber für Zwei-Faktor-Authentifizierung erforderlich.\n\nInformationen dazu unter https://support.apple.com/HT204915.";
130130

Xcodes/Resources/en.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
// SMS/2FA
128128
"DigitCodeDescription" = "Enter the %d digit code from one of your trusted devices:";
129129
"SendSMS" = "Send SMS";
130-
"EnterDigitCodeDescription" = "Enter the %d digit code sent to %@: ";
130+
"EnterDigitCodeDescription" = "Enter the %1$d digit code sent to %2$@: ";
131131
"SelectTrustedPhone" = "Select a trusted phone number to receive a %d digit code via SMS:";
132132
"NoTrustedPhones" = "Your account doesn't have any trusted phone numbers, but they're required for two-factor authentication.\n\nSee https://support.apple.com/HT204915.";
133133

Xcodes/Resources/es.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
// SMS/2FA
121121
"DigitCodeDescription" = "Ingrese el código de %d dígitos de uno de sus dispositivos de confianza:";
122122
"SendSMS" = "Enviar SMS";
123-
"EnterDigitCodeDescription" = "Ingrese el código de dígito %d enviado a %@: ";
123+
"EnterDigitCodeDescription" = "Ingrese el código de dígito %1$d enviado a %2$@: ";
124124
"SelectTrustedPhone" = "Selecciona un número de teléfono de confianza para recibir un código de %d dígitos por SMS:";
125125
"NoTrustedPhones" = "Su cuenta no tiene números de teléfono de confianza, pero son necesarios para la autenticación de dos factores.\n\nVer https://support.apple.com/HT204915.";
126126

Xcodes/Resources/fi.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
// SMS/2FA
116116
"DigitCodeDescription" = "Anna %d numeroinen koodi jostakin luotetusta laitteesta:";
117117
"SendSMS" = "Lähetä tekstiviesti";
118-
"EnterDigitCodeDescription" = "Anna %d numeroinen koodi, joka lähetettiin osoitteeseen %@: ";
118+
"EnterDigitCodeDescription" = "Anna %1$d numeroinen koodi, joka lähetettiin osoitteeseen %2$@: ";
119119
"SelectTrustedPhone" = "Valitse luotettu puhelinnumero saadaksesi %d numeroisen koodin tekstiviestinä:";
120120
"NoTrustedPhones" = "Tililläsi ei ole luotettuja puhelinnumeroita, mutta ne vaaditaan kaksivaiheiseen todentamiseen.\n\nKatso https://support.apple.com/HT204915.";
121121

Xcodes/Resources/fr.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
// SMS/2FA
121121
"DigitCodeDescription" = "Saisissez le code à %d chiffres de l'un de vos appareils de confiance :";
122122
"SendSMS" = "Envoyer un SMS";
123-
"EnterDigitCodeDescription" = "Entrez le code à %d chiffres envoyé à %@ : ";
123+
"EnterDigitCodeDescription" = "Entrez le code à %1$d chiffres envoyé à %2$@ : ";
124124
"SelectTrustedPhone" = "Sélectionnez le numéro de téléphone de confiance pour recevoir un code à %d chiffres par SMS :";
125125
"NoTrustedPhones" = "Votre compte n'a aucun numéro de téléphone de confiance, mais ils sont requis pour l'authentification à deux facteurs.\n\nVoir https://support.apple.com/HT204915.";
126126

Xcodes/Resources/hi.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
// SMS/2FA
116116
"DigitCodeDescription" = "अपने किसी विश्वसनीय डिवाइस से %d अंक कोड दर्ज करें:";
117117
"SendSMS" = "SMS भेजें";
118-
"EnterDigitCodeDescription" = "%@ को भेजा गया %d अंक कोड दर्ज करें: ";
118+
"EnterDigitCodeDescription" = "%2$@ को भेजा गया %1$d अंक कोड दर्ज करें: ";
119119
"SelectTrustedPhone" = "SMS के द्वारा %d अंक कोड प्राप्त करने के लिए विश्वसनीय फ़ोन नंबर चुनें:";
120120
"NoTrustedPhones" = "आपके खाते में कोई विश्वसनीय फ़ोन नंबर नहीं है, लेकिन वे दो-कारक प्रमाणीकरण के लिए आवश्यक हैं।\n\nhttps://support.apple.com/HT204915 देखें।";
121121

Xcodes/Resources/ja.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
// SMS/2FA
128128
"DigitCodeDescription" = "信頼できるデバイスから、%d桁のコードを入力してください。";
129129
"SendSMS" = "SMS を送信";
130-
"EnterDigitCodeDescription" = "%d桁のコードを%@に送信したので入力してください。";
130+
"EnterDigitCodeDescription" = "%1$d桁のコードを%2$@に送信したので入力してください。";
131131
"SelectTrustedPhone" = "信頼できる電話番号を選択し、%d桁のコードをSMSで受信します。";
132132
"NoTrustedPhones" = "このアカウントに2要素認証に利用する、信頼できる電話番号がありません。\n\n詳しくはこちらをご確認ください。https://support.apple.com/HT204915";
133133

Xcodes/Resources/ko.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
// SMS/2FA
117117
"DigitCodeDescription" = "신뢰할 수 있는 장치 중 하나에서 %d 자리 코드를 입력하세요.";
118118
"SendSMS" = "SMS 보내기";
119-
"EnterDigitCodeDescription" = "%@(으)로 전송된 %d 자리 코드를 입력하세요.";
119+
"EnterDigitCodeDescription" = "%2$@(으)로 전송된 %1$d 자리 코드를 입력하세요.";
120120
"SelectTrustedPhone" = "SMS를 통해 %d 자리 코드를 수신하려면 신뢰할 수 있는 전화번호를 선택하세요.";
121121
"NoTrustedPhones" = "계정에 신뢰할 수 있는 전화번호가 없지만 이중 인증(2FA)에 필요합니다.\n\nhttps://support.apple.com/HT204915를 참조하세요.";
122122

Xcodes/Resources/nl.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
// SMS/2FA
121121
"DigitCodeDescription" = "Voer de %d code in van een van je vertrouwde apparaten:";
122122
"SendSMS" = "Verstuur SMS";
123-
"EnterDigitCodeDescription" = "Voer de %d code in die is verstuurd naar %@: ";
123+
"EnterDigitCodeDescription" = "Voer de %1$d code in die is verstuurd naar %2$@: ";
124124
"SelectTrustedPhone" = "Selecteer een vertrouwd telefoonnumer on een %d code te ontvangen via SMS:";
125125
"NoTrustedPhones" = "Je account heeft geen vertrouwde telefoonnummers, dit is nodig voor two-factor authenticatie.\n\nZie https://support.apple.com/HT204915.";
126126

Xcodes/Resources/pl.lproj/Localizable.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
// SMS/2FA
128128
"DigitCodeDescription" = "Wprowadź %d-cyfrowy kod z jednego ze swoich zaufanych urządzeń:";
129129
"SendSMS" = "Wyślij SMS";
130-
"EnterDigitCodeDescription" = "Wprowadź %d-cyfrowy kod wysłany do %@: ";
130+
"EnterDigitCodeDescription" = "Wprowadź %1$d-cyfrowy kod wysłany do %2$@: ";
131131
"SelectTrustedPhone" = "Wybierz zaufany numer telefonu, aby otrzymać %d-cyfrowy kod przez SMS:";
132132
"NoTrustedPhones" = "Twoje konto nie ma żadnych zaufanych numerów telefonów, ale są one wymagane do autoryzacji dwuskładnikowej.\n\nZobacz https://support.apple.com/HT204915.";
133133

0 commit comments

Comments
 (0)