From 055d791c44f9b8a7c15893b62795f579420a1b63 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 18 Sep 2020 16:55:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=85=81=E8=AE=B8=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=A9=BA=E6=96=87=E4=BB=B6=E5=8F=8B=E6=83=85=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/src/main/resources/static/webuploader/0.1/i18n/en.js | 1 + .../src/main/resources/static/webuploader/0.1/i18n/ja_JP.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/core/src/main/resources/static/webuploader/0.1/i18n/en.js b/modules/core/src/main/resources/static/webuploader/0.1/i18n/en.js index f29c1fd2..59d6cf11 100644 --- a/modules/core/src/main/resources/static/webuploader/0.1/i18n/en.js +++ b/modules/core/src/main/resources/static/webuploader/0.1/i18n/en.js @@ -34,6 +34,7 @@ $.fn.webuploader.defaults.i18n = { '向右旋转': 'Rotate right', '向左旋转': 'Rotate left', + '不能上传空文件': 'Empty file error', '文件类型不对': 'File type error', '文件大小超出': 'File size exceeded', '文件传输中断': 'File transfer interrupt', diff --git a/modules/core/src/main/resources/static/webuploader/0.1/i18n/ja_JP.js b/modules/core/src/main/resources/static/webuploader/0.1/i18n/ja_JP.js index cccc1d61..8b1fb2ef 100644 --- a/modules/core/src/main/resources/static/webuploader/0.1/i18n/ja_JP.js +++ b/modules/core/src/main/resources/static/webuploader/0.1/i18n/ja_JP.js @@ -33,7 +33,8 @@ $.fn.webuploader.defaults.i18n = { '删除': '削除', '向右旋转': '右にまがる', '向左旋转': '左に回る', - + + '不能上传空文件': '空のファイルはアップロードできません', '文件类型不对': '書類のタイプが違う', '文件大小超出': '書類のサイズがはみ出る', '文件传输中断': 'ファイル転送を中断する。',