You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/07/09 07:42:38 UTC

[GitHub] ralf0131 closed pull request #57: Add i18n mapping #55

ralf0131 closed pull request #57: Add i18n mapping #55
URL: https://github.com/apache/incubator-dubbo-ops/pull/57
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/dubbo-admin/src/main/resources/i18n/message_en.properties b/dubbo-admin/src/main/resources/i18n/message_en.properties
index 240efc8..7baeb84 100644
--- a/dubbo-admin/src/main/resources/i18n/message_en.properties
+++ b/dubbo-admin/src/main/resources/i18n/message_en.properties
@@ -18,6 +18,7 @@
 #menus
 home=home
 stat=stat
+revision=revision
 connectionNum=connectionNum
 serviceNum=serviceNum
 providerNum=providerNum
diff --git a/dubbo-admin/src/main/resources/i18n/message_zh.properties b/dubbo-admin/src/main/resources/i18n/message_zh.properties
index e1b9663..957774b 100644
--- a/dubbo-admin/src/main/resources/i18n/message_zh.properties
+++ b/dubbo-admin/src/main/resources/i18n/message_zh.properties
@@ -18,6 +18,7 @@
 #menus
 home=\u9996\u9875
 stat=\u7edf\u8ba1
+revision=\u4fee\u8ba2\u7248\u672c
 connectionNum=\u8fde\u63a5\u6570
 serviceNum=\u670d\u52a1\u6570
 providerNum=\u63d0\u4f9b\u8005\u6570
diff --git a/dubbo-admin/src/main/resources/i18n/message_zh_TW.properties b/dubbo-admin/src/main/resources/i18n/message_zh_TW.properties
index c10a088..12f4a89 100644
--- a/dubbo-admin/src/main/resources/i18n/message_zh_TW.properties
+++ b/dubbo-admin/src/main/resources/i18n/message_zh_TW.properties
@@ -19,6 +19,7 @@
 home=\u9996\u9801
 about=\u95dc\u65bc
 help=\u5e6b\u52a9
+revision=\u4fee\u8a02
 favorites=\u6211\u7684\u6700\u611b
 histories=\u6b77\u53f2\u8a18\u9304
 governance=\u670d\u52d9\u6cbb\u7406


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org