Skip to content

Commit

Permalink
New strings localized and pushed to Crowdin where they have been ML t…
Browse files Browse the repository at this point in the history
…ranslated.
  • Loading branch information
jensutbult committed Sep 20, 2024
1 parent 15ddbfb commit e1329bd
Show file tree
Hide file tree
Showing 16 changed files with 546 additions and 453 deletions.
4 changes: 1 addition & 3 deletions Authenticator/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
Expand All @@ -39,7 +37,7 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NFCReaderUsageDescription</key>
<string>The application needs access to NFC reading to communicate with your Yubikey.</string>
<string>The application needs access to NFC reading to communicate with your YubiKey.</string>
<key>NSCameraUsageDescription</key>
<string>The application needs access to Camera to scan QR codes.</string>
<key>NSFaceIDUsageDescription</key>
Expand Down
12 changes: 6 additions & 6 deletions Authenticator/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
},
"fr" : {
"stringUnit" : {
"state" : "new",
"state" : "translated",
"value" : "Authenticator"
}
},
"ja" : {
"stringUnit" : {
"state" : "new",
"value" : "Authenticator"
"state" : "translated",
"value" : "認証"
}
}
}
Expand All @@ -32,19 +32,19 @@
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "The application needs access to NFC reading to communicate with your Yubikey."
"value" : "The application needs access to NFC reading to communicate with your YubiKey."
}
},
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "L'appli doit accéder à la lecture NFC pour communiquer avec votre Yubikey."
"value" : "L'application doit avoir accès à la lecture NFC pour communiquer avec votre YubiKey."
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Yubikeyと通信するには、アプリケーションがNFC読み取りにアクセスできる必要があります."
"value" : "アプリケーションはYubiKeyと通信するためにNFC読み取りへのアクセスが必要です。"
}
}
}
Expand Down
Loading

0 comments on commit e1329bd

Please sign in to comment.