fix(locale): translated ja (#2050)

This commit is contained in:
Zong
2021-05-24 11:02:07 +08:00
committed by GitHub
parent 9ee93ddf81
commit 548eed72b1

View File

@@ -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: 'いいえ',
},
},
}