Skip to content

Commit

Permalink
Add Chinese translations (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
yg0x01 authored Nov 19, 2020
1 parent a28c0c6 commit 67784ad
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/client-react/src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ const translations = {
moveForward: 'Move forward',
moveBack: 'Move back',
},
zh: {
moveForward: '向前',
moveBack: '后退',
},

de: {
moveForward: 'Vorwärts',
Expand Down
32 changes: 32 additions & 0 deletions packages/connector-node-v1/src/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,38 @@ const translations = {
reallyRemove: '{files} will be deleted. Do you really want to proceed?',
unableReadDir: 'Unable to read a directory.'
},
zh: {
uploading: '正在上传中',
uploadingItem: '正在上传1个文件',
uploadingItems: '正在上传{quantity}个文件',
upload: '上传',
remove: '移除',
download: '下载',
rename: '重命名',
creating: '正在创建中',
creatingName: '正在创建 {name} 中...',
create: '创建',
createFolder: '创建文件夹',
zipping: '正在压缩中',
zippingItem: '正在压缩1个文件',
zippingItems: '正在压缩{quantity}个文件',
items: '文件',
item: '文件',
cancel: '取消',
confirm: '确定',
folderName: '文件夹名称',
files: '文件',
fileExist: '已存在{name}',
newName: '新名称',
emptyName: '名称不能为空',
tooLongFolderName: '文件夹名称不能超过255个字符',
folderNameNotAllowedCharacters: '文件夹名称不允许存在特殊字符',
title: '标题',
fileSize: '文件大小',
lastModified: '最近修改时间',
reallyRemove: '{files}将会被删除,请确认!',
unableReadDir: '无法读取文件夹'
},

de: {
uploading: 'Wird hochgeladen',
Expand Down

0 comments on commit 67784ad

Please sign in to comment.