Browse Source

feat: change jumpTo & selectDate ja_JP text (#135)

Void-YY 4 years ago
parent
commit
65d6d6d6fd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/semi-ui/locale/source/ja_JP.ts

+ 2 - 2
packages/semi-ui/locale/source/ja_JP.ts

@@ -9,7 +9,7 @@ const local: Locale = {
         page: 'ページ',
         pageSize: '個数 / ページ',
         total: '合計',
-        jumpTo: 'にジャンプ'
+        jumpTo: 'ページへ'
     },
     Modal: {
         confirm: '確認する',
@@ -39,7 +39,7 @@ const local: Locale = {
             confirm: '確認する',
             cancel: 'キャンセル',
         },
-        selectDate: '選択日を返す',
+        selectDate: '日付を選ぶ',
         selectTime: '時間を選ぶ',
         year: '年',
         month: '月',