瀏覽代碼

AMBARI-1552. Missing translations on Dashboard. (Xi Wang via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1454148 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako 12 年之前
父節點
當前提交
ee9c5b37a5
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 2 0
      CHANGES.txt
  2. 5 0
      ambari-web/app/messages.js

+ 2 - 0
CHANGES.txt

@@ -428,6 +428,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1552. Missing translations on Dashboard. (Xi Wang via yusaku)
+
  AMBARI-1549. Cluster name displayed incorrectly in the top nav. (Xi Wang
  via yusaku) 
 

+ 5 - 0
ambari-web/app/messages.js

@@ -868,6 +868,11 @@ Em.I18n.translations = {
   'dashboard.services.hbase.masterStarted':'Master Started',
   'dashboard.services.hbase.masterActivated':'Master Activated',
 
+  'dashboard.services.hive.clients':'Hive Clients',
+
+  'dashboard.services.oozie.webUi':'Oozie Web UI',
+  'dashboard.services.oozie.clients':'Oozie Clients',
+
   'dashboard.services.configs.popup.stopService.header':'Stop service',
   'dashboard.services.configs.popup.stopService.body' : 'Service needs to be stopped for reconfiguration',
   'dashboard.services.configs.popup.restartService.header' : 'Restart service',