Files
homarr/public/locales/ja/manage/users.json
2024-08-24 14:39:51 +02:00

44 lines
1.8 KiB
JSON
Raw Permalink 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.
{
"metaTitle": "ユーザー",
"pageTitle": "ユーザー管理",
"buttons": {
"create": "作成"
},
"filter": {
"roles": {
"all": "すべて",
"normal": "通常",
"admin": "管理者",
"owner": "所有者"
}
},
"table": {
"header": {
"user": "ユーザー",
"email": "Eメール"
}
},
"tooltips": {
"deleteUser": "ユーザー削除",
"demoteAdmin": "管理者の解任",
"promoteToAdmin": "管理者への昇格"
},
"modals": {
"delete": {
"title": "ユーザー削除 {{name}}",
"text": "本当にユーザー {{name}}を削除しますか?これにより、このアカウントに関連付けられたデータは削除されますが、このユーザが作成したダッシュボードは削除されません。"
},
"change-role": {
"promote": {
"title": "ユーザー {{name}} を管理者に昇格させる",
"text": "本当にユーザー {{name}} を管理者に昇格させたいですかこれにより、そのユーザーはHomarrインスタンス上のすべてのリソースにアクセスできるようになります。"
},
"demote": {
"title": "{{name}} ユーザーを降格させる",
"text": "{{name}} のユーザーを user に降格させますかこれにより、Homarrインスタンス上のすべてのリソースへのユーザーのアクセス権が削除されます。"
},
"confirm": "確認"
}
},
"searchDoesntMatch": "検索条件に一致する項目がありません。フィルタを調整してください。"
}