bitwarden-estensione-browser/src/locales/ja/messages.json

2478 lines
66 KiB
JSON
Raw Normal View History

{
"pageTitle": {
"message": "$APP_NAME$ ウェブ保管庫",
"description": "The title of the website in the browser window.",
"placeholders": {
"app_name": {
"content": "$1",
"example": "Bitwarden"
}
}
},
"whatTypeOfItem": {
"message": "このアイテムのタイプは何ですか?"
},
"name": {
"message": "名前"
},
"uri": {
"message": "URI"
},
"uriPosition": {
"message": "URI $POSITION$",
"description": "A listing of URIs. Ex: URI 1, URI 2, URI 3, etc.",
"placeholders": {
"position": {
"content": "$1",
"example": "2"
}
}
},
"newUri": {
"message": "新しい URI"
},
"username": {
"message": "ユーザー名"
},
"password": {
"message": "パスワード"
},
"notes": {
"message": "メモ"
},
"customFields": {
"message": "カスタムフィールド"
},
"cardholderName": {
"message": "カードの名義人名"
},
"number": {
"message": "番号"
},
"brand": {
"message": "ブランド"
},
"expiration": {
"message": "有効期限"
},
"securityCode": {
"message": "セキュリティコード (CVV)"
},
"identityName": {
"message": "固有名"
},
"company": {
"message": "会社名"
},
"ssn": {
"message": "社会保障番号"
},
"passportNumber": {
"message": "パスポート番号"
},
"licenseNumber": {
"message": "免許証番号"
},
"email": {
"message": "メールアドレス"
},
"phone": {
"message": "電話番号"
},
"january": {
"message": "1月"
},
"february": {
"message": "2月"
},
"march": {
"message": "3月"
},
"april": {
"message": "4月"
},
"may": {
"message": "5月"
},
"june": {
"message": "6月"
},
"july": {
"message": "7月"
},
"august": {
"message": "8月"
},
"september": {
"message": "9月"
},
"october": {
"message": "10月"
},
"november": {
"message": "11月"
},
"december": {
"message": "12月"
},
"title": {
"message": "敬称"
},
"mr": {
"message": "Mr"
},
"mrs": {
"message": "Mrs"
},
"ms": {
"message": "Ms"
},
"dr": {
"message": "Dr"
},
"expirationMonth": {
"message": "有効期限月"
},
"expirationYear": {
"message": "有効期限年"
},
"authenticatorKeyTotp": {
"message": "認証キー (TOTP)"
},
"folder": {
"message": "フォルダー"
},
"newCustomField": {
"message": "新規カスタムフィールド"
},
"value": {
"message": "値"
},
"cfTypeText": {
"message": "テキスト"
},
"cfTypeHidden": {
"message": "非表示"
},
"cfTypeBoolean": {
"message": "真偽値"
},
"remove": {
"message": "削除"
},
"unassigned": {
"message": "未割り当て"
},
"noneFolder": {
"message": "フォルダーなし",
"description": "This is the folder for uncategorized items"
},
"addFolder": {
"message": "フォルダーを追加"
},
"editFolder": {
"message": "フォルダーを編集"
},
"baseDomain": {
"message": "ベースドメイン"
},
"host": {
"message": "ホスト",
"description": "A URL's host value. For example, the host of https:\/\/sub.domain.com:443 is 'sub.domain.com:443'."
},
"exact": {
"message": "完全一致"
},
"startsWith": {
"message": "前方一致"
},
"regEx": {
"message": "正規表現",
"description": "A programming term, also known as 'RegEx'."
},
"matchDetection": {
"message": "一致検出方法",
"description": "URI match detection for auto-fill."
},
"defaultMatchDetection": {
"message": "デフォルトの一致検出方法",
"description": "Default URI match detection for auto-fill."
},
"never": {
"message": "なし"
},
"toggleVisibility": {
"message": "表示切り替え"
},
"generatePassword": {
"message": "パスワードの自動生成"
},
"checkPassword": {
"message": "パスワードが漏洩していないか確認する"
},
"passwordExposed": {
"message": "このパスワードは過去に$VALUE$回漏洩したことがあるため、変更するべきです。",
"placeholders": {
"value": {
"content": "$1",
"example": "2"
}
}
},
"passwordSafe": {
"message": "このパスワードは過去に漏洩したデータ内にはないため、安全であると思われます。"
},
"save": {
"message": "保存"
},
"cancel": {
"message": "キャンセル"
},
"canceled": {
"message": "キャンセルしました"
},
"close": {
"message": "閉じる"
},
"delete": {
"message": "削除"
},
"favorite": {
"message": "お気に入り"
},
"unfavorite": {
"message": "お気に入り解除"
},
"edit": {
"message": "編集"
},
"searchCollection": {
"message": "コレクションの検索"
},
"searchFolder": {
"message": "フォルダーの検索"
},
"searchFavorites": {
"message": "お気に入りの検索"
},
"searchType": {
"message": "検索の種類",
"description": "Search item type"
},
"searchVault": {
"message": "保管庫を検索"
},
"allItems": {
"message": "全てのアイテム"
},
"favorites": {
"message": "お気に入り"
},
"types": {
"message": "タイプ"
},
"typeLogin": {
"message": "ログイン"
},
"typeCard": {
"message": "カード"
},
"typeIdentity": {
"message": "ID"
},
"typeSecureNote": {
"message": "セキュアメモ"
},
"folders": {
"message": "フォルダー"
},
"collections": {
"message": "コレクション"
},
"firstName": {
"message": "名"
},
"middleName": {
"message": "ミドルネーム"
},
"lastName": {
"message": "姓"
},
"address1": {
"message": "住所 1"
},
"address2": {
"message": "住所 2"
},
"address3": {
"message": "住所 3"
},
"cityTown": {
"message": "市町村"
},
"stateProvince": {
"message": "都道府県"
},
"zipPostalCode": {
"message": "郵便番号"
},
"country": {
"message": "国"
},
"shared": {
"message": "共有"
},
"attachments": {
"message": "添付ファイル"
},
"select": {
"message": "選択"
},
"addItem": {
"message": "アイテムの追加"
},
"editItem": {
"message": "アイテムの編集"
},
"ex": {
"message": "例:",
"description": "Short abbreviation for 'example'."
},
"other": {
"message": "その他"
},
"share": {
"message": "共有"
},
"valueCopied": {
"message": "$VALUE$ をコピーしました",
"description": "Value has been copied to the clipboard.",
"placeholders": {
"value": {
"content": "$1",
"example": "Password"
}
}
},
"copyValue": {
"message": "値のコピー",
"description": "Copy value to clipboard"
},
"copyPassword": {
"message": "パスワードのコピー",
"description": "Copy password to clipboard"
},
"copyUsername": {
"message": "ユーザー名のコピー",
"description": "Copy username to clipboard"
},
"copyNumber": {
"message": "番号のコピー",
"description": "Copy credit card number"
},
"copySecurityCode": {
"message": "セキュリティコードのコピー",
"description": "Copy credit card security code (CVV)"
},
"copyUri": {
"message": "URI のコピー",
"description": "Copy URI to clipboard"
},
"myVault": {
"message": "保管庫"
},
"vault": {
"message": "保管庫"
},
"shareSelected": {
"message": "Share Selected"
},
"deleteSelected": {
"message": "Delete Selected"
},
"moveSelected": {
"message": "Move Selected"
},
"selectAll": {
"message": "Select All"
},
"unselectAll": {
"message": "Unselect All"
},
"launch": {
"message": "Launch"
},
"newAttachment": {
"message": "Add New Attachment"
},
"deletedAttachment": {
"message": "Deleted attachment"
},
"deleteAttachmentConfirmation": {
"message": "Are you sure you want to delete this attachment?"
},
"attachmentSaved": {
"message": "The attachment has been saved."
},
"file": {
"message": "File"
},
"selectFile": {
"message": "Select a file."
},
"maxFileSize": {
"message": "Maximum file size is 100 MB."
},
"updateKey": {
"message": "You cannot use this feature until you update your encryption key."
},
"addedItem": {
"message": "Added item"
},
"editedItem": {
"message": "Edited item"
},
"sharedItem": {
"message": "Shared item"
},
"sharedItems": {
"message": "Shared items"
},
"deleteItem": {
"message": "Delete Item"
},
"deleteFolder": {
"message": "Delete Folder"
},
"deleteAttachment": {
"message": "Delete Attachment"
},
"deleteItemConfirmation": {
"message": "Are you sure you want to delete this item?"
},
"deletedItem": {
"message": "Deleted item"
},
"deletedItems": {
"message": "Deleted items"
},
"movedItems": {
"message": "Moved items"
},
"overwritePasswordConfirmation": {
"message": "Are you sure you want to overwrite the current password?"
},
"editedFolder": {
"message": "Edited folder"
},
"addedFolder": {
"message": "Added folder"
},
"deleteFolderConfirmation": {
"message": "Are you sure you want to delete this folder?"
},
"deletedFolder": {
"message": "Deleted folder"
},
"loggedOut": {
"message": "Logged out"
},
"loginExpired": {
"message": "Your login session has expired."
},
"logOutConfirmation": {
"message": "Are you sure you want to log out?"
},
"logOut": {
"message": "Log Out"
},
"ok": {
"message": "Ok"
},
"yes": {
"message": "Yes"
},
"no": {
"message": "No"
},
"loginOrCreateNewAccount": {
"message": "Log in or create a new account to access your secure vault."
},
"createAccount": {
"message": "Create Account"
},
"logIn": {
"message": "Log In"
},
"submit": {
"message": "Submit"
},
"emailAddressDesc": {
"message": "You'll use your email address to log in."
},
"yourName": {
"message": "Your Name"
},
"yourNameDesc": {
"message": "What should we call you?"
},
"masterPass": {
"message": "Master Password"
},
"masterPassDesc": {
"message": "The master password is the password you use to access your vault. It is very important that you do not forget your master password. There is no way to recover the password in the event that you forget it."
},
"masterPassHintDesc": {
"message": "A master password hint can help you remember your password if you forget it."
},
"reTypeMasterPass": {
"message": "Re-type Master Password"
},
"masterPassHint": {
"message": "Master Password Hint (optional)"
},
"masterPassHintLabel": {
"message": "Master Password Hint"
},
"settings": {
"message": "設定"
},
"passwordHint": {
"message": "パスワードのヒント"
},
"enterEmailToGetHint": {
"message": "マスターパスワードのヒントを受信するアカウントのメールアドレスを入力してください。"
},
"getMasterPasswordHint": {
"message": "マスターパスワードのヒントを取得する"
},
"emailRequired": {
"message": "メールアドレスは必須項目です。"
},
"invalidEmail": {
"message": "無効なメールアドレスです。"
},
"masterPassRequired": {
"message": "マスターパスワードは必須です。"
},
"masterPassLength": {
"message": "マスターパスワードは、少なくとも8文字以上で設定してください。"
},
"masterPassDoesntMatch": {
"message": "マスターパスワードが一致しません。"
},
"newAccountCreated": {
"message": "新しいアカウントを作成しました!今すぐログインできます。"
},
"masterPassSent": {
"message": "あなたのマスターパスワードのヒントを記載したメールを送信しました。"
},
"unexpectedError": {
"message": "予期せぬエラーが発生しました。"
},
"emailAddress": {
"message": "メールアドレス"
},
"yourVaultIsLocked": {
"message": "保管庫がロックされています。開くにはマスターパスワードを入力してください。"
},
"unlock": {
"message": "ロック解除"
},
"invalidMasterPassword": {
"message": "マスターパスワードが間違っています"
},
"lockNow": {
"message": "今すぐロック"
},
"noItemsInList": {
"message": "表示するアイテムがありません"
},
"noCollectionsInList": {
"message": "表示するコレクションがありません"
},
"noGroupsInList": {
"message": "表示するグループがありません"
},
"noUsersInList": {
"message": "表示するユーザーがありません"
},
"noEventsInList": {
"message": "表示するイベントがありません"
},
"newOrganization": {
"message": "新しい組織"
},
"noOrganizationsList": {
"message": "あなたはどの組織にも属していません。組織では他のユーザーとアイテムを安全に共有できます。"
},
"versionNumber": {
"message": "バージョン $VERSION_NUMBER$",
"placeholders": {
"version_number": {
"content": "$1",
"example": "1.2.3"
}
}
},
"enterVerificationCodeApp": {
"message": "認証アプリに表示された6桁の認証コードを入力してください。"
},
"enterVerificationCodeEmail": {
"message": "$EMAIL$ に送信された6桁の認証コードを入力してください。",
"placeholders": {
"email": {
"content": "$1",
"example": "example@gmail.com"
}
}
},
"verificationCodeEmailSent": {
"message": "$EMAIL$ に認証コードを送信しました。",
"placeholders": {
"email": {
"content": "$1",
"example": "example@gmail.com"
}
}
},
"rememberMe": {
"message": "情報を保存する"
},
"sendVerificationCodeEmailAgain": {
"message": "確認コードをメールで再送"
},
"useAnotherTwoStepMethod": {
"message": "他の2段階認証方法を使用"
},
"insertYubiKey": {
"message": "YubiKey を USB ポートに挿入し、ボタンをタッチしてください。"
},
"insertU2f": {
"message": "セキュリティキーを USB ポートに挿入し、ボタンがある場合はボタンをタッチしてください。"
},
"loginUnavailable": {
"message": "ログインできません。"
},
"noTwoStepProviders": {
"message": "このアカウントは2段階認証が有効ですが、このブラウザに対応した2段階認証プロパイダが一つも設定されていません。"
},
"noTwoStepProviders2": {
"message": "Chrome などの対応したブラウザを使うか、より幅広い端末に対応した認証プロパイダを追加してください。"
},
"twoStepOptions": {
"message": "2段階認証オプション"
},
"recoveryCodeDesc": {
"message": "すべての2段階認証プロパイダにアクセスできなくなったときは、リカバリーコードを使用するとアカウントの2段階認証を無効化できます。"
},
"recoveryCodeTitle": {
"message": "リカバリーコード"
},
"authenticatorAppTitle": {
"message": "認証アプリ"
},
"authenticatorAppDesc": {
"message": "Authy や Google 認証システムなどの認証アプリで時限式の認証コードを生成してください。",
"description": "'Authy' and 'Google Authenticator' are product names and should not be translated."
},
"yubiKeyTitle": {
"message": "YubiKey OTP セキュリティキー"
},
"yubiKeyDesc": {
"message": "YubiKey を使ってアカウントにアクセスできます。 YubiKey 4、4 Nano、4C、NEOに対応しています。"
},
"duoDesc": {
"message": "Duo Mobile アプリや SMS、電話や U2F セキュリティキーを使って Duo Security で認証します。",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"duoOrganizationDesc": {
"message": "組織の Duo Security を Duo Mobile アプリや SMS、電話、U2F セキュリティーキーを使用して認証します。",
"description": "'Duo Security' and 'Duo Mobile' are product names and should not be translated."
},
"u2fDesc": {
"message": "FIDO U2F が有効なセキュリティキーを使ってアカウントにアクセスできます。"
},
"u2fTitle": {
"message": "FIDO U2F セキュリティキー"
},
"emailTitle": {
"message": "メールアドレス"
},
"emailDesc": {
"message": "確認コードをメールにお送りします。"
},
"continue": {
"message": "続ける"
},
"organization": {
"message": "Organization"
},
"organizations": {
"message": "Organizations"
},
"shareDesc": {
"message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared."
},
"shareManyDesc": {
"message": "Choose an organization that you wish to share these items with. Sharing transfers ownership of the items to the organization. You will no longer be the direct owner of these items once they have been shared."
},
"collectionsDesc": {
"message": "Edit the collections that this item is being shared with. Only organization users with access to these collections will be able to see this item."
},
"deleteSelectedItemsDesc": {
"message": "You have selected $COUNT$ item(s) to delete. Are you sure you want to delete all of these items?",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"moveSelectedItemsDesc": {
"message": "Choose a folder that you would like to move the $COUNT$ selected item(s) to.",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"shareSelectedItemsDesc": {
"message": "You have selected $COUNT$ item(s). $SHAREABLE_COUNT$ items are sharable, $NONSHAREABLE_COUNT$ are not. Items with attachments must be shared individually.",
"placeholders": {
"count": {
"content": "$1",
"example": "10"
},
"shareable_count": {
"content": "$2",
"example": "8"
},
"nonshareable_count": {
"content": "$3",
"example": "2"
}
}
},
"verificationCodeTotp": {
"message": "Verification Code (TOTP)"
},
"copyVerificationCode": {
"message": "Copy Verification Code"
},
"warning": {
"message": "Warning"
},
"exportWarning": {
"message": "This export contains your unencrypted data in .csv format. You should not store or send it over unsecure channels (such as email). Delete it immediately after your are done using it."
},
"exportMasterPassword": {
"message": "Enter your master password to export your vault data."
},
"exportVault": {
"message": "Export Vault"
},
"exportSuccess": {
"message": "Your vault data has been exported."
},
"passwordGenerator": {
"message": "Password Generator"
},
"minNumbers": {
"message": "Minimum Numbers"
},
"minSpecial": {
"message": "Minimum Special",
"description": "Minimum Special Characters"
},
"ambiguous": {
"message": "Avoid Ambiguous Characters"
},
"regeneratePassword": {
"message": "Regenerate Password"
},
"length": {
"message": "Length"
},
"passwordHistory": {
"message": "Password History"
},
"noPasswordsInList": {
"message": "There are no passwords to list."
},
"clear": {
"message": "Clear"
},
"accountUpdated": {
"message": "Account Updated"
},
"changeEmail": {
"message": "Change Email"
},
"newEmail": {
"message": "New Email"
},
"code": {
"message": "Code"
},
"changeEmailDesc": {
"message": "We have emailed a verification code to $EMAIL$. Please check your email for this code and enter it below to finalize your the email address change.",
"placeholders": {
"email": {
"content": "$1",
"example": "john.smith@example.com"
}
}
},
"loggedOutWarning": {
"message": "Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
},
"emailChanged": {
"message": "Email Changed"
},
"logBackIn": {
"message": "Please log back in."
},
"logBackInOthersToo": {
"message": "Please log back in. If you are using other Bitwarden applications log out and back in to those as well."
},
"changeMasterPassword": {
"message": "Change Master Password"
},
"masterPasswordChanged": {
"message": "Master Password Changed"
},
"currentMasterPass": {
"message": "Current Master Password"
},
"newMasterPass": {
"message": "New Master Password"
},
"confirmNewMasterPass": {
"message": "Confirm New Master Password"
},
"encKeySettings": {
"message": "Encryption Key Settings"
},
"kdfAlgorithm": {
"message": "KDF Algorithm"
},
"kdfIterations": {
"message": "KDF Iterations"
},
"kdfIterationsDesc": {
"message": "Higher KDF iterations can help protect your master password from being brute forced by an attacker. We recommend a value of $VALUE$ or more.",
"placeholders": {
"value": {
"content": "$1",
"example": "100,000"
}
}
},
"kdfIterationsWarning": {
"message": "Setting your KDF iterations too high could result in poor performance when logging into (and unlocking) Bitwarden on devices with slower CPUs. We recommend that you increase the value in increments of $INCREMENT$ and then test all of your devices.",
"placeholders": {
"increment": {
"content": "$1",
"example": "50,000"
}
}
},
"changeKdf": {
"message": "Change KDF"
},
"encKeySettingsChanged": {
"message": "Encryption Key Settings Changed"
},
"dangerZone": {
"message": "Danger Zone"
},
"dangerZoneDesc": {
"message": "Careful, these actions are not reversible!"
},
"deauthorizeSessions": {
"message": "Deauthorize Sessions"
},
"deauthorizeSessionsDesc": {
"message": "あなたのアカウントに別のデバイスからログインされていますか? 以下で以前に使用したすべてのコンピューターやデバイスの認証を解除できます。 このステップは、以前に公共のコンピューターを使用した場合や、誤って他人のデバイスにパスワードを保存した場合におすすめです。 以前に記憶された二段階認証のログインセッションもすべてクリアされます。"
},
"deauthorizeSessionsWarning": {
"message": "Proceeding will also log you out of your current session, requiring you to log back in. You will also be prompted for two-step login again, if enabled. Active sessions on other devices may continue to remain active for up to one hour."
},
"sessionsDeauthorized": {
"message": "All Sessions Deauthorized"
},
"purgeVault": {
"message": "Purge Vault"
},
"purgedOrganizationVault": {
"message": "Purged organization vault."
},
"purgeVaultDesc": {
"message": "Proceed below to delete all items and folders in your vault. Items that belong to an organization that you share with will not be deleted."
},
"purgeOrgVaultDesc": {
"message": "Proceed below to delete all items in the organization's vault."
},
"purgeVaultWarning": {
"message": "Purging your vault is permanent. It cannot be undone."
},
"vaultPurged": {
"message": "Your vault has been purged."
},
"deleteAccount": {
"message": "Delete Account"
},
"deleteAccountDesc": {
"message": "Proceed below to delete your account and all associated data."
},
"deleteAccountWarning": {
"message": "Deleting your account is permanent. It cannot be undone."
},
"accountDeleted": {
"message": "アカウントが削除されました"
},
"accountDeletedDesc": {
"message": "アカウントが削除され、すべての関連するデータが削除されました。"
},
"myAccount": {
"message": "マイアカウント"
},
"tools": {
"message": "ツール"
},
"importData": {
"message": "データをインポート"
},
"importSuccess": {
"message": "データを保管庫にインポートしました。"
},
"importFormatError": {
"message": "データが正しい形式ではありません。インポートするファイルを確認してやり直してください。"
},
"importNothingError": {
"message": "何もインポートされませんでした。"
},
"selectFormat": {
"message": "インポートするファイルの形式を選択"
},
"selectImportFile": {
"message": "インポートするファイルを選択"
},
"orCopyPasteFileContents": {
"message": "またはインポートするファイルの中身をコピーして貼り付け"
},
"instructionsFor": {
"message": "$NAME$ 向けの説明",
"description": "The title for the import tool instructions.",
"placeholders": {
"name": {
"content": "$1",
"example": "LastPass (csv)"
}
}
},
"options": {
"message": "オプション"
},
"optionsDesc": {
"message": "ウェブ保管庫の動作をカスタマイズします。"
},
"optionsUpdated": {
"message": "オプションを更新しました"
},
"language": {
"message": "Language"
},
"languageDesc": {
"message": "ウェブ保管庫で使用する言語を変更します。"
},
"disableIcons": {
"message": "ウェブサイトアイコンの無効化"
},
"disableIconsDesc": {
"message": "保管庫のアイテム毎にウェブサイトのアイコンを表示します。"
},
"enableGravatars": {
"message": "Gravatar を有効化",
"description": "'Gravatar' is the name of a service. See www.gravatar.com"
},
"enableGravatarsDesc": {
"message": "gravatar.com から読み込んだアバター画像を使います。"
},
"default": {
"message": "デフォルト"
},
"domainRules": {
"message": "ドメインルール"
},
"domainRulesDesc": {
"message": "If you have the same login across multiple different website domains, you can mark the website as \"equivalent\". \"Global\" domains are ones already created for you by Bitwarden."
},
"globalEqDomains": {
"message": "Global Equivalent Domains"
},
"customEqDomains": {
"message": "Custom Equivalent Domains"
},
"exclude": {
"message": "Exclude"
},
"include": {
"message": "Include"
},
"customize": {
"message": "Customize"
},
"newCustomDomain": {
"message": "New Custom Domain"
},
"newCustomDomainDesc": {
"message": "Enter a list of domains separated by commas. Only \"base\" domains are allowed. Do not enter subdomains. For example, enter \"google.com\" instead of \"www.google.com\". You can also enter \"androidapp:\/\/package.name\" to associate an android app with other website domains."
},
"customDomainX": {
"message": "Custom Domain $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"domainsUpdated": {
"message": "Domains updated"
},
"twoStepLogin": {
"message": "Two-step Login"
},
"twoStepLoginDesc": {
"message": "Secure your account by requiring an additional step when logging in."
},
"twoStepLoginOrganizationDesc": {
"message": "Require two-step login for your organization's users by configuring providers at the organization level."
},
"twoStepLoginRecoveryWarning": {
"message": "Enabling two-step login can permanently lock you out of your Bitwarden account. A recovery code allows you to access your account in the event that you can no longer use your normal two-step login provider (ex. you lose your device). Bitwarden support will not be able to assist you if you lose access to your account. We recommend you write down or print the recovery code and keep it in a safe place."
},
"viewRecoveryCode": {
"message": "View Recovery Code"
},
"providers": {
"message": "Providers",
"description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc."
},
"enable": {
"message": "Enable"
},
"enabled": {
"message": "Enabled"
},
"premium": {
"message": "Premium",
"description": "Premium Membership"
},
"premiumMembership": {
"message": "Premium Membership"
},
"premiumRequired": {
"message": "Premium Required"
},
"premiumRequiredDesc": {
"message": "A premium membership is required to use this feature."
},
"youHavePremiumAccess": {
"message": "You have premium access"
},
"alreadyPremiumFromOrg": {
"message": "You already have access to premium features because of an organization you are a member of."
},
"manage": {
"message": "Manage"
},
"disable": {
"message": "Disable"
},
"twoStepLoginProviderEnabled": {
"message": "This two-step login provider is enabled on your account."
},
"twoStepLoginAuthDesc": {
"message": "Enter your master password to modify two-step login settings."
},
"twoStepAuthenticatorDesc": {
"message": "Follow these steps to set up two-step login with an authenticator app:"
},
"twoStepAuthenticatorDownloadApp": {
"message": "Download a two-step authenticator app"
},
"twoStepAuthenticatorNeedApp": {
"message": "Need a two-step authenticator app? Download one of the following"
},
"iosDevices": {
"message": "iOS devices"
},
"androidDevices": {
"message": "Android devices"
},
"windowsDevices": {
"message": "Windows devices"
},
"twoStepAuthenticatorAppsRecommended": {
"message": "These apps are recommended, however, other authenticator apps will also work."
},
"twoStepAuthenticatorScanCode": {
"message": "Scan this QR code with your authenticator app"
},
"key": {
"message": "Key"
},
"twoStepAuthenticatorEnterCode": {
"message": "Enter the resulting 6 digit verification code from the app"
},
"twoStepAuthenticatorReaddDesc": {
"message": "In case you need to add it to another device, below is the QR code (or key) required by your authenticator app."
},
"twoStepDisableDesc": {
"message": "Are you sure you want to disable this two-step login provider?"
},
"twoStepDisabled": {
"message": "Two-step login provider disabled."
},
"twoFactorYubikeyAdd": {
"message": "Add a new YubiKey to your account"
},
"twoFactorYubikeyPlugIn": {
"message": "Plug the YubiKey (NEO or 4 series) into your computer's USB port."
},
"twoFactorYubikeySelectKey": {
"message": "最初の未入力の YubiKey 入力フィールドを選択してください。"
},
"twoFactorYubikeyTouchButton": {
"message": "Touch the YubiKey's button."
},
"twoFactorYubikeySaveForm": {
"message": "Save the form."
},
"twoFactorYubikeyWarning": {
"message": "Due to platform limitations, YubiKeys cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when YubiKeys cannot be used. Supported platforms:"
},
"twoFactorYubikeySupportUsb": {
"message": "Web vault, desktop application, CLI, and all browser extensions on a device with a USB port that can accept your YubiKey."
},
"twoFactorYubikeySupportMobile": {
"message": "Mobile apps on a device with NFC capabilities or a USB port that can accept your YubiKey."
},
"yubikeyX": {
"message": "YubiKey $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"u2fkeyX": {
"message": "U2F Key $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"nfcSupport": {
"message": "NFC Support"
},
"twoFactorYubikeySupportsNfc": {
"message": "One of my keys supports NFC."
},
"twoFactorYubikeySupportsNfcDesc": {
"message": "If one of your YubiKeys supports NFC (such as a YubiKey NEO), you will be prompted on mobile devices whenever NFC availability is detected."
},
"yubikeysUpdated": {
"message": "YubiKeys updated"
},
"disableAllKeys": {
"message": "Disable All Keys"
},
"twoFactorDuoDesc": {
"message": "Enter the Bitwarden application information from your Duo Admin panel."
},
"twoFactorDuoIntegrationKey": {
"message": "Integration Key"
},
"twoFactorDuoSecretKey": {
"message": "Secret Key"
},
"twoFactorDuoApiHostname": {
"message": "API Hostname"
},
"twoFactorEmailDesc": {
"message": "Follow these steps to set up two-step login with email:"
},
"twoFactorEmailEnterEmail": {
"message": "Enter the email that you wish to receive verification codes"
},
"twoFactorEmailEnterCode": {
"message": "Enter the resulting 6 digit verification code from the email"
},
"sendEmail": {
"message": "Send Email"
},
"twoFactorU2fAdd": {
"message": "Add a FIDO U2F security key to your account"
},
"removeU2fConfirmation": {
"message": "Are you sure you want to remove this security key?"
},
"readKey": {
"message": "Read Key"
},
"keyCompromised": {
"message": "Key is compromised."
},
"twoFactorU2fGiveName": {
"message": "Give the security key a friendly name to identify it."
},
"twoFactorU2fPlugInReadKey": {
"message": "Plug the security key into your computer's USB port and click the \"Read Key\" button."
},
"twoFactorU2fTouchButton": {
"message": "If the security key has a button, touch it."
},
"twoFactorU2fSaveForm": {
"message": "Save the form."
},
"twoFactorU2fWarning": {
"message": "Due to platform limitations, FIDO U2F cannot be used on all Bitwarden applications. You should enable another two-step login provider so that you can access your account when FIDO U2F cannot be used. Supported platforms:"
},
"twoFactorU2fSupportWeb": {
"message": "Web vault and browser extensions on a desktop\/laptop with a U2F enabled browser (Chrome, Opera, Vivaldi, or Firefox with FIDO U2F enabled)."
},
"twoFactorU2fWaiting": {
"message": "Waiting for you to touch the button on your security key"
},
"twoFactorU2fClickSave": {
"message": "Click the \"Save\" button below to enable this security key for two-step login."
},
"twoFactorU2fProblemReadingTryAgain": {
"message": "There was a problem reading the security key. Try again."
},
"twoFactorRecoveryYourCode": {
"message": "Your Bitwarden two-step login recovery code"
},
"twoFactorRecoveryNoCode": {
"message": "You have not enabled any two-step login providers yet. After you have enabled a two-step login provider you can check back here for your recovery code."
},
"printCode": {
"message": "Print Code",
"description": "Print 2FA recovery code"
},
"reports": {
"message": "Reports"
},
"dataBreachReport": {
"message": "Data Breach Report"
},
"breachDesc": {
"message": "A \"breach\" is an incident where a site's data has been illegally accessed by hackers and then released publicly. Review the types of data that were compromised (email addresses, passwords, credit cards etc.) and take appropriate action, such as changing passwords."
},
"breachCheckUsernameEmail": {
"message": "Check any usernames or email addresses that you use."
},
"checkBreaches": {
"message": "Check Breaches"
},
"breachUsernameNotFound": {
"message": "$USERNAME$ was not found in any known data breaches.",
"placeholders": {
"username": {
"content": "$1",
"example": "user@example.com"
}
}
},
"goodNews": {
"message": "Good News",
"description": "ex. Good News, No Breached Accounts Found!"
},
"breachUsernameFound": {
"message": "$USERNAME$ was found in $COUNT$ different data breaches online.",
"placeholders": {
"username": {
"content": "$1",
"example": "user@example.com"
},
"count": {
"content": "$2",
"example": "7"
}
}
},
"breachFound": {
"message": "Breached Accounts Found"
},
"compromisedData": {
"message": "Compromised data"
},
"website": {
"message": "Website"
},
"affectedUsers": {
"message": "Affected Users"
},
"breachOccurred": {
"message": "Breach Occurred"
},
"breachReported": {
"message": "Breach Reported"
},
"reportError": {
"message": "An error occurred trying to load the report. Try again"
},
"billingAndLicensing": {
"message": "Billing & Licensing"
},
"goPremium": {
"message": "Go Premium",
"description": "Another way of saying \"Get a premium membership\""
},
"premiumUpdated": {
"message": "You've upgraded to premium."
},
"premiumUpgradeUnlockFeatures": {
"message": "Upgrade your account to a premium membership and unlock some great additional features."
},
"premiumSignUpStorage": {
"message": "1 GB of encrypted file storage."
},
"premiumSignUpTwoStep": {
"message": "Additional two-step login options such as YubiKey, FIDO U2F, and Duo."
},
"premiumSignUpTotp": {
"message": "TOTP verification code (2FA) generator for logins in your vault."
},
"premiumSignUpSupport": {
"message": "Priority customer support."
},
"premiumSignUpFuture": {
"message": "All future premium features. More coming soon!"
},
"premiumPrice": {
"message": "All for just $PRICE$ \/year!",
"placeholders": {
"price": {
"content": "$1",
"example": "$10"
}
}
},
"addons": {
"message": "Addons"
},
"additionalStorageGb": {
"message": "Additional Storage (GB)"
},
"additionalStorageGbDesc": {
"message": "# of additional GB"
},
"additionalStorageDesc": {
"message": "Your plan comes with $SIZE$ of encrypted file storage. You can add additional storage for $PRICE$ per GB \/year.",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
},
"price": {
"content": "$2",
"example": "$4.00"
}
}
},
"summary": {
"message": "Summary"
},
"total": {
"message": "Total"
},
"year": {
"message": "year"
},
"month": {
"message": "month"
},
"monthAbbr": {
"message": "mo.",
"description": "Short abbreviation for 'month'"
},
"paymentChargedAnnually": {
"message": "お支払い方法はすぐに変更され、毎年定期的に課金されます。いつでもキャンセルできます。"
},
"paymentChargedWithTrial": {
"message": "ご利用のプランでは、7日間の無料トライアルが可能です。トライアル期間が終わるまでは課金されません。トライアル終了後、$INTERVAL$毎に請求されます。いつでもキャンセルできます。",
"placeholders": {
"interval": {
"content": "$1",
"example": "year"
}
}
},
"paymentInformation": {
"message": "Payment Information"
},
"creditCard": {
"message": "Credit Card"
},
"paypalClickSubmit": {
"message": "Click the PayPal button to log into your PayPal account, then click the Submit button below to continue."
},
"cancelSubscription": {
"message": "Cancel Subscription"
},
"subscriptionCanceled": {
"message": "The subscription has been canceled."
},
"pendingCancellation": {
"message": "Pending Cancellation"
},
"subscriptionPendingCanceled": {
"message": "The subscription has been marked for cancellation at the end of the current billing period."
},
"reinstateSubscription": {
"message": "Reinstate Subscription"
},
"reinstateConfirmation": {
"message": "Are you sure you want to remove the pending cancellation request and reinstate your subscription?"
},
"reinstated": {
"message": "The subscription has been reinstated."
},
"cancelConfirmation": {
"message": "Are you sure you want to cancel? You will lose access to all of this subscription's features at the end of this billing cycle."
},
"canceledSubscription": {
"message": "The subscription has been canceled."
},
"neverExpires": {
"message": "Never Expires"
},
"status": {
"message": "Status"
},
"nextCharge": {
"message": "Next Charge"
},
"details": {
"message": "Details"
},
"downloadLicense": {
"message": "Download License"
},
"updateLicense": {
"message": "Update License"
},
"updatedLicense": {
"message": "Updated license"
},
"manageSubscription": {
"message": "Manage Subscription"
},
"storage": {
"message": "Storage"
},
"addStorage": {
"message": "Add Storage"
},
"removeStorage": {
"message": "Remove Storage"
},
"subscriptionStorage": {
"message": "Your subscription has a total of $MAX_STORAGE$ GB of encrypted file storage. You are currently using $USED_STORAGE$.",
"placeholders": {
"max_storage": {
"content": "$1",
"example": "4"
},
"used_storage": {
"content": "$2",
"example": "65 MB"
}
}
},
"paymentMethod": {
"message": "Payment Method"
},
"noPaymentMethod": {
"message": "No payment method on file."
},
"addPaymentMethod": {
"message": "Add Payment Method"
},
"changePaymentMethod": {
"message": "Change Payment Method"
},
"charges": {
"message": "Charges",
"description": "Credit card charges\/payments."
},
"noCharges": {
"message": "No charges."
},
"chargesStatement": {
"message": "Any charges will appear on your statement as $STATEMENT_NAME$.",
"placeholders": {
"statement_name": {
"content": "$1",
"example": "BITWARDEN"
}
}
},
"gbStorageAdd": {
"message": "GB of Storage To Add"
},
"gbStorageRemove": {
"message": "GB of Storage To Remove"
},
"storageAddNote": {
"message": "Adding storage will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
},
"storageRemoveNote": {
"message": "Removing storage will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
},
"adjustedStorage": {
"message": "Adjusted $AMOUNT$ GB of storage.",
"placeholders": {
"amount": {
"content": "$1",
"example": "5"
}
}
},
"contactSupport": {
"message": "Contact Customer Support"
},
"contactSupportPaymentMethod": {
"message": "If you would like to change from this payment method please contact customer support."
},
"updatedPaymentMethod": {
"message": "Updated payment method."
},
"purchasePremium": {
"message": "Purchase Premium"
},
"licenseFile": {
"message": "License File"
},
"licenseFileDesc": {
"message": "Your license file will be named something like $FILE_NAME$",
"placeholders": {
"file_name": {
"content": "$1",
"example": "bitwarden_premium_license.json"
}
}
},
"uploadLicenseFilePremium": {
"message": "To upgrade your account to a premium membership you need to upload a valid license file."
},
"uploadLicenseFileOrg": {
"message": "To create an on-premise hosted organization you need to upload a valid license file."
},
"accountEmailMustBeVerified": {
"message": "Your account's email address must be verified."
},
"newOrganizationDesc": {
"message": "Organizations allow you to share parts of your vault with others as well as manage related users for a specific entity such as a family, small team, or large company."
},
"generalInformation": {
"message": "General Information"
},
"organizationName": {
"message": "Organization Name"
},
"accountOwnedBusiness": {
"message": "This account is owned by a business."
},
"billingEmail": {
"message": "Billing Email"
},
"businessName": {
"message": "Business Name"
},
"chooseYourPlan": {
"message": "Choose Your Plan"
},
"users": {
"message": "Users"
},
"userSeats": {
"message": "User Seats"
},
"additionalUserSeats": {
"message": "Additional User Seats"
},
"userSeatsDesc": {
"message": "# of user seats"
},
"userSeatsAdditionalDesc": {
"message": "Your plan comes with $BASE_SEATS$ user seats. You can add additional users for $SEAT_PRICE$ per user \/month.",
"placeholders": {
"base_seats": {
"content": "$1",
"example": "5"
},
"seat_price": {
"content": "$2",
"example": "$2.00"
}
}
},
"userSeatsHowManyDesc": {
"message": "How many user seats do you need? You can also add additional seats later if needed."
},
"planNameFree": {
"message": "Free",
"description": "Free as in 'free beer'."
},
"planDescFree": {
"message": "For testing or personal users to share with $COUNT$ other user.",
"placeholders": {
"count": {
"content": "$1",
"example": "1"
}
}
},
"planNameFamilies": {
"message": "Families"
},
"planDescFamilies": {
"message": "For personal use, to share with family & friends."
},
"planNameTeams": {
"message": "Teams"
},
"planDescTeams": {
"message": "For businesses and other team organizations."
},
"planNameEnterprise": {
"message": "Enterprise"
},
"planDescEnterprise": {
"message": "For businesses and other large organizations."
},
"freeForever": {
"message": "Free Forever"
},
"includesXUsers": {
"message": "includes $COUNT$ users",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"additionalUsers": {
"message": "Additional Users"
},
"costPerUser": {
"message": "$COST$ per user",
"placeholders": {
"cost": {
"content": "$1",
"example": "$3"
}
}
},
"limitedUsers": {
"message": "Limited to $COUNT$ users (including you)",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"limitedCollections": {
"message": "Limited to $COUNT$ collections",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"addShareLimitedUsers": {
"message": "Add and share with up to $COUNT$ users",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"addShareUnlimitedUsers": {
"message": "Add and share with unlimited users"
},
"createUnlimitedCollections": {
"message": "Create unlimited collections"
},
"gbEncryptedFileStorage": {
"message": "$SIZE$ encrypted file storage",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
}
}
},
"onPremHostingOptional": {
"message": "On-premise hosting (optional)"
},
"usersGetPremium": {
"message": "Users get access to premium membership features"
},
"controlAccessWithGroups": {
"message": "Control user access with groups"
},
"syncUsersFromDirectory": {
"message": "Sync your users and groups from a directory"
},
"trackAuditLogs": {
"message": "Track user actions with audit logs"
},
"enforce2faDuo": {
"message": "Enforce 2FA with Duo"
},
"priorityCustomerSupport": {
"message": "Priority customer support"
},
"xDayFreeTrial": {
"message": "$COUNT$ day free trial, cancel anytime",
"placeholders": {
"count": {
"content": "$1",
"example": "7"
}
}
},
"monthly": {
"message": "Monthly"
},
"annually": {
"message": "Annually"
},
"basePrice": {
"message": "Base Price"
},
"organizationCreated": {
"message": "Organization Created"
},
"organizationReadyToGo": {
"message": "Your new organization is ready to go!"
},
"leave": {
"message": "Leave"
},
"leaveOrganizationConfirmation": {
"message": "Are you sure you want to leave this organization?"
},
"leftOrganization": {
"message": "You have left the organization."
},
"defaultCollection": {
"message": "Default Collection"
},
"getHelp": {
"message": "Get Help"
},
"getApps": {
"message": "Get the Apps"
},
"loggedInAs": {
"message": "Logged in as"
},
"eventLogs": {
"message": "Event Logs"
},
"people": {
"message": "People"
},
"groups": {
"message": "Groups"
},
"newGroup": {
"message": "New Group"
},
"addGroup": {
"message": "Add Group"
},
"editGroup": {
"message": "Edit Group"
},
"deleteGroupConfirmation": {
"message": "Are you sure you want to delete this group?"
},
"removeUserConfirmation": {
"message": "Are you sure you want to remove this user?"
},
"externalId": {
"message": "External Id"
},
"externalIdGroupDesc": {
"message": "The external id is used to link this group to an external system such as a user directory."
},
"accessControl": {
"message": "Access Control"
},
"groupAccessAllItems": {
"message": "This group can access and modify all items."
},
"groupAccessSelectedCollections": {
"message": "This group can access only the selected collections."
},
"readOnly": {
"message": "Read Only"
},
"newCollection": {
"message": "New Collection"
},
"addCollection": {
"message": "Add Collection"
},
"editCollection": {
"message": "Edit Collection"
},
"deleteCollectionConfirmation": {
"message": "Are you sure you want to delete this collection?"
},
"editUser": {
"message": "Edit User"
},
"inviteUser": {
"message": "Invite User"
},
"inviteUserDesc": {
"message": "Invite a new user to your organization by entering their Bitwarden account email address below. If they do not have a Bitwarden account already, they will be prompted to create a new account."
},
"inviteMultipleEmailDesc": {
"message": "You can invite up to $COUNT$ users at a time by comma separating a list of email addresses.",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"userAccessAllItems": {
"message": "This user can access and modify all items."
},
"userAccessSelectedCollections": {
"message": "This user can access only the selected collections."
},
"search": {
"message": "Search"
},
"invited": {
"message": "Invited"
},
"accepted": {
"message": "Accepted"
},
"confirmed": {
"message": "Confirmed"
},
"owner": {
"message": "Owner"
},
"ownerDesc": {
"message": "The highest access user that can manage all aspects of your organization."
},
"admin": {
"message": "Admin"
},
"adminDesc": {
"message": " Admins can access and manage all items, collections and users in your organization."
},
"user": {
"message": "User"
},
"userDesc": {
"message": "A regular user with access to your organization's collections."
},
"all": {
"message": "All"
},
"refresh": {
"message": "Refresh"
},
"timestamp": {
"message": "Timestamp"
},
"event": {
"message": "Event"
},
"unknown": {
"message": "Unknown"
},
"loadMore": {
"message": "Load More"
},
"mobile": {
"message": "Mobile",
"description": "Mobile app"
},
"extension": {
"message": "Extension",
"description": "Browser extension\/addon"
},
"desktop": {
"message": "Desktop",
"description": "Desktop app"
},
"webVault": {
"message": "Web Vault"
},
"loggedIn": {
"message": "Logged in."
},
"changedPassword": {
"message": "Changed account password."
},
"enabled2fa": {
"message": "Enabled two-step login."
},
"disabled2fa": {
"message": "Disabled two-step login."
},
"recovered2fa": {
"message": "Recovered account from two-step login."
},
"failedLogin": {
"message": "Login attempt failed with incorrect password."
},
"failedLogin2fa": {
"message": "Login attempt failed with incorrect two-step login."
},
"editedOrgSettings": {
"message": "Edited organization settings."
},
"createdItemId": {
"message": "Created item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"editedItemId": {
"message": "Edited item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"deletedItemId": {
"message": "Deleted item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"sharedItemId": {
"message": "Shared item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "'Google'"
}
}
},
"createdCollectionId": {
"message": "Created collection $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"editedCollectionId": {
"message": "Edited collection $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"deletedCollectionId": {
"message": "Deleted collection $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"createdGroupId": {
"message": "Created group $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"editedGroupId": {
"message": "Edited group $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"deletedGroupId": {
"message": "Deleted group $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"removedUserId": {
"message": "Removed user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"createdAttachmentForItem": {
"message": "Created attachment for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"deletedAttachmentForItem": {
"message": "Deleted attachment for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"editedCollectionsForItem": {
"message": "Edited collections for item $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"invitedUserId": {
"message": "Invited user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirmedUserId": {
"message": "Confirmed user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"editedUserId": {
"message": "Edited user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"editedGroupsForUser": {
"message": "Edited groups for user $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"device": {
"message": "デバイス"
},
"view": {
"message": "表示"
},
"invalidDateRange": {
"message": "日付範囲が正しくありません。"
},
"errorOccurred": {
"message": "エラーが発生しました。"
},
"userAccess": {
"message": "ユーザーのアクセス"
},
"userType": {
"message": "ユーザーの種類"
},
"groupAccess": {
"message": "グループのアクセス"
},
"groupAccessUserDesc": {
"message": "Edit the groups that this user belongs to."
},
"invitedUsers": {
"message": "Invited user(s)."
},
"resendInvitation": {
"message": "Resend Invitation"
},
"hasBeenReinvited": {
"message": "$USER$ has been reinvited.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirm": {
"message": "Confirm"
},
"hasBeenConfirmed": {
"message": "$USER$ has been confirmed.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirmUsers": {
"message": "Confirm Users"
},
"usersNeedConfirmed": {
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the organization until they are confirmed."
},
"startDate": {
"message": "Start Date"
},
"endDate": {
"message": "End Date"
},
"verifyEmail": {
"message": "Verify Email"
},
"verifyEmailDesc": {
"message": "Verify your account's email address to unlock access to all features."
},
"verifyEmailFirst": {
"message": "Your account's email address first must be verified."
},
"checkInboxForVerification": {
"message": "Check your email inbox for a verification link."
},
"emailVerified": {
"message": "Your email has been verified."
},
"emailVerifiedFailed": {
"message": "Unable to verify your email. Try sending a new verification email."
},
"updateBrowser": {
"message": "Update Browser"
},
"updateBrowserDesc": {
"message": "You are using an unsupported web browser. The web vault may not function properly."
},
"joinOrganization": {
"message": "Join Organization"
},
"joinOrganizationDesc": {
"message": "You've been invited to join the organization listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"inviteAccepted": {
"message": "Invitation Accepted"
},
"inviteAcceptedDesc": {
"message": "You can access this organization once an administrator confirms your membership. We'll send you an email when that happens."
},
"inviteAcceptFailed": {
"message": "Unable to accept invitation. Ask an organization admin to send a new invitation."
},
"rememberEmail": {
"message": "Remember email"
},
"recoverAccountTwoStepDesc": {
"message": "If you cannot access your account through your normal two-step login methods, you can use your two-step login recovery code to disable all two-step providers on your account."
},
"recoverAccountTwoStep": {
"message": "Recover Account Two-Step Login"
},
"twoStepRecoverDisabled": {
"message": "Two-step login has been disabled on your account."
},
"learnMore": {
"message": "Learn more"
},
"deleteRecoverDesc": {
"message": "Enter your email address below to recover and delete your account."
},
"deleteRecoverEmailSent": {
"message": "If your account exists, we've sent you an email with further instructions."
},
"deleteRecoverConfirmDesc": {
"message": "You have requested to delete your Bitwarden account. Click the button below to confirm."
},
"myOrganization": {
"message": "My Organization"
},
"deleteOrganization": {
"message": "Delete Organization"
},
"deleteOrganizationDesc": {
"message": "Proceed below to delete this organization and all associated data. Individual user accounts will remain, though they will not be associated to this organization anymore. "
},
"deleteOrganizationWarning": {
"message": "Deleting the organization is permanent. It cannot be undone."
},
"organizationDeleted": {
"message": "Organization Deleted"
},
"organizationDeletedDesc": {
"message": "The organization and all associated data has been deleted."
},
"organizationUpdated": {
"message": "組織を更新しました"
},
"taxInformation": {
"message": "税金情報"
},
"taxInformationDesc": {
"message": "Please contact support to provide (or update) tax information for your invoices."
},
"billingPlan": {
"message": "プラン",
"description": "A billing plan\/package. For example: families, teams, enterprise, etc."
},
"changeBillingPlan": {
"message": "プラン変更",
"description": "A billing plan\/package. For example: families, teams, enterprise, etc."
},
"changeBillingPlanDesc": {
"message": "Contact customer support if you would like to change your plan. Please ensure that you have an active payment method added to the account.",
"description": "A billing plan\/package. For example: families, teams, enterprise, etc."
},
"invoice": {
"message": "請求書"
},
"verifyBankAccount": {
"message": "銀行口座の認証"
},
"verifyBankAccountDesc": {
"message": "We have made two micro-deposits to your bank account (it may take 1-2 business days to show up). Enter these amounts to verify the bank account."
},
"verifyBankAccountInitialDesc": {
"message": "Payment with a bank account is only available to customers in the United States. You will be required to verify your bank account. We will make two micro-deposits within the next 1-2 business days. Enter these amounts on the organization's billing page to verify the bank account."
},
"verifyBankAccountFailureWarning": {
"message": "Failure to verify the bank account will result in a missed payment and your subscription being disabled."
},
"verifiedBankAccount": {
"message": "Bank account has been verified."
},
"bankAccount": {
"message": "Bank Account"
},
"amountX": {
"message": "Amount $COUNT$",
"description": "Used in bank account verification of micro-deposits. Amount, as in a currency amount. Ex. Amount 1 is $2.00, Amount 2 is $1.50",
"placeholders": {
"count": {
"content": "$1",
"example": "1"
}
}
},
"routingNumber": {
"message": "Routing Number",
"description": "Bank account routing number"
},
"accountNumber": {
"message": "Account Number"
},
"accountHolderName": {
"message": "Account Holder Name"
},
"bankAccountType": {
"message": "Account Type"
},
"bankAccountTypeCompany": {
"message": "Company (Business)"
},
"bankAccountTypeIndividual": {
"message": "Individual (Personal)"
},
"enterInstallationId": {
"message": "Enter your installation id"
},
"addSeats": {
"message": "Add Seats",
"description": "Seat = User Seat"
},
"removeSeats": {
"message": "Remove Seats",
"description": "Seat = User Seat"
},
"subscriptionUserSeats": {
"message": "Your subscription allows for a total of $COUNT$ users.",
"placeholders": {
"count": {
"content": "$1",
"example": "50"
}
}
},
"seatsToAdd": {
"message": "Seats To Add"
},
"seatsToRemove": {
"message": "Seats To Remove"
},
"seatsAddNote": {
"message": "Adding user seats will result in adjustments to your billing totals and immediately charge your payment method on file. The first charge will be prorated for the remainder of the current billing cycle."
},
"seatsRemoveNote": {
"message": "Removing user seats will result in adjustments to your billing totals that will be prorated as credits toward your next billing charge."
},
"adjustedSeats": {
"message": "Adjusted $AMOUNT$ user seats.",
"placeholders": {
"amount": {
"content": "$1",
"example": "15"
}
}
},
"keyUpdated": {
"message": "Key Updated"
},
"updateKeyTitle": {
"message": "Update Key"
},
"updateEncryptionKey": {
"message": "Update Encryption Key"
},
"updateEncryptionKeyShortDesc": {
"message": "You are currently using an outdated encryption scheme."
},
"updateEncryptionKeyDesc": {
"message": "We've moved to larger encryption keys that provide better security and access to newer features. Updating your encryption key is quick and easy. Just type your master password below. This update will eventually become mandatory."
},
"updateEncryptionKeyWarning": {
"message": "After updating your encryption key, you are required to log out and back in to all Bitwarden applications that you are currently using (such as the mobile app or browser extensions). Failure to log out and back in (which downloads your new encryption key) may result in data corruption. We will attempt to log you out automatically, however, it may be delayed."
},
"subscription": {
"message": "Subscription"
},
"loading": {
"message": "Loading"
},
"upgrade": {
"message": "Upgrade"
},
"upgradeOrganization": {
"message": "Upgrade Organization"
},
"upgradeOrganizationDesc": {
"message": "This feature is not available for free organizations. Switch to a paid plan to unlock more features."
},
"createOrganizationStep1": {
"message": "Create Organization: Step 1"
},
"createOrganizationCreatePersonalAccount": {
"message": "Before creating your organization, you first need to create a free personal account."
},
"refunded": {
"message": "Refunded"
},
"nothingSelected": {
"message": "You have not selected anything."
},
"submitAgreePolicies": {
"message": "By clicking the \"Submit\" button, you agree to the following policies:",
"description": "A policy is something like Terms of Service, Privacy Policy, etc."
},
"termsOfService": {
"message": "Terms of Service"
},
"privacyPolicy": {
"message": "Privacy Policy"
},
"filters": {
"message": "Filters"
},
"lockOptions": {
"message": "Lock Options"
},
"lockOptionsDesc": {
"message": "Choose when your vault locks. A locked vault requires that you re-enter your master password to access it again."
},
"oneMinute": {
"message": "1分"
},
"fiveMinutes": {
"message": "5分"
},
"fifteenMinutes": {
"message": "15分"
},
"thirtyMinutes": {
"message": "30分"
},
"oneHour": {
"message": "1時間"
},
"fourHours": {
"message": "4時間"
},
"onRefresh": {
"message": "ページ更新時"
},
"dateUpdated": {
"message": "更新日",
"description": "ex. Date this item was updated"
},
"datePasswordUpdated": {
"message": "パスワード更新日",
"description": "ex. Date this password was updated"
},
"organizationIsDisabled": {
"message": "組織は無効です。"
},
"licenseIsExpired": {
"message": "ライセンスの有効期限が切れています。"
}
}