Commit dab4cdfe90478d7cac48ef2caff6b796c6a6a881

Authored by Evandro Junior
1 parent e91403f5
Exists in translations

translated Sign Up into Cadastre-se

src/app/layout/navbar/navbar.html
... ... @@ -21,9 +21,7 @@
21 21 </li>
22 22  
23 23 <li ng-show="!ctrl.currentUser">
24   - <a ui-sref="main.register">
25   - Sign Up
26   - </a>
  24 + <a ui-sref="main.register">{{navbar.signup.button}}</a>
27 25 </li>
28 26  
29 27 <li class="dropdown profile-menu" ng-show="ctrl.currentUser" uib-dropdown>
... ...
src/languages/en.json
... ... @@ -171,5 +171,6 @@
171 171 "custom-content.edition.save.button": "Save",
172 172 "custom-content.edition.preview.button": "Preview",
173 173 "custom-content.edition.cancel.button": "Cancel",
174   - "profile.image.editor.cancel.button": "Cancel"
  174 + "profile.image.editor.cancel.button": "Cancel",
  175 + "navbar.signup.button": "Sign up"
175 176 }
... ...
src/languages/pt.json
... ... @@ -174,5 +174,6 @@
174 174 "custom-content.edition.save.button": "Salvar",
175 175 "custom-content.edition.preview.button": "Simular",
176 176 "custom-content.edition.cancel.button": "Cancelar",
177   - "profile.image.editor.cancel.button": "Cancelar"
  177 + "profile.image.editor.cancel.button": "Cancelar",
  178 + "navbar.signup.button": "Cadastre-se"
178 179 }
... ...