Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
🌐 add some translate
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 27, 2022
1 parent 12b8a61 commit 8a1cda0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/i18n/locales/jp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const zh = {
"DESC": "降順",
"Name": "ファイル名",
"Download": "ダウンロード",
"Home": "表紙",
"Home": "ホーム",
"fold": "折りたたむ",
"unfold": "展開する",
"Already the first page": "もう1ページ目だ",
Expand Down Expand Up @@ -131,6 +131,17 @@ const zh = {
"Are you sure you want to delete \"{{name}}\" ?": "「{{name}}」を削除してもよろしいですか?",
"Confirm": "確認",
"Delete {{number}} files": "{{number}}ファイルを削除",
"Copy": "コピー",
"Paste": "ペースト",
"New folder": "新しいフォルダ",
"Folder name": "フォルダ名",
"Rename": "名前を変更",
"New name": "新しい名前",
"Move": "移動",
"Select folder": "フォルダを選択",
"Move {{number}} files": "{{number}}ファイルを移動",
"Please select a folder": "フォルダを選択してください",
"Copy {{number}} files": "{{number}}ファイルをコピー",
}

export default zh
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ const zh = {
"Select folder": "选择文件夹",
"Move {{number}} files": "移动 {{number}} 个文件",
"Please select a folder": "请选择一个文件夹",
"Copy {{number}} files": "复制 {{number}} 个文件",
}

export default zh
Expand Down

0 comments on commit 8a1cda0

Please sign in to comment.