-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
63 changed files
with
9,215 additions
and
149 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"CFBundleName" : { | ||
"comment" : "Bundle name", | ||
"extractionState" : "extracted_with_value", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "new", | ||
"value" : "Authenticator" | ||
} | ||
}, | ||
"fr" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Authenticator" | ||
} | ||
}, | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Authenticator" | ||
} | ||
} | ||
} | ||
}, | ||
"NFCReaderUsageDescription" : { | ||
"comment" : "Privacy - NFC Scan Usage Description", | ||
"extractionState" : "extracted_with_value", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "new", | ||
"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." | ||
} | ||
}, | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "Yubikeyと通信するには、アプリケーションがNFC読み取りにアクセスできる必要があります." | ||
} | ||
} | ||
} | ||
}, | ||
"NSCameraUsageDescription" : { | ||
"comment" : "Privacy - Camera Usage Description", | ||
"extractionState" : "extracted_with_value", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "new", | ||
"value" : "The application needs access to Camera to scan QR codes." | ||
} | ||
}, | ||
"fr" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "L'appli doit accéder à l'appareil photo pour scanner les codes QR." | ||
} | ||
}, | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "QRコードをスキャンするには、アプリケーションがカメラにアクセスできる必要があります." | ||
} | ||
} | ||
} | ||
}, | ||
"NSFaceIDUsageDescription" : { | ||
"comment" : "Privacy - Face ID Usage Description", | ||
"extractionState" : "extracted_with_value", | ||
"localizations" : { | ||
"en" : { | ||
"stringUnit" : { | ||
"state" : "new", | ||
"value" : "The application needs access to Face ID to unlock your password vault." | ||
} | ||
}, | ||
"fr" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "L'appli doit accéder à Face ID pour débloquer votre coffre-fort de mots de passe." | ||
} | ||
}, | ||
"ja" : { | ||
"stringUnit" : { | ||
"state" : "translated", | ||
"value" : "パスワードボールトのロックを解除するには、アプリケーションがFace IDにアクセスできる必要があります." | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"version" : "1.0" | ||
} |
Oops, something went wrong.