소스 검색

- Use existing translation of "Back".

Thanks to xet7 !
Lauri Ojansivu 6 년 전
부모
커밋
5e9bf61d3f
4개의 변경된 파일6개의 추가작업 그리고 9개의 파일을 삭제
  1. 1 3
      client/components/rules/ruleDetails.jade
  2. 1 1
      client/components/rules/rulesActions.jade
  3. 1 1
      client/components/rules/rulesTriggers.jade
  4. 3 4
      i18n/en.i18n.json

+ 1 - 3
client/components/rules/ruleDetails.jade

@@ -17,6 +17,4 @@ template(name="ruleDetails")
     div.rules-back
         button.js-goback
           i.fa.fa-chevron-left
-          | {{{_ 'r-back'}}}
-    
-    
+          | {{{_ 'back'}}}

+ 1 - 1
client/components/rules/rulesActions.jade

@@ -26,4 +26,4 @@ template(name="rulesActions")
   div.rules-back
         button.js-goback
           i.fa.fa-chevron-left
-          | {{{_ 'r-back'}}}
+          | {{{_ 'back'}}}

+ 1 - 1
client/components/rules/rulesTriggers.jade

@@ -22,4 +22,4 @@ template(name="rulesTriggers")
   div.rules-back
         button.js-goback
           i.fa.fa-chevron-left
-          | {{{_ 'r-back'}}}
+          | {{{_ 'back'}}}

+ 3 - 4
i18n/en.i18n.json

@@ -608,10 +608,9 @@
     "r-d-add-checklist": "Add checklist",
     "r-d-remove-checklist": "Remove checklist",
     "r-when-a-card-is-moved": "When a card is moved to another list",
-    "r-back": "Back",
-    "ldap": "Ldap",
-    "oauth2": "Oauth2",
-    "cas": "Cas",
+    "ldap": "LDAP",
+    "oauth2": "OAuth2",
+    "cas": "CAS",
     "authentication-method": "Authentication method",
     "authentication-type": "Authentication type"
 }