Files
therinaldos.com/wedding-pics/apps/password_policy/l10n/ja.json
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

33 lines
4.2 KiB
JSON

{ "translations": {
"Password is expired, please use forgot password method to reset" : "パスワードの有効期限が切れています。「パスワードをお忘れですか?」のリンクからパスワードの再設定をお試しください。",
"Password must not have been used recently before." : "パスワードは、最近使用されたものではありません。",
"Password is among the 1,000,000 most common ones. Please make it unique." : "パスワードは最も一般的なパスワード1,000,000個の中に入っています。もっと違うものにしてください。",
"Password is present in compromised password list. Please choose a different password." : "現在のパスワードは危険なパスワードリストに含まれるものです。別のパスワードを選択してください。",
"Password needs to be at least %s characters long." : "パスワードは少なくとも%s文字以上の長さである必要があります。",
"Password needs to contain at least one numeric character." : "パスワードは1つ以上の数字を含む必要があります",
"Password needs to contain at least one special character." : "パスワードは1つ以上の特別な文字を含む必要があります",
"Password needs to contain at least one lower and one upper case character." : "パスワードは1つ以上の大文字と小文字をそれぞれ含む必要があります",
"Password policy" : "パスワードポリシー",
"Allows admins to configure a password policy" : "管理者がパスワードポリシーを設定することを許可します",
"Allow admin to define certain pre-conditions for password, e.g. enforce a minimum length" : "管理者が事前に一定の制約をパスワードに課すことを許可します。(例:最小の長さを強制)",
"Minimum password length" : "最低限のパスワードの長さ",
"User password history" : "ユーザーのパスワード履歴",
"Number of days until user password expires" : "ユーザーのパスワードが失効するまでの日数",
"Number of login attempts before the user account is blocked (0 for no limit)" : "ユーザーアカウントがブロックされるまでのログイン試行回数 (制限なしの場合は0)",
"Forbid common passwords" : "一般的なパスワードを禁止する",
"Enforce upper and lower case characters" : "大文字と小文字を必ず含む",
"Enforce numeric characters" : "数字を必ず含む",
"Enforce special characters" : "記号を必ず含む",
"Check password against the list of breached passwords from haveibeenpwned.com" : "haveibeenpwned.comの侵害されたパスワードのリストと比較してパスワードをチェックする",
"This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "このチェックでは、パスワードのハッシュを生成して先頭5文字をhaveibeenpwned.com APIに送信し、その5文字から始まるすべてのハッシュリストを取得します。 そして、パスワードハッシュが結果セットに含まれているかどうかNextcloudサーバーをチェックします。",
"Unknown error" : "不明なエラー",
"Minimal length has to be a non negative number" : "最小の長さにマイナスの数は設定できません",
"History size has to be a non negative number" : "履歴サイズにマイナスの数は設定できません",
"Expiration days have to be a non negative number" : "有効期限にマイナスの数は設定できません",
"Maximum login attempts have to be a non negative number" : "最大ログイン試行回数にマイナスの数は設定できません",
"Settings saved" : "設定が保存されました",
"Error while saving settings" : "設定の保存中にエラーが発生",
"Saved" : "保存しました",
"Error while saving" : "保存中にエラーが発生しました"
},"pluralForm" :"nplurals=1; plural=0;"
}