diff --git a/server/locales/en/common.json b/server/locales/en/common.json index 4f4c698a..18ce4087 100644 --- a/server/locales/en/common.json +++ b/server/locales/en/common.json @@ -47,4 +47,4 @@ "source": "Loading source...", "editor": "Loading editor..." } -} +} \ No newline at end of file diff --git a/server/locales/es/common.json b/server/locales/es/common.json index 72c995c9..29760950 100644 --- a/server/locales/es/common.json +++ b/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", diff --git a/server/locales/fr/common.json b/server/locales/fr/common.json index 1051f5a1..d45cf190 100644 --- a/server/locales/fr/common.json +++ b/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", diff --git a/server/locales/zh/common.json b/server/locales/zh/common.json index 8c4870da..98c22cba 100644 --- a/server/locales/zh/common.json +++ b/server/locales/zh/common.json @@ -27,6 +27,7 @@ "move": "移动", "myprofile": "我的信息", "normalview": "正常视图", + "root": "首页", "savechanges": "保存", "savedocument": "保存文档", "settings": "设置",