mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(locale): translated ja (#2050)
This commit is contained in:
@@ -108,14 +108,14 @@ export default {
|
||||
hasCheckedFormat: '{checked}/{total} を選択した',
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED', // to be translated
|
||||
error: '失敗',
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back', // to be translated
|
||||
title: '戻る',
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No', // to be translated
|
||||
confirmButtonText: 'はい',
|
||||
cancelButtonText: 'いいえ',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user