mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 12:07:44 +08:00
67eff2b4e8
* Add RequiredMark to Form * Add localization for form optional label * fix locales * fix test Co-authored-by: James Yeung <shunjiey@hotmail.com>
130 lines
3.9 KiB
JSON
130 lines
3.9 KiB
JSON
{
|
|
"locale": "ja-JP",
|
|
"Pagination": {
|
|
"items_per_page": "/ ページ",
|
|
"jump_to": "移動",
|
|
"jump_to_confirm": "確認する",
|
|
"page": "ページ",
|
|
"prev_page": "前のページ",
|
|
"next_page": "次のページ",
|
|
"prev_5": "前 5ページ",
|
|
"next_5": "次 5ページ",
|
|
"prev_3": "前 3ページ",
|
|
"next_3": "次 3ページ"
|
|
},
|
|
"DatePicker": {
|
|
"lang": {
|
|
"placeholder": "日付を選択",
|
|
"rangePlaceholder": [ "開始日付", "終了日付" ],
|
|
"locale": "ja_JP",
|
|
"today": "今日",
|
|
"now": "現在時刻",
|
|
"backToToday": "今日に戻る",
|
|
"ok": "決定",
|
|
"timeSelect": "時間を選択",
|
|
"dateSelect": "日時を選択",
|
|
"weekSelect": "週を選択",
|
|
"clear": "クリア",
|
|
"month": "月",
|
|
"year": "年",
|
|
"previousMonth": "前月 (ページアップキー)",
|
|
"nextMonth": "翌月 (ページダウンキー)",
|
|
"monthSelect": "月を選択",
|
|
"yearSelect": "年を選択",
|
|
"decadeSelect": "年代を選択",
|
|
"yearFormat": "yyyy年",
|
|
"dayFormat": "d日",
|
|
"dateFormat": "yyyy年M月d日",
|
|
"dateTimeFormat": "yyyy年M月d日 HH時mm分ss秒",
|
|
"previousYear": "前年 (Controlを押しながら左キー)",
|
|
"nextYear": "翌年 (Controlを押しながら右キー)",
|
|
"previousDecade": "前の年代",
|
|
"nextDecade": "次の年代",
|
|
"previousCentury": "前の世紀",
|
|
"nextCentury": "次の世紀"
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "時刻を選択"
|
|
}
|
|
},
|
|
"TimePicker": {
|
|
"placeholder": "時刻を選択"
|
|
},
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "日付を選択",
|
|
"rangePlaceholder": [ "開始日付", "終了日付" ],
|
|
"locale": "ja_JP",
|
|
"today": "今日",
|
|
"now": "現在時刻",
|
|
"backToToday": "今日に戻る",
|
|
"ok": "決定",
|
|
"timeSelect": "時間を選択",
|
|
"dateSelect": "日時を選択",
|
|
"weekSelect": "週を選択",
|
|
"clear": "クリア",
|
|
"month": "月",
|
|
"year": "年",
|
|
"previousMonth": "前月 (ページアップキー)",
|
|
"nextMonth": "翌月 (ページダウンキー)",
|
|
"monthSelect": "月を選択",
|
|
"yearSelect": "年を選択",
|
|
"decadeSelect": "年代を選択",
|
|
"yearFormat": "yyyy年",
|
|
"dayFormat": "d日",
|
|
"dateFormat": "yyyy年M月d日",
|
|
"dateTimeFormat": "yyyy年M月d日 HH時mm分ss秒",
|
|
"previousYear": "前年 (Controlを押しながら左キー)",
|
|
"nextYear": "翌年 (Controlを押しながら右キー)",
|
|
"previousDecade": "前の年代",
|
|
"nextDecade": "次の年代",
|
|
"previousCentury": "前の世紀",
|
|
"nextCentury": "次の世紀"
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "時刻を選択"
|
|
}
|
|
},
|
|
"Table": {
|
|
"filterTitle": "メニューをフィルター",
|
|
"filterConfirm": "OK",
|
|
"filterReset": "リセット",
|
|
"selectAll": "すべてを選択",
|
|
"selectInvert": "選択を反転"
|
|
},
|
|
"Modal": {
|
|
"okText": "OK",
|
|
"cancelText": "キャンセル"
|
|
},
|
|
"Confirm": {
|
|
"okText": "OK",
|
|
"cancelText": "キャンセル",
|
|
"yesText": "はい",
|
|
"noText": "なし",
|
|
"retryText": "再試行",
|
|
"abortText": "中止する",
|
|
"ignoreText": "無視"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "OK",
|
|
"cancelText": "キャンセル"
|
|
},
|
|
"Transfer": {
|
|
"searchPlaceholder": "ここを検索",
|
|
"itemUnit": "アイテム",
|
|
"itemsUnit": "アイテム"
|
|
},
|
|
"Upload": {
|
|
"uploading": "アップロード中...",
|
|
"removeFile": "ファイルを削除",
|
|
"uploadError": "アップロードエラー",
|
|
"previewFile": "ファイルをプレビュー",
|
|
"downloadFile": "ダウンロードファイル"
|
|
},
|
|
"Empty": {
|
|
"description": "データがありません"
|
|
},
|
|
"Form": {
|
|
"optional": "(optional)"
|
|
}
|
|
} |