summaryrefslogtreecommitdiff
path: root/src/main/resources/messages
diff options
context:
space:
mode:
authordell <[email protected]>2018-01-16 09:57:12 +0800
committerdell <[email protected]>2018-01-16 09:57:12 +0800
commitf45edaddb5409f978e4106fa5311fd63c1c4de0f (patch)
treedc1224927effcde35f8660ea2fa902a4e4adbe99 /src/main/resources/messages
parent0597c974e85af7d92ad456af6d4ec889c647c75f (diff)
增加系统国际化配置HEADmaster
Diffstat (limited to 'src/main/resources/messages')
-rw-r--r--src/main/resources/messages/message_en.properties21
-rw-r--r--src/main/resources/messages/message_ru.properties21
-rw-r--r--src/main/resources/messages/message_zh_CN.properties21
3 files changed, 63 insertions, 0 deletions
diff --git a/src/main/resources/messages/message_en.properties b/src/main/resources/messages/message_en.properties
new file mode 100644
index 000000000..4d29aa9aa
--- /dev/null
+++ b/src/main/resources/messages/message_en.properties
@@ -0,0 +1,21 @@
+#menu and button info
+funMenu=function menu
+sysManage=system management
+sysAuthor=system authorization
+menuManage=menu management
+roleManage=role management
+dictManage=dictionary management
+basicManage=basic management
+areaManage=area management
+officeManage=office management
+userManage=user management
+notify=my notify
+help=help
+home=home
+panel=my panel
+userInfo=personal information
+updatePwd=update password
+show=show
+edit=edit
+hi=hi
+exit=exit \ No newline at end of file
diff --git a/src/main/resources/messages/message_ru.properties b/src/main/resources/messages/message_ru.properties
new file mode 100644
index 000000000..004f547c6
--- /dev/null
+++ b/src/main/resources/messages/message_ru.properties
@@ -0,0 +1,21 @@
+#menu and button info
+funMenu=function menu
+sysManage=system management
+sysAuthor=system authorization
+menuManage=menu management
+roleManage=role management
+dictManage=dictionary management
+basicManage=basic management
+areaManage=area management
+officeManage=office management
+userManage=user management
+notify=my notify
+help=help
+home=home
+panel=my panel
+userInfo=personal information
+updatePwd=update password
+show=show
+edit=edit
+hi=hi
+exit=exit
diff --git a/src/main/resources/messages/message_zh_CN.properties b/src/main/resources/messages/message_zh_CN.properties
new file mode 100644
index 000000000..0beefcec7
--- /dev/null
+++ b/src/main/resources/messages/message_zh_CN.properties
@@ -0,0 +1,21 @@
+#menu and button info
+funMenu=\u529F\u80FD\u83DC\u5355
+sysManage=\u7CFB\u7EDF\u7BA1\u7406
+sysAuthor=\u7CFB\u7EDF\u6388\u6743
+menuManage=\u83DC\u5355\u7BA1\u7406
+roleManage=\u89D2\u8272\u7BA1\u7406
+dictManage=\u5B57\u5178\u7BA1\u7406
+basicManage=\u57FA\u672C\u7BA1\u7406
+areaManage=\u533A\u57DF\u7BA1\u7406
+officeManage=\u673A\u6784\u7BA1\u7406
+userManage=\u7528\u6237\u7BA1\u7406
+notify=\u6211\u7684\u540C\u5FD7
+help=\u5173\u4E8E\u5E2E\u52A9
+home=\u5B98\u65B9\u9996\u9875
+panel=\u6211\u7684\u9762\u677F
+userInfo=\u4E2A\u4EBA\u4FE1\u606F
+updatePwd=\u4FEE\u6539\u5BC6\u7801
+show=\u67E5\u770B
+edit=\u4FEE\u6539
+hi=\u4F60\u597D
+exit=\u9000\u51FA \ No newline at end of file