Skip to content

Commit

Permalink
Add locale Chinese Simplified(zh_CN) by @mengkeys
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbeefeater committed Oct 31, 2016
1 parent 42bf346 commit 0a290b5
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 2 deletions.
21 changes: 21 additions & 0 deletions dist/ssi-uploader/js/ssi-uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,27 @@
pending: 'Εn attendant',
completed: 'Terminé',
inProgress: 'En cours'
},
zh_CN: {
success: '上传成功',
sucUpload: '上传成功',
chooseFiles: '选择文件',
uploadFailed: '上传失败',
serverError: '服务器内部错误',
error: '错误',
abort: '中止',
aborted: '已中止',
files: '文件',
upload: '上传',
clear: '清空',
drag: '将图片拖拽至此并释放',
sizeError: '$1 超出了 $2 的大小限制',
extError: '$1 类型不被支持',
someErrorsOccurred: '发生了一些错误!',
wentWrong: '出问题了哦!',
pending: '等待上传',
completed: '完成',
inProgress: '正在上传'
}
};

Expand Down
3 changes: 2 additions & 1 deletion dist/ssi-uploader/js/ssi-uploader.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ssi-uploader/js/ssi-uploader.min.js.map

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions src/ssi-uploader/js/ssi-uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,27 @@
pending: 'Εn attendant',
completed: 'Terminé',
inProgress: 'En cours'
},
zh_CN: {
success: '上传成功',
sucUpload: '上传成功',
chooseFiles: '选择文件',
uploadFailed: '上传失败',
serverError: '服务器内部错误',
error: '错误',
abort: '中止',
aborted: '已中止',
files: '文件',
upload: '上传',
clear: '清空',
drag: '将图片拖拽至此并释放',
sizeError: '$1 超出了 $2 的大小限制',
extError: '$1 类型不被支持',
someErrorsOccurred: '发生了一些错误!',
wentWrong: '出问题了哦!',
pending: '等待上传',
completed: '完成',
inProgress: '正在上传'
}
};

Expand Down

0 comments on commit 0a290b5

Please sign in to comment.