Skip to content

Commit

Permalink
Translations pulled from crowdin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Oct 25, 2024
1 parent 285521f commit 327d18f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions Authenticator/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,24 @@
}
}
},
"FIDO management over USB-C is not supported by iOS. Use NFC or the desktop Yubico Authenticator instead." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "La gestion FIDO via USB-C n'est pas prise en charge par iOS. Utilisez plutôt la NFC ou Yubico Authenticator."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "USB-C経由のFIDO管理はiOSではサポートされていません。代わりにNFCまたはデスクトップのYubico Authenticatorをご利用ください。"
}
}
}
},
"FIDO over USB-C is not supported by iOS. Use NFC or the desktop Yubico Authenticator instead." : {
"extractionState" : "stale",
"localizations" : {
"fr" : {
"stringUnit" : {
Expand Down Expand Up @@ -3004,6 +3021,22 @@
}
}
},
"The YubiKey has no more storage for OATH accounts." : {
"localizations" : {
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "La clé YubiKey n'a plus d'espace de stockage pour les comptes OATH."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "YubiKeyにはもうOATHアカウント用のストレージはない。"
}
}
}
},
"There's already an account named" : {
"comment" : "OATH substring in 'There's already an account named [issuer, name] on this YubiKey.",
"localizations" : {
Expand Down
2 changes: 1 addition & 1 deletion Authenticator/Model/FIDOPINViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ enum FidoViewModelError: Error, LocalizedError {
case .pinsDoNotMatch:
return String(localized: "PINs don't match")
case .usbNotSupported:
return String(localized: "FIDO over USB-C is not supported by iOS. Use NFC or the desktop Yubico Authenticator instead.")
return String(localized: "FIDO management over USB-C is not supported by iOS. Use NFC or the desktop Yubico Authenticator instead.")
case .timeout:
return String(localized: "Operation timed out.")
case .locked:
Expand Down

0 comments on commit 327d18f

Please sign in to comment.