Browse Source

fix: Added nav.root translation key

pull/120/merge
Nicolas Giard 7 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...",
"editor": "Loading editor..."
}
}
}

1
server/locales/es/common.json

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

1
server/locales/fr/common.json

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

1
server/locales/zh/common.json

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

Loading…
Cancel
Save