Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing japanese translation #48704

Merged
merged 1 commit into from
Apr 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;