2023-01-26 23:00:32 +08:00
/*
2019-01-14 20:55:19 +01:00
Localizable.strings
pass
Created by Danny Moesch on 12.01.19.
Copyright © 2019 Bob Sun. All rights reserved.
*/
2019-01-14 20:57:45 +01:00
// General
"PassForIos" = "Pass for iOS";
2019-09-29 15:59:11 -07:00
"PasswordStore" = "Password Store";
2019-01-14 20:57:45 +01:00
"Passphrase" = "Passphrase";
2019-02-13 21:31:40 +01:00
"Password" = "Password";
2019-01-14 20:57:45 +01:00
"Passwords" = "Passwords";
2019-02-13 21:31:40 +01:00
"Passcode" = "Passcode";
2019-01-14 20:57:45 +01:00
"Apple" = "Apple";
"Settings" = "Settings";
"Contributors" = "Contributors";
// OTP related
2021-10-01 19:32:14 +02:00
"TimeBased" = "time-based";
"HmacBased" = "HMAC-based";
"None" = "None";
"ExpiresIn" = "(expires in %ds)";
"OTPForPassword" = "One-time password for %@";
2021-10-04 02:20:22 +02:00
"OTPHasBeenCopied" = "... has been copied to the pasteboard";
2021-10-01 19:32:14 +02:00
"CopyToPasteboard" = "Copy to pasteboard";
"AutoCopyOTP" = "Automatically Copy OTPs";
"AutoCopyOTPExplanation." = "After username and password have been auto-filled into a form by Pass, a notification is shown with the current one-time password which can be copied to the pasteboard. Enabling this option automatically copies the current one-time password.";
2019-01-14 20:57:45 +01:00
// General (error) messages
"Error" = "Error";
"CannotSave" = "Cannot Save";
"UnresolvedError" = "Unresolved error %@";
"MigrationError" = "Migration error: %@";
"UnderlyingError" = "Underlying Error: %@";
2025-02-16 13:01:42 -08:00
"MergeConflictError" = "Conflict files: %@";
2019-01-14 20:57:45 +01:00
"ErrorSaving" = "Error saving: %@";
"CannotCopyPassword" = "Cannot copy password";
"CannotAddPassword" = "Cannot add password";
"WrongPassphrase" = "Wrong passphrase";
"MakeSurePgpAndGitProperlySet." = "Please make sure PGP key and Git server are properly set.";
2019-02-13 21:31:57 +01:00
"RecoverySuggestion." = "Recovery suggestion: Wrong credential password/passphrase has been removed, please try again.";
2019-01-14 20:57:45 +01:00
"NSURLFileAllocatedSizeKeyShouldAlwaysReturnValue." = "Huh? NSURLFileAllocatedSizeKey should always return a value.";
2021-12-28 02:38:33 +01:00
"NoProperPassRepo." = "The repository does not contain a .gpg-id file. Please set it up properly by performing 'pass init'. Then try again to load it into the app.";
2019-01-14 20:57:45 +01:00
// Settings
2020-03-09 08:31:16 +01:00
"PasswordGeneratorFlavor" = "Style";
2019-01-14 20:57:45 +01:00
"RememberPgpKeyPassphrase" = "Remember PGP Key Passphrase";
"RememberGitCredentialPassphrase" = "Remember Git Credential Passphrase";
2021-10-04 02:20:22 +02:00
"EnableGPGID" = "Enable .gpg-id (Beta)";
2019-01-14 20:57:45 +01:00
"ShowFolders" = "Show Folders";
2019-02-27 21:49:21 +10:00
"HidePasswordImages" = "Hide Password Images";
"HidePasswordImagesExplanation." = "Associated favicon images are loaded and shown based upon the URL associated with an entry. Enable this option to hide these images and prevent them from being loaded.";
2019-01-14 20:57:45 +01:00
"HideUnknownFields" = "Hide Unknown Fields";
"HideUnknownFieldsExplanation." = "Only \"key: value\" format in additional fields is supported. Unsupported fields will be given \"unknown\" keys. Turn on this switch to hide unsupported fields.";
"HideOtpFields" = "Hide OTP Fields";
"HideOtpFieldsExplanation." = "Turn on this switch to hide the fields related to one time passwords (i.e., %@).";
"Random" = "Random";
"RandomString" = "Random String";
"ApplesKeychainStyle" = "Apple's Keychain Style";
2020-02-23 03:06:23 +08:00
"XKCD" = "XKCD";
2019-01-14 20:57:45 +01:00
// Git
"FailedToFetchPasswords" = "Failed to fetch passwords";
"FailedToFetchPasswordEntities" = "Failed to fetch password entities: %@";
"FailedToInsertPasswordEntity" = "Failed to insert password entity: %@";
"FailedToDeletePasswordEntity" = "Failed to delete password entity: %@";
"FailedToSavePasswordEntity" = "Failed to save password entity: %@";
"FailureToSaveContext" = "Failure to save context: %@";
2019-01-20 13:08:29 +01:00
"RepositoryRemoteBranchNotFoundError." = "Cannot find remote branch %@.";
"RepositoryBranchNotFoundError." = "Branch %@ not found in repository.";
2019-01-14 20:57:45 +01:00
"KeyImportError." = "Cannot import the key.";
2019-06-29 10:28:16 +02:00
"FileNotFoundError." = "File '%@' cannot be read.";
2019-01-14 20:57:45 +01:00
"PasswordDuplicatedError." = "Cannot add the password; password is duplicated.";
"GitResetError." = "Cannot identify the latest synced commit.";
2020-07-26 16:43:13 +02:00
"GitCreateSignatureError." = "Cannot create a valid author/committer signature.";
"GitPushNotSuccessfulError." = "Pushing local changes was not successful. Make sure there are no uncommitted changes on the remote repository.";
2019-01-20 13:08:29 +01:00
"WrongPasswordFilenameError." = "Cannot write to the password file.";
2019-01-14 20:57:45 +01:00
"DecryptionError." = "Cannot decrypt password.";
2019-09-08 23:00:46 +02:00
"EncodingError." = "Key is not ASCII encoded.";
2019-01-14 20:57:45 +01:00
"UnknownError." = "Unknown error.";
"PrepareRepository" = "Prepare Repository";
"CheckingOutBranch" = "Checking out branch '%@'";
"WantToSaveGitCredential?" = "Do you want to save the Git credential password/passphrase?";
// Repository
"RepositoryNotSetError." = "Git repository is not set.";
"SetGitRepositoryUrl" = "Please set the Git repository URL.";
"CannotFindUsername." = "Cannot find the username in the Git repository URL. Example URL: ssh://git@server/path/to/repo.git.";
"CheckEnteredUsername." = "Please check the entered username and the username in the Git repository URL. They should match.";
2020-02-09 22:45:48 +01:00
"UseEitherHttpsOrHttp." = "Please use either HTTPS (recommended) or HTTP.";
2019-01-14 20:57:45 +01:00
"SpecifySchema." = "Please specify the scheme of the Git repository URL (HTTPS or SSH).";
"Overwrite?" = "Overwrite?";
"Overwrite" = "Overwrite";
"OperationWillOverwriteData." = "This operation will overwrite your current password store data (repository). Data on your remote server will not be affected.";
"DownloadFromUrl" = "Download from URL";
2020-06-29 22:02:38 +02:00
"AsciiArmorEncryptedKey" = "ASCII-Armor Key";
2019-01-14 20:57:45 +01:00
"ITunesFileSharing" = "iTunes File Sharing";
"Import" = "Import";
"Imported" = "Imported";
"Tips" = "Tips";
"FillInGitAccountPassword." = "Please fill in the password of your Git account.";
"NoPasswordStore." = "There is no password store right now.";
"SyncingPasswordStore" = "Syncing Password Store";
2019-09-26 18:00:58 +02:00
"PullingFromRemoteRepository" = "Pulling from Remote Repository";
2019-01-14 20:57:45 +01:00
"PushingToRemoteRepository" = "Pushing to Remote Repository";
2019-11-07 23:25:46 +01:00
"SpecifyBranchName." = "Please specify the name of the branch to be used.";
2019-01-14 20:57:45 +01:00
// SSH
"FillInSshKeyPassphrase." = "Please fill in the passphrase of your SSH key.";
"CannotSelectSshKey" = "Cannot Select SSH Key";
"PleaseSetupSshKeyFirst." = "Please setup SSH key first.";
"RemoveSShKeys" = "Remove Git SSH Keys";
2020-02-15 18:12:58 +01:00
"SetPrivateKeyUrl." = "Please set a valid private key URL first.";
2019-01-20 11:13:27 +01:00
"SshCopyPrivateKeyToPass." = "Copy your ASCII-armored private key to Pass with the name \"ssh_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish.";
2019-01-14 20:57:45 +01:00
// QR code scanning
"LookingForStartingFrame." = "Looking for the starting frame.";
"TooManyQrCodes" = "Too many QR codes";
"ScanPrivateKeyQrCodes" = "Scan Private Key QR Codes";
"CannotSaveSshKey" = "Cannot Save SSH Key";
"ScanPublicKey." = "Please scan public key.";
"ScanPrivateKey." = "Please scan private key.";
"ScanPrivateKeyQrCodes" = "Scan Private Key QR codes";
"ScanPublicKeyQrCodes" = "Scan Public Key QR codes";
2020-02-15 18:12:58 +01:00
"SetPrivateKey." = "Please set the private key first.";
"SetPublicKey." = "Please set the public key first.";
2019-01-14 20:57:45 +01:00
"NoQrCodeDetected." = "No QR code detected.";
"NoStringValue" = "No string value";
"CameraAccessDenied." = "Camera access denied.";
"WarningToggleCameraPermissionsResetsApp." = "WARNING: Toggle the camera permission resets the app! Save your changes.";
// PGP
"Decrypting" = "Decrypting";
"PgpKeyNotSet." = "PGP Key is not set. Please set your PGP Key first.";
"FillInPgpPassphrase." = "Please fill in the passphrase of your PGP secret key.";
"WantToSavePassphrase?" = "Do you want to save the passphrase for later decryption?";
"CannotSavePgpKey" = "Cannot Save PGP Key";
2020-02-15 18:12:58 +01:00
"SetPgpKeyUrlsFirst." = "Please set valid PGP key URLs first.";
2019-01-14 20:57:45 +01:00
"FetchingPgpKey" = "Fetching PGP Key";
2020-02-09 14:06:08 +01:00
"RememberToRemoveKey" = "Remember to Remove the Keys";
"RememberToRemoveKeyFromServer." = "Remember to remove the keys from the server.";
2019-01-14 20:57:45 +01:00
"RemovePgpKeys" = "Remove PGP Keys";
2019-01-20 11:13:27 +01:00
"PgpCopyPublicAndPrivateKeyToPass." = "Copy your ASCII-armored public and private keys to Pass with names \"gpg_key.pub\" and \"gpg_key\" (without quotes) via iTunes. Then come back and click \"iTunes File Sharing\" to finish.";
2019-10-20 12:14:51 +02:00
"KeyExpiredOrIncompatibleError." = "PGP public key may be expired or incompatible with the private key.";
"WrongPassphraseError." = "Passphrase of your PGP secret key is wrong.";
2020-04-14 20:20:16 -07:00
"PgpPublicKeyNotFoundError." = "PGP public key (%@) not found.";
"PgpPrivateKeyNotFoundError." = "PGP private key (%@) not found.";
2020-02-09 14:13:51 +01:00
"CannotImportFile" = "Cannot Import File";
"LoadFromFiles" = "Load From File";
"FileCannotBeImported." = "An error occurred importing the file '%@'. Please make sure its location is readable.";
"RememberToRemoveKeyFromLocation." = "Remember to remove the key files from their external locations.";
"KeyFileNotSet." = "At least for one key type there is no file specified.";
2020-02-09 22:45:48 +01:00
"HttpNotSecure" = "HTTP Is Not Secure";
"ReallyUseHttp?" = "The HTTP protocol is not secure. Do you really want to use it to transfer the private key file?";
2019-01-14 20:57:45 +01:00
// App passcode
"RemovePasscode" = "Remove Passcode";
"ChangePasscode" = "Change Passcode";
"SetPasscode" = "Set Passcode";
"PasswordConfirmation" = "Password Confirmation";
"FillInAppPasscode." = "Fill in your passcode for Pass (at least 4 characters).";
// Git signature
"NotSet" = "Not Set";
"InvalidNameOrEmail" = "Invalid name or e-mail";
2023-01-26 23:00:32 +08:00
// Clear suggestions
"FailedToClearQuickTypeSuggestions" = "Failed to clear QuickType suggestions: %@";
2019-01-14 20:57:45 +01:00
// Erase password store
"ErasePasswordStoreData?" = "Erase password store data?";
"ErasePasswordStoreData" = "Erase Password Store Data";
"EraseExplanation." = "This will delete all local data and settings. Password store data on your remote server will not be affected.";
"Erasing..." = "Erasing ...";
// Discard local changes
"DiscardAllLocalChanges?" = "Discard all local changes?";
"DiscardAllLocalChanges" = "Discard All Local Changes";
"DiscardExplanation." = "Do you want to permanently discard all changes to the local copy of your password data? You cannot undo this action.";
"Resetting..." = "Resetting ...";
2019-09-28 21:38:32 +08:00
// Forget passcode
"ForgotYourPasscode?" = "Forgot your passcode?";
"ResetPass" = "Reset Pass";
"ResetPassExplanation." = "The only thing you can do is to reset the app. This will delete all local data and settings. Password store data on your remote server will not be affected.";
2019-01-14 20:57:45 +01:00
// Time related
"Unknown" = "Unknown";
"JustNow" = "Just now";
// Commit messages
"AddPassword." = "Add password for %@ to store using Pass for iOS.";
"RemovePassword." = "Remove %@ from store using Pass for iOS.";
"EditPassword." = "Edit password for %@ using Pass for iOS.";
"RenamePassword." = "Rename %@ to %@ using Pass for iOS.";
// Menu buttons
"Ok" = "OK";
"Cancel" = "Cancel";
"Dismiss" = "Dismiss";
"Done" = "Done";
"Yes" = "Yes";
"No" = "No";
"TryAgain" = "Try Again";
"Delete" = "Delete";
"Back" = "Back";
"Current" = "Current";
"All" = "All";
"On" = "On";
"Off" = "Off";
"Save" = "Save";
2021-12-29 16:19:12 -08:00
"Remove" = "Remove";
2019-01-14 20:57:45 +01:00
// Lock screen
"EnterPasscode" = "Enter passcode for Pass";
"Passcode" = "Passcode";
"TouchId" = "Touch ID";
"FaceId" = "Face ID";
"AuthenticationNeeded." = "Authentication is needed to access Pass.";
// About repository
"AboutRepository" = "About Repository";
"ValueNotAvailable" = "Value not available";
"Size" = "Size";
"LocalCommits" = "Local Commits";
"LastSynced" = "Last Synced";
"Commits" = "Commits";
"CommitLogs" = "Commit Logs";
"SyncAgain?" = "Oops! Sync again?";
// About app
"Website" = "Website";
"Help" = "Help";
"ContactDeveloper" = "Contact Developer";
"OpenSourceComponents" = "Open Source Components";
"SpecialThanks" = "Special Thanks";
"Acknowledgements" = "Acknowledgements";
"ValueNotAvailable" = "Value not available";
// External applications
"CannotOpenMail" = "Cannot open Mail app";
"CopiedEmail" = "Copied email %@";
"HttpNotSupported." = "HTTP connection is not supported.";
// Password view
2019-02-13 21:31:40 +01:00
"Name" = "Name";
"Additions" = "Additions";
2019-01-14 20:57:45 +01:00
"Notice" = "Notice";
"PreviousChangesDiscarded." = "All previous local changes have been discarded. Your current Password Store will be shown.";
"CannotShowPassword" = "Cannot show password";
"PasswordDoesNotExist" = "The password does not exist.";
"Saving" = "Saving";
"Success" = "Success";
"OneTimePassword" = "One-Time Password";
"ShowRaw" = "Show Raw";
"Reveal" = "Reveal";
"Conceal" = "Conceal";
"NextPassword" = "Next Password";
"CopyAndOpen" = "Copy Password & Open Link";
"GetNextPasswordOfNonHotp." = "Get next password of a non-HOTP entry.";
"PasswordCopied" = "Password Copied";
"CounterUpdated" = "Counter Updated";
"CannotFindValidUrl" = "Cannot find a valid URL";
"LastUpdated" = "Last Updated: %@";
"PasswordCopiedToPasteboard." = "Password copied. We will clear the pasteboard in 45 seconds.";
// Password editor
"UseKeyValueFormat." = "Use \"key: value\" format for additional fields.";
"DeletePassword" = "Delete Password";
"AddOneTimePassword" = "Add One-Time Password";
"Length" = "Length";
2020-02-28 19:05:23 +01:00
"VaryCases" = "Random Capitalization";
"Digits" = "Digits";
"SpecialSymbols" = "Special Symbols";
"Groups" = "Arrange Into Groups";
2019-01-14 20:57:45 +01:00
"DeletePassword?" = "Delete Password?";
"OverwriteOtpConfiguration?" = "Overwrite the one-time password configuration?";
"ValidTokenUrl" = "Valid token URL";
"InvalidTokenUrl" = "Invalid token URL";
"FillInName." = "Please fill in the name.";
"RemovePrefix." = "Please remove the prefix \"/\" from your password name.";
"PasswordNameInvalid." = "Password name is invalid.";
"CannotParseFilename." = "Cannot parse the filename. Please check and simplify the password name.";
"WannaUseIt?" = "Wanna use it?";
"SeemsLikeYouHaveCopiedSomething." = "It seems like you have copied something.";
"FirstStringIs:" = "The first string is:";
2019-01-20 11:24:57 +01:00
// Multiline strings
"SshAsciiArmorCopyExplanation." = "The ASCII-armored key format is similar to unencoded documents rather than the binary format. Use
2019-09-22 16:01:54 +02:00
$ cat ~/.ssh/id_rsa
2019-01-20 11:24:57 +01:00
to get the key in this specific format. The clipboard will be cleared 45s after pasting.";
"SshAsciiArmorServerExplanation." = "The ASCII-armored key format is similar to unencoded documents rather than the binary format. Use
2019-09-22 16:01:54 +02:00
$ cat ~/.ssh/id_rsa
2019-01-20 11:24:57 +01:00
to get the key in this specific format. Subsequently, copy it to your secured key server.";
2020-02-15 18:14:06 +01:00
"SshAsciiArmorFileExplanation." = "The ASCII-armored key format is similar to unencoded documents rather than the binary format. Use
$ cat ~/.ssh/id_rsa
to get the key in this specific format. Subsequently, copy it to a location accessible by the Files app.";
2019-01-20 11:24:57 +01:00
"GpgAsciiArmorCopyExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
2021-09-30 13:55:20 -04:00
$ gpg --list-keys
2019-01-20 11:24:57 +01:00
2021-09-30 22:24:32 +02:00
to identify your encryption (E) subkey's KEY_ID, then use
2021-09-30 13:55:20 -04:00
$ gpg --export -a KEY_ID! > subkey.pub
$ gpg --export-secret-subkeys -a KEY_ID! > subkey
2021-09-30 22:24:32 +02:00
to get the public and the encryption private subkeys in this specific format. Check that no authentication subkey is accidentally exported:
2021-09-30 13:55:20 -04:00
$ gpg --show-key subkey
The clipboard will be cleared 45s after pasting.";
2019-01-20 11:24:57 +01:00
"GpgAsciiArmorServerExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
2021-09-30 13:55:20 -04:00
$ gpg --list-keys
2021-09-30 22:24:32 +02:00
to identify your encryption (E) subkey's KEY_ID, then use
2021-09-30 13:55:20 -04:00
$ gpg --export -a KEY_ID! > subkey.pub
$ gpg --export-secret-subkeys -a KEY_ID! > subkey
2019-01-20 11:24:57 +01:00
2021-09-30 22:24:32 +02:00
to get the public and the encryption private subkeys in this specific format. Check that no authentication subkey is accidentally exported:
2021-09-30 13:55:20 -04:00
$ gpg --show-key subkey
2021-09-30 22:24:32 +02:00
Finally, copy them to your (local) HTTP(S) server.";
2020-02-09 14:13:51 +01:00
"GpgAsciiArmorFileExplanation." = "GnuPG supports the command-line option \"-a\" that causes output to be generated in an ASCII-armored format similar to unencoded documents rather than the binary format. Use
2021-09-30 13:55:20 -04:00
$ gpg --list-keys
2021-09-30 22:24:32 +02:00
to identify your encryption (E) subkey's KEY_ID, then use
2021-09-30 13:55:20 -04:00
$ gpg --export -a KEY_ID! > subkey.pub
$ gpg --export-secret-subkeys -a KEY_ID! > subkey
2021-09-30 22:24:32 +02:00
to get the public and the encryption private subkeys in this specific format. Check that no authentication subkey is accidentally exported:
2021-09-30 13:55:20 -04:00
$ gpg --show-key subkey
2020-02-09 14:13:51 +01:00
2021-09-30 13:55:20 -04:00
Finally, copy them to a location accessible by the Files app.";