diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index 579c5c44eb8..afaef4bbce6 100644 --- a/BuildConfigurations/Version.xcconfig +++ b/BuildConfigurations/Version.xcconfig @@ -6,4 +6,4 @@ // Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh` // -CURRENT_PROJECT_VERSION=23.26.0 +CURRENT_PROJECT_VERSION=23.27.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index a108208cc7e..a67d49b9f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## x.x.x x-x-x +## 23.27.0 2024-04-08 ### Payments * [Added] Support for Alma bindings. diff --git a/Stripe.podspec b/Stripe.podspec index 820ba47799f..9ac2256ac44 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/Stripe/StripeiOS/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/Stripe/StripeiOS/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 75b7f79f007..400a7f1c6e6 100644 --- a/Stripe/StripeiOS/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/Stripe/StripeiOS/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -26,7 +26,7 @@ "Online Banking (FPX)" = "網上銀行 (FPX)"; -"Payment Method" = "付款方式"; +"Payment Method" = "支付方式"; "Shipping" = "送貨"; diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index a7bedbf38a9..209ed0e263c 100644 --- a/StripeApplePay.podspec +++ b/StripeApplePay.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\ 'or other size-constrained apps.' diff --git a/StripeCameraCore.podspec b/StripeCameraCore.podspec index a80550b3f03..2c78351d8a2 100644 --- a/StripeCameraCore.podspec +++ b/StripeCameraCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCardScan.podspec b/StripeCardScan.podspec index dda2f5fd88a..655511a49b2 100644 --- a/StripeCardScan.podspec +++ b/StripeCardScan.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'Scan credit and debit cards to verify that they\'re genuine' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeCore.podspec b/StripeCore.podspec index 499494bd1ee..f41b943efe7 100644 --- a/StripeCore.podspec +++ b/StripeCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift index 10d62d62b2c..1880e403c2c 100644 --- a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift +++ b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift @@ -10,7 +10,7 @@ import Foundation extension StripeAPIConfiguration { /// The current version of this library. - public static let STPSDKVersion = "23.26.0" + public static let STPSDKVersion = "23.27.0" // NOTE: `STPSDKVersion` must be a hard-coded static string instead of // dynamically generated from the bundle's `CFBundleShortVersionString` to diff --git a/StripeFinancialConnections.podspec b/StripeFinancialConnections.podspec index 247c1050ee5..47994b209e4 100644 --- a/StripeFinancialConnections.podspec +++ b/StripeFinancialConnections.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeIdentity.podspec b/StripeIdentity.podspec index e9f99b90618..4a8959ab05c 100644 --- a/StripeIdentity.podspec +++ b/StripeIdentity.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'Securely capture ID documents and selfies on iOS for use with Stripe\'s Identity API to confirm the identity of global users.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/bg-BG.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/bg-BG.lproj/Localizable.strings index ecdb046ea57..ee9b2d7ecce 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Датата на раждане не изглежда валидна"; +"Details not visible" = "Подробностите не се виждат"; + "Flip your identity card over to the other side" = "Обърнете личната си карта от другата страна."; "Front identity card photo successfully uploaded" = "Успешно качена снимка на предната страна на лична карта"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF на физическо лице"; +"Keep ID level" = "Подравнете документа за самоличност"; + "Last 4 of Social Security number" = "Последните 4 цифри от социалноосигурителния номер"; "Loading" = "Зареждане"; +"Make sure all details are visible and focus" = "Уверете се, че всички данни са видими и на фокус."; + "Make sure you're in a well lit space." = "Уверете се, че сте на добре осветено място."; "Move closer" = "Приближете"; "Move farther" = "Отдалечете"; +"Move to a well-lit area" = "Преместете се на добре осветено място"; + "NRIC or FIN" = "NRIC или FIN"; +"No document detected" = "Не е открит документ"; + "Personal ID number" = "Личен идентификационен номер"; "Personal Information" = "Лична информация"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/ca-ES.lproj/Localizable.strings index 416d9913701..b10c3cdabd9 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "La data de naixement no és vàlida"; +"Details not visible" = "Els detalls no es veuen bé"; + "Flip your identity card over to the other side" = "Gireu el document d'identitat perquè se'n vegi l'altra cara"; "Front identity card photo successfully uploaded" = "La foto de l'anvers del document d'identitat s'ha carregat correctament"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF particular"; +"Keep ID level" = "Col·loca bé el document d'identitat"; + "Last 4 of Social Security number" = "Últims 4 números de la Seguretat Social"; "Loading" = "S'està carregant"; +"Make sure all details are visible and focus" = "Assegureu-vos que tots els detalls siguin visibles"; + "Make sure you're in a well lit space." = "Assegureu-vos que esteu en un espai ben il·luminat."; "Move closer" = "Apropa'l"; "Move farther" = "Allunya'l"; +"Move to a well-lit area" = "Mou-te a un espai ben il·luminat"; + "NRIC or FIN" = "NRIC o FIN"; +"No document detected" = "No s'ha detectat cap document"; + "Personal ID number" = "Número d'identificació personal"; "Personal Information" = "Dades personals"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/cs-CZ.lproj/Localizable.strings index 3b21a46617b..29b1fbe83c3 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Datum narození nevypadá jako platný údaj"; +"Details not visible" = "Detaily nejsou viditelné"; + "Flip your identity card over to the other side" = "Převraťte průkaz totožnosti na druhou stranu"; "Front identity card photo successfully uploaded" = "Fotografie z přední strany průkazu totožnosti byla úspěšně nahrána"; @@ -46,18 +48,26 @@ "Individual CPF" = "Individuální CPF"; +"Keep ID level" = "Zachovat úroveň dokladu"; + "Last 4 of Social Security number" = "Poslední 4 pozice čísla sociálního pojištění"; "Loading" = "Načítání"; +"Make sure all details are visible and focus" = "Ujistěte se, že jsou všechny detaily viditelné a zaostřené"; + "Make sure you're in a well lit space." = "Ujistěte se, že jste v řádně osvětleném prostoru."; "Move closer" = "Posuňte blíže"; "Move farther" = "Posuňte dále"; +"Move to a well-lit area" = "Přesuňte se na dobře osvětlené místo"; + "NRIC or FIN" = "NRIC nebo FIN"; +"No document detected" = "Nebyl zjištěn žádný dokument"; + "Personal ID number" = "Osobní identifikační číslo"; "Personal Information" = "Osobní informace"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/da.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/da.lproj/Localizable.strings index f3085675efa..22a49894bdd 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/da.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Fødselsdatoen ser ikke ud til at være gyldig."; +"Details not visible" = "Detaljer ikke synlige"; + "Flip your identity card over to the other side" = "Vend dit identitetskort om på bagsiden"; "Front identity card photo successfully uploaded" = "Foto af forside af identitetskort blev uploadet"; @@ -46,18 +48,26 @@ "Individual CPF" = "Individuel CPF"; +"Keep ID level" = "Hold id'et vandret"; + "Last 4 of Social Security number" = "Sidste 4 cifre af personnummer"; "Loading" = "Indlæser"; +"Make sure all details are visible and focus" = "Kontrollér, at alle detaljer er synlige og i fokus"; + "Make sure you're in a well lit space." = "Sørg for, at du er et sted, der er ordentligt oplyst."; "Move closer" = "Flyt tættere på"; "Move farther" = "Flyt længere væk"; +"Move to a well-lit area" = "Gå til et område med god belysning"; + "NRIC or FIN" = "NRIC eller FIN"; +"No document detected" = "Intet dokument registreret"; + "Personal ID number" = "Personligt id-nummer"; "Personal Information" = "Personlige oplysninger"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/de.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/de.lproj/Localizable.strings index 56450d81c91..e43ac2b6a45 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/de.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Das Geburtsdatum scheint ungültig zu sein"; +"Details not visible" = "Details sind nicht erkennbar"; + "Flip your identity card over to the other side" = "Drehen Sie Ihr Ausweisdokument um"; "Front identity card photo successfully uploaded" = "Das Foto der Vorderseite des Ausweisdokuments wurde erfolgreich hochgeladen."; @@ -46,18 +48,26 @@ "Individual CPF" = "Individuelle CPF"; +"Keep ID level" = "Ausweisdokument gerade halten"; + "Last 4 of Social Security number" = "Letzte vier Ziffern der Sozialversicherungsnummer"; "Loading" = "Wird geladen"; +"Make sure all details are visible and focus" = "Vergewissern Sie sich, dass alle Details sichtbar und scharf sind"; + "Make sure you're in a well lit space." = "Sorgen Sie für ausreichende Beleuchtung."; "Move closer" = "Abstand verringern"; "Move farther" = "Mehr Abstand halten"; +"Move to a well-lit area" = "Begeben Sie sich in eine gut beleuchtete Umgebung"; + "NRIC or FIN" = "NRIC oder FIN"; +"No document detected" = "Kein Dokument erkannt"; + "Personal ID number" = "Personalausweisnummer"; "Personal Information" = "Persönliche Angaben"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/el-GR.lproj/Localizable.strings index 1e7865e45c5..8f85462d340 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Η ημερομηνία γέννησης δεν φαίνεται έγκυρη"; +"Details not visible" = "Οι λεπτομέρειες δεν είναι ορατές"; + "Flip your identity card over to the other side" = "Γυρίστε την ταυτότητά σας από την άλλη πλευρά"; "Front identity card photo successfully uploaded" = "Η φωτογραφία της μπροστινής πλευράς της ταυτότητας στάλθηκε με επιτυχία"; @@ -46,18 +48,26 @@ "Individual CPF" = "Ατομικό CPF"; +"Keep ID level" = "Κρατήστε οριζόντια την ταυτότητα"; + "Last 4 of Social Security number" = "Τελευταία 4 ψηφία του Αριθμού κοινωνικής ασφάλισης"; "Loading" = "Φόρτωση"; +"Make sure all details are visible and focus" = "Βεβαιωθείτε ότι όλες οι λεπτομέρειες είναι ορατές και εστιασμένες"; + "Make sure you're in a well lit space." = "Βεβαιωθείτε ότι βρίσκεστε σε έναν καλά φωτισμένο χώρο."; "Move closer" = "Μετακινήστε πιο κοντά"; "Move farther" = "Μετακινήστε πιο μακριά"; +"Move to a well-lit area" = "Μεταβείτε σε έναν χώρο με καλό φωτισμό"; + "NRIC or FIN" = "NRIC ή FIN"; +"No document detected" = "Δεν ανιχνεύτηκε κανένα έγγραφο"; + "Personal ID number" = "Αριθμός ταυτότητας"; "Personal Information" = "Προσωπικές πληροφορίες"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/en-GB.lproj/Localizable.strings index d55a34248ea..cc56a3a0c80 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Date of birth does not look valid"; +"Details not visible" = "Details not visible"; + "Flip your identity card over to the other side" = "Flip your identity card over to the other side"; "Front identity card photo successfully uploaded" = "Front identity card photo successfully uploaded"; @@ -46,18 +48,26 @@ "Individual CPF" = "Individual CPF"; +"Keep ID level" = "Keep ID level"; + "Last 4 of Social Security number" = "Last 4 of Social Security number"; "Loading" = "Loading"; +"Make sure all details are visible and focus" = "Make sure all details are visible and focus"; + "Make sure you're in a well lit space." = "Make sure you're in a well lit space."; "Move closer" = "Move closer"; "Move farther" = "Move further away"; +"Move to a well-lit area" = "Move to a well-lit area"; + "NRIC or FIN" = "NRIC or FIN"; +"No document detected" = "No document detected"; + "Personal ID number" = "Personal ID number"; "Personal Information" = "Personal Information"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/es-419.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/es-419.lproj/Localizable.strings index 5fe3c5bef5b..41ba937ff5d 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/es-419.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "La fecha de nacimiento no parece válida."; +"Details not visible" = "No se ven los datos"; + "Flip your identity card over to the other side" = "Da vuelta tu documento de identidad."; "Front identity card photo successfully uploaded" = "La foto del frente del documento de identidad se cargó correctamente."; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF individual"; +"Keep ID level" = "Mantén el documento de identidad nivelado"; + "Last 4 of Social Security number" = "Últimos 4 dígitos del número de seguridad social"; "Loading" = "Cargando"; +"Make sure all details are visible and focus" = "Asegúrate de que todos tus datos se vean y estén enfocados"; + "Make sure you're in a well lit space." = "Asegúrate de que estás en un lugar bien iluminado."; "Move closer" = "Acércalo"; "Move farther" = "Aleja la cámara"; +"Move to a well-lit area" = "Muévete a una zona bien iluminada"; + "NRIC or FIN" = "NRIC o FIN"; +"No document detected" = "No se detectó ningún documento"; + "Personal ID number" = "Número de documento personal"; "Personal Information" = "Información personal"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/es.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/es.lproj/Localizable.strings index cc733d08fa3..a85ff7eb3ff 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/es.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Parece que la fecha de nacimiento no es válida"; +"Details not visible" = "No se ven los datos"; + "Flip your identity card over to the other side" = "Gira tu documento de identidad hacia el lado contrario"; "Front identity card photo successfully uploaded" = "La foto del anverso del documento de identidad se ha cargado correctamente"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF individual"; +"Keep ID level" = "Mantén el documento de identidad nivelado"; + "Last 4 of Social Security number" = "Últimos 4 dígitos del número de seguridad social"; "Loading" = "Cargando"; +"Make sure all details are visible and focus" = "Asegúrate de que todos tus datos se vean y estén enfocados."; + "Make sure you're in a well lit space." = "Asegúrate de que estás en un lugar bien iluminado."; "Move closer" = "Acércalo"; "Move farther" = "Aleja la cámara"; +"Move to a well-lit area" = "Cámbiate a una zona bien iluminada"; + "NRIC or FIN" = "NRIC o FIN"; +"No document detected" = "No se ha detectado ningún documento"; + "Personal ID number" = "Número de identificación personal"; "Personal Information" = "Datos personales"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/et-EE.lproj/Localizable.strings index 3dcfc9bb7cc..35bc3675379 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Sünnikuupäev ei näi olevat õige"; +"Details not visible" = "Üksikasjad pole nähtaval"; + "Flip your identity card over to the other side" = "Pöörake ID-kaart ümber"; "Front identity card photo successfully uploaded" = "ID-kaardi esikülje foto üleslaadimine õnnestus"; @@ -46,18 +48,26 @@ "Individual CPF" = "Eraisiku CPF"; +"Keep ID level" = "Hoidke isikut tõendavat dokumenti rõhtsalt"; + "Last 4 of Social Security number" = "Sotsiaalkindlustuse numbri viimased 4 numbrit"; "Loading" = "Laadimine"; +"Make sure all details are visible and focus" = "Veenduge, et kõik üksikasjad oleksid nähtavad ja teravad"; + "Make sure you're in a well lit space." = "Veenduge, et olete hästi valgustatud kohas."; "Move closer" = "Asetage lähemale"; "Move farther" = "Asetage kaugemale"; +"Move to a well-lit area" = "Liikuge hästi valgustatud kohta"; + "NRIC or FIN" = "NRIC või FIN"; +"No document detected" = "Dokumenti ei tuvastatud"; + "Personal ID number" = "Isikukood"; "Personal Information" = "Isikuteave"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/fi.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/fi.lproj/Localizable.strings index 1dc5d88a1a4..76dff173f56 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/fi.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Syntymäaika ei näytä kelvolliselta"; +"Details not visible" = "Tiedot eivät ole näkyvillä"; + "Flip your identity card over to the other side" = "Käännä henkilökortti toisinpäin"; "Front identity card photo successfully uploaded" = "Henkilökortin etupuolen kuva ladattu onnistuneesti"; @@ -46,18 +48,26 @@ "Individual CPF" = "Yksityishenkilön CPF"; +"Keep ID level" = "Pidä henkilöllisyystodistus tasaisena"; + "Last 4 of Social Security number" = "Sosiaaliturvatunnuksen 4 viimeistä merkkiä"; "Loading" = "Ladataan"; +"Make sure all details are visible and focus" = "Varmista, että kaikki tiedot ovat näkyvissä ja tarkennettuja"; + "Make sure you're in a well lit space." = "Varmista, että olet hyvin valaistussa tilassa."; "Move closer" = "Siirry lähemmäs"; "Move farther" = "Siirrä kauemmas"; +"Move to a well-lit area" = "Siirry hyvin valaistuun tilaan"; + "NRIC or FIN" = "NRIC tai FIN"; +"No document detected" = "Ei havaittuja asiakirjoja"; + "Personal ID number" = "Henkilötunnus"; "Personal Information" = "Henkilötiedot"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/fil.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/fil.lproj/Localizable.strings index e32fbf531c6..2fadad5910d 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/fil.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Mukhang hindi balido ang petsa ng kapanganakan"; +"Details not visible" = "Hindi nakikita ang mga detalye"; + "Flip your identity card over to the other side" = "Baliktarin ang iyong kard ng pagkakakilanlan"; "Front identity card photo successfully uploaded" = "Tagumpay na na-upload ang larawan ng harap ng kard ng pagkakakilanlan"; @@ -46,18 +48,26 @@ "Individual CPF" = "Indibidwal na CPF"; +"Keep ID level" = "Panatilihin ang lebel ng ID"; + "Last 4 of Social Security number" = "Huling 4 ng numero ng Social Security"; "Loading" = "Niloload"; +"Make sure all details are visible and focus" = "Siguraduhing nakikita at nakapokus ang lahat ng mga detalye"; + "Make sure you're in a well lit space." = "Siguraduhing ikaw ay nasa maliwanag na lugar."; "Move closer" = "Ilapit"; "Move farther" = "Ilayo pa"; +"Move to a well-lit area" = "Lumipat sa maliwanag na lugar"; + "NRIC or FIN" = "NRIC o FIN"; +"No document detected" = "Walang nakitang dokumento"; + "Personal ID number" = "Numero ng Personal na ID"; "Personal Information" = "Personal na Impormasyon"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/fr-CA.lproj/Localizable.strings index f9721c606d2..8e4e9bf47e6 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "La date de naissance ne semble pas valide"; +"Details not visible" = "Détails non visibles"; + "Flip your identity card over to the other side" = "Retournez votre carte d'identité"; "Front identity card photo successfully uploaded" = "Photo du recto de la carte d'identité téléversée"; @@ -46,18 +48,26 @@ "Individual CPF" = "Numéro CPF"; +"Keep ID level" = "Maintenez votre pièce d'identité horizontale"; + "Last 4 of Social Security number" = "4 derniers chiffres du numéro de sécurité sociale"; "Loading" = "Chargement en cours"; +"Make sure all details are visible and focus" = "Assurez-vous que tous les détails sont nets et visibles"; + "Make sure you're in a well lit space." = "Installez-vous dans un endroit bien éclairé."; "Move closer" = "Rapprochez le document"; "Move farther" = "Éloignez le document"; +"Move to a well-lit area" = "Prenez votre photo dans un endroit bien éclairé"; + "NRIC or FIN" = "Numéro NRIC ou FIN"; +"No document detected" = "Aucun document détecté"; + "Personal ID number" = "Numéro d'identification personnel"; "Personal Information" = "Données personnelles"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/fr.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/fr.lproj/Localizable.strings index cce14532038..3774c4dda3f 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/fr.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "La date de naissance ne semble pas valide"; +"Details not visible" = "Détails non visibles"; + "Flip your identity card over to the other side" = "Retournez votre carte d'identité"; "Front identity card photo successfully uploaded" = "Photo du recto de la carte d'identité chargée"; @@ -46,18 +48,26 @@ "Individual CPF" = "Numéro CPF"; +"Keep ID level" = "Maintenez votre pièce d'identité horizontale"; + "Last 4 of Social Security number" = "4 derniers chiffres du numéro de sécurité sociale"; "Loading" = "Chargement en cours"; +"Make sure all details are visible and focus" = "Assurez-vous que tous les détails sont nets et visibles"; + "Make sure you're in a well lit space." = "Installez-vous dans un endroit bien éclairé."; "Move closer" = "Rapprochez le document"; "Move farther" = "Éloignez le document"; +"Move to a well-lit area" = "Prenez votre photo dans un endroit bien éclairé"; + "NRIC or FIN" = "Numéro NRIC ou FIN"; +"No document detected" = "Aucun document détecté"; + "Personal ID number" = "Numéro d'identification personnel"; "Personal Information" = "Informations personnelles"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/hr.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/hr.lproj/Localizable.strings index 3f7a6042b36..d3187448c3a 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/hr.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Datum rođenja ne izgleda ispravno"; +"Details not visible" = "Pojedinosti nisu vidljive"; + "Flip your identity card over to the other side" = "Okrenite svoju osobnu iskaznicu na drugu stranu"; "Front identity card photo successfully uploaded" = "Fotografija prednje strane osobne iskaznice uspješno je učitana"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF porezni broj"; +"Keep ID level" = "Držite osobni dokument ravno"; + "Last 4 of Social Security number" = "4 zadnja broja socijalnog osiguranja"; "Loading" = "Učitavanje"; +"Make sure all details are visible and focus" = "Provjerite jesu li svi podaci vidljivi i fokusirajte dokument"; + "Make sure you're in a well lit space." = "Provjerite jeste li u dobro osvijetljenom prostoru."; "Move closer" = "Pomaknite bliže"; "Move farther" = "Pomaknite dalje"; +"Move to a well-lit area" = "Pomaknite se u dobro osvijetljeni prostor"; + "NRIC or FIN" = "NRIC ili FIN"; +"No document detected" = "Nije otkriven dokument"; + "Personal ID number" = "Osobni identifikacijski broj"; "Personal Information" = "Osobni podaci"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/hu.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/hu.lproj/Localizable.strings index eed4b8fe939..4384690ada4 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/hu.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "A születési idő megadása kötelező"; +"Details not visible" = "A részletek nem láthatók"; + "Flip your identity card over to the other side" = "Fordítsa személyazonosító igazolványát a másik oldalára"; "Front identity card photo successfully uploaded" = "Személyazonosító igazolvány előlapfotója sikeresen feltöltve"; @@ -46,18 +48,26 @@ "Individual CPF" = "Személyes CPF"; +"Keep ID level" = "Tartsa egyenesen az igazolványt"; + "Last 4 of Social Security number" = "A társadalombiztosítási szám utolsó 4 számjegye"; "Loading" = "Betöltés folyamatban"; +"Make sure all details are visible and focus" = "Győződjön meg arról, hogy minden részlet látható és fókuszban van."; + "Make sure you're in a well lit space." = "Válasszon jól megvilágított helyet."; "Move closer" = "Helyezze közelebb"; "Move farther" = "Helyezze távolabb"; +"Move to a well-lit area" = "Menjen egy jól megvilágított helyre"; + "NRIC or FIN" = "NRIC vagy FIN"; +"No document detected" = "Nem észlelhető a dokumentum"; + "Personal ID number" = "Személyazonosító szám"; "Personal Information" = "Személyes adatok"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/id.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/id.lproj/Localizable.strings index 1f7c0d700f6..1d093c14f33 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/id.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Tanggal lahir sepertinya tidak valid"; +"Details not visible" = "Detail tidak terlihat"; + "Flip your identity card over to the other side" = "Balikkan kartu identitas Anda ke sisi yang lain"; "Front identity card photo successfully uploaded" = "Foto bagian depan kartu identitas berhasil diunggah"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF perorangan"; +"Keep ID level" = "Sejajarkan identitas"; + "Last 4 of Social Security number" = "4 angka terakhir Nomor Jaminan Sosial"; "Loading" = "Memuat"; +"Make sure all details are visible and focus" = "Pastikan seluruh detail dapat dilihat dan dalam fokus."; + "Make sure you're in a well lit space." = "Pastikan Anda berada di ruang yang cukup terang."; "Move closer" = "Mendekat"; "Move farther" = "Jauhkan"; +"Move to a well-lit area" = "Pindahkan ke tempat yang cukup terang"; + "NRIC or FIN" = "NRIC atau FIN"; +"No document detected" = "Tidak ada dokumen yang terdeteksi"; + "Personal ID number" = "Nomor identifikasi pribadi"; "Personal Information" = "Informasi Pribadi"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/it.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/it.lproj/Localizable.strings index 9125911c5be..2b7d38713e8 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/it.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "La data di nascita non è valida"; +"Details not visible" = "Dettagli non visibili"; + "Flip your identity card over to the other side" = "Gira sull'altro lato la carta di identità"; "Front identity card photo successfully uploaded" = "Foto del fronte della carta di identità caricata"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF personale"; +"Keep ID level" = "Allinea il documento di identità all'angolo destro"; + "Last 4 of Social Security number" = "Ultime quattro cifre del Social Security Number (SSN)"; "Loading" = "Caricamento in corso"; +"Make sure all details are visible and focus" = "Assicurati che tutti i dettagli siano visibili e a fuoco"; + "Make sure you're in a well lit space." = "Assicurati che l'illuminazione sia adeguata."; "Move closer" = "Avvicinalo"; "Move farther" = "Allontanalo"; +"Move to a well-lit area" = "Sposta il documento in modo che l'illuminazione sia adeguata"; + "NRIC or FIN" = "NRIC o FIN"; +"No document detected" = "Nessun documento rilevato"; + "Personal ID number" = "Numero documento di identità personale"; "Personal Information" = "Informazioni personali"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/ja.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/ja.lproj/Localizable.strings index 7b6ac46d8f0..11a7aefd8fb 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/ja.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "生年月日が無効のようです"; +"Details not visible" = "詳細が見えません"; + "Flip your identity card over to the other side" = "身分証明書を裏返してください"; "Front identity card photo successfully uploaded" = "身分証明書の表面の写真のアップロードが完了しました"; @@ -46,18 +48,26 @@ "Individual CPF" = "個人 CPF"; +"Keep ID level" = "身分証明書を水平に保持してください"; + "Last 4 of Social Security number" = "社会保障番号の末尾 4 桁"; "Loading" = "読み込み中"; +"Make sure all details are visible and focus" = "すべての詳細が表示され、焦点が合っていることを確認してください"; + "Make sure you're in a well lit space." = "明るい場所にいることを確認してください。"; "Move closer" = "近付けてください"; "Move farther" = "少し遠ざけてください"; +"Move to a well-lit area" = "明るい場所に移動してください"; + "NRIC or FIN" = "NRIC または FIN"; +"No document detected" = "書類を検出できませんでした"; + "Personal ID number" = "身分証明書番号"; "Personal Information" = "個人情報"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/ko.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/ko.lproj/Localizable.strings index d33773d9034..87ede6fe81b 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/ko.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "생년월일이 유효하지 않습니다."; +"Details not visible" = "세부사항이 보이지 않음"; + "Flip your identity card over to the other side" = "신분증 반대쪽 면이 보이게 뒤집으십시오."; "Front identity card photo successfully uploaded" = "신분증 앞면 사진 업로드 성공"; @@ -46,18 +48,26 @@ "Individual CPF" = "개별 CPF"; +"Keep ID level" = "신분증 수준 유지"; + "Last 4 of Social Security number" = "사회 보장 번호의 마지막 4자리 숫자"; "Loading" = "로드 중"; +"Make sure all details are visible and focus" = "모든 세부사항이 보이고 초점이 맞춰져 있는지 확인하십시오"; + "Make sure you're in a well lit space." = "공간의 조명이 밝은지 확인하십시오."; "Move closer" = "더 가까이"; "Move farther" = "더 멀리 이동하십시오"; +"Move to a well-lit area" = "조명이 밝은 곳으로 이동"; + "NRIC or FIN" = "NRIC 또는 FIN"; +"No document detected" = "신분증을 감지할 수 없음"; + "Personal ID number" = "개인 ID 번호"; "Personal Information" = "개인 정보"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/lt-LT.lproj/Localizable.strings index cd2c6d26fea..77bc6de42b0 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Gimimo data neatrodo tinkama"; +"Details not visible" = "Nematyti detalių"; + "Flip your identity card over to the other side" = "Apverskite asmens tapatybės kortelę kita puse"; "Front identity card photo successfully uploaded" = "Sėkmingai įkelta asmens tapatybės kortelės priekinės pusės nuotrauka"; @@ -46,18 +48,26 @@ "Individual CPF" = "Asmens CPF"; +"Keep ID level" = "Sulygiuokite tapatybės dokumentą"; + "Last 4 of Social Security number" = "Paskutiniai 4 socialinio draudimo numerio skaitmenys"; "Loading" = "Įkeliama"; +"Make sure all details are visible and focus" = "Įsitikinkite, kad visos detalės yra matomos ir sufokusuotos"; + "Make sure you're in a well lit space." = "Įsitikinkite, kad esate gerai apšviestoje erdvėje."; "Move closer" = "Pastumkite arčiau"; "Move farther" = "Patraukite toliau"; +"Move to a well-lit area" = "Padėkite gerai apšviestoje vietoje"; + "NRIC or FIN" = "NRIC arba FIN"; +"No document detected" = "Neaptiktas joks dokumentas"; + "Personal ID number" = "Asmens kodas"; "Personal Information" = "Asmeninė informacija"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/lv-LV.lproj/Localizable.strings index 9c03c72b490..f7ec9ce39f0 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Dzimšanas datums neizskatās derīgs"; +"Details not visible" = "Detaļas nav redzamas"; + "Flip your identity card over to the other side" = "Apgrieziet identifikācijas karti uz otru pusi"; "Front identity card photo successfully uploaded" = "Identifikācijas kartes priekšpuse ir veiksmīgi augšupielādēta"; @@ -46,18 +48,26 @@ "Individual CPF" = "Fiziskas personas CPF"; +"Keep ID level" = "Paturēt ID līmeni"; + "Last 4 of Social Security number" = "Pēdējie 4 cipari no sociālās apdrošināšanas numura"; "Loading" = "Ielādē"; +"Make sure all details are visible and focus" = "Pārliecinieties, vai visas detaļas ir redzamas un fokusētas."; + "Make sure you're in a well lit space." = "Pārliecinieties, ka atrodaties labi apgaismotā vietā."; "Move closer" = "Novietojiet tuvāk"; "Move farther" = "Novietojiet tālāk"; +"Move to a well-lit area" = "Pārvietojieties uz labi apgaismotu vietu"; + "NRIC or FIN" = "NRIC vai FIN"; +"No document detected" = "Nav atpazīts dokuments"; + "Personal ID number" = "Personas ID numurs"; "Personal Information" = "Personas dati"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/ms-MY.lproj/Localizable.strings index 18f062893e6..2e6be8537f4 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Tarikh lahir tampaknya tidak sah"; +"Details not visible" = "Butiran tidak kelihatan"; + "Flip your identity card over to the other side" = "Terbalikkan kad pengenalan anda ke sebelah satu lagi"; "Front identity card photo successfully uploaded" = "Foto bahagian hadapan kad pengenalan berjaya dimuat naik"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF Individu"; +"Keep ID level" = "Pastikan ID mendatar"; + "Last 4 of Social Security number" = "Empat digit terakhir nombor Keselamatan Sosial"; "Loading" = "Sedang dimuatkan"; +"Make sure all details are visible and focus" = "Pastikan semua butiran dapat dilihat dan berada dalam fokus"; + "Make sure you're in a well lit space." = "Pastikan anda berada di ruang yang cukup terang."; "Move closer" = "Beralih lebih dekat"; "Move farther" = "Beralih lebih jauh"; +"Move to a well-lit area" = "Beralih ke kawasan yang cukup terang"; + "NRIC or FIN" = "NRIC atau FIN"; +"No document detected" = "Tiada dokumen dikesan"; + "Personal ID number" = "Nombor ID peribadi"; "Personal Information" = "Maklumat Peribadi"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/mt.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/mt.lproj/Localizable.strings index eb6fe92af27..d9f9ece4433 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/mt.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Id-data tat-twelid ma tidhirx li hija tajba"; +"Details not visible" = "Id-dettalji ma jidhrux"; + "Flip your identity card over to the other side" = "Aqleb il-kard tal-identità tiegħek għan-naħa l-oħra"; "Front identity card photo successfully uploaded" = "Ir-ritratt tan-naħa ta' quddiem tal-kard tal-identità ttella' b'suċċes"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF personali"; +"Keep ID level" = "Żomm id-dokument tal-identità ċatt"; + "Last 4 of Social Security number" = "L-aħħar 4 ċifri tan-numru tas-Sigurtà Soċjali"; "Loading" = "Tielgħa"; +"Make sure all details are visible and focus" = "Ara li d-dettalji kollha jidhru sewwa u huma ffukati"; + "Make sure you're in a well lit space." = "Ara li tinsab f'post imdawwal sew."; "Move closer" = "Mexxih eqreb"; "Move farther" = "Ersaq lura"; +"Move to a well-lit area" = "Mur f'post imdawwal sew"; + "NRIC or FIN" = "NRIC jew FIN"; +"No document detected" = "Ma nstab l-ebda dokument"; + "Personal ID number" = "In-numru tal-ID personali"; "Personal Information" = "Dettalji personali"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/nb.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/nb.lproj/Localizable.strings index 62bc198bcd7..c478be04c69 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/nb.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Fødselsdato ser ikke gyldig ut"; +"Details not visible" = "Detaljer er ikke synlige"; + "Flip your identity card over to the other side" = "Snu identitetskortet over til den andre siden"; "Front identity card photo successfully uploaded" = "Bilde av forsiden av identitetskortet ble lastet opp"; @@ -46,18 +48,26 @@ "Individual CPF" = "Individuell CPF"; +"Keep ID level" = "Hold ID-en rett"; + "Last 4 of Social Security number" = "Siste 4 sifre i personnummer"; "Loading" = "Laster inn"; +"Make sure all details are visible and focus" = "Sørg for at alle detaljer er synlige og i fokus."; + "Make sure you're in a well lit space." = "Sørg for at du befinner deg i et godt opplyst rom."; "Move closer" = "Flytt nærmere"; "Move farther" = "Flytt lenger unna"; +"Move to a well-lit area" = "Flytt til et godt belyst område"; + "NRIC or FIN" = "NRIC eller FIN"; +"No document detected" = "Ingen dokumenter er oppdaget"; + "Personal ID number" = "Personlig ID-nummer"; "Personal Information" = "Personopplysninger"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/nl.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/nl.lproj/Localizable.strings index b628ed4e48d..a065454f041 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/nl.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Geboortedatum lijkt ongeldig te zijn"; +"Details not visible" = "Details niet zichtbaar"; + "Flip your identity card over to the other side" = "Draai je identiteitskaart om, zodat de andere kant zichtbaar is"; "Front identity card photo successfully uploaded" = "Foto van voorkant van identiteitskaart is geüpload"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF natuurlijk persoon"; +"Keep ID level" = "Houd het identiteitsbewijs recht"; + "Last 4 of Social Security number" = "Laatste vier cijfers van socialezekerheidsnummer"; "Loading" = "Bezig met laden"; +"Make sure all details are visible and focus" = "Zorg dat alle details goed zichtbaar en in focus zijn"; + "Make sure you're in a well lit space." = "Zorg dat er voldoende belichting is."; "Move closer" = "Dichterbij houden"; "Move farther" = "Verder weg houden"; +"Move to a well-lit area" = "Zorg dat er voldoende belichting is"; + "NRIC or FIN" = "NRIC of FIN"; +"No document detected" = "Geen document gedetecteerd"; + "Personal ID number" = "Persoonlijk identificatienummer"; "Personal Information" = "Persoonlijke gegevens"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/nn-NO.lproj/Localizable.strings index 863d5cc225e..f92982d275c 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Fødselsdato ser ikkje gyldig ut"; +"Details not visible" = "Detaljar ikkje synlege"; + "Flip your identity card over to the other side" = "Snu ID-kortet ditt"; "Front identity card photo successfully uploaded" = "Bilete av framsida av identifikasjonskort lasta opp"; @@ -46,18 +48,26 @@ "Individual CPF" = "Individuell CPF"; +"Keep ID level" = "Hald ID-en på rett line"; + "Last 4 of Social Security number" = "Siste 4 tak i personnummeret"; "Loading" = "Lastar"; +"Make sure all details are visible and focus" = "Sørg for at alle detaljar er synlege og i fokus"; + "Make sure you're in a well lit space." = "Sørg for at du er på ein godt opplyst stad."; "Move closer" = "Flytt nærmare"; "Move farther" = "Flytt lenger vekk"; +"Move to a well-lit area" = "Flytt til ein godt opplyst stad"; + "NRIC or FIN" = "NRIC eller FIN"; +"No document detected" = "Inkje dokument funne"; + "Personal ID number" = "Personleg ID-nummer"; "Personal Information" = "Personleg informasjon"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/pl-PL.lproj/Localizable.strings index e7001830554..2c954faf041 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Data urodzenia wygląda na nieprawidłową"; +"Details not visible" = "Szczegóły nie są widoczne"; + "Flip your identity card over to the other side" = "Obróć dowód tożsamości na drugą stronę"; "Front identity card photo successfully uploaded" = "Przesłano zdjęcie przedniej strony dowodu tożsamości"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF osoby fizycznej"; +"Keep ID level" = "Utrzymaj dokument tożsamości w poziomie"; + "Last 4 of Social Security number" = "Ostatnie 4 cyfry numeru ubezpieczenia społecznego"; "Loading" = "Wczytywanie"; +"Make sure all details are visible and focus" = "Upewnij się, że wszystkie szczegóły są widoczne i ostre"; + "Make sure you're in a well lit space." = "Upewnij się, że znajdujesz się w dobrze oświetlonym miejscu."; "Move closer" = "Przybliż"; "Move farther" = "Oddal"; +"Move to a well-lit area" = "Przenieś się do dobrze oświetlonego miejsca"; + "NRIC or FIN" = "NRIC lub FIN"; +"No document detected" = "Nie wykryto żadnego dokumentu"; + "Personal ID number" = "Numer dowodu tożsamości"; "Personal Information" = "Dane osobowe"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/pt-BR.lproj/Localizable.strings index 3ee8a8d8ec7..f2f50c8f6de 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "A data de nascimento não é válida"; +"Details not visible" = "Detalhes não visíveis"; + "Flip your identity card over to the other side" = "Vire a carteira de identidade para o outro lado"; "Front identity card photo successfully uploaded" = "Foto da frente da carteira de identidade carregada"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF"; +"Keep ID level" = "Mantenha o documento nivelado"; + "Last 4 of Social Security number" = "Últimos 4 dígitos do Social Security Number"; "Loading" = "Carregando"; +"Make sure all details are visible and focus" = "Confira se todos os detalhes estão visíveis e em foco."; + "Make sure you're in a well lit space." = "Escolha um espaço bem iluminado."; "Move closer" = "Aproxime"; "Move farther" = "Afaste"; +"Move to a well-lit area" = "Mova para uma área bem iluminada"; + "NRIC or FIN" = "NRIC ou FIN"; +"No document detected" = "Nenhum documento detectado"; + "Personal ID number" = "Número de identificação pessoal"; "Personal Information" = "Dados pessoais"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/pt-PT.lproj/Localizable.strings index de67893b3d5..5c605bc4ec7 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "A data de nascimento não parece ser válida"; +"Details not visible" = "Detalhes não visíveis"; + "Flip your identity card over to the other side" = "Vire o seu cartão de identidade para o outro lado"; "Front identity card photo successfully uploaded" = "Fotografia da frente do cartão de identidade carregada com sucesso"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF particular"; +"Keep ID level" = "Mantenha o documento de identificação nivelado"; + "Last 4 of Social Security number" = "Últimos 4 dígitos do número da segurança social"; "Loading" = "A carregar"; +"Make sure all details are visible and focus" = "Certifique-se de que todas as informações estão visíveis e focadas"; + "Make sure you're in a well lit space." = "Certifique-se de que se encontra num espaço bem iluminado."; "Move closer" = "Aproxime o documento"; "Move farther" = "Afaste a câmara"; +"Move to a well-lit area" = "Desloque-se para um espaço bem iluminado."; + "NRIC or FIN" = "NRIC ou FIN"; +"No document detected" = "Nenhum documento detetado"; + "Personal ID number" = "Número de identificação pessoal"; "Personal Information" = "Informações pessoais"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/ro-RO.lproj/Localizable.strings index 0b0d0ad37dd..6df1ff107a8 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Data nașterii pare a nu fi validă"; +"Details not visible" = "Datele nu sunt vizibile"; + "Flip your identity card over to the other side" = "Întoarceți cartea de identitate pe partea cealaltă"; "Front identity card photo successfully uploaded" = "Fotografia părții frontale a cărții de identitate a fost încărcată cu succes"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF persoană fizică"; +"Keep ID level" = "Țineți documentul de identitate drept"; + "Last 4 of Social Security number" = "Ultimele 4 cifre ale numărului de securitate socială"; "Loading" = "Se încarcă"; +"Make sure all details are visible and focus" = "Asigurați-vă că toate detaliile sunt vizibile și focalizați"; + "Make sure you're in a well lit space." = "Asigurați-vă că vă aflați într-un spațiu bine luminat."; "Move closer" = "Apropiați"; "Move farther" = "Depărtați"; +"Move to a well-lit area" = "Mutați-vă într-o zonă bine luminată"; + "NRIC or FIN" = "NRIC sau FIN"; +"No document detected" = "Nu s-a detectat niciun document"; + "Personal ID number" = "Număr de identificare personal"; "Personal Information" = "Informații cu caracter personal"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/ru.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/ru.lproj/Localizable.strings index 7ccccc8c0e5..a64816920e4 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/ru.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Похоже, дата рождения недействительна"; +"Details not visible" = "Детали не видны"; + "Flip your identity card over to the other side" = "Переверните удостоверение личности другой стороной"; "Front identity card photo successfully uploaded" = "Фотография лицевой стороны удостоверения личности успешно отправлена"; @@ -46,18 +48,26 @@ "Individual CPF" = "Личный номер CPF"; +"Keep ID level" = "Держите документ ровно"; + "Last 4 of Social Security number" = "Последние 4 цифры номера социального страхования"; "Loading" = "Идет загрузка"; +"Make sure all details are visible and focus" = "Проследите, чтобы все детали были видны и в фокусе"; + "Make sure you're in a well lit space." = "Позаботьтесь о хорошем освещении."; "Move closer" = "Придвиньтесь поближе"; "Move farther" = "Отодвиньтесь подальше"; +"Move to a well-lit area" = "Переместитесь в хорошо освещенное место"; + "NRIC or FIN" = "Номер NRIC или FIN"; +"No document detected" = "Документ не найден"; + "Personal ID number" = "Номер документа, удостоверяющего личность"; "Personal Information" = "Персональная информация"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/sk-SK.lproj/Localizable.strings index 439ffe57a7b..19ce772a479 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Zdá sa, že dátum narodenia je neplatný"; +"Details not visible" = "Podrobnosti nie sú viditeľné"; + "Flip your identity card over to the other side" = "Otočte svoj preukaz totožnosti na druhú stranu"; "Front identity card photo successfully uploaded" = "Fotografia prednej strany preukazu totožnosti bola úspešne nahraná"; @@ -46,18 +48,26 @@ "Individual CPF" = "Individuálne CPF"; +"Keep ID level" = "Udržiavajte úroveň dokladu totožnosti"; + "Last 4 of Social Security number" = "Posledné 4 číslice čísla sociálneho poistenia"; "Loading" = "Nahrávanie"; +"Make sure all details are visible and focus" = "Uistite sa, že sú všetky podrobnosti viditeľné a správne zaostrené"; + "Make sure you're in a well lit space." = "Uistite sa, že ste v dobre osvetlenom priestore."; "Move closer" = "Prisuňte"; "Move farther" = "Posuňte ďalej"; +"Move to a well-lit area" = "Presuňte sa do dobre osvetleného priestoru"; + "NRIC or FIN" = "NRIC alebo FIN"; +"No document detected" = "Nerozpoznal sa žiadny dokument"; + "Personal ID number" = "Osobné identifikačné číslo"; "Personal Information" = "Osobné informácie"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/sl-SI.lproj/Localizable.strings index 79bbd075a12..f4eb9ec1754 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Videti je, da datum rojstva ni veljaven"; +"Details not visible" = "Podrobnosti niso vidne"; + "Flip your identity card over to the other side" = "Obrnite osebno izkaznico na drugo stran"; "Front identity card photo successfully uploaded" = "Fotografija sprednje strani osebne izkaznice je bila uspešno naložena"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF posameznika"; +"Keep ID level" = "Osebni dokument naj ostane raven"; + "Last 4 of Social Security number" = "Zadnje 4 števke številke socialnega zavarovanja"; "Loading" = "Nalaganje"; +"Make sure all details are visible and focus" = "Prepričajte se, da so vse podrobnosti vidne in izostrene"; + "Make sure you're in a well lit space." = "Poskrbite, da ste v dobro osvetljenem prostoru."; "Move closer" = "Približajte"; "Move farther" = "Oddaljite"; +"Move to a well-lit area" = "Pojdite v dobro osvetljen prostor"; + "NRIC or FIN" = "NRIC ali FIN"; +"No document detected" = "Zaznan ni bil noben dokument"; + "Personal ID number" = "Številka osebne izkaznice"; "Personal Information" = "Osebni podatki"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/sv.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/sv.lproj/Localizable.strings index a51b81b6a0e..23efd7b9423 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/sv.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Födelsedatumet verkar inte vara giltig"; +"Details not visible" = "Detaljer syns inte"; + "Flip your identity card over to the other side" = "Vänd på id-handlingen"; "Front identity card photo successfully uploaded" = "Bilden på id-kortets framsida har laddats upp"; @@ -46,18 +48,26 @@ "Individual CPF" = "Personligt CPF"; +"Keep ID level" = "Se till att id-handlingen ligger rakt"; + "Last 4 of Social Security number" = "Fyra sista siffrorna i socialförsäkringsnumret"; "Loading" = "Laddar"; +"Make sure all details are visible and focus" = "Se till att alla uppgifter är synliga och i fokus"; + "Make sure you're in a well lit space." = "Se till att du befinner dig på en plats med bra belysning."; "Move closer" = "Flytta närmare"; "Move farther" = "Flytta längre bort"; +"Move to a well-lit area" = "Flytta till en plats med bra belysning"; + "NRIC or FIN" = "NRIC eller FIN"; +"No document detected" = "Inget dokument identifierades"; + "Personal ID number" = "Personligt ID-nummer"; "Personal Information" = "Personuppgifter"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/tr.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/tr.lproj/Localizable.strings index 7d9b22242cb..6718a692d40 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/tr.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Doğum tarihi geçerli görünmüyor"; +"Details not visible" = "Ayrıntılar görünmüyor"; + "Flip your identity card over to the other side" = "Kimliğinizin diğer yüzünü çevirin"; "Front identity card photo successfully uploaded" = "Kimliğin ön yüz fotoğrafı başarıyla yüklendi"; @@ -46,18 +48,26 @@ "Individual CPF" = "Bireysel CPF"; +"Keep ID level" = "Kimlik seviyesini koruyun"; + "Last 4 of Social Security number" = "Sosyal Güvenlik numarasının son 4 hanesi"; "Loading" = "Yükleniyor"; +"Make sure all details are visible and focus" = "Tüm detayların görünür ve odak dahilinde olduğundan emin olun"; + "Make sure you're in a well lit space." = "İyi ışık alan bir alanda olduğunuzdan emin olun."; "Move closer" = "Yakınlaştırın"; "Move farther" = "Uzaklaştırın"; +"Move to a well-lit area" = "İyi aydınlatılmış bir yere geçin"; + "NRIC or FIN" = "NRIC veya FIN"; +"No document detected" = "Belge tespit edilmedi"; + "Personal ID number" = "Kişisel kimlik numarası"; "Personal Information" = "Kişisel Bilgiler"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/vi.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/vi.lproj/Localizable.strings index ae5108f3b93..0e241afb570 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/vi.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "Ngày sinh có vẻ không hợp lệ"; +"Details not visible" = "Không thấy rõ thông tin chi tiết"; + "Flip your identity card over to the other side" = "Lật thẻ căn cước của bạn sang mặt khác"; "Front identity card photo successfully uploaded" = "Đã thành công tải lên ảnh mặt trước thẻ căn cước"; @@ -46,18 +48,26 @@ "Individual CPF" = "CPF cá nhân"; +"Keep ID level" = "Giữ ID cân bằng"; + "Last 4 of Social Security number" = "4 số cuối của số An Sinh Xã Hội"; "Loading" = "Đang tải"; +"Make sure all details are visible and focus" = "Đảm bảo tất cả các thông tin nhìn rõ và được lấy nét"; + "Make sure you're in a well lit space." = "Hãy đảm bảo bạn đang ở trong không gian đủ ánh sáng."; "Move closer" = "Đến gần hơn"; "Move farther" = "Lùi xa hơn"; +"Move to a well-lit area" = "Di chuyển đến không gian đủ ánh sáng"; + "NRIC or FIN" = "NRIC hoặc FIN"; +"No document detected" = "Không phát hiện tài liệu"; + "Personal ID number" = "Số ID Cá nhân"; "Personal Information" = "Thông tin cá nhân"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/zh-HK.lproj/Localizable.strings index e16778bcace..ca402b75ac4 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "出生日期看似無效"; +"Details not visible" = "細節不可見"; + "Flip your identity card over to the other side" = "將身份證翻到另一面"; "Front identity card photo successfully uploaded" = "身份證正面照片已成功上載"; @@ -46,18 +48,26 @@ "Individual CPF" = "個人 CPF"; +"Keep ID level" = "保持證件水平"; + "Last 4 of Social Security number" = "社會安全號碼後 4 位"; "Loading" = "正在載入"; +"Make sure all details are visible and focus" = "確保所有細節是否清晰可見且對焦"; + "Make sure you're in a well lit space." = "確保光線充足。"; "Move closer" = "請靠近一點"; "Move farther" = "請離遠一點"; +"Move to a well-lit area" = "移到光線良好處"; + "NRIC or FIN" = "NRIC 或 FIN"; +"No document detected" = "未檢測到證件"; + "Personal ID number" = "個人身份證件號碼"; "Personal Information" = "個人資訊"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hans.lproj/Localizable.strings index 530931f45e4..16dc613801d 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "出生日期看似无效"; +"Details not visible" = "细节不可见"; + "Flip your identity card over to the other side" = "将身份证翻到另一面"; "Front identity card photo successfully uploaded" = "身份证正面照片已成功上传"; @@ -46,18 +48,26 @@ "Individual CPF" = "个人 CPF"; +"Keep ID level" = "保持证件水平"; + "Last 4 of Social Security number" = "社会保障号码后 4 位"; "Loading" = "正在加载"; +"Make sure all details are visible and focus" = "确保所有细节清晰可见且对焦"; + "Make sure you're in a well lit space." = "确保光线充足。"; "Move closer" = "请靠近一点"; "Move farther" = "请放远一点"; +"Move to a well-lit area" = "移到光线良好处"; + "NRIC or FIN" = "NRIC 或 FIN"; +"No document detected" = "未检测到证件"; + "Personal ID number" = "个人身份证件号码"; "Personal Information" = "个人信息"; diff --git a/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 497a141f767..8c6cc66978d 100644 --- a/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripeIdentity/StripeIdentity/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -26,6 +26,8 @@ "Date of birth does not look valid" = "出生日期看似無效"; +"Details not visible" = "細節不可見"; + "Flip your identity card over to the other side" = "將身份證翻到另一面"; "Front identity card photo successfully uploaded" = "身份證正面照片已成功上傳"; @@ -46,18 +48,26 @@ "Individual CPF" = "個人 CPF"; +"Keep ID level" = "保持證件水平"; + "Last 4 of Social Security number" = "社會安全號碼後 4 位"; "Loading" = "正在載入"; +"Make sure all details are visible and focus" = "確保所有細節是否清晰可見且對焦"; + "Make sure you're in a well lit space." = "確保光線充足。"; "Move closer" = "請靠近一點"; "Move farther" = "請離遠一點"; +"Move to a well-lit area" = "移到光線良好處"; + "NRIC or FIN" = "NRIC 或 FIN"; +"No document detected" = "未檢測到證件"; + "Personal ID number" = "個人身分證件號碼"; "Personal Information" = "個人資訊"; diff --git a/StripePaymentSheet.podspec b/StripePaymentSheet.podspec index 86c6d0a0973..9e572ebca26 100644 --- a/StripePaymentSheet.podspec +++ b/StripePaymentSheet.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = "Stripe's prebuilt payment UI." s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings index 4ac029df291..1a63a99e92d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings @@ -22,7 +22,7 @@ "Buy using a UPI ID" = "Acquista utilizzando un ID UPI"; -"By confirming your payment with PayPal, you allow %@ to charge your PayPal account for future payments in accordance with their terms." = "Confermando il tuo pagamento con PayPal, consenti a %@ di addebitare i pagamenti futuri sul tuo account PayPal in base a quanto previsto dai relativi termini e condizioni."; +"By confirming your payment with PayPal, you allow %@ to charge your PayPal account for future payments in accordance with their terms." = "Confermando il tuo pagamento con PayPal, consenti a %@ di addebitare i pagamenti futuri sul tuo conto PayPal in base a quanto previsto dai relativi termini e condizioni."; "By continuing to Amazon Pay, you allow %@ to charge your Amazon Pay account for future payments in accordance with their terms." = "Continuando su Amazon Pay, consenti a %@ di addebitare i pagamenti futuri sul tuo account Amazon Pay in base a quanto previsto dai relativi termini e condizioni."; diff --git a/StripePayments.podspec b/StripePayments.podspec index e94da8bd1c2..21cf66bcb6d 100644 --- a/StripePayments.podspec +++ b/StripePayments.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePayments/StripePayments/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripePayments/StripePayments/Resources/Localizations/zh-HK.lproj/Localizable.strings index e9061d11e7c..a48179a726d 100644 --- a/StripePayments/StripePayments/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripePayments/StripePayments/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -48,7 +48,7 @@ "Swish" = "Swish"; -"Timed out authenticating your payment method -- try again" = "驗證您的支付方式時超時 -- 請重試"; +"Timed out authenticating your payment method -- try again" = "驗證您的支付方式時超時——請重試"; "UPI" = "UPI"; diff --git a/StripePayments/StripePayments/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripePayments/StripePayments/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 3c042eabae5..49d15ae1353 100644 --- a/StripePayments/StripePayments/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripePayments/StripePayments/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -48,7 +48,7 @@ "Swish" = "Swish"; -"Timed out authenticating your payment method -- try again" = "驗證您的付款方式時逾時 -- 請重試"; +"Timed out authenticating your payment method -- try again" = "驗證您的支付方式時逾時——請重試"; "UPI" = "UPI"; diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index 939e8cb0a77..be20e3b6437 100644 --- a/StripePaymentsUI.podspec +++ b/StripePaymentsUI.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripeUICore.podspec b/StripeUICore.podspec index 9a210c76a07..f45394ce319 100644 --- a/StripeUICore.podspec +++ b/StripeUICore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.26.0' + s.version = '23.27.0' s.summary = 'StripeUICore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/VERSION b/VERSION index a4268881630..674a2abe697 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.26.0 \ No newline at end of file +23.27.0 \ No newline at end of file diff --git a/bitrise.yml b/bitrise.yml index 595fe1e0925..0963e2c665e 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -514,7 +514,7 @@ workflows: steps: - script@1: inputs: - - content: pod lib lint --include-podspecs='*.podspec' + - content: pod lib lint --include-podspecs='*.podspec' --external-podspecs='ExternalPodspecs/*.podspec' title: pod lib lint before_run: - prep_all diff --git a/externalPodspecs/MBCaptureCore.podspec b/externalPodspecs/MBCaptureCore.podspec new file mode 100644 index 00000000000..28503448d1b --- /dev/null +++ b/externalPodspecs/MBCaptureCore.podspec @@ -0,0 +1,37 @@ +Pod::Spec.new do |s| + + s.name = "MBCaptureCore" + s.version = "1.2.3" + s.summary = "A delightful Direct API component for document capture" + s.homepage = "http://microblink.com" + s.readme = "https://raw.githubusercontent.com/BlinkID/capture-ios/v1.2.3/README.md" + + s.description = <<-DESC + The BlinkID Capture iOS SDK gives you the ability to auto-capture high quality images of identity documents in a user-friendly way. The SDK provides you with a rectified image of the document that ensures high success rate in extracting document text or verifying the document validity. + DESC + + s.license = { + :type => 'commercial', + :text => <<-LICENSE + © 2023 Microblink Ltd. All rights reserved. + LICENSE + } + + s.authors = { + "Microblink" => "info@microblink.com", + "Jura Skrlec" => "jura.skrlec@microblink.com" + } + + s.source = { + :http => 'https://github.com/BlinkID/capture-ios/releases/download/v1.2.3/CaptureCore.xcframework.zip' + } + + s.platform = :ios + + # ――― MULTI-PLATFORM VALUES ――――――――――――――――――――――――――――――――――――――――――――――――― # + + s.ios.deployment_target = '13.0.0' + s.ios.vendored_frameworks = 'CaptureCore.xcframework' + s.ios.libraries = 'c++', 'z' + +end