New translations messages.json (Japanese)

This commit is contained in:
Kyle Spearrin 2021-06-29 14:08:33 -04:00
parent 8a80aa7128
commit 698f3be3bf
1 changed files with 52 additions and 18 deletions

View File

@ -150,6 +150,9 @@
"save": {
"message": "保存"
},
"move": {
"message": "Move"
},
"addFolder": {
"message": "フォルダーを追加"
},
@ -628,23 +631,33 @@
"shared": {
"message": "共有"
},
"shareVault": {
"message": "保管庫の共有"
"learnOrg": {
"message": "Learn about Organizations"
},
"shareVaultConfirmation": {
"message": "Bitwardenでは、組織アカウントを使用して保管庫を他の人と共有できます。 詳細はbitwarden.comのウェブサイトをご覧ください。"
"learnOrgConfirmation": {
"message": "Bitwarden allows you to share your vault items with others by using an organization. Would you like to visit the bitwarden.com website to learn more?"
},
"shareItem": {
"message": "アイテムを共有する"
"moveToOrganization": {
"message": "Move to Organization"
},
"share": {
"message": "共有"
},
"sharedItem": {
"message": "共有しました"
"movedItemToOrg": {
"message": "$ITEMNAME$ moved to $ORGNAME$",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
},
"orgname": {
"content": "$2",
"example": "Company Name"
}
}
},
"shareDesc": {
"message": "このアイテムを共有する組織を選択してください。共有するとアイテムの所有権は組織に移行し、あなたはもはやこのアイテムの直接のオーナーではなくなります。"
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
"learnMore": {
"message": "さらに詳しく"
@ -686,7 +699,7 @@
"message": "ファイルを選択してください。"
},
"maxFileSize": {
"message": "最大ファイルサイズ: 100 MB"
"message": "最大ファイルサイズ: 500 MB"
},
"featureUnavailable": {
"message": "サービスが利用できません"
@ -803,7 +816,10 @@
"message": "セキュリティキーを USB ポートに挿入し、ボタンがある場合はボタンをタッチしてください。"
},
"webAuthnNewTab": {
"message": "Continue the WebAuthn 2FA verification in the new tab."
"message": "To start the WebAuthn 2FA verification. Click the button below to open a new tab and follow the instructions provided in the new tab."
},
"webAuthnNewTabOpen": {
"message": "Open new tab"
},
"webAuthnAuthenticate": {
"message": "Authenticate WebAuthn"
@ -898,15 +914,27 @@
"enableAutoFillOnPageLoadDesc": {
"message": "ページ読み込み時にログインフォームを検出したとき、ログイン情報を自動入力します。"
},
"enableAutoTotpCopyOnAutoFill": {
"message": "Automatic TOTP Copy after Page Load"
},
"enableAutoTotpCopyOnAutoFillDesc": {
"message": "If Auto-fill On Page Load is enabled, the TOTP verification code is automatically copied to your clipboard after loading the web page. This is overridden by Disable Automatic TOTP Copy."
},
"experimentalFeature": {
"message": "これは現在、実験的な機能です。自己責任で使用してください。"
},
"defaultAutoFillOnPageLoad": {
"message": "Default autofill setting for login items"
},
"defaultAutoFillOnPageLoadDesc": {
"message": "After enabling Auto-fill on Page Load, you can enable or disable the feature for individual login items. This is the default setting for login items that are not separately configured."
},
"itemAutoFillOnPageLoad": {
"message": "Auto-fill on Page Load (if enabled in Options)"
},
"autoFillOnPageLoadUseDefault": {
"message": "Use default setting"
},
"autoFillOnPageLoadYes": {
"message": "Auto-fill on page load"
},
"autoFillOnPageLoadNo": {
"message": "Do not auto-fill on page load"
},
"commandOpenPopup": {
"message": "ポップアップで保管庫を開く"
},
@ -1718,5 +1746,11 @@
},
"passwordConfirmationDesc": {
"message": "この操作は保護されています。続行するには、確認のためにマスターパスワードを再入力してください。"
},
"emailVerificationRequired": {
"message": "Email Verification Required"
},
"emailVerificationRequiredDesc": {
"message": "You must verify your email to use this feature. You can verify your email in the web vault."
}
}