Files
NodeBB/public/language/ja/admin/manage/user-custom-fields.json
2026-03-21 09:07:35 +00:00

28 lines
1.3 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.
{
"title": "カスタムユーザーフィールドの管理",
"create-field": "フィールドを作成",
"edit-field": "フィールドを編集",
"manage-custom-fields": "カスタムフィールドを管理",
"type-of-input": "入力タイプ",
"key": "キー",
"name": "名前",
"icon": "アイコン",
"type": "タイプ",
"min-rep": "最低評価",
"input-type-text": "入力(テキスト)",
"input-type-link": "入力(リンク)",
"input-type-number": "入力(数値)",
"input-type-date": "入力(日付)",
"input-type-select": "選択",
"input-type-select-multi": "複数選択",
"select-options": "オプション",
"select-options-help": "選択要素のオプションを1行に1つ追加",
"minimum-reputation": "最低評価",
"minimum-reputation-help": "ユーザーがこの値未満の場合、このフィールドを使用できません",
"delete-field-confirm-x": "カスタムフィールド「%1」を本当に削除しますか",
"custom-fields-saved": "カスタムフィールドを保存しました",
"visibility": "表示",
"visibility-all": "誰でもフィールドを見られます",
"visibility-loggedin": "ログインユーザーのみフィールドを見られます",
"visibility-privileged": "管理者やモデレーターなどの特権ユーザーのみフィールドを見られます"
}