Browse Source

fix: Added nav.root translation key

pull/120/merge
Nicolas Giard 8 years ago
committed by GitHub
parent
commit
10329d44e4
4 changed files with 4 additions and 1 deletions
  1. 2
      server/locales/en/common.json
  2. 1
      server/locales/es/common.json
  3. 1
      server/locales/fr/common.json
  4. 1
      server/locales/zh/common.json

2
server/locales/en/common.json

@ -47,4 +47,4 @@
"source": "Loading source...", "source": "Loading source...",
"editor": "Loading editor..." "editor": "Loading editor..."
} }
} }

1
server/locales/es/common.json

@ -27,6 +27,7 @@
"move": "Mover", "move": "Mover",
"myprofile": "Mi perfil", "myprofile": "Mi perfil",
"normalview": "Vista normal", "normalview": "Vista normal",
"root": "Página principal",
"savechanges": "Guardar Cambios", "savechanges": "Guardar Cambios",
"savedocument": "Guardar documento", "savedocument": "Guardar documento",
"settings": "Ajustes", "settings": "Ajustes",

1
server/locales/fr/common.json

@ -27,6 +27,7 @@
"move": "Déplacer", "move": "Déplacer",
"myprofile": "Mon Profil", "myprofile": "Mon Profil",
"normalview": "Vue normale", "normalview": "Vue normale",
"root": "Home",
"savechanges": "Sauvegarder", "savechanges": "Sauvegarder",
"savedocument": "Sauvegarder", "savedocument": "Sauvegarder",
"settings": "Paramètres", "settings": "Paramètres",

1
server/locales/zh/common.json

@ -27,6 +27,7 @@
"move": "移动", "move": "移动",
"myprofile": "我的信息", "myprofile": "我的信息",
"normalview": "正常视图", "normalview": "正常视图",
"root": "首页",
"savechanges": "保存", "savechanges": "保存",
"savedocument": "保存文档", "savedocument": "保存文档",
"settings": "设置", "settings": "设置",

|||||||
100:0
Loading…
Cancel
Save