Skip to content

Commit 069f519

Browse files
committed
feat: add missing sidebarNav.editPageSettingsTooltip I18n key
1 parent c9ef803 commit 069f519

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

app/frontend/editor/locales/editor.ar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sidebarNav": {
2525
"addNewSectionTooltip": "إضافة قسم جديد في أسفل الصفحة",
2626
"managePageSectionsTooltip": "إعادة ترتيب / حذف أقسام الصفحة",
27+
"editPageSettingsTooltip": "تعديل إعدادات الصفحة",
2728
"editStyleTooltip": "تغيير نمط موقعك",
2829
"openImageLibraryTooltip": "فتح معرض الصور",
2930
"leaveEditorTooltip": "العودة إلى التطبيق الرئيسي"

app/frontend/editor/locales/editor.en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sidebarNav": {
2525
"addNewSectionTooltip": "Add a new section at the bottom of the page",
2626
"managePageSectionsTooltip": "Re-order / delete the sections of the page",
27+
"editPageSettingsTooltip": "Edit the page settings",
2728
"editStyleTooltip": "Change the style of your site",
2829
"openImageLibraryTooltip": "Open the gallery of images",
2930
"leaveEditorTooltip": "Back to the main app"

app/frontend/editor/locales/editor.es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sidebarNav": {
2525
"addNewSectionTooltip": "Añadir una nueva sección al final de la página",
2626
"managePageSectionsTooltip": "Reordenar / eliminar las secciones de la página",
27+
"editPageSettingsTooltip": "Editar la configuración de la página",
2728
"editStyleTooltip": "Cambiar el diseño de tu sitio",
2829
"openImageLibraryTooltip": "Abrir la galería de imágenes",
2930
"leaveEditorTooltip": "Volver a la aplicación principal"

app/frontend/editor/locales/editor.fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sidebarNav": {
2525
"addNewSectionTooltip": "Ajouter une nouvelle section au bas de la page",
2626
"managePageSectionsTooltip": "Gérer les sections de la page",
27+
"editPageSettingsTooltip": "Modifier les paramètres de la page",
2728
"editStyleTooltip": "Modifier le style du site",
2829
"openImageLibraryTooltip": "Ouvrir la galerie d'images",
2930
"leaveEditorTooltip": "Retour vers l'application principale"

app/frontend/editor/locales/editor.pt-BR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"sidebarNav": {
2525
"addNewSectionTooltip": "Adicionar uma nova seção na parte inferior da página",
2626
"managePageSectionsTooltip": "Reordenar / excluir as seções da página",
27+
"editPageSettingsTooltip": "Editar as configurações da página",
2728
"editStyleTooltip": "Alterar o estilo do seu site",
2829
"openImageLibraryTooltip": "Abrir a galeria de imagens",
2930
"leaveEditorTooltip": "Voltar para o aplicativo principal"

0 commit comments

Comments
 (0)