Skip to content

Commit

Permalink
locale: add missing japanese translation (#48704)
Browse files Browse the repository at this point in the history
  • Loading branch information
edikurniawan-dev committed Apr 30, 2024
1 parent 110c8b2 commit 4d05229
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions components/locale/ja_JP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ const localeValues: Locale = {
DatePicker,
TimePicker,
Calendar,
global: {
placeholder: '選んでください',
},
Table: {
filterTitle: 'フィルター',
filterConfirm: 'OK',
filterReset: 'リセット',
filterEmptyText: 'フィルターなし',
filterCheckall: 'すべてを選択',
filterSearchPlaceholder: 'フィルターで検索',
emptyText: 'データなし',
selectAll: 'ページ単位で選択',
selectInvert: 'ページ単位で反転',
selectNone: 'クリア',
Expand All @@ -32,6 +36,11 @@ const localeValues: Locale = {
triggerAsc: 'クリックで昇順にソート',
cancelSort: 'ソートをキャンセル',
},
Tour: {
Next: '次',
Previous: '前の',
Finish: '仕上げる',
},
Modal: {
okText: 'OK',
cancelText: 'キャンセル',
Expand All @@ -50,6 +59,7 @@ const localeValues: Locale = {
selectCurrent: '現在のページを選択',
removeCurrent: '現在のページを削除',
selectAll: 'ページ単位で選択',
deselectAll: 'すべてのデータの選択を解除する',
removeAll: 'ページ単位で削除',
selectInvert: 'ページ単位で反転',
},
Expand All @@ -63,7 +73,18 @@ const localeValues: Locale = {
Empty: {
description: 'データがありません',
},
Icon: {
icon: 'アイコン',
},
Text: {
edit: '編集',
copy: 'コピー',
copied: 'コピーされました',
expand: '拡大する',
collapse: '崩壊',
},
Form: {
optional: '(オプション)',
defaultValidateMessages: {
default: '${label}のフィールド検証エラー',
required: '${label}を入力してください',
Expand Down Expand Up @@ -112,6 +133,17 @@ const localeValues: Locale = {
},
},
},
Image: {
preview: 'プレビュー',
},
QRCode: {
expired: 'QRコードの有効期限が切れました',
refresh: 'リフレッシュ',
scanned: 'スキャン済み',
},
ColorPicker: {
presetEmpty: '空の',
},
};

export default localeValues;

0 comments on commit 4d05229

Please sign in to comment.