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

5170 lines
167 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "パスワード"
},
"newPassword": {
"message": "新しいパスワード"
},
"passphrase": {
"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": "値"
},
"dragToSort": {
"message": "ドラッグして並べ替え"
},
"cfTypeText": {
"message": "テキスト"
},
"cfTypeHidden": {
"message": "非表示"
},
"cfTypeBoolean": {
"message": "真偽値"
},
"cfTypeLinked": {
"message": "リンク済",
"description": "This describes a field that is 'linked' (related) to another field."
},
"remove": {
"message": "削除"
},
"unassigned": {
"message": "未割り当て"
},
"noneFolder": {
"message": "フォルダーなし",
"description": "This is the folder for uncategorized items"
},
"addFolder": {
"message": "フォルダーを追加"
},
"editFolder": {
"message": "フォルダーを編集"
},
"baseDomain": {
"message": "ベースドメイン",
"description": "Domain name. Ex. website.com"
},
"domainName": {
"message": "ドメイン名",
"description": "Domain name. Ex. website.com"
},
"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": "表示切り替え"
},
"toggleCollapse": {
"message": "開く/閉じる",
"description": "Toggling an expand/collapse state."
},
"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": "メモ"
},
"typeLoginPlural": {
"message": "ログイン"
},
"typeCardPlural": {
"message": "カード"
},
"typeIdentityPlural": {
"message": "ID"
},
"typeSecureNotePlural": {
"message": "セキュアメモ"
},
"folders": {
"message": "フォルダー"
},
"collections": {
"message": "コレクション"
},
"firstName": {
"message": "名"
},
"middleName": {
"message": "ミドルネーム"
},
"lastName": {
"message": "姓"
},
"fullName": {
"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": "アイテムの編集"
},
"viewItem": {
"message": "アイテムの表示"
},
"ex": {
"message": "例:",
"description": "Short abbreviation for 'example'."
},
"other": {
"message": "その他"
},
"share": {
"message": "共有"
},
"moveToOrganization": {
"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"
},
"me": {
"message": "自分"
},
"myVault": {
"message": "保管庫"
},
"allVaults": {
"message": "すべての保管庫"
},
"vault": {
"message": "保管庫"
},
"vaults": {
"message": "保管庫"
},
"vaultItems": {
"message": "保管庫のアイテム"
},
"moveSelectedToOrg": {
"message": "選択したものを組織に移動"
},
"deleteSelected": {
"message": "選択したものを削除"
},
"moveSelected": {
"message": "選択したものを移動"
},
"selectAll": {
"message": "すべて選択"
},
"unselectAll": {
"message": "すべて選択解除"
},
"launch": {
"message": "開く"
},
"newAttachment": {
"message": "添付ファイルの追加"
},
"deletedAttachment": {
"message": "添付ファイルを削除"
},
"deleteAttachmentConfirmation": {
"message": "この添付ファイルを削除してよろしいですか?"
},
"attachmentSaved": {
"message": "添付ファイルを保存しました。"
},
"file": {
"message": "ファイル"
},
"selectFile": {
"message": "ファイルを選択してください。"
},
"maxFileSize": {
"message": "最大ファイルサイズ: 500 MB"
},
"updateKey": {
"message": "暗号キーを更新するまでこの機能は使用できません。"
},
"addedItem": {
"message": "追加されたアイテム"
},
"editedItem": {
"message": "編集されたアイテム"
},
"movedItemToOrg": {
"message": "$ITEMNAME$ を $ORGNAME$ に移動しました",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
},
"orgname": {
"content": "$2",
"example": "Company Name"
}
}
},
"movedItemsToOrg": {
"message": "選択したアイテムを $ORGNAME$ に移動しました",
"placeholders": {
"orgname": {
"content": "$1",
"example": "Company Name"
}
}
},
"deleteItem": {
"message": "アイテムの削除"
},
"deleteFolder": {
"message": "フォルダーの削除"
},
"deleteAttachment": {
"message": "添付ファイルの削除"
},
"deleteItemConfirmation": {
"message": "このアイテムを削除してもよろしいですか?"
},
"deletedItem": {
"message": "削除されたアイテム"
},
"deletedItems": {
"message": "削除されたアイテム"
},
"movedItems": {
"message": "移動されたアイテム"
},
"overwritePasswordConfirmation": {
"message": "現在のパスワードを上書きしてもよろしいですか?"
},
"editedFolder": {
"message": "フォルダーを編集しました"
},
"addedFolder": {
"message": "フォルダーを追加しました"
},
"deleteFolderConfirmation": {
"message": "フォルダーを削除しますか?"
},
"deletedFolder": {
"message": "フォルダーを削除しました"
},
"loggedOut": {
"message": "ログアウトしました"
},
"loginExpired": {
"message": "ログインセッションの有効期限が切れています。"
},
"logOutConfirmation": {
"message": "ログアウトしてもよろしいですか?"
},
"logOut": {
"message": "ログアウト"
},
"ok": {
"message": "OK"
},
"yes": {
"message": "はい"
},
"no": {
"message": "いいえ"
},
"loginOrCreateNewAccount": {
"message": "安全なデータ保管庫へアクセスするためにログインまたはアカウントを作成してください。"
},
"createAccount": {
"message": "アカウントの作成"
},
"logIn": {
"message": "ログイン"
},
"submit": {
"message": "送信"
},
"emailAddressDesc": {
"message": "メールアドレスを使用してログインできます。"
},
"yourName": {
"message": "名前"
},
"yourNameDesc": {
"message": "あなたを何と呼べばいいですか?"
},
"masterPass": {
"message": "マスターパスワード"
},
"masterPassDesc": {
"message": "マスターパスワードは、パスワード保管庫へのアクセスに使用するパスワードです。あなたのマスターパスワードを忘れないように注意してください。忘れた場合、パスワードを回復する方法はありません。"
},
"masterPassHintDesc": {
"message": "マスターパスワードのヒントは、パスワードを忘れた場合に役立ちます。"
},
"reTypeMasterPass": {
"message": "マスターパスワードを再入力"
},
"masterPassHint": {
"message": "マスターパスワードのヒント (省略可能)"
},
"masterPassHintLabel": {
"message": "マスターパスワードのヒント"
},
"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": "ロック解除"
},
"loggedInAsEmailOn": {
"message": "$HOSTNAME$ の $EMAIL$ としてログインしました。",
"placeholders": {
"email": {
"content": "$1",
"example": "name@example.com"
},
"hostname": {
"content": "$2",
"example": "bitwarden.com"
}
}
},
"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 セキュリティキー"
},
"webAuthnTitle": {
"message": "FIDO2 WebAuthn"
},
"webAuthnDesc": {
"message": "アカウントにアクセスするには、WebAuthn 対応のセキュリティキーを使用してください。"
},
"webAuthnMigrated": {
"message": "(FIDOから統合)"
},
"emailTitle": {
"message": "メールアドレス"
},
"emailDesc": {
"message": "確認コードをメールにお送りします。"
},
"continue": {
"message": "続ける"
},
"organization": {
"message": "組織"
},
"organizations": {
"message": "組織"
},
"moveToOrgDesc": {
"message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。"
},
"moveManyToOrgDesc": {
"message": "このアイテムを移動する組織を選択してください。組織に移動すると、アイテムの所有権がその組織に移行します。 このアイテムが移動された後、あなたはこのアイテムの直接の所有者にはなりません。"
},
"collectionsDesc": {
"message": "このアイテムを共有するコレクションを編集します。共有したアイテムは、当該コレクションにアクセスできる組織ユーザーにのみ表示されます。"
},
"deleteSelectedItemsDesc": {
"message": "$COUNT$個のアイテムを削除しようとしています。本当にこれらのアイテムを削除しますか?",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"moveSelectedItemsDesc": {
"message": "$COUNT$個のアイテムを移動したいフォルダーを選択してください。",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"moveSelectedItemsCountDesc": {
"message": "$COUNT$ アイテムを選択しました。 $MOVEABLE_COUNT$ アイテムは組織に移動できます。 $NONMOVEABLE_COUNT$ アイテムはできません。",
"placeholders": {
"count": {
"content": "$1",
"example": "10"
},
"moveable_count": {
"content": "$2",
"example": "8"
},
"nonmoveable_count": {
"content": "$3",
"example": "2"
}
}
},
"verificationCodeTotp": {
"message": "認証コード (TOTP)"
},
"copyVerificationCode": {
"message": "認証コードのコピー"
},
"warning": {
"message": "注意"
},
"confirmVaultExport": {
"message": "保管庫のエクスポートの確認"
},
"exportWarningDesc": {
"message": "このエクスポートデータは暗号化されていない形式の保管庫データを含んでいます。メールなどのセキュリティ保護されていない方法で共有したり保管したりしないでください。使用した後はすぐに削除してください。"
},
"encExportKeyWarningDesc": {
"message": "このエクスポートは、アカウントの暗号化キーを使用してデータを暗号化します。 暗号化キーをローテーションした場合は、このエクスポートファイルを復号することはできなくなるため、もう一度エクスポートする必要があります。"
},
"encExportAccountWarningDesc": {
"message": "アカウント暗号化キーは各 Bitwarden ユーザーアカウントに固有であるため、暗号化されたエクスポートを別のアカウントにインポートすることはできません。"
},
"export": {
"message": "エクスポート"
},
"exportVault": {
"message": "保管庫のエクスポート"
},
"fileFormat": {
"message": "ファイル形式"
},
"exportSuccess": {
"message": "エクスポートされました。"
},
"passwordGenerator": {
"message": "パスワード生成ツール"
},
"minComplexityScore": {
"message": "最小複雑度"
},
"minNumbers": {
"message": "数字の最小個数"
},
"minSpecial": {
"message": "記号の最小数",
"description": "Minimum Special Characters"
},
"ambiguous": {
"message": "あいまいな文字を省く"
},
"regeneratePassword": {
"message": "パスワードの再生成"
},
"length": {
"message": "長さ"
},
"uppercase": {
"message": "大文字A-Z",
"description": "Include uppercase letters in the password generator."
},
"lowercase": {
"message": "小文字a-z",
"description": "Include lowercase letters in the password generator."
},
"numbers": {
"message": "数字 (09)"
},
"specialCharacters": {
"message": "特殊文字(!@#$%^&*)"
},
"numWords": {
"message": "単語数"
},
"wordSeparator": {
"message": "単語の区切り"
},
"capitalize": {
"message": "先頭を大文字",
"description": "Make the first letter of a work uppercase."
},
"includeNumber": {
"message": "数字を含む"
},
"passwordHistory": {
"message": "パスワードの履歴"
},
"noPasswordsInList": {
"message": "表示するパスワードがありません"
},
"clear": {
"message": "消去する",
"description": "To clear something out. example: To clear browser history."
},
"accountUpdated": {
"message": "アカウントを更新しました"
},
"changeEmail": {
"message": "メールアドレスを変更"
},
"changeEmailTwoFactorWarning": {
"message": "続行するとアカウントのメールアドレスが変更されます。2段階認証に使用されるメールアドレスは変更されません。必要に応じて2段階認証の設定で変更できます。"
},
"newEmail": {
"message": "新しいメールアドレス"
},
"code": {
"message": "コード"
},
"changeEmailDesc": {
"message": "認証コードのメールを $EMAIL$ に送信しました。メールアドレスの変更を完了するには、メールを確認してコードを以下に入力してください。",
"placeholders": {
"email": {
"content": "$1",
"example": "john.smith@example.com"
}
}
},
"loggedOutWarning": {
"message": "次に進むと現在のセッションからログアウトし再度ログインが必要になります。他のデバイスでのセッションは1時間程度維持されます。"
},
"emailChanged": {
"message": "メールアドレスの変更"
},
"logBackIn": {
"message": "ログインし直してください"
},
"logBackInOthersToo": {
"message": "ログインし直してください。他のBitwardenのアプリを使用している場合、同様にログインし直してください。"
},
"changeMasterPassword": {
"message": "マスターパスワードの変更"
},
"masterPasswordChanged": {
"message": "マスターパスワードが変更されました。"
},
"currentMasterPass": {
"message": "現在のマスターパスワード"
},
"newMasterPass": {
"message": "新しいマスターパスワード"
},
"confirmNewMasterPass": {
"message": "新しいマスターパスワードの確認"
},
"encKeySettings": {
"message": "暗号化の設定"
},
"kdfAlgorithm": {
"message": "KDFアルゴリズム"
},
"kdfIterations": {
"message": "KDF反復回数"
},
"kdfIterationsDesc": {
"message": "KDF反復回数が多いほどマスターパスワードに対する総当たり攻撃に強くなります。$VALUE$以上を推奨します。",
"placeholders": {
"value": {
"content": "$1",
"example": "100,000"
}
}
},
"kdfIterationsWarning": {
"message": "KDF反復回数が多すぎると遅いCPUのデバイスでログイン・ロック解除時のパフォーマンスが低下します。$INCREMENT$ずつ回数を増やし全てのデバイスでテストすることを推奨します。",
"placeholders": {
"increment": {
"content": "$1",
"example": "50,000"
}
}
},
"changeKdf": {
"message": "KDFの変更"
},
"encKeySettingsChanged": {
"message": "暗号化キーの設定が変更されました"
},
"dangerZone": {
"message": "危険な操作"
},
"dangerZoneDesc": {
"message": "これらの操作はやり直せないため注意してください!"
},
"deauthorizeSessions": {
"message": "セッションの承認を取り消す"
},
"deauthorizeSessionsDesc": {
"message": "あなたのアカウントに別のデバイスからログインされていますか? 以下で以前に使用したすべてのコンピューターやデバイスの認証を解除できます。 このステップは、以前に公共のコンピューターを使用した場合や、誤って他人のデバイスにパスワードを保存した場合におすすめです。 以前に記憶された二段階認証のログインセッションもすべてクリアされます。"
},
"deauthorizeSessionsWarning": {
"message": "次に進むと現在のセッションからログアウトし二段階認証を含め再度ログインが必要になります。他のデバイスでのセッションは1時間程度維持されます。"
},
"sessionsDeauthorized": {
"message": "全てのセッションを無効化"
},
"purgeVault": {
"message": "保管庫を削除"
},
"purgedOrganizationVault": {
"message": "組織の保管庫を削除"
},
"vaultAccessedByProvider": {
"message": "保管庫がプロバイダーからアクセスされました。"
},
"purgeVaultDesc": {
"message": "続行すると保管庫内のすべてのアイテムとフォルダーが削除されます。組織と共有しているアイテムは削除されません。"
},
"purgeOrgVaultDesc": {
"message": "続行すると組織の保管庫内の全てのアイテムを削除します。"
},
"purgeVaultWarning": {
"message": "保管庫を恒久的に削除します。元に戻すことはできません。"
},
"vaultPurged": {
"message": "あなたの保管庫は削除されました。"
},
"deleteAccount": {
"message": "アカウントの削除"
},
"deleteAccountDesc": {
"message": "続行するとアカウントと関連するすべてのデータが削除されます。"
},
"deleteAccountWarning": {
"message": "アカウントを恒久的に削除します。元に戻すことはできません。"
},
"accountDeleted": {
"message": "アカウントが削除されました"
},
"accountDeletedDesc": {
"message": "アカウントが削除され、すべての関連するデータが削除されました。"
},
"myAccount": {
"message": "マイアカウント"
},
"tools": {
"message": "ツール"
},
"importData": {
"message": "データをインポート"
},
"importError": {
"message": "インポートエラー"
},
"importErrorDesc": {
"message": "インポートしようとしたデータに問題がありました。以下のエラーをソースファイルで解決し、もう一度やり直してください。"
},
"importSuccess": {
"message": "データを保管庫にインポートしました。"
},
"importWarning": {
"message": "$ORGANIZATION$にデータをインポートしています。データはこの組織のメンバーと共有される可能性があります。続行しますか?",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"importFormatError": {
"message": "データが正しい形式ではありません。インポートするファイルを確認してやり直してください。"
},
"importNothingError": {
"message": "何もインポートされませんでした。"
},
"importEncKeyError": {
"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": "オプション"
},
"preferences": {
"message": "設定"
},
"preferencesDesc": {
"message": "ウェブ保管庫の動作をカスタマイズします。"
},
"preferencesUpdated": {
"message": "基本設定を更新しました"
},
"language": {
"message": "Language"
},
"languageDesc": {
"message": "ウェブ保管庫で使用する言語を変更します。"
},
"enableFavicon": {
"message": "ウェブサイトのアイコンを表示"
},
"faviconDesc": {
"message": "ログイン情報の隣にアイコン画像を表示します"
},
"enableGravatars": {
"message": "Gravatar を有効化",
"description": "Use avatar images loaded from gravatar.com."
},
"enableGravatarsDesc": {
"message": "gravatar.com から読み込んだアバター画像を使います。"
},
"enableFullWidth": {
"message": "全幅レイアウトを有効化",
"description": "Allows scaling the web vault UI's width"
},
"enableFullWidthDesc": {
"message": "ウェブ保管庫の幅をブラウザウインドウ一杯に広げます。"
},
"default": {
"message": "デフォルト"
},
"domainRules": {
"message": "ドメインルール"
},
"domainRulesDesc": {
"message": "複数の異なるドメインで同じログイン情報を用いることができます。「グローバルドメイン」はBitwardenにより予め作成されたものです。"
},
"globalEqDomains": {
"message": "グローバルドメイン"
},
"customEqDomains": {
"message": "カスタムドメイン"
},
"exclude": {
"message": "無効化"
},
"include": {
"message": "有効化"
},
"customize": {
"message": "カスタマイズ"
},
"newCustomDomain": {
"message": "新規カスタムドメイン"
},
"newCustomDomainDesc": {
"message": "コンマで区切ったドメインリストを入力します。サブドメインを除いて入力してください。例えば、\"www.google.com\"ではなく\"google.com\"を入力します。\"androidapp://package.name\"の形式で入力することでドメインとAndroidアプリを関連付けることもできます。"
},
"customDomainX": {
"message": "カスタムドメイン $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"domainsUpdated": {
"message": "ドメインが更新されました"
},
"twoStepLogin": {
"message": "2段階認証"
},
"twoStepLoginDesc": {
"message": "ログイン時に追加の手順を必要としアカウントを保護します。"
},
"twoStepLoginOrganizationDesc": {
"message": "組織レベルで認証プロバイダを設定することで、組織のユーザーに二段階の認証を必要とします。"
},
"twoStepLoginRecoveryWarning": {
"message": "二段階認証を有効にすると Bitwarden アカウントから永久に閉め出されてしまうことがあります。リカバリーコードがあれば、通常の二段階認証プロバイダを使えなくなったとき(デバイスの紛失等)でもアカウントにアクセスできます。アカウントにアクセスできなくなっても Bitwarden はサポート出来ないため、リカバリーコードを書き出すか印刷し安全な場所で保管しておくことを推奨します。"
},
"viewRecoveryCode": {
"message": "リカバリーコードを確認"
},
"providers": {
"message": "プロバイダ",
"description": "Two-step login providers such as YubiKey, Duo, Authenticator apps, Email, etc."
},
"enable": {
"message": "有効化"
},
"enabled": {
"message": "有効化されました"
},
"activate": {
"message": "有効にする"
},
"premium": {
"message": "プレミアム版",
"description": "Premium Membership"
},
"premiumMembership": {
"message": "プレミアム会員"
},
"premiumRequired": {
"message": "プレミアム会員専用"
},
"premiumRequiredDesc": {
"message": "この機能はプレミアム会員専用です。"
},
"youHavePremiumAccess": {
"message": "あなたはプレミアム会員です。"
},
"alreadyPremiumFromOrg": {
"message": "あなたが属している組織のおかげで、あなたは既にプレミアム機能が利用可能です。"
},
"manage": {
"message": "管理"
},
"disable": {
"message": "無効化"
},
"deactivate": {
"message": "無効にする"
},
"twoStepLoginProviderEnabled": {
"message": "この二段階認証プロバイダは、あなたのアカウントで有効になっています。"
},
"twoStepLoginAuthDesc": {
"message": "二段階認証の設定を変更するためにマスターパスワードを入力して下さい。"
},
"twoStepAuthenticatorDesc": {
"message": "認証アプリによる二段階認証を設定するために必要な手順:"
},
"twoStepAuthenticatorDownloadApp": {
"message": "二段階認証アプリをダウンロード"
},
"twoStepAuthenticatorNeedApp": {
"message": "二段階認証アプリが必要ですか?以下からダウンロードして下さい。"
},
"iosDevices": {
"message": "iOS デバイス"
},
"androidDevices": {
"message": "Android デバイス"
},
"windowsDevices": {
"message": "Windows デバイス"
},
"twoStepAuthenticatorAppsRecommended": {
"message": "これらのアプリがお勧めですが、他の認証アプリでも動作します。"
},
"twoStepAuthenticatorScanCode": {
"message": "認証アプリでQRコードをスキャンして下さい。"
},
"key": {
"message": "キー"
},
"twoStepAuthenticatorEnterCode": {
"message": "認証アプリに表示された6桁の確認コードを入力して下さい。"
},
"twoStepAuthenticatorReaddDesc": {
"message": "別のデバイスの認証アプリを利用する場合、以下のQRコード(またはキー)が必要となります。"
},
"twoStepDisableDesc": {
"message": "この二段階認証プロバイダを無効にしますか?"
},
"twoStepDisabled": {
"message": "二段階認証プロバイダが無効化されました。"
},
"twoFactorYubikeyAdd": {
"message": "アカウントに新しい YubiKey を追加する"
},
"twoFactorYubikeyPlugIn": {
"message": "YubiKey をコンピューターの USB ポートに挿入してください。"
},
"twoFactorYubikeySelectKey": {
"message": "最初の未入力の YubiKey 入力フィールドを選択してください。"
},
"twoFactorYubikeyTouchButton": {
"message": "YubiKey のボタンにタッチします。"
},
"twoFactorYubikeySaveForm": {
"message": "フォームを保存します。"
},
"twoFactorYubikeyWarning": {
"message": "プラットフォームの制限により YubiKey は Bitwarden のアプリケーションのすべてで使用できるわけではありません。他の二段階認証プロバイダを有効化しておくと、YubiKey が使用できない場合でもアカウントにアクセスできます。対応プラットフォーム:"
},
"twoFactorYubikeySupportUsb": {
"message": "ウェブ保管庫、デスクトップアプリ、コマンドラインツール、USBポートのあるデバイス上のブラウザ拡張機能では YubiKey を使用できます。"
},
"twoFactorYubikeySupportMobile": {
"message": "NFCまたはUSBポートのあるデバイスのモバイルアプリではYubiKeyを使用できます。"
},
"yubikeyX": {
"message": "YubiKey $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"u2fkeyX": {
"message": "U2F対応キー $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"webAuthnkeyX": {
"message": "WebAuthn Key $INDEX$",
"placeholders": {
"index": {
"content": "$1",
"example": "2"
}
}
},
"nfcSupport": {
"message": "NFC対応"
},
"twoFactorYubikeySupportsNfc": {
"message": "NFC対応のYubiKeyが含まれています"
},
"twoFactorYubikeySupportsNfcDesc": {
"message": "NFC対応のYubiKey(YubiKey NEOなど)が含まれる場合、NFC対応のモバイルデバイスで確認画面が表示されます。"
},
"yubikeysUpdated": {
"message": "YubiKeyが更新されました"
},
"disableAllKeys": {
"message": "すべてのキーを無効化"
},
"twoFactorDuoDesc": {
"message": "Bitwardenアプリの情報をDuoの管理パネルから入力して下さい。"
},
"twoFactorDuoIntegrationKey": {
"message": "連携キー"
},
"twoFactorDuoSecretKey": {
"message": "秘密鍵"
},
"twoFactorDuoApiHostname": {
"message": "API のホスト名"
},
"twoFactorEmailDesc": {
"message": "Eメールによる二段階認証を設定するために必要な手順:"
},
"twoFactorEmailEnterEmail": {
"message": "認証コードを受信したいメールアドレスを入力して下さい。"
},
"twoFactorEmailEnterCode": {
"message": "Eメールに記載された6桁の認証コードを入力して下さい。"
},
"sendEmail": {
"message": "メールを送信"
},
"twoFactorU2fAdd": {
"message": "FIDO U2F対応キーをアカウントに追加"
},
"removeU2fConfirmation": {
"message": "本当にこのセキュリティキーを削除しますか?"
},
"twoFactorWebAuthnAdd": {
"message": "WebAuthnセキュリティキーをアカウントに追加"
},
"readKey": {
"message": "読み取りキー"
},
"keyCompromised": {
"message": "キーが壊れています。"
},
"twoFactorU2fGiveName": {
"message": "セキュリティキーを識別するための名前を追加します。"
},
"twoFactorU2fPlugInReadKey": {
"message": "セキュリティキーをコンピューターのUSBポートに差し込み、「読み取りキー」ボタンをクリックしてください。"
},
"twoFactorU2fTouchButton": {
"message": "セキュリティキーにボタンがある場合、タッチして下さい。"
},
"twoFactorU2fSaveForm": {
"message": "フォームを保存します。"
},
"twoFactorU2fWarning": {
"message": "プラットフォームの制限によりFIDO U2F対応キーはBitwardenのアプリケーションのすべてで使用できるわけではありません。他の二段階認証プロバイダを有効化しておくと、FIDO U2F対応キーが使用できない場合でもアカウントにアクセスできます。サポートされるプラットフォーム:"
},
"twoFactorU2fSupportWeb": {
"message": "ウェブ保管庫とU2Fに対応したブラウザ(Chrome、Opera、Vivaldi、Firefox)のブラウザ拡張機能"
},
"twoFactorU2fWaiting": {
"message": "セキュリティキーのボタンがタッチされるのを待っています。"
},
"twoFactorU2fClickSave": {
"message": "このセキュリティキーを二段階認証で有効化するには、「保存」ボタンをクリックして下さい。"
},
"twoFactorU2fProblemReadingTryAgain": {
"message": "セキュリティキーの読み取り中に問題が発生しました。もう一度やり直して下さい。"
},
"twoFactorWebAuthnWarning": {
"message": "プラットフォームの制限により、WebAuthnはBitwardenの全てのアプリケーションで使用できるわけではありません。WebAuthnが使用できない場合に備えて、他の二段階認証プロバイダを有効化しておくことをおすすめします。サポートされているプラットフォーム:"
},
"twoFactorWebAuthnSupportWeb": {
"message": "WebAuthn対応ブラウザFIDO U2F が有効な Chrome、Opera、Vivaldi、Firefoxを搭載したデスクトップ/ートパソコンで、WebVaultとブラウザ拡張機能を使用します。"
},
"twoFactorRecoveryYourCode": {
"message": "二段階認証のリカバリーコード"
},
"twoFactorRecoveryNoCode": {
"message": "あなたはまだ二段階認証プロバイダを有効化していません。有効化すると、ここでリカバリーコードを確認できます。"
},
"printCode": {
"message": "コードを印刷する",
"description": "Print 2FA recovery code"
},
"reports": {
"message": "レポート"
},
"reportsDesc": {
"message": "以下のレポートをクリックして、オンラインアカウントのセキュリティギャップを特定して修正してください。",
"description": "Vault Health Reports can be used to evaluate the security of your Bitwarden Personal or Organization Vault."
},
"unsecuredWebsitesReport": {
"message": "非セキュアウェブサイト調査"
},
"unsecuredWebsitesReportDesc": {
"message": "http://方式のセキュリティ保護されていないウェブサイトは危険です。ウェブサイトが対応していれば、接続が暗号化されるhttps://方式を常時利用すべきです。"
},
"unsecuredWebsitesFound": {
"message": "セキュリティ保護されていないウェブサイトが見つかりました"
},
"unsecuredWebsitesFoundDesc": {
"message": "セキュアでないURIが$COUNT$個のアイテムで見つかりました。ウェブサイトが対応しているならば、URIをhttps://形式に変更すべきです。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noUnsecuredWebsites": {
"message": "セキュアでないURIを持つアイテムは見つかりませんでした。"
},
"inactive2faReport": {
"message": "非アクティブ二段階認証調査"
},
"inactive2faReportDesc": {
"message": "二段階認証(2FA)はアカウントをセキュアにするのを助ける重要なセキュリティ設定です。ウェブサイトが対応している場合、二段階認証を常時有効化すべきです。"
},
"inactive2faFound": {
"message": "二段階認証を利用していないアイテムが見つかりました"
},
"inactive2faFoundDesc": {
"message": "保管庫内に二段階認証(ウェブサイトが対応しているかはtwofactorauth.orgによる情報)が設定されていない可能性がある$COUNT$個のウェブサイトが見つかりました。これらのアカウントをよりセキュアにするため、二段階認証を有効化すべきです。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noInactive2fa": {
"message": "二段階認証が設定されていないアイテムは見つかりませんでした。"
},
"instructions": {
"message": "使い方"
},
"exposedPasswordsReport": {
"message": "流出パスワード調査"
},
"exposedPasswordsReportDesc": {
"message": "Exposed passwords are passwords have been uncovered in known data breaches that were released publicly or sold on the dark web by hackers."
},
"exposedPasswordsFound": {
"message": "流出したパスワードが見つかりました"
},
"exposedPasswordsFoundDesc": {
"message": "既知のデータ流出で公開されていたパスワードが $COUNT$ 個のアイテムで見つかりました。これらは新しいパスワードへ変更すべきです。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noExposedPasswords": {
"message": "既知のデータ流出で公開されているパスワードは見つかりませんでした。"
},
"checkExposedPasswords": {
"message": "流出したパスワードを確認"
},
"exposedXTimes": {
"message": "流出 $COUNT$回",
"placeholders": {
"count": {
"content": "$1",
"example": "52"
}
}
},
"weakPasswordsReport": {
"message": "脆弱パスワード調査"
},
"weakPasswordsReportDesc": {
"message": "脆弱なパスワードは、ハッカーによって簡単に推測することができ、また自動化されたツールでパスワードが解析されます。Bitwardenのパスワード生成ツールを使用すると、強力なパスワードを作成することができます。"
},
"weakPasswordsFound": {
"message": "脆弱なパスワードが見つかりました"
},
"weakPasswordsFoundDesc": {
"message": "保管庫内に$COUNT$個の強力でないパスワードが見つかりました。もっと強力なパスワードへ更新すべきです。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noWeakPasswords": {
"message": "脆弱なパスワードは見つかりませんでした。"
},
"reusedPasswordsReport": {
"message": "再利用パスワード調査"
},
"reusedPasswordsReportDesc": {
"message": "あなたが使用するサービスのデータが流出し、同じパスワードを他でも利用していた場合、ハッカーは簡単に複数のオンラインアカウントへのアクセスが可能となります。すべてのアカウント・サービスでそれぞれ異なるパスワードを使用すべきです。"
},
"reusedPasswordsFound": {
"message": "再利用しているパスワードが見つかりました。"
},
"reusedPasswordsFoundDesc": {
"message": "$COUNT$個の再利用しているパスワードが見つかりました。それぞれ異なるパスワードへ変更すべきです。",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"noReusedPasswords": {
"message": "再利用しているパスワードは見つかりませんでした。"
},
"reusedXTimes": {
"message": "再利用 $COUNT$回",
"placeholders": {
"count": {
"content": "$1",
"example": "8"
}
}
},
"dataBreachReport": {
"message": "情報漏えい調査"
},
"breachDesc": {
"message": "ハッカーに不正にアクセスされ、サイトのデータが流出した事件の情報から、あなたのメールアドレス、パスワード、クレジットカードなどが危険に晒されていないかを調査し、パスワード変更など適切な対処を行いましょう。"
},
"breachCheckUsernameEmail": {
"message": "チェックしたいユーザー名またはメールアドレスを入力して下さい。"
},
"checkBreaches": {
"message": "調査する"
},
"breachUsernameNotFound": {
"message": "$USERNAME$は漏えいデータ内に見つかりませんでした。",
"placeholders": {
"username": {
"content": "$1",
"example": "user@example.com"
}
}
},
"goodNews": {
"message": "良いお知らせです!",
"description": "ex. Good News, No Breached Accounts Found!"
},
"breachUsernameFound": {
"message": "$USERNAME$は$COUNT$つの漏えいデータ内で見つかりました。",
"placeholders": {
"username": {
"content": "$1",
"example": "user@example.com"
},
"count": {
"content": "$2",
"example": "7"
}
}
},
"breachFound": {
"message": "漏えいデータが見つかりました"
},
"compromisedData": {
"message": "漏えいしたデータ"
},
"website": {
"message": "ウェブサイト"
},
"affectedUsers": {
"message": "影響を受けるユーザー"
},
"breachOccurred": {
"message": "発生日"
},
"breachReported": {
"message": "報告日"
},
"reportError": {
"message": "調査データのロード中にエラーが発生しました。もう一度やり直して下さい。"
},
"billing": {
"message": "料金"
},
"accountCredit": {
"message": "アカウント クレジット",
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
},
"accountBalance": {
"message": "アカウント残高",
"description": "Financial term. In the case of Bitwarden, a positive balance means that you owe money, while a negative balance means that you have a credit (Bitwarden owes you money)."
},
"addCredit": {
"message": "クレジットの追加",
"description": "Add more credit to your account's balance."
},
"amount": {
"message": "金額",
"description": "Dollar amount, or quantity."
},
"creditDelayed": {
"message": "支払いが完全に処理された後、追加のクレジットがアカウントに表示されます。お支払い方法によっては、遅延したり他の方法よりも処理に時間が掛かることがあります。"
},
"makeSureEnoughCredit": {
"message": "購入に使用できるだけのクレジットが登録されているか確認してください。使用可能なクレジットが不足している場合、差額にはデフォルトのお支払い方法が利用されます。「料金」ページから悪ントにクレジットを追加できます。"
},
"creditAppliedDesc": {
"message": "アカウントに登録されたクレジットは購入に使用できます。使用可能なクレジットは、このアカウントへの請求に自動的に適用されます。"
},
"goPremium": {
"message": "プレミアム版にアップグレード",
"description": "Another way of saying \"Get a premium membership\""
},
"premiumUpdated": {
"message": "プレミアム版にアップグレードされました。"
},
"premiumUpgradeUnlockFeatures": {
"message": "プレミアム会員にアップグレードして他の素晴らしい追加機能を使えるようにします。"
},
"premiumSignUpStorage": {
"message": "1GB の暗号化されたファイルストレージ"
},
"premiumSignUpTwoStep": {
"message": "YubiKey、FIDO U2F、Duoなどの追加の2段階認証ログインオプション"
},
"premiumSignUpEmergency": {
"message": "緊急アクセス"
},
"premiumSignUpReports": {
"message": "保管庫を安全に保つための、パスワードやアカウントの健全性、データ侵害に関するレポート"
},
"premiumSignUpTotp": {
"message": "保管庫内での2段階認証コード生成"
},
"premiumSignUpSupport": {
"message": "優先カスタマーサポート"
},
"premiumSignUpFuture": {
"message": "将来のプレミアム機能すべて(詳細は近日公開予定!)"
},
"premiumPrice": {
"message": "全部で年間たった$PRICE$",
"placeholders": {
"price": {
"content": "$1",
"example": "$10"
}
}
},
"addons": {
"message": "アドオン"
},
"premiumAccess": {
"message": "プレミアムアクセス"
},
"premiumAccessDesc": {
"message": "$PRICE$/$INTERVAL$で、あなたの組織のすべてのメンバーにプレミアム機能を付帯できます。",
"placeholders": {
"price": {
"content": "$1",
"example": "$3.33"
},
"interval": {
"content": "$2",
"example": "'month' or 'year'"
}
}
},
"additionalStorageGb": {
"message": "追加ストレージ容量(GB)"
},
"additionalStorageGbDesc": {
"message": "# 追加容量(GB)"
},
"additionalStorageIntervalDesc": {
"message": "あなたのプランは$SIZE$の暗号化ファイルストレージを使用できます。1GBあたり$PRICE$/$INTERVAL$でストレージ容量を追加できます。",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
},
"price": {
"content": "$2",
"example": "$4.00"
},
"interval": {
"content": "$3",
"example": "'month' or 'year'"
}
}
},
"summary": {
"message": "概要"
},
"total": {
"message": "合計"
},
"year": {
"message": "年"
},
"month": {
"message": "月"
},
"monthAbbr": {
"message": "月",
"description": "Short abbreviation for 'month'"
},
"paymentChargedAnnually": {
"message": "お支払い方法はすぐに変更され、毎年定期的に課金されます。いつでもキャンセルできます。"
},
"paymentCharged": {
"message": "お支払い方法はすぐに変更され、$INTERVAL$ごとに課金されます。いつでもキャンセルできます。",
"placeholders": {
"interval": {
"content": "$1",
"example": "month or year"
}
}
},
"paymentChargedWithTrial": {
"message": "ご利用のプランでは、7日間の無料トライアルが可能です。トライアル期間が終わるまでは課金されません。トライアル終了後、$INTERVAL$毎に請求されます。いつでもキャンセルできます。"
},
"paymentInformation": {
"message": "お支払い情報"
},
"billingInformation": {
"message": "請求情報"
},
"creditCard": {
"message": "クレジットカード"
},
"paypalClickSubmit": {
"message": "PayPalボタンからPayPalアカウントにログインし、送信ボタンをクリックし続行して下さい。"
},
"cancelSubscription": {
"message": "契約のキャンセル"
},
"subscriptionCanceled": {
"message": "契約はキャンセルされました。"
},
"pendingCancellation": {
"message": "保留中のキャンセル"
},
"subscriptionPendingCanceled": {
"message": "契約は現在の請求期間の終期にキャンセルされます。"
},
"reinstateSubscription": {
"message": "契約の再開"
},
"reinstateConfirmation": {
"message": "本当に保留中のキャンセルを削除して契約を再開しますか?"
},
"reinstated": {
"message": "契約が再開されました。"
},
"cancelConfirmation": {
"message": "本当にキャンセルしますか?契約していたすべての追加機能が請求期間の終期で利用できなくなります。"
},
"canceledSubscription": {
"message": "契約はキャンセルされました。"
},
"neverExpires": {
"message": "無期限"
},
"status": {
"message": "ステータス"
},
"nextCharge": {
"message": "次回の請求"
},
"details": {
"message": "詳細"
},
"downloadLicense": {
"message": "ライセンスのダウンロード"
},
"updateLicense": {
"message": "ライセンスの更新"
},
"updatedLicense": {
"message": "ライセンスは更新されました"
},
"manageSubscription": {
"message": "契約の管理"
},
"storage": {
"message": "ストレージ"
},
"addStorage": {
"message": "ストレージの追加"
},
"removeStorage": {
"message": "追加したストレージの削除"
},
"subscriptionStorage": {
"message": "あなたの契約は合計$MAX_STORAGE$GBの暗号化ファイルストレージを利用できます。現在、$USED_STORAGE$使用しています。",
"placeholders": {
"max_storage": {
"content": "$1",
"example": "4"
},
"used_storage": {
"content": "$2",
"example": "65 MB"
}
}
},
"paymentMethod": {
"message": "お支払い方法"
},
"noPaymentMethod": {
"message": "お支払い方法が登録されていません。"
},
"addPaymentMethod": {
"message": "お支払い方法を追加"
},
"changePaymentMethod": {
"message": "お支払い方法の変更"
},
"invoices": {
"message": "請求"
},
"noInvoices": {
"message": "請求なし"
},
"paid": {
"message": "支払済み",
"description": "Past tense status of an invoice. ex. Paid or unpaid."
},
"unpaid": {
"message": "未払い",
"description": "Past tense status of an invoice. ex. Paid or unpaid."
},
"transactions": {
"message": "取引",
"description": "Payment/credit transactions."
},
"noTransactions": {
"message": "取引はありません"
},
"chargeNoun": {
"message": "料金",
"description": "Noun. A charge from a payment method."
},
"refundNoun": {
"message": "払い戻し",
"description": "Noun. A refunded payment that was charged."
},
"chargesStatement": {
"message": "料金は$STATEMENT_NAME$と明細に表示されます。",
"placeholders": {
"statement_name": {
"content": "$1",
"example": "BITWARDEN"
}
}
},
"gbStorageAdd": {
"message": "追加するストレージ容量(GB)"
},
"gbStorageRemove": {
"message": "削除するストレージ容量(GB)"
},
"storageAddNote": {
"message": "ストレージ容量を追加すると、請求金額が変更され、登録されたお支払い方法に直ちに差額が請求されます。初めに請求された分は現在の請求期間の残りの期間で按分されます。"
},
"storageRemoveNote": {
"message": "ストレージ容量を削除すると、請求金額が変更され、差額は次回請求時のクレジットとして割り当てられます。"
},
"adjustedStorage": {
"message": "ストレージ容量が$AMOUNT$GBに変更されました。",
"placeholders": {
"amount": {
"content": "$1",
"example": "5"
}
}
},
"contactSupport": {
"message": "カスタマーサポートに連絡"
},
"updatedPaymentMethod": {
"message": "お支払い方法を更新しました。"
},
"purchasePremium": {
"message": "プレミアム会員に加入"
},
"licenseFile": {
"message": "ライセンスファイル"
},
"licenseFileDesc": {
"message": "ライセンスファイルは$FILE_NAME$のような名前のものです。",
"placeholders": {
"file_name": {
"content": "$1",
"example": "bitwarden_premium_license.json"
}
}
},
"uploadLicenseFilePremium": {
"message": "プレミアム会員にアップグレードするには、有効なライセンスファイルをアップロードする必要があります。"
},
"uploadLicenseFileOrg": {
"message": "オンプレミス型の組織を作成するには、正しいライセンスファイルをアップロードする必要があります。"
},
"accountEmailMustBeVerified": {
"message": "アカウントのメールアドレスを確認する必要があります。"
},
"newOrganizationDesc": {
"message": "組織では、保管庫のアイテムを共有したり家族・小規模チーム・大企業など特定のグループに関連するユーザーを管理することができます。"
},
"generalInformation": {
"message": "一般情報"
},
"organizationName": {
"message": "組織名"
},
"accountOwnedBusiness": {
"message": "このアカウントはビジネス用です。"
},
"billingEmail": {
"message": "お支払い用メールアドレス"
},
"businessName": {
"message": "企業名"
},
"chooseYourPlan": {
"message": "プランを選択してください"
},
"users": {
"message": "ユーザー"
},
"userSeats": {
"message": "ユーザー数"
},
"additionalUserSeats": {
"message": "追加ユーザー数"
},
"userSeatsDesc": {
"message": "# ユーザー数"
},
"userSeatsAdditionalDesc": {
"message": "$BASE_SEATS$ユーザーまで利用できます。1ユーザーあたり月$SEAT_PRICE$で追加できます。",
"placeholders": {
"base_seats": {
"content": "$1",
"example": "5"
},
"seat_price": {
"content": "$2",
"example": "$2.00"
}
}
},
"userSeatsHowManyDesc": {
"message": "どれくらいのユーザー数が必要ですか?必要なときに後から追加することもできます。"
},
"planNameFree": {
"message": "フリー",
"description": "Free as in 'free beer'."
},
"planDescFree": {
"message": "テスト目的や個人ユーザーは$COUNT$人の他のユーザーと共有できます。",
"placeholders": {
"count": {
"content": "$1",
"example": "1"
}
}
},
"planNameFamilies": {
"message": "ファミリー"
},
"planDescFamilies": {
"message": "個人利用の場合、家族や友人と共有できます。"
},
"planNameTeams": {
"message": "チーム"
},
"planDescTeams": {
"message": "ビジネスやチーム組織のために。"
},
"planNameEnterprise": {
"message": "エンタープライズ"
},
"planDescEnterprise": {
"message": "ビジネスやその他の大きな組織のために。"
},
"freeForever": {
"message": "永久に無料"
},
"includesXUsers": {
"message": "$COUNT$ユーザーを含む",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"additionalUsers": {
"message": "追加ユーザー"
},
"costPerUser": {
"message": "1ユーザーにつき$COST$",
"placeholders": {
"cost": {
"content": "$1",
"example": "$3"
}
}
},
"limitedUsers": {
"message": "あなたを含め$COUNT$ユーザーに限ります。",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"limitedCollections": {
"message": "$COUNT$コレクションに限ります。",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"addShareLimitedUsers": {
"message": "最大$COUNT$ユーザーとの共有",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"addShareUnlimitedUsers": {
"message": "無制限の人数との共有"
},
"createUnlimitedCollections": {
"message": "コレクション数無制限"
},
"gbEncryptedFileStorage": {
"message": "暗号化ストレージ:$SIZE$",
"placeholders": {
"size": {
"content": "$1",
"example": "1 GB"
}
}
},
"onPremHostingOptional": {
"message": "オンプレミス型ホスティング(オプション)"
},
"usersGetPremium": {
"message": "ユーザーはプレミアム会員の機能を利用できます"
},
"controlAccessWithGroups": {
"message": "グループ単位でユーザーのアクセス権を管理"
},
"syncUsersFromDirectory": {
"message": "ユーザーとグループのディレクトリサービスからの同期"
},
"trackAuditLogs": {
"message": "ユーザーの操作を確認できる監査ログ"
},
"enforce2faDuo": {
"message": "Duoによる二段階認証を強制"
},
"priorityCustomerSupport": {
"message": "優先カスタマーサポート"
},
"xDayFreeTrial": {
"message": "$COUNT$日間の無料試用、いつでもキャンセル可能",
"placeholders": {
"count": {
"content": "$1",
"example": "7"
}
}
},
"monthly": {
"message": "1ヶ月"
},
"annually": {
"message": "1年"
},
"basePrice": {
"message": "基本価格"
},
"organizationCreated": {
"message": "組織を作成しました"
},
"organizationReadyToGo": {
"message": "新しい組織の準備ができました!"
},
"organizationUpgraded": {
"message": "組織がアップグレードされました。"
},
"leave": {
"message": "脱退"
},
"leaveOrganizationConfirmation": {
"message": "本当にこの組織から脱退しますか?"
},
"leftOrganization": {
"message": "組織から脱退しました。"
},
"defaultCollection": {
"message": "既定のコレクション"
},
"getHelp": {
"message": "ヘルプを参照する"
},
"getApps": {
"message": "アプリを入手する"
},
"loggedInAs": {
"message": "ログイン中のアカウント:"
},
"eventLogs": {
"message": "イベントログ"
},
"people": {
"message": "メンバー"
},
"policies": {
"message": "方針"
},
"singleSignOn": {
"message": "シングルサインオン(SSO)"
},
"editPolicy": {
"message": "方針を編集"
},
"groups": {
"message": "グループ"
},
"newGroup": {
"message": "新規グループ"
},
"addGroup": {
"message": "グループの追加"
},
"editGroup": {
"message": "グループの編集"
},
"deleteGroupConfirmation": {
"message": "本当にこのグループを削除してもよろしいですか?"
},
"removeUserConfirmation": {
"message": "本当にこのユーザーを削除してもよろしいですか?"
},
"deactivateUserConfirmation": {
"message": "メンバーはもう組織へのアクセス権を持っていませんが、個々の保管庫にアクセスすることはできます。"
},
"activateUserConfirmation": {
"message": "このユーザーを有効にして、組織へのアクセスを許可してもよろしいですか?"
},
"removeUserConfirmationKeyConnector": {
"message": "警告! このユーザーは暗号化を管理するためにキー コネクタが必要です。 このユーザーを組織から削除すると、アカウントが完全に無効になります。この操作は元に戻せません。続行しますか?"
},
"externalId": {
"message": "外部ID"
},
"externalIdDesc": {
"message": "外部 ID は参照用や、ユーザーディレクトリーなどの外部システムへリソースをリンクするために使用できます。"
},
"accessControl": {
"message": "アクセスコントロール"
},
"groupAccessAllItems": {
"message": "全てのアイテムの読み取り・編集"
},
"groupAccessSelectedCollections": {
"message": "選択コレクション内のアクセス"
},
"readOnly": {
"message": "読み取り専用"
},
"newCollection": {
"message": "新規コレクション"
},
"addCollection": {
"message": "コレクションの追加"
},
"editCollection": {
"message": "コレクションの編集"
},
"deleteCollectionConfirmation": {
"message": "本当にこのコレクションを削除しますか?"
},
"editUser": {
"message": "ユーザーの編集"
},
"inviteUser": {
"message": "ユーザーの招待"
},
"inviteUserDesc": {
"message": "組織に新しいユーザーを招待するには、そのユーザーのBitwardenアカウントのメールアドレスを入力して下さい。Bitwardenアカウントをお持ちでない場合は、アカウントの作成を求められます。"
},
"inviteMultipleEmailDesc": {
"message": "「,」でメールアドレスを区切ることで、一度に最大$COUNT$ユーザーを招待できます。",
"placeholders": {
"count": {
"content": "$1",
"example": "20"
}
}
},
"userUsingTwoStep": {
"message": "このユーザーはアカウントを保護するため二段階認証を利用しています。"
},
"userAccessAllItems": {
"message": "全てのアイテムの読み取り・編集"
},
"userAccessSelectedCollections": {
"message": "選択コレクション内のアクセス"
},
"search": {
"message": "検索"
},
"invited": {
"message": "招待済み"
},
"accepted": {
"message": "承諾済み"
},
"confirmed": {
"message": "確認済み"
},
"clientOwnerEmail": {
"message": "クライアントの管理者のメールアドレス"
},
"owner": {
"message": "オーナー"
},
"ownerDesc": {
"message": "組織内のすべてを管理できる最高のアクセス権を与えます"
},
"clientOwnerDesc": {
"message": "このユーザは、プロバイダから独立している必要があります。プロバイダが組織から切り離された場合、このユーザは組織の所有権を維持します。"
},
"admin": {
"message": "管理者"
},
"adminDesc": {
"message": "管理者はあなたの組織のすべてのアイテム、コレクション、ユーザーへアクセス・管理できます。"
},
"user": {
"message": "ユーザー"
},
"userDesc": {
"message": "あなたの組織に割り当てられたコレクションへのアクセス権を持つ標準ユーザーです。"
},
"manager": {
"message": "マネージャー"
},
"managerDesc": {
"message": "マネージャーは組織内の割り当てられたコレクションへアクセスし管理することができます。"
},
"all": {
"message": "すべて"
},
"refresh": {
"message": "更新"
},
"timestamp": {
"message": "タイムスタンプ"
},
"event": {
"message": "イベント"
},
"unknown": {
"message": "不明"
},
"loadMore": {
"message": "もっと見る"
},
"mobile": {
"message": "モバイル",
"description": "Mobile app"
},
"extension": {
"message": "拡張機能",
"description": "Browser extension/addon"
},
"desktop": {
"message": "デスクトップ",
"description": "Desktop app"
},
"webVault": {
"message": "ウェブ保管庫"
},
"loggedIn": {
"message": "ログイン"
},
"changedPassword": {
"message": "パスワードの変更"
},
"enabledUpdated2fa": {
"message": "二段階認証の有効化/更新"
},
"disabled2fa": {
"message": "二段階認証の無効化"
},
"recovered2fa": {
"message": "リカバリーコードによる認証"
},
"failedLogin": {
"message": "誤ったパスワードによるログインの失敗"
},
"failedLogin2fa": {
"message": "二段階認証時の誤りによるログインの失敗"
},
"exportedVault": {
"message": "保管庫をエクスポートしました。"
},
"exportedOrganizationVault": {
"message": "組織の保管庫をエクスポートしました。"
},
"editedOrgSettings": {
"message": "組織の設定の編集"
},
"createdItemId": {
"message": "アイテム「$ID$」の作成",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"editedItemId": {
"message": "アイテム「$ID$」の編集",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"deletedItemId": {
"message": "アイテム「$ID$」の削除",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"movedItemIdToOrg": {
"message": "アイテム $ID$ を組織に移動しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "'Google'"
}
}
},
"viewedItemId": {
"message": "アイテム $ID$ を表示しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"viewedPasswordItemId": {
"message": "アイテム $ID$ のパスワードを表示しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"viewedHiddenFieldItemId": {
"message": "アイテム $ID$ の隠しフィールドを表示しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"viewedSecurityCodeItemId": {
"message": "アイテム $ID$ のセキュリティコードを表示しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"copiedPasswordItemId": {
"message": "アイテム $ID$ のパスワードをコピーしました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"copiedHiddenFieldItemId": {
"message": "アイテム $ID$ の隠しフィールドをコピーしました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"copiedSecurityCodeItemId": {
"message": "アイテム $ID$ のセキュリティコードをコピーしました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"autofilledItemId": {
"message": "アイテム $ID$ を自動入力しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"createdCollectionId": {
"message": "コレクション「$ID$」の作成",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"editedCollectionId": {
"message": "コレクション「$ID$」の編集",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"deletedCollectionId": {
"message": "コレクション「$ID$」の削除",
"placeholders": {
"id": {
"content": "$1",
"example": "Server Passwords"
}
}
},
"editedPolicyId": {
"message": "編集された方針:$ID$",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"createdGroupId": {
"message": "グループ「$ID$」の作成",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"editedGroupId": {
"message": "グループ「$ID$」の編集",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"deletedGroupId": {
"message": "グループ「$ID$」の削除",
"placeholders": {
"id": {
"content": "$1",
"example": "Developers"
}
}
},
"removedUserId": {
"message": "ユーザー「$ID$」の削除",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"deactivatedUserId": {
"message": "ユーザー $ID$ を無効化しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"activatedUserId": {
"message": "ユーザー $ID$ を有効化しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"deactivateUserId": {
"message": "ユーザー $ID$ を無効にしますか?",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"activateUserId": {
"message": "ユーザー $ID$ を有効にしますか?",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"createdAttachmentForItem": {
"message": "アイテム「$ID$」の添付ファイルの作成",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"deletedAttachmentForItem": {
"message": "アイテム「$ID$」の添付ファイルの削除",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"editedCollectionsForItem": {
"message": "アイテム「$ID$」のコレクションの編集",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"invitedUserId": {
"message": "ユーザー「$ID$」の招待",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirmedUserId": {
"message": "ユーザー「$ID$」の確認",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"editedUserId": {
"message": "ユーザー「$ID$」の編集",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"editedGroupsForUser": {
"message": "ユーザー「$ID$」のグループの編集",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"unlinkedSsoUser": {
"message": "ユーザー $ID$ にリンクされていない SSO",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"createdOrganizationId": {
"message": "作成した組織ID$。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"addedOrganizationId": {
"message": "組織$ID$を追加。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"removedOrganizationId": {
"message": "組織$ID$を削除。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"accessedClientVault": {
"message": "$ID$の組織保管庫にアクセス。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"device": {
"message": "デバイス"
},
"view": {
"message": "表示"
},
"invalidDateRange": {
"message": "日付範囲が正しくありません。"
},
"errorOccurred": {
"message": "エラーが発生しました。"
},
"userAccess": {
"message": "ユーザーのアクセス"
},
"userType": {
"message": "ユーザーの種類"
},
"groupAccess": {
"message": "グループのアクセス"
},
"groupAccessUserDesc": {
"message": "このユーザーが属するグループを編集します。"
},
"invitedUsers": {
"message": "ユーザーを招待します。"
},
"resendInvitation": {
"message": "招待を再送信"
},
"resendEmail": {
"message": "メール再送信"
},
"hasBeenReinvited": {
"message": "$USER$が再招待されました。",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirm": {
"message": "確認"
},
"confirmUser": {
"message": "ユーザーの確認"
},
"hasBeenConfirmed": {
"message": "$USER$が確認されました。",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"confirmUsers": {
"message": "ユーザーの確認"
},
"usersNeedConfirmed": {
"message": "招待を受け入れ確認待ちのユーザーがいます。未確認のユーザーは組織にアクセスできません。"
},
"startDate": {
"message": "開始日時"
},
"endDate": {
"message": "終了日時"
},
"verifyEmail": {
"message": "メールアドレスを確認"
},
"verifyEmailDesc": {
"message": "メールアドレスを確認するとすべての機能が使用できます。"
},
"verifyEmailFirst": {
"message": "アカウントのメールアドレスを確認する必要があります。"
},
"checkInboxForVerification": {
"message": "確認用のリンクが記載されたメールをチェックしてください。"
},
"emailVerified": {
"message": "メールアドレスが確認されました。"
},
"emailVerifiedFailed": {
"message": "メールアドレスを確認できませんでした。確認メールを再送信してください。"
},
"emailVerificationRequired": {
"message": "メールアドレスの確認が必要です"
},
"emailVerificationRequiredDesc": {
"message": "この機能を使用するにはメールアドレスを確認する必要があります。"
},
"updateBrowser": {
"message": "ブラウザを更新"
},
"updateBrowserDesc": {
"message": "サポートされていないブラウザを使用しています。ウェブ保管庫が正しく動作しないかもしれません。"
},
"joinOrganization": {
"message": "組織に参加"
},
"joinOrganizationDesc": {
"message": "あなたは上記の組織への参加の招待を受けています。招待を承諾するには、ログインするかBitwardenアカウントを作成してください。"
},
"inviteAccepted": {
"message": "招待が承諾されました。"
},
"inviteAcceptedDesc": {
"message": "組織の管理者が承認すると組織へアクセスできるようになります。アクセスできるようになったらメールでお知らせします。"
},
"inviteAcceptFailed": {
"message": "招待を承諾出来ませんでした。組織の管理者に招待を再送信するように依頼してください。"
},
"inviteAcceptFailedShort": {
"message": "招待を受けることができません。$DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"rememberEmail": {
"message": "メールアドレスを保存"
},
"recoverAccountTwoStepDesc": {
"message": "もし通常の二段階認証の方法でアカウントにアクセスできなくなった場合、リカバリーコードにより全ての二段階認証プロバイダを無効化することができます。"
},
"recoverAccountTwoStep": {
"message": "二段階認証ログインの回復"
},
"twoStepRecoverDisabled": {
"message": "二段階認証が無効化されました。"
},
"learnMore": {
"message": "詳細"
},
"deleteRecoverDesc": {
"message": "メールアドレスを入力してアカウントを削除します。"
},
"deleteRecoverEmailSent": {
"message": "アカウントが存在する場合、詳細な手順を記載したメールを送信しました。"
},
"deleteRecoverConfirmDesc": {
"message": "Bitwardenアカウント削除のリクエストがありました。削除する場合はボタンをクリックしてください。"
},
"myOrganization": {
"message": "組織"
},
"deleteOrganization": {
"message": "組織の削除"
},
"deletingOrganizationContentWarning": {
"message": "$ORGANIZATION$ と関連するすべてのデータの削除を確認するためにマスターパスワードを入力してください。 $ORGANIZATION$ の保管庫データは下記を含みます:",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"deletingOrganizationActiveUserAccountsWarning": {
"message": "削除後もユーザーアカウントはアクティブになりますが、この組織に関連付けられなくなります。"
},
"deletingOrganizationIsPermanentWarning": {
"message": "$ORGANIZATION$ を削除すると元に戻せません。",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"organizationDeleted": {
"message": "組織が削除されました。"
},
"organizationDeletedDesc": {
"message": "組織と関連するすべてのデータが削除されました。"
},
"organizationUpdated": {
"message": "組織を更新しました"
},
"taxInformation": {
"message": "税金情報"
},
"taxInformationDesc": {
"message": "請求書に税務情報を提供(更新)する場合、サポートにご連絡ください。"
},
"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."
},
"changeBillingPlanUpgrade": {
"message": "下記の情報を入力してアカウントを他のプランにアップグレードしてください。アカウントに有効な支払い方法が追加されていることを確認してください。",
"description": "A billing plan/package. For example: families, teams, enterprise, etc."
},
"invoiceNumber": {
"message": "請求 #$NUMBER$",
"description": "ex. Invoice #79C66F0-0001",
"placeholders": {
"number": {
"content": "$1",
"example": "79C66F0-0001"
}
}
},
"viewInvoice": {
"message": "請求を確認"
},
"downloadInvoice": {
"message": "請求書ダウンロード"
},
"verifyBankAccount": {
"message": "銀行口座の認証"
},
"verifyBankAccountDesc": {
"message": "あなたの銀行口座に2件の少額送金を行います(着金まで1-2営業日かかります)。送金された金額を入力して銀行口座の確認を完了してください。"
},
"verifyBankAccountInitialDesc": {
"message": "銀行口座によるお支払いはアメリカ合衆国のお客様のみ利用でき銀行口座の確認が必要となります。1-2営業日以内に2件の少額送金を行いますので、組織のお支払いページから送金された金額を入力して銀行口座の確認を完了して下さい。"
},
"verifyBankAccountFailureWarning": {
"message": "銀行口座の確認に失敗するとお支払いはキャンセルされ契約は無効となります。"
},
"verifiedBankAccount": {
"message": "銀行口座が確認されました。"
},
"bankAccount": {
"message": "銀行口座"
},
"amountX": {
"message": "送金$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": "ルーティングナンバー",
"description": "Bank account routing number"
},
"accountNumber": {
"message": "口座番号"
},
"accountHolderName": {
"message": "口座名義人"
},
"bankAccountType": {
"message": "口座種別"
},
"bankAccountTypeCompany": {
"message": "ビジネス"
},
"bankAccountTypeIndividual": {
"message": "個人"
},
"enterInstallationId": {
"message": "インストールIDを入力してください。"
},
"limitSubscriptionDesc": {
"message": "サブスクリプションの上限数を設定します。この制限に達すると、新しいユーザーを招待することができなくなります。"
},
"maxSeatLimit": {
"message": "最大ユーザー数(オプション)",
"description": "Upper limit of seats to allow through autoscaling"
},
"maxSeatCost": {
"message": "ユーザー数のコストの最大値"
},
"addSeats": {
"message": "ライセンスの追加",
"description": "Seat = User Seat"
},
"removeSeats": {
"message": "ライセンスの削除",
"description": "Seat = User Seat"
},
"subscriptionDesc": {
"message": "サブスクリプションを調整すると、請求の合計が日割りで変更されます。新たに招待されたユーザーがお客様の契約数を超えた場合、お客様は直ちに追加ユーザー分の日割り計算を受けます。"
},
"subscriptionUserSeats": {
"message": "あなたの契約では合計$COUNT$ユーザーまで利用できます。",
"placeholders": {
"count": {
"content": "$1",
"example": "50"
}
}
},
"limitSubscription": {
"message": "サブスクリプションの上限(オプション)"
},
"subscriptionSeats": {
"message": "サブスクリプション数"
},
"subscriptionUpdated": {
"message": "サブスクリプションが更新されました"
},
"additionalOptions": {
"message": "追加オプション"
},
"additionalOptionsDesc": {
"message": "その他、サブスクリプションの管理については、カスタマーサポートにお問い合わせください。"
},
"subscriptionUserSeatsUnlimitedAutoscale": {
"message": "サブスクリプションを調整すると、請求の合計が日割りで変更されます。新たに招待されたユーザーがお客様の契約数を超えた場合、お客様は直ちに追加ユーザー分の日割り計算を請求されます。"
},
"subscriptionUserSeatsLimitedAutoscale": {
"message": "サブスクリプションを調整すると、請求の合計が日割りで変更されます。新しく招待されたユーザーがお客様の契約数を超えた場合、契約数が$MAX$名に達するまで、追加されたユーザーに対する日割り計算の請求が即座に請求されます。",
"placeholders": {
"max": {
"content": "$1",
"example": "50"
}
}
},
"subscriptionFreePlan": {
"message": "プランをアップグレードしないと、$COUNT$名以上のユーザーを招待することはできません。",
"placeholders": {
"count": {
"content": "$1",
"example": "2"
}
}
},
"subscriptionFamiliesPlan": {
"message": "プランをアップグレードしないと$COUNT$名以上のユーザーを招待することはできません。アップグレードをご希望の場合は、カスタマーサポートまでご連絡ください。",
"placeholders": {
"count": {
"content": "$1",
"example": "6"
}
}
},
"subscriptionSponsoredFamiliesPlan": {
"message": "お客様の契約では、合計$COUNT$名のユーザーを使用することができます。お客様のプランはスポンサーが付き、費用は外部組織へ請求されます。",
"placeholders": {
"count": {
"content": "$1",
"example": "6"
}
}
},
"subscriptionMaxReached": {
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. You cannot invite more than $COUNT$ users without increasing your subscription seats.",
"placeholders": {
"count": {
"content": "$1",
"example": "50"
}
}
},
"seatsToAdd": {
"message": "ライセンスの追加"
},
"seatsToRemove": {
"message": "ライセンスの削除"
},
"seatsAddNote": {
"message": "ユーザー数を追加すると、請求金額が変更され、登録されたお支払い方法に直ちに差額が請求されます。初めに請求された分は現在の請求期間の残りの期間で按分されます。"
},
"seatsRemoveNote": {
"message": "ユーザー数を削除すると、請求金額が変更され、差額は次回請求時のクレジットとして割り当てられます。"
},
"adjustedSeats": {
"message": "ユーザー数が$AMOUNT$に変更されました。",
"placeholders": {
"amount": {
"content": "$1",
"example": "15"
}
}
},
"keyUpdated": {
"message": "キーが更新されました"
},
"updateKeyTitle": {
"message": "キーの更新"
},
"updateEncryptionKey": {
"message": "暗号化キーを更新します。"
},
"updateEncryptionKeyShortDesc": {
"message": "古い暗号化方式が使用されています。"
},
"updateEncryptionKeyDesc": {
"message": "より良いセキュリティと新しい機能が利用できる強力な暗号化方式へ移行することにしました。暗号化キーの更新は迅速かつ簡単です。以下にマスターパスワードを入力して下さい。この更新はやがて必須になります。"
},
"updateEncryptionKeyWarning": {
"message": "暗号化キーの更新後は、モバイルアプリやブラウザ拡張機能など現在利用中のすべてのBitwardenアプリで再ログインが必要となります。再ログインしないと(新しい暗号化キーをダウンロードすると)データが破損する可能性があります。自動的にログアウトを試みますが、遅延することがあります。"
},
"updateEncryptionKeyExportWarning": {
"message": "保存済みの暗号化されたエクスポートも無効になります。"
},
"subscription": {
"message": "契約"
},
"loading": {
"message": "読み込み中"
},
"upgrade": {
"message": "アップグレード"
},
"upgradeOrganization": {
"message": "組織のアップグレード"
},
"upgradeOrganizationDesc": {
"message": "この機能は無料プランの組織では利用できません。有料プランに変更すると多数の機能が利用可能になります。"
},
"createOrganizationStep1": {
"message": "組織の作成: 最初のステップ"
},
"createOrganizationCreatePersonalAccount": {
"message": "組織を作成する前に無料の個人アカウントの作成が必要です。"
},
"refunded": {
"message": "払い戻し"
},
"nothingSelected": {
"message": "何も選択されていません。"
},
"acceptPolicies": {
"message": "以下に同意しチェックします:"
},
"acceptPoliciesError": {
"message": "利用規約とプライバシーポリシーを確認してください。"
},
"termsOfService": {
"message": "利用規約"
},
"privacyPolicy": {
"message": "プライバシーポリシー"
},
"filters": {
"message": "フィルタ"
},
"vaultTimeout": {
"message": "保管庫のタイムアウト"
},
"vaultTimeoutDesc": {
"message": "保管庫がタイムアウトし、選択したアクションを実行するタイミングを選択します。"
},
"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": "ライセンスの有効期限が切れています。"
},
"updatedUsers": {
"message": "ユーザーを更新しました"
},
"selected": {
"message": "選択済み"
},
"ownership": {
"message": "所有者"
},
"whoOwnsThisItem": {
"message": "このアイテムは誰が所有していますか?"
},
"strong": {
"message": "強力",
"description": "ex. A strong password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"good": {
"message": "良好",
"description": "ex. A good password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"weak": {
"message": "脆弱",
"description": "ex. A weak password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"veryWeak": {
"message": "非常に脆弱",
"description": "ex. A very weak password. Scale: Very Weak -> Weak -> Good -> Strong"
},
"weakMasterPassword": {
"message": "脆弱なマスターパスワード"
},
"weakMasterPasswordDesc": {
"message": "設定されたマスターパスワードの強度は脆弱です。Bitwarden アカウントを適切に保護するために、強力なマスターパスワード(またはパスフレーズ)を使用すべきです。本当にこのマスターパスワードを使用しますか?"
},
"rotateAccountEncKey": {
"message": "暗号化キーをローテーションする"
},
"rotateEncKeyTitle": {
"message": "暗号化キーをローテーションする"
},
"rotateEncKeyConfirmation": {
"message": "暗号化キーをローテーションしてよろしいですか?"
},
"attachmentsNeedFix": {
"message": "このアイテムは添付ファイルが古いため修正する必要があります。"
},
"attachmentFixDesc": {
"message": "これは古い添付ファイルのため修正する必要があります。詳しくはこちら。"
},
"fix": {
"message": "修正",
"description": "This is a verb. ex. 'Fix The Car'"
},
"oldAttachmentsNeedFixDesc": {
"message": "暗号化キーのローテーションを行う前に、保管庫内の古い添付ファイルを修正する必要があります。"
},
"yourAccountsFingerprint": {
"message": "アカウントのパスフレーズ",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"fingerprintEnsureIntegrityVerify": {
"message": "暗号化キーの完全性を確保するため、先にパスフレーズを確認してください。",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"dontAskFingerprintAgain": {
"message": "今後パスフレーズを確認しない",
"description": "A 'fingerprint phrase' is a unique word phrase (similar to a passphrase) that a user can use to authenticate their public key with another user, for the purposes of sharing."
},
"free": {
"message": "無料",
"description": "Free, as in 'Free beer'"
},
"apiKey": {
"message": "API キー"
},
"apiKeyDesc": {
"message": "API キーは Bitwarden パブリック API で認証するために使用されます。"
},
"apiKeyRotateDesc": {
"message": "API キーをローテーションさせると、前のキーが無効になります。現在のキーが安全でないと思ったときに API キーをローテーションさせてください。"
},
"apiKeyWarning": {
"message": "API キーは組織へのフルアクセス権限を持っています。漏れないよう秘密にしてください。"
},
"userApiKeyDesc": {
"message": "API キーは、Bitwarden CLI で認証するために使用されます。"
},
"userApiKeyWarning": {
"message": "API キーは代替認証メカニズムです。秘密にする必要があります。"
},
"oauth2ClientCredentials": {
"message": "OAuth 2.0 クライアント資格情報",
"description": "'OAuth 2.0' is a programming protocol. It should probably not be translated."
},
"viewApiKey": {
"message": "API キーを表示"
},
"rotateApiKey": {
"message": "API キーをローテーション"
},
"selectOneCollection": {
"message": "最低でも一つのコレクションを選んでください。"
},
"couldNotChargeCardPayInvoice": {
"message": "あなたのカードで決済することができませんでした。以下の未払いの請求書をご確認いただき、お支払いください。"
},
"inAppPurchase": {
"message": "アプリ内購入"
},
"cannotPerformInAppPurchase": {
"message": "アプリ内購入を使用している間はこのアクションはできません。"
},
"manageSubscriptionFromStore": {
"message": "アプリ内購入したストアでサブスクリプションを管理してください。"
},
"minLength": {
"message": "最小文字数"
},
"clone": {
"message": "複製"
},
"masterPassPolicyDesc": {
"message": "マスターパスワードの強度に最低要件を設定する。"
},
"twoStepLoginPolicyDesc": {
"message": "2段階認証の設定を要求する。"
},
"twoStepLoginPolicyWarning": {
"message": "2段階認証を有効にしないメンバーは組織から除外され、メールで通知されます。"
},
"twoStepLoginPolicyUserWarning": {
"message": "2段階認証を必要とする組織に入っています。2段階認証をすべて無効にすると、それらの組織からは自動的に除外されます。"
},
"passwordGeneratorPolicyDesc": {
"message": "パスワード生成の最低要件を設定する。"
},
"passwordGeneratorPolicyInEffect": {
"message": "組織の要件がパスワード生成の設定に影響しています。"
},
"masterPasswordPolicyInEffect": {
"message": "組織が求めるマスターパスワードの要件は:"
},
"policyInEffectMinComplexity": {
"message": "複雑度は最低$SCORE$",
"placeholders": {
"score": {
"content": "$1",
"example": "4"
}
}
},
"policyInEffectMinLength": {
"message": "長さは最低$LENGTH$",
"placeholders": {
"length": {
"content": "$1",
"example": "14"
}
}
},
"policyInEffectUppercase": {
"message": "大文字が最低1つ必要"
},
"policyInEffectLowercase": {
"message": "小文字が最低1つ必要"
},
"policyInEffectNumbers": {
"message": "数字が最低1つ必要"
},
"policyInEffectSpecial": {
"message": "次の記号から1つ以上:$CHARS$",
"placeholders": {
"chars": {
"content": "$1",
"example": "!@#$%^&*"
}
}
},
"masterPasswordPolicyRequirementsNotMet": {
"message": "新しいマスターパスワードは最低要件を満たしていません。"
},
"minimumNumberOfWords": {
"message": "文字の最小数"
},
"defaultType": {
"message": "デフォルトのタイプ"
},
"userPreference": {
"message": "ユーザー設定"
},
"vaultTimeoutAction": {
"message": "保管庫タイムアウト時のアクション"
},
"vaultTimeoutActionLockDesc": {
"message": "ロックされた保管庫にアクセスするには、マスターパスワードを再入力してください。"
},
"vaultTimeoutActionLogOutDesc": {
"message": "ログアウトした保管庫にアクセスするには、再認証してください。"
},
"lock": {
"message": "ロック",
"description": "Verb form: to make secure or inaccesible by"
},
"trash": {
"message": "ごみ箱",
"description": "Noun: A special folder for holding deleted items that have not yet been permanently deleted"
},
"searchTrash": {
"message": "ごみ箱を検索"
},
"permanentlyDelete": {
"message": "完全に削除"
},
"permanentlyDeleteSelected": {
"message": "選択したものを完全に削除"
},
"permanentlyDeleteItem": {
"message": "アイテムを完全に削除"
},
"permanentlyDeleteItemConfirmation": {
"message": "このアイテムを完全に削除してもよろしいですか?"
},
"permanentlyDeletedItem": {
"message": "完全に削除されたアイテム"
},
"permanentlyDeletedItems": {
"message": "完全に削除されたアイテム"
},
"permanentlyDeleteSelectedItemsDesc": {
"message": "$COUNT$ 個のアイテムを選択しました。選択したすべてのアイテムを完全に削除してもよろしいですか?",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"permanentlyDeletedItemId": {
"message": "アイテム $ID$ を完全に削除しました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"restore": {
"message": "リストア"
},
"restoreSelected": {
"message": "選択したものをリストア"
},
"restoreItem": {
"message": "アイテムをリストア"
},
"restoredItem": {
"message": "リストアされたアイテム"
},
"restoredItems": {
"message": "リストアされたアイテム"
},
"restoreItemConfirmation": {
"message": "このアイテムをリストアしますか?"
},
"restoreItems": {
"message": "アイテムをリストア"
},
"restoreSelectedItemsDesc": {
"message": "$COUNT$個のアイテムをリストアしようとしています。本当にこれらのアイテムをリストアしますか?",
"placeholders": {
"count": {
"content": "$1",
"example": "150"
}
}
},
"restoredItemId": {
"message": "アイテム $ID$ をリストアしました。",
"placeholders": {
"id": {
"content": "$1",
"example": "Google"
}
}
},
"vaultTimeoutLogOutConfirmation": {
"message": "ログアウトすると保管庫へのすべてのアクセスが制限され、タイムアウト期間後にオンライン認証が必要になります。 この設定を使用してもよろしいですか?"
},
"vaultTimeoutLogOutConfirmationTitle": {
"message": "タイムアウトアクションの確認"
},
"hidePasswords": {
"message": "パスワードを隠す"
},
"countryPostalCodeRequiredDesc": {
"message": "この情報は税計算と財務報告のために必要です。"
},
"includeVAT": {
"message": "VAT/GST 情報を含める (任意)"
},
"taxIdNumber": {
"message": "VAT/GST Tax ID"
},
"taxInfoUpdated": {
"message": "TAX 情報を更新しました。"
},
"setMasterPassword": {
"message": "マスターパスワードを設定"
},
"ssoCompleteRegistration": {
"message": "SSO ログインを完了するには、保管庫にアクセス・保護するためのマスターパスワードを設定してください。"
},
"identifier": {
"message": "識別子"
},
"organizationIdentifier": {
"message": "組織識別子"
},
"ssoLogInWithOrgIdentifier": {
"message": "組織のシングルサインオンポータルを使用してログインします。開始するには組織の識別子を入力してください。"
},
"enterpriseSingleSignOn": {
"message": "組織のシングルサインオン"
},
"ssoHandOff": {
"message": "このタブを閉じて拡張機能で続けられます。"
},
"includeAllTeamsFeatures": {
"message": "すべてのチームの機能に加えて:"
},
"includeSsoAuthentication": {
"message": "SAML2.0 と OpenID Connect による SSO 認証"
},
"includeEnterprisePolicies": {
"message": "組織ポリシー"
},
"ssoValidationFailed": {
"message": "SSO 認証に失敗しました"
},
"ssoIdentifierRequired": {
"message": "組織識別子が必要です。"
},
"unlinkSso": {
"message": "SSO のリンクを解除"
},
"unlinkSsoConfirmation": {
"message": "この組織の SSO を解除してもよろしいですか?"
},
"linkSso": {
"message": "SSO をリンク"
},
"singleOrg": {
"message": "単一組織"
},
"singleOrgDesc": {
"message": "ユーザーが他の組織に参加できないように制限します。"
},
"singleOrgBlockCreateMessage": {
"message": "現在の組織には、複数の組織に参加することを許可していないポリシーがあります。 組織の管理者に連絡するか、別の Bitwarden アカウントから登録してください。"
},
"singleOrgPolicyWarning": {
"message": "オーナーまたは管理者でなく、すでに他の組織のメンバーであるメンバーは組織から削除されます。"
},
"requireSso": {
"message": "シングルサインオン認証"
},
"requireSsoPolicyDesc": {
"message": "組織のシングルサインオン認証でログインする必要があります。"
},
"prerequisite": {
"message": "前提条件"
},
"requireSsoPolicyReq": {
"message": "このポリシーを有効にするには、単一組織のエンタープライズポリシーを有効にする必要があります。"
},
"requireSsoPolicyReqError": {
"message": "単一組織ポリシーが有効になっていません。"
},
"requireSsoExemption": {
"message": "組織の所有者および管理者は、このポリシーの執行から除外されます。"
},
"sendTypeFile": {
"message": "ファイル"
},
"sendTypeText": {
"message": "テキスト"
},
"createSend": {
"message": "新しい Send を作成",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editSend": {
"message": "Send を編集",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createdSend": {
"message": "作成した Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editedSend": {
"message": "編集済みの Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletedSend": {
"message": "削除した Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deleteSend": {
"message": "Send を削除",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deleteSendConfirmation": {
"message": "この Send を削除してもよろしいですか?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"whatTypeOfSend": {
"message": "この Send の種類は何ですか?",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletionDate": {
"message": "削除日時"
},
"deletionDateDesc": {
"message": "Send は指定された日時に完全に削除されます。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDate": {
"message": "有効期限"
},
"expirationDateDesc": {
"message": "設定されている場合、この Send へのアクセスは指定された日時に失効します。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"maxAccessCount": {
"message": "最大アクセス数"
},
"maxAccessCountDesc": {
"message": "設定されている場合、最大アクセス数に達するとユーザーはこの Send にアクセスできなくなります。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"currentAccessCount": {
"message": "現在のアクセス数"
},
"sendPasswordDesc": {
"message": "必要に応じて、ユーザーがこの Send にアクセスするためのパスワードを要求します。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNotesDesc": {
"message": "この Send に関するプライベートメモ",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disabled": {
"message": "無効"
},
"deactivated": {
"message": "無効化済み"
},
"sendLink": {
"message": "Send リンク",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"copySendLink": {
"message": "Send リンクをコピー",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"removePassword": {
"message": "パスワードを削除"
},
"removedPassword": {
"message": "パスワードを削除"
},
"removePasswordConfirmation": {
"message": "パスワードを削除してもよろしいですか?"
},
"hideEmail": {
"message": "受信者に自分のメールアドレスを表示しない"
},
"disableThisSend": {
"message": "誰もアクセスできないように、この Send を無効にします。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"allSends": {
"message": "すべての Send"
},
"maxAccessCountReached": {
"message": "最大アクセス数に達しました",
"description": "This text will be displayed after a Send has been accessed the maximum amount of times."
},
"pendingDeletion": {
"message": "保留中の削除"
},
"expired": {
"message": "期限切れ"
},
"searchSends": {
"message": "Sendを検索",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendProtectedPassword": {
"message": "この送信はパスワードで保護されています。続行するには、下にパスワードを入力してください。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendProtectedPasswordDontKnow": {
"message": "パスワードがわかりませんかこのSendにアクセスするには送信者にパスワードをご確認ください。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendHiddenByDefault": {
"message": "このSendはデフォルトでは非表示になっています。下のボタンで表示・非表示が切り替え可能です。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"downloadFile": {
"message": "ファイルをダウンロード"
},
"sendAccessUnavailable": {
"message": "アクセスしようとしているSendは存在しないか、利用できません。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"missingSendFile": {
"message": "この Send に関連付けられたファイルが見つかりませんでした。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"noSendsInList": {
"message": "表示するSendがありません",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"emergencyAccess": {
"message": "緊急アクセス"
},
"emergencyAccessDesc": {
"message": "信頼できる連絡先への緊急アクセス権の付与と管理。信頼できる連絡先は、緊急時にお客様のアカウントの閲覧または乗っ取りを要求することができます。ゼロナレッジシェアの詳細については、ヘルプページをご覧ください。"
},
"emergencyAccessOwnerWarning": {
"message": "あなたは1つ以上の組織の所有者です。 緊急連絡先に引き継ぎアクセスを与えると、引き継ぎ後に所有者としてすべての権限を使用できるようになります。"
},
"trustedEmergencyContacts": {
"message": "信頼できる緊急連絡先"
},
"noTrustedContacts": {
"message": "まだ緊急連絡先を登録していない場合は、信頼できる連絡先を招待してください。"
},
"addEmergencyContact": {
"message": "緊急連絡先を追加"
},
"designatedEmergencyContacts": {
"message": "緊急連絡先として指定"
},
"noGrantedAccess": {
"message": "あなたはまだ誰かの緊急連絡先として指定されていません。"
},
"inviteEmergencyContact": {
"message": "緊急連絡先を招待"
},
"editEmergencyContact": {
"message": "緊急連絡先を編集"
},
"inviteEmergencyContactDesc": {
"message": "Bitwardenアカウントのメールアドレスを入力して、新しい緊急連絡先を招待してください。相手がまだBitwardenのアカウントを持っていない場合は、新しいアカウントを作成するように促されます。"
},
"emergencyAccessRecoveryInitiated": {
"message": "緊急アクセス開始"
},
"emergencyAccessRecoveryApproved": {
"message": "緊急アクセス承認済"
},
"viewDesc": {
"message": "自分の保管庫内のすべてのアイテムを表示できます。"
},
"takeover": {
"message": "引き継ぎ"
},
"takeoverDesc": {
"message": "新しいマスターパスワードでアカウントをリセットできます。"
},
"waitTime": {
"message": "待機時間"
},
"waitTimeDesc": {
"message": "自動的にアクセスを許可するまでの時間。"
},
"oneDay": {
"message": "1日"
},
"days": {
"message": "$DAYS$日",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"invitedUser": {
"message": "招待されたユーザー"
},
"acceptEmergencyAccess": {
"message": "上記のユーザーの緊急連絡先になるよう招待されています。 招待を承認するには、ログインまたは新しいBitwardenアカウントを作成する必要があります。"
},
"emergencyInviteAcceptFailed": {
"message": "招待状を受け取ることができません。新しい招待状を送信するよう組織の管理者に依頼してください。"
},
"emergencyInviteAcceptFailedShort": {
"message": "Unable to accept invitation. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must enable 2FA on your user account before you can join this organization."
}
}
},
"emergencyInviteAcceptedDesc": {
"message": "You can access the emergency options for this user after your identity has been confirmed. We'll send you an email when that happens."
},
"requestAccess": {
"message": "アクセス権の要求"
},
"requestAccessConfirmation": {
"message": "Are you sure you want to request emergency access? You will be provided access after $WAITTIME$ day(s) or whenever the user manually approves the request.",
"placeholders": {
"waittime": {
"content": "$1",
"example": "1"
}
}
},
"requestSent": {
"message": "Emergency access requested for $USER$. We'll notify you by email when it's possible to continue.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"approve": {
"message": "承認"
},
"reject": {
"message": "拒否"
},
"approveAccessConfirmation": {
"message": "Are you sure you want to approve emergency access? This will allow $USER$ to $ACTION$ your account.",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
},
"action": {
"content": "$2",
"example": "View"
}
}
},
"emergencyApproved": {
"message": "緊急アクセスが承認されました。"
},
"emergencyRejected": {
"message": "緊急アクセスが拒否されました"
},
"passwordResetFor": {
"message": "$USER$のパスワードをリセットしました。新しいパスワードでログインできます。",
"placeholders": {
"user": {
"content": "$1",
"example": "John Smith"
}
}
},
"personalOwnership": {
"message": "Personal Ownership"
},
"personalOwnershipPolicyDesc": {
"message": "Require users to save vault items to an organization by removing the personal ownership option."
},
"personalOwnershipExemption": {
"message": "組織の所有者および管理者は、このポリシーの執行から免除されます。"
},
"personalOwnershipSubmitError": {
"message": "Due to an enterprise policy, you are restricted from saving items to your personal vault. Change the Ownership option to an organization and choose from available Collections."
},
"disableSend": {
"message": "Send を無効化"
},
"disableSendPolicyDesc": {
"message": "Bitwarden Send の作成や編集を許可しません。既存の Send を削除することはできます。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"disableSendExemption": {
"message": "組織のポリシーを管理できる組織ユーザーは、このポリシーの適用から除外されます。"
},
"sendDisabled": {
"message": "Send 無効",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendDisabledWarning": {
"message": "組織のポリシーにより、既存の Send のみを削除できます。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendOptions": {
"message": "送信オプション",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendOptionsPolicyDesc": {
"message": "Set options for creating and editing Sends.",
"description": "'Sends' is a plural noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendOptionsExemption": {
"message": "組織のポリシーを管理できる組織ユーザーは、このポリシーの適用から除外されます。"
},
"disableHideEmail": {
"message": "Do not allow users to hide their email address from recipients when creating or editing a Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendOptionsPolicyInEffect": {
"message": "現在、以下の組織ポリシーが適用されています。"
},
"sendDisableHideEmailInEffect": {
"message": "Users are not allowed to hide their email address from recipients when creating or editing a Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"modifiedPolicyId": {
"message": "変更されたポリシー $ID$.",
"placeholders": {
"id": {
"content": "$1",
"example": "Master Password"
}
}
},
"planPrice": {
"message": "プラン料金"
},
"estimatedTax": {
"message": "推定税額"
},
"custom": {
"message": "カスタム"
},
"customDesc": {
"message": "ユーザー権限をより詳細に制御できます。"
},
"permissions": {
"message": "権限"
},
"accessEventLogs": {
"message": "イベントログにアクセス"
},
"accessImportExport": {
"message": "インポート/エクスポートにアクセス"
},
"accessReports": {
"message": "レポートにアクセス"
},
"missingPermissions": {
"message": "You lack the necessary permissions to perform this action."
},
"manageAllCollections": {
"message": "すべてのコレクションを管理"
},
"createNewCollections": {
"message": "Create New Collections"
},
"editAnyCollection": {
"message": "Edit Any Collection"
},
"deleteAnyCollection": {
"message": "Delete Any Collection"
},
"manageAssignedCollections": {
"message": "割り当てられたコレクションの管理"
},
"editAssignedCollections": {
"message": "Edit Assigned Collections"
},
"deleteAssignedCollections": {
"message": "Delete Assigned Collections"
},
"manageGroups": {
"message": "グループを管理"
},
"managePolicies": {
"message": "ポリシーの管理"
},
"manageSso": {
"message": "SSO を管理"
},
"manageUsers": {
"message": "ユーザーを管理"
},
"manageResetPassword": {
"message": "パスワードリセットの管理"
},
"disableRequiredError": {
"message": "You must manually disable the $POLICYNAME$ policy before this policy can be disabled.",
"placeholders": {
"policyName": {
"content": "$1",
"example": "Single Sign-On Authentication"
}
}
},
"personalOwnershipPolicyInEffect": {
"message": "組織のポリシーが所有者のオプションに影響を与えています。"
},
"personalOwnershipPolicyInEffectImports": {
"message": "An organization policy has disabled importing items into your personal vault."
},
"personalOwnershipCheckboxDesc": {
"message": "組織ユーザーの個人所有権を無効にする"
},
"textHiddenByDefault": {
"message": "Send へのアクセス時に既定でテキストを非表示にする",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendNameDesc": {
"message": "この Send を説明するわかりやすい名前",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendTextDesc": {
"message": "送信したいテキスト"
},
"sendFileDesc": {
"message": "送信するファイル"
},
"copySendLinkOnSave": {
"message": "Send の保存時にクリップボードへリンクをコピーします。"
},
"sendLinkLabel": {
"message": "Send リンク",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"send": {
"message": "Send",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendAccessTaglineProductDesc": {
"message": "Bitwarden Send を使うと機密性の高い情報を他の人に簡単かつ安全に送信できます。",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendAccessTaglineLearnMore": {
"message": "今すぐ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more about** Bitwarden Send or sign up to try it today.'"
},
"sendVaultCardProductDesc": {
"message": "テキストやファイルを誰とでも直接共有できます。"
},
"sendVaultCardLearnMore": {
"message": "今すぐ",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read '**Learn more**, see how it works, or try it now. '"
},
"sendVaultCardSee": {
"message": "詳細",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, **see** how it works, or try it now.'"
},
"sendVaultCardHowItWorks": {
"message": "を確認",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see **how it works**, or try it now.'"
},
"sendVaultCardOr": {
"message": "または",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, **or** try it now.'"
},
"sendVaultCardTryItNow": {
"message": "試してみてください",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more, see how it works, or **try it now**.'"
},
"sendAccessTaglineOr": {
"message": "または",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send **or** sign up to try it today.'"
},
"sendAccessTaglineSignUp": {
"message": "登録して",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or **sign up** to try it today.'"
},
"sendAccessTaglineTryToday": {
"message": "試してみてください",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Learn more about Bitwarden Send or sign up to **try it today.**'"
},
"sendCreatorIdentifier": {
"message": "Bitwarden ユーザー $USER_IDENTIFIER$ が共有しました",
"placeholders": {
"user_identifier": {
"content": "$1",
"example": "An email address"
}
}
},
"viewSendHiddenEmailWarning": {
"message": "The Bitwarden user who created this Send has chosen to hide their email address. You should ensure you trust the source of this link before using or downloading its content.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"expirationDateIsInvalid": {
"message": "入力された有効期限は正しくありません。"
},
"deletionDateIsInvalid": {
"message": "入力された削除日時は正しくありません。"
},
"expirationDateAndTimeRequired": {
"message": "有効期限は必須です。"
},
"deletionDateAndTimeRequired": {
"message": "削除日時は必須です。"
},
"dateParsingError": {
"message": "削除と有効期限の保存中にエラーが発生しました。"
},
"webAuthnFallbackMsg": {
"message": "二段階認証を確認するには、下のボタンをクリックしてください。"
},
"webAuthnAuthenticate": {
"message": "WebAuthn の認証"
},
"webAuthnNotSupported": {
"message": "WebAuthn はこのブラウザではサポートされていません。"
},
"webAuthnSuccess": {
"message": "WebAuthn が正常に認証されました!このタブを閉じることができます。"
},
"hintEqualsPassword": {
"message": "パスワードのヒントをパスワードと同じにすることはできません。"
},
"enrollPasswordReset": {
"message": "パスワードリセット登録"
},
"enrolledPasswordReset": {
"message": "Enrolled in Password Reset"
},
"withdrawPasswordReset": {
"message": "Withdraw from Password Reset"
},
"enrollPasswordResetSuccess": {
"message": "登録に成功しました!"
},
"withdrawPasswordResetSuccess": {
"message": "Withdrawal success!"
},
"eventEnrollPasswordReset": {
"message": "User $ID$ enrolled in password reset assistance.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"eventWithdrawPasswordReset": {
"message": "User $ID$ withdrew from password reset assistance.",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"eventAdminPasswordReset": {
"message": "ユーザー $ID$ のマスターパスワードをリセット",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"eventResetSsoLink": {
"message": "Reset Sso link for user $ID$",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"firstSsoLogin": {
"message": "$ID$ logged in using Sso for the first time",
"placeholders": {
"id": {
"content": "$1",
"example": "John Smith"
}
}
},
"resetPassword": {
"message": "パスワードをリセット"
},
"resetPasswordLoggedOutWarning": {
"message": "続行すると、現在のセッションから $NAME$ をログアウトし、再度ログインする必要があります。 他のデバイスでのアクティブなセッションは、最大1時間アクティブになり続けます。",
"placeholders": {
"name": {
"content": "$1",
"example": "John Smith"
}
}
},
"thisUser": {
"message": "このユーザー\n"
},
"resetPasswordMasterPasswordPolicyInEffect": {
"message": "組織ポリシーの要件を満たすためにマスターパスワードが必要です:"
},
"resetPasswordSuccess": {
"message": "パスワードをリセットしました"
},
"resetPasswordEnrollmentWarning": {
"message": "登録すると、組織管理者はマスターパスワードを変更できます。登録してもよろしいですか?"
},
"resetPasswordPolicy": {
"message": "マスターパスワードのリセット"
},
"resetPasswordPolicyDescription": {
"message": "組織内の管理者に組織ユーザーのマスターパスワードのリセットを許可します。"
},
"resetPasswordPolicyWarning": {
"message": "管理者がマスターパスワードをリセットするには、組織内のユーザーは自己登録または自動登録する必要があります。"
},
"resetPasswordPolicyAutoEnroll": {
"message": "自動登録"
},
"resetPasswordPolicyAutoEnrollDescription": {
"message": "招待が承認されると、すべてのユーザーは自動的にパスワードリセットに登録されます。"
},
"resetPasswordPolicyAutoEnrollWarning": {
"message": "すでに組織にいるユーザーは、パスワードリセットに遡って登録されません。管理者がマスターパスワードをリセットできるようにするには、自己登録する必要があります。"
},
"resetPasswordPolicyAutoEnrollCheckbox": {
"message": "自動的に新規ユーザーを登録する"
},
"resetPasswordAutoEnrollInviteWarning": {
"message": "この組織には自動的にパスワードリセットに登録するポリシーがあります。登録すると、組織の管理者はマスターパスワードを変更できます。"
},
"resetPasswordOrgKeysError": {
"message": "組織鍵の応答が null です"
},
"resetPasswordDetailsError": {
"message": "パスワードリセットの詳細な応答が null です"
},
"trashCleanupWarning": {
"message": "30日以上ゴミ箱にあったアイテムは自動的に削除されます。"
},
"trashCleanupWarningSelfHosted": {
"message": "一定期間ゴミ箱にあったアイテムは自動的に削除されます。"
},
"passwordPrompt": {
"message": "マスターパスワードの再要求"
},
"passwordConfirmation": {
"message": "マスターパスワードの確認"
},
"passwordConfirmationDesc": {
"message": "この操作は保護されています。続行するには、確認のためにマスターパスワードを再入力してください。"
},
"reinviteSelected": {
"message": "招待を再送信"
},
"noSelectedUsersApplicable": {
"message": "この操作は、選択されたユーザーには適用されません。"
},
"removeUsersWarning": {
"message": "次のユーザーを削除してもよろしいですか?プロセスは完了まで数秒かかることがあり、中断またはキャンセルすることはできません。"
},
"deactivateUsersWarning": {
"message": "次のメンバーを無効にしてもよろしいですか? 彼らはもう組織にアクセスすることはできませんが、個々の保管庫にアクセスすることはできます。 プロセスは完了するまで数秒かかることがあり、中断またはキャンセルすることはできません。"
},
"activateUsersWarning": {
"message": "次のメンバーを有効にして組織へのアクセスを許可しますか? プロセスは完了するまで数秒かかることがあり、中断またはキャンセルすることはできません。"
},
"theme": {
"message": "Theme"
},
"themeDesc": {
"message": "Choose a theme for your web vault."
},
"themeSystem": {
"message": "Use System Theme"
},
"themeDark": {
"message": "Dark"
},
"themeLight": {
"message": "Light"
},
"confirmSelected": {
"message": "選択を確認"
},
"bulkConfirmStatus": {
"message": "一括操作の状態"
},
"bulkConfirmMessage": {
"message": "確認に成功しました"
},
"bulkReinviteMessage": {
"message": "再招待に成功しました"
},
"bulkRemovedMessage": {
"message": "削除しました "
},
"bulkDeactivatedMessage": {
"message": "無効化しました"
},
"bulkActivatedMessage": {
"message": "有効化しました"
},
"bulkFilteredMessage": {
"message": "除外します。このアクションには適用されません。"
},
"fingerprint": {
"message": "指紋"
},
"removeUsers": {
"message": "ユーザーを削除"
},
"deactivateUsers": {
"message": "ユーザーを無効化"
},
"activateUsers": {
"message": "ユーザーを有効化"
},
"error": {
"message": "エラー"
},
"resetPasswordManageUsers": {
"message": "パスワードリセットの管理権限を持つユーザーの管理も有効にする必要があります"
},
"setupProvider": {
"message": "Provider Setup"
},
"setupProviderLoginDesc": {
"message": "You've been invited to setup a new provider. To continue, you need to log in or create a new Bitwarden account."
},
"setupProviderDesc": {
"message": "Please enter the details below to complete the provider setup. Contact Customer Support if you have any questions."
},
"providerName": {
"message": "Provider Name"
},
"providerSetup": {
"message": "The provider has been set up."
},
"clients": {
"message": "Clients"
},
"providerAdmin": {
"message": "Provider Admin"
},
"providerAdminDesc": {
"message": "The highest access user that can manage all aspects of your provider as well as access and manage client organizations."
},
"serviceUser": {
"message": "Service User"
},
"serviceUserDesc": {
"message": "Service users can access and manage all client organizations."
},
"providerInviteUserDesc": {
"message": "Invite a new user to your provider 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."
},
"joinProvider": {
"message": "Join Provider"
},
"joinProviderDesc": {
"message": "You've been invited to join the provider listed above. To accept the invitation, you need to log in or create a new Bitwarden account."
},
"providerInviteAcceptFailed": {
"message": "Unable to accept invitation. Ask a provider admin to send a new invitation."
},
"providerInviteAcceptedDesc": {
"message": "You can access this provider once an administrator confirms your membership. We'll send you an email when that happens."
},
"providerUsersNeedConfirmed": {
"message": "You have users that have accepted their invitation, but still need to be confirmed. Users will not have access to the provider until they are confirmed."
},
"provider": {
"message": "Provider"
},
"newClientOrganization": {
"message": "New Client Organization"
},
"newClientOrganizationDesc": {
"message": "Create a new client organization that will be associated with you as the provider. You will be able to access and manage this organization."
},
"addExistingOrganization": {
"message": "Add Existing Organization"
},
"myProvider": {
"message": "My Provider"
},
"addOrganizationConfirmation": {
"message": "Are you sure you want to add $ORGANIZATION$ as a client to $PROVIDER$?",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
},
"provider": {
"content": "$2",
"example": "My Provider Name"
}
}
},
"organizationJoinedProvider": {
"message": "Organization was successfully added to the provider"
},
"accessingUsingProvider": {
"message": "Accessing organization using provider $PROVIDER$",
"placeholders": {
"provider": {
"content": "$1",
"example": "My Provider Name"
}
}
},
"providerIsDisabled": {
"message": "Provider is disabled."
},
"providerUpdated": {
"message": "Provider updated"
},
"yourProviderIs": {
"message": "Your provider is $PROVIDER$. They have administrative and billing privileges for your organization.",
"placeholders": {
"provider": {
"content": "$1",
"example": "My Provider Name"
}
}
},
"detachedOrganization": {
"message": "The organization $ORGANIZATION$ has been detached from your provider.",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"detachOrganizationConfirmation": {
"message": "Are you sure you want to detach this organization? The organization will continue to exist but will no longer be managed by the provider."
},
"add": {
"message": "Add"
},
"updatedMasterPassword": {
"message": "Updated Master Password"
},
"updateMasterPassword": {
"message": "Update Master Password"
},
"updateMasterPasswordWarning": {
"message": "Your Master Password was recently changed by an administrator in your organization. In order to access the vault, you must update your Master Password now. 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."
},
"masterPasswordInvalidWarning": {
"message": "あなたのマスターパスワードは、この組織のポリシー要件を満たしていません。組織に参加するには、マスターパスワードを更新してください。 続行すると現在のセッションからログアウトするため、再ログインが必要です。 他のデバイスでのアクティブなセッションは、最大1時間アクティブになり続けることができます。"
},
"maximumVaultTimeout": {
"message": "Vault Timeout"
},
"maximumVaultTimeoutDesc": {
"message": "Configure a maximum vault timeout for all users."
},
"maximumVaultTimeoutLabel": {
"message": "Maximum Vault Timeout"
},
"invalidMaximumVaultTimeout": {
"message": "Invalid Maximum Vault Timeout."
},
"hours": {
"message": "Hours"
},
"minutes": {
"message": "Minutes"
},
"vaultTimeoutPolicyInEffect": {
"message": "Your organization policies are affecting your vault timeout. Maximum allowed Vault Timeout is $HOURS$ hour(s) and $MINUTES$ minute(s)",
"placeholders": {
"hours": {
"content": "$1",
"example": "5"
},
"minutes": {
"content": "$2",
"example": "5"
}
}
},
"customVaultTimeout": {
"message": "Custom Vault Timeout"
},
"vaultTimeoutToLarge": {
"message": "Your vault timeout exceeds the restriction set by your organization."
},
"vaultCustomTimeoutMinimum": {
"message": "カスタムタイムアウトの最小値は1分です。"
},
"vaultTimeoutRangeError": {
"message": "保管庫のタイムアウトは許可された範囲内にありません。"
},
"disablePersonalVaultExport": {
"message": "Disable Personal Vault Export"
},
"disablePersonalVaultExportDesc": {
"message": "Prohibits users from exporting their private vault data."
},
"vaultExportDisabled": {
"message": "Vault Export Disabled"
},
"personalVaultExportPolicyInEffect": {
"message": "One or more organization policies prevents you from exporting your personal vault."
},
"selectType": {
"message": "Select SSO Type"
},
"type": {
"message": "Type"
},
"openIdConnectConfig": {
"message": "OpenID Connect Configuration"
},
"samlSpConfig": {
"message": "SAML Service Provider Configuration"
},
"samlIdpConfig": {
"message": "SAML Identity Provider Configuration"
},
"callbackPath": {
"message": "Callback Path"
},
"signedOutCallbackPath": {
"message": "Signed Out Callback Path"
},
"authority": {
"message": "Authority"
},
"clientId": {
"message": "Client ID"
},
"clientSecret": {
"message": "Client Secret"
},
"metadataAddress": {
"message": "Metadata Address"
},
"oidcRedirectBehavior": {
"message": "OIDC Redirect Behavior"
},
"getClaimsFromUserInfoEndpoint": {
"message": "Get claims from user info endpoint"
},
"additionalScopes": {
"message": "Custom Scopes"
},
"additionalUserIdClaimTypes": {
"message": "Custom User ID Claim Types"
},
"additionalEmailClaimTypes": {
"message": "Email Claim Types"
},
"additionalNameClaimTypes": {
"message": "Custom Name Claim Types"
},
"acrValues": {
"message": "Requested Authentication Context Class Reference values"
},
"expectedReturnAcrValue": {
"message": "Expected \"acr\" Claim Value In Response"
},
"spEntityId": {
"message": "SP Entity ID"
},
"spMetadataUrl": {
"message": "SAML 2.0 Metadata URL"
},
"spAcsUrl": {
"message": "Assertion Consumer Service (ACS) URL"
},
"spNameIdFormat": {
"message": "Name ID Format"
},
"spOutboundSigningAlgorithm": {
"message": "Outbound Signing Algorithm"
},
"spSigningBehavior": {
"message": "Signing Behavior"
},
"spMinIncomingSigningAlgorithm": {
"message": "Minimum Incoming Signing Algorithm"
},
"spWantAssertionsSigned": {
"message": "Expect signed assertions"
},
"spValidateCertificates": {
"message": "Validate certificates"
},
"idpEntityId": {
"message": "Entity ID"
},
"idpBindingType": {
"message": "Binding Type"
},
"idpSingleSignOnServiceUrl": {
"message": "Single Sign On Service URL"
},
"idpSingleLogoutServiceUrl": {
"message": "Single Log Out Service URL"
},
"idpX509PublicCert": {
"message": "X509 Public Certificate"
},
"idpOutboundSigningAlgorithm": {
"message": "Outbound Signing Algorithm"
},
"idpAllowUnsolicitedAuthnResponse": {
"message": "Allow unsolicited authentication response"
},
"idpAllowOutboundLogoutRequests": {
"message": "アウトバウンドログアウト要求を許可する"
},
"idpSignAuthenticationRequests": {
"message": "認証リクエストに署名する"
},
"ssoSettingsSaved": {
"message": "Single Sign-On configuration was saved."
},
"sponsoredFamilies": {
"message": "Free Bitwarden Families"
},
"sponsoredFamiliesEligible": {
"message": "You and your family are eligible for Free Bitwarden Families. Redeem with your personal email to keep your data secure even when you are not at work."
},
"sponsoredFamiliesEligibleCard": {
"message": "Redeem your Free Bitwarden for Families plan today to keep your data secure even when you are not at work."
},
"sponsoredFamiliesInclude": {
"message": "The Bitwarden for Families plan include"
},
"sponsoredFamiliesPremiumAccess": {
"message": "Premium access for up to 6 users"
},
"sponsoredFamiliesSharedCollections": {
"message": "Shared collections for Family secrets"
},
"badToken": {
"message": "The link is no longer valid. Please have the sponsor resend the offer."
},
"reclaimedFreePlan": {
"message": "Reclaimed free plan"
},
"redeem": {
"message": "Redeem"
},
"sponsoredFamiliesSelectOffer": {
"message": "Select the organization you would like sponsored"
},
"familiesSponsoringOrgSelect": {
"message": "Which Free Families offer would you like to redeem?"
},
"sponsoredFamiliesEmail": {
"message": "Enter your personal email to redeem Bitwarden Families"
},
"sponsoredFamiliesLeaveCopy": {
"message": "If you remove an offer or are removed from the sponsoring organization, your Families sponsorship will expire at the next renewal date."
},
"acceptBitwardenFamiliesHelp": {
"message": "Accept offer for an existing organization or create a new Families organization."
},
"setupSponsoredFamiliesLoginDesc": {
"message": "You've been offered a free Bitwarden Families Plan Organization. To continue, you need to log in to the account that received the offer."
},
"sponsoredFamiliesAcceptFailed": {
"message": "Unable to accept offer. Please resend the offer email from your enterprise account and try again."
},
"sponsoredFamiliesAcceptFailedShort": {
"message": "Unable to accept offer. $DESCRIPTION$",
"placeholders": {
"description": {
"content": "$1",
"example": "You must have at least one existing Families Organization."
}
}
},
"sponsoredFamiliesOffer": {
"message": "Accept Free Bitwarden Families"
},
"sponsoredFamiliesOfferRedeemed": {
"message": "Free Bitwarden Families offer successfully redeemed"
},
"redeemed": {
"message": "Redeemed"
},
"redeemedAccount": {
"message": "Redeemed Account"
},
"revokeAccount": {
"message": "Revoke account $NAME$",
"placeholders": {
"name": {
"content": "$1",
"example": "My Sponsorship Name"
}
}
},
"resendEmailLabel": {
"message": "Resend Sponsorship email to $NAME$ sponsorship",
"placeholders": {
"name": {
"content": "$1",
"example": "My Sponsorship Name"
}
}
},
"freeFamiliesPlan": {
"message": "Free Families Plan"
},
"redeemNow": {
"message": "Redeem Now"
},
"recipient": {
"message": "受信者"
},
"removeSponsorship": {
"message": "Remove Sponsorship"
},
"removeSponsorshipConfirmation": {
"message": "After removing a sponsorship, you will be responsible for this subscription and related invoices. Are you sure you want to continue?"
},
"sponsorshipCreated": {
"message": "Sponsorship Created"
},
"revoke": {
"message": "Revoke"
},
"emailSent": {
"message": "Email Sent"
},
"revokeSponsorshipConfirmation": {
"message": "After removing this account, the Families plan sponsorship will expire at the end of the billing period. You will not be able to redeem a new sponsorship offer until the existing one expires. Are you sure you want to continue?"
},
"removeSponsorshipSuccess": {
"message": "Sponsorship Removed"
},
"ssoKeyConnectorError": {
"message": "キーコネクターエラー: キーコネクターが使用可能で、正常に動作しているか確認してください。"
},
"keyConnectorUrl": {
"message": "キーコネクター URL"
},
"sendVerificationCode": {
"message": "確認コードをメールに送信"
},
"sendCode": {
"message": "コードを送信"
},
"codeSent": {
"message": "確認コードを送信しました。"
},
"verificationCode": {
"message": "認証コード"
},
"confirmIdentity": {
"message": "続行するには本人確認を行ってください。"
},
"verificationCodeRequired": {
"message": "認証コードが必要です。"
},
"invalidVerificationCode": {
"message": "認証コードが間違っています"
},
"convertOrganizationEncryptionDesc": {
"message": "$ORGANIZATION$ は自己ホストの鍵サーバで SSO を使用しています。この組織のメンバーのログインにマスターパスワードは必要ありません。",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"leaveOrganization": {
"message": "組織から脱退する"
},
"removeMasterPassword": {
"message": "マスターパスワードを削除する"
},
"removedMasterPassword": {
"message": "マスターパスワードを削除しました。"
},
"allowSso": {
"message": "SSO 認証を許可する"
},
"allowSsoDesc": {
"message": "セットアップが完了すると設定が保存され、メンバーは ID プロバイダーの資格情報を使用して認証することができます。"
},
"ssoPolicyHelpStart": {
"message": "すべてのメンバーが SSO でログインするには",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enable the SSO Authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpLink": {
"message": "SSO ポリシー",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enable the SSO Authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpEnd": {
"message": "を有効にしてください。",
"description": "This will be used as part of a larger sentence, broken up to include links. The full sentence will read 'Enable the SSO Authentication policy to require all members to log in with SSO.'"
},
"ssoPolicyHelpKeyConnector": {
"message": "SSO Authentication and Single Organization policies are required to set up Key Connector decryption."
},
"memberDecryptionOption": {
"message": "メンバー復号オプション"
},
"memberDecryptionPassDesc": {
"message": "認証が完了すると、メンバーはマスターパスワードを使用して保管庫データを復号します。"
},
"keyConnector": {
"message": "キーコネクター"
},
"memberDecryptionKeyConnectorDesc": {
"message": "SSO でログインして自己ホスト型の復号キーサーバーに接続します。このオプションを使用すると、メンバーは保管庫のデータを復号するためにマスターパスワードを使用する必要はありません。"
},
"keyConnectorPolicyRestriction": {
"message": "「SSO とキーコネクター複合でのログイン」が有効になっています。このポリシーは、オーナーと管理者にのみ適用されます。"
},
"enabledSso": {
"message": "SSO を有効にしました"
},
"disabledSso": {
"message": "SSOを無効にしました"
},
"enabledKeyConnector": {
"message": "キーコネクターを有効にしました"
},
"disabledKeyConnector": {
"message": "キーコネクターを無効にしました"
},
"keyConnectorWarning": {
"message": "キーコネクターがセットアップされると、メンバー復号オプションは変更できません。"
},
"migratedKeyConnector": {
"message": "キーコネクターに移行しました"
},
"paymentSponsored": {
"message": "Please provide a payment method to associate with the organization. Don't worry, we won't charge you anything unless you select additional features or your sponsorship expires. "
},
"orgCreatedSponsorshipInvalid": {
"message": "The sponsorship offer has expired. You may delete the organization you created to avoid a charge at the end of your 7 day trial. Otherwise you may close this prompt to keep the organization and assume billing responsibility."
},
"newFamiliesOrganization": {
"message": "New Families Organization"
},
"acceptOffer": {
"message": "Accept Offer"
},
"sponsoringOrg": {
"message": "Sponsoring Organization"
},
"keyConnectorTest": {
"message": "テスト"
},
"keyConnectorTestSuccess": {
"message": "成功!キーコネクタに到達しました。"
},
"keyConnectorTestFail": {
"message": "キーコネクタに接続できません。URLを確認してください。"
},
"sponsorshipTokenHasExpired": {
"message": "The sponsorship offer has expired."
},
"freeWithSponsorship": {
"message": "FREE with sponsorship"
},
"viewBillingSyncToken": {
"message": "請求書同期トークンを表示"
},
"generateBillingSyncToken": {
"message": "請求同期トークンを生成"
},
"copyPasteBillingSync": {
"message": "セルフホスト組織の請求同期設定にこのトークンをコピーして貼り付けてください。"
},
"billingSyncCanAccess": {
"message": "請求同期トークンは、この組織のサブスクリプション設定にアクセスして編集できます。"
},
"manageBillingSync": {
"message": "請求書同期の管理"
},
"setUpBillingSync": {
"message": "請求書同期の設定"
},
"generateToken": {
"message": "トークンを生成"
},
"rotateToken": {
"message": "トークンを更新"
},
"rotateBillingSyncTokenWarning": {
"message": "続行する場合は、セルフホストサーバー上で請求同期を再設定する必要があります。"
},
"rotateBillingSyncTokenTitle": {
"message": "請求同期トークンを更新すると、前のトークンは無効になります。"
},
"selfHostingTitle": {
"message": "セルフホスティング"
},
"selfHostingEnterpriseOrganizationSectionCopy": {
"message": "組織を自分のサーバーにセットアップするには、ライセンスファイルをアップロードする必要があります。 セルフホスト組織の Free Families プランと高度な課金機能をサポートするには、 請求同期を設定する必要があります。"
},
"billingSyncApiKeyRotated": {
"message": "トークンを更新しました。"
},
"billingSync": {
"message": "請求の同期"
},
"billingSyncDesc": {
"message": "Billing Sync provides Free Families plans for members and advanced billing capabilities by linking your self-hosted Bitwarden to the Bitwarden cloud server."
},
"billingSyncKeyDesc": {
"message": "A Billing Sync Token from your cloud organization's subscription settings is required to complete this form."
},
"billingSyncKey": {
"message": "請求同期トークン"
},
"active": {
"message": "有効"
},
"inactive": {
"message": "無効"
},
"sentAwaitingSync": {
"message": "送信済み (同期待機中)"
},
"sent": {
"message": "送信済み"
},
"requestRemoved": {
"message": "削除(同期待機中)"
},
"requested": {
"message": "リクエスト済み"
},
"formErrorSummaryPlural": {
"message": "上記の $COUNT$ フィールドは注意が必要です。",
"placeholders": {
"count": {
"content": "$1",
"example": "5"
}
}
},
"formErrorSummarySingle": {
"message": "上記の 1 フィールドは注意が必要です。"
},
"fieldRequiredError": {
"message": "$FIELDNAME$ は必須です。",
"placeholders": {
"fieldname": {
"content": "$1",
"example": "Full name"
}
}
},
"required": {
"message": "必須"
},
"idpSingleSignOnServiceUrlRequired": {
"message": "エンティティ ID が URL でない場合は必須です。"
},
"openIdOptionalCustomizations": {
"message": "オプションのカスタマイズ"
},
"openIdAuthorityRequired": {
"message": "権限が無効な場合は必須です。"
},
"separateMultipleWithComma": {
"message": "コンマで複数を区切ります。"
},
"sessionTimeout": {
"message": "セッションがタイムアウトしました。もう一度ログインしてください。"
},
"exportingPersonalVaultTitle": {
"message": "個人保管庫のエクスポート"
},
"exportingOrganizationVaultTitle": {
"message": "組織保管庫のエクスポート"
},
"exportingPersonalVaultDescription": {
"message": "$EMAIL$ に関連付けられた個人用保管庫アイテムのみがエクスポートされます。組織用保管庫アイテムは含まれません。",
"placeholders": {
"email": {
"content": "$1",
"example": "name@example.com"
}
}
},
"exportingOrganizationVaultDescription": {
"message": "$ORGANIZATION$ に関連付けられた組織保管庫のアイテムのみがエクスポートされます。他の組織や個人保管庫のアイテムは含まれません。",
"placeholders": {
"organization": {
"content": "$1",
"example": "My Org Name"
}
}
},
"accessDenied": {
"message": "アクセスが拒否されました。このページを表示する権限がありません。"
},
"masterPassword": {
"message": "マスターパスワード"
},
"security": {
"message": "セキュリティ"
},
"keys": {
"message": "キー"
},
"billingHistory": {
"message": "請求履歴"
},
"backToReports": {
"message": "レポートに戻る"
},
"organizationPicker": {
"message": "組織選択"
},
"currentOrganization": {
"message": "現在の組織",
"description": "This is used by screen readers to indicate the organization that is currently being shown to the user."
},
"accountSettings": {
"message": "アカウント設定"
},
"generator": {
"message": "ジェネレーター"
},
"whatWouldYouLikeToGenerate": {
"message": "何を生成しますか?"
},
"passwordType": {
"message": "パスワードの種類"
},
"regenerateUsername": {
"message": "ユーザー名を再生成"
},
"generateUsername": {
"message": "ユーザー名を生成"
},
"usernameType": {
"message": "ユーザー名の種類"
},
"plusAddressedEmail": {
"message": "プラス付きのメールアドレス",
"description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
},
"plusAddressedEmailDesc": {
"message": "メールプロバイダのエイリアス機能を使用します。"
},
"catchallEmail": {
"message": "キャッチオールメール"
},
"catchallEmailDesc": {
"message": "ドメインに設定されたキャッチオール受信トレイを使用します。"
},
"random": {
"message": "ランダム",
"description": "Generates domain-based username using random letters"
},
"randomWord": {
"message": "ランダムな単語"
},
"service": {
"message": "サービス"
},
"unknownCipher": {
"message": "不明なアイテムです。このアイテムにアクセスするには別のアカウントでログインする必要があります。"
},
"cannotSponsorSelf": {
"message": "有効なアカウントと引き換えることはできません。別のメールアドレスを入力してください。"
},
"revokeWhenExpired": {
"message": "有効期限: $DATE$",
"placeholders": {
"date": {
"content": "$1",
"example": "12/31/2020"
}
}
},
"awaitingSyncSingular": {
"message": "トークンは $DAYS$ 日前に更新されました。セルフホスト組織設定で請求同期トークンを更新してください。",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"awaitingSyncPlural": {
"message": "トークンが $DAYS$ 日前に更新されました。セルフホスト組織設定で請求同期トークンを更新してください。",
"placeholders": {
"days": {
"content": "$1",
"example": "1"
}
}
},
"lastSync": {
"message": "前回の同期",
"Description": "Used as a prefix to indicate the last time a sync occured. Example \"Last sync 1968-11-16 00:00:00\""
},
"sponsorshipsSynced": {
"message": "セルフホストのスポンサーシップが同期されました。"
},
"billingManagedByProvider": {
"message": "$PROVIDER$による管理",
"placeholders": {
"provider": {
"content": "$1",
"example": "Managed Services Company"
}
}
},
"billingContactProviderForAssistance": {
"message": "さらに詳しい情報をお求めの方は、こちらへご連絡ください。",
"description": "This text is displayed if an organization's billing is managed by a Provider. It tells the user to contact the Provider for assistance."
},
"forwardedEmail": {
"message": "転送されたメールエイリアス"
},
"forwardedEmailDesc": {
"message": "外部転送サービスを使用してメールエイリアスを生成します。"
},
"hostname": {
"message": "ホスト名",
"description": "Part of a URL."
},
"apiAccessToken": {
"message": "API アクセストークン"
},
"deviceVerification": {
"message": "デバイス認証"
},
"enableDeviceVerification": {
"message": "デバイス認証を有効にする"
},
"deviceVerificationDesc": {
"message": "有効にすると、認識できないデバイスからログインする際に認証コードがメールアドレスに送信されます"
},
"updatedDeviceVerification": {
"message": "デバイスの認証を更新しました"
},
"areYouSureYouWantToEnableDeviceVerificationTheVerificationCodeEmailsWillArriveAtX": {
"message": "デバイス認証を有効にしてもよろしいですか?認証コードのメールがこちらに届きます: $EMAIL$",
"placeholders": {
"email": {
"content": "$1",
"example": "My Email"
}
}
}
}