Skip to content

Commit 4b9d5ec

Browse files
authored
Pro 8563 translation (#5134)
* Add layout strings * Update CHANGELOG
1 parent 239639a commit 4b9d5ec

File tree

7 files changed

+112
-0
lines changed

7 files changed

+112
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## UNRELEASED
4+
5+
### Adds
6+
7+
* Translation strings added for the layout- and layout-column-widgets.
8+
9+
### Changes
10+
11+
### Fixes
12+
313
## 4.23.0 (2025-10-30)
414

515
### Adds

modules/@apostrophecms/i18n/i18n/de.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,23 @@
261261
"invalid": "ungültig",
262262
"lastEdited": "Zuletzt bearbeitet",
263263
"lastUpdatedBy": "Zuletzt gespeichert um {{ updatedAt }} <br /> von {{ updatedBy }}",
264+
"layout": "Layout",
265+
"layoutAlign": "Vertikale Ausrichtung",
266+
"layoutColumn": "Spalte",
267+
"layoutColumnEmptyArea": "Leere Spalte. Klicke auf „Inhalt bearbeiten“, um Widgets hinzuzufügen.",
268+
"layoutColumnTooSmall": "Zu klein, um eine Spalte hinzuzufügen",
269+
"layoutJustify": "Horizontale Ausrichtung",
270+
"layoutStretchHorizontal": "Strecken (horizontal)",
271+
"layoutStretchVertical": "Strecken (vertikal)",
272+
"layoutLeft": "Links",
273+
"layoutRight": "Rechts",
274+
"layoutCenter": "Zentriert",
275+
"layoutTop": "Oben",
276+
"layoutMiddle": "Mitte",
277+
"layoutBottom": "Unten",
278+
"layoutTabletShow": "Auf Tablet sichtbar",
279+
"layoutMobileShow": "Auf Mobilgerät sichtbar",
280+
"layoutTogggleTooltip": "Verwende „Inhalt bearbeiten“, um Widgets zu bearbeiten, und „Spalten bearbeiten“, um Spalten zu verschieben oder zu skalieren.",
264281
"leavePageDescription": "Der Inhalt, den du bearbeiten möchtest, gehört zu einem anderen Dokument und muss darin geändert werden.\nÄnderungen an {{ oldTitle }} werden automatisch gespeichert.",
265282
"leavePageHeading": "{{ oldTitle }} verlassen um {{ newTitle }} zu bearbeiten?",
266283
"linkHrefHelp": "Geben Sie die vollständige URL ein, beginnend mit https:// oder http://",

modules/@apostrophecms/i18n/i18n/es.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,23 @@
261261
"invalid": "inválido",
262262
"lastEdited": "Editado Por Última Vez",
263263
"lastUpdatedBy": "Guardado por última vez el {{ updatedAt }} <br /> por {{ updatedBy }}",
264+
"layout": "Diseño",
265+
"layoutAlign": "Alineación vertical",
266+
"layoutColumn": "Columna",
267+
"layoutColumnEmptyArea": "Columna vacía. Haz clic en \"Editar contenido\" para agregar widgets.",
268+
"layoutColumnTooSmall": "Demasiado pequeña para agregar una columna",
269+
"layoutJustify": "Alineación horizontal",
270+
"layoutStretchHorizontal": "Extender (horizontal)",
271+
"layoutStretchVertical": "Extender (vertical)",
272+
"layoutLeft": "Izquierda",
273+
"layoutRight": "Derecha",
274+
"layoutCenter": "Centro",
275+
"layoutTop": "Arriba",
276+
"layoutMiddle": "Medio",
277+
"layoutBottom": "Abajo",
278+
"layoutTabletShow": "Visible en tableta",
279+
"layoutMobileShow": "Visible en móvil",
280+
"layoutTogggleTooltip": "Usa \"Editar contenido\" para editar widgets y \"Editar columnas\" para mover o cambiar el tamaño de las columnas.",
264281
"leavePageDescription": "El contenido que esta buscando editar pertenece a otro documento y debe ser editado ahí.\nCambios hechos a {{ oldTitle }} son guardados automaticamente.",
265282
"leavePageHeading": "¿Salir de {{ oldTitle }} para editar {{ newTitle }}?",
266283
"linkHrefHelp": "Escribe la URL completa, comenzando con https:// o http://",

modules/@apostrophecms/i18n/i18n/fr.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,23 @@
261261
"invalid": "invalide",
262262
"lastEdited": "Dernière modification",
263263
"lastUpdatedBy": "Enregistré dernièrement le {{ updatedAt }} <br /> par {{ updatedBy }}",
264+
"layout": "Mise en page",
265+
"layoutAlign": "Alignement vertical",
266+
"layoutColumn": "Colonne",
267+
"layoutColumnEmptyArea": "Colonne vide. Cliquez sur « Modifier le contenu » pour ajouter des widgets.",
268+
"layoutColumnTooSmall": "Trop petit pour ajouter une colonne",
269+
"layoutJustify": "Alignement horizontal",
270+
"layoutStretchHorizontal": "Étirer (horizontal)",
271+
"layoutStretchVertical": "Étirer (vertical)",
272+
"layoutLeft": "Gauche",
273+
"layoutRight": "Droite",
274+
"layoutCenter": "Centre",
275+
"layoutTop": "Haut",
276+
"layoutMiddle": "Milieu",
277+
"layoutBottom": "Bas",
278+
"layoutTabletShow": "Visible sur tablette",
279+
"layoutMobileShow": "Visible sur mobile",
280+
"layoutTogggleTooltip": "Utilisez « Modifier le contenu » pour éditer les widgets et « Modifier les colonnes » pour déplacer ou redimensionner les colonnes.",
264281
"leavePageDescription": "Le contenu que vous essayez d'éditer appartient à un autre document et doit être édité là-bas.\nLes modifications effectuées à {{ oldTitle }} sont enregistrées automatiquement.",
265282
"leavePageHeading": "Quitter {{ oldTitle }} pour éditer {{ newTitle }} ?",
266283
"linkHrefHelp": "Écrivez l'URL complète, commençant par https:// ou http://",

modules/@apostrophecms/i18n/i18n/it.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,23 @@
261261
"invalid": "non valido",
262262
"lastEdited": "Ultima modifica",
263263
"lastUpdatedBy": "Ultimo salvataggio il {{ updatedAt }} <br /> da {{ updatedBy }}",
264+
"layout": "Layout",
265+
"layoutAlign": "Allineamento verticale",
266+
"layoutColumn": "Colonna",
267+
"layoutColumnEmptyArea": "Colonna vuota. Clicca su \"Modifica contenuto\" per aggiungere widget.",
268+
"layoutColumnTooSmall": "Troppo piccolo per aggiungere una colonna",
269+
"layoutJustify": "Allineamento orizzontale",
270+
"layoutStretchHorizontal": "Allunga (orizzontale)",
271+
"layoutStretchVertical": "Allunga (verticale)",
272+
"layoutLeft": "Sinistra",
273+
"layoutRight": "Destra",
274+
"layoutCenter": "Centro",
275+
"layoutTop": "Alto",
276+
"layoutMiddle": "Centro",
277+
"layoutBottom": "Basso",
278+
"layoutTabletShow": "Visibile su tablet",
279+
"layoutMobileShow": "Visibile su dispositivo mobile",
280+
"layoutTogggleTooltip": "Usa \"Modifica contenuto\" per modificare i widget e \"Modifica colonne\" per spostare o ridimensionare le colonne.",
264281
"leavePageDescription": "Il contenuto che stai cercando di modificare appartiene a un altro documento e deve essere modificato lì.\nLe modifiche apportate a {{ oldTitle }} sono salvate automaticamente.",
265282
"leavePageHeading": "Lascia {{ oldTitle }} per modificare {{ newTitle }}?",
266283
"linkHrefHelp": "Scrivi l'URL completo, iniziando con https:// o http://",

modules/@apostrophecms/i18n/i18n/pt-BR.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,23 @@
261261
"invalid": "inválido",
262262
"lastEdited": "Última edição",
263263
"lastUpdatedBy": "Salvo por último em {{ updatedAt }} <br /> por {{ updatedBy }}",
264+
"layout": "Layout",
265+
"layoutAlign": "Alinhamento vertical",
266+
"layoutColumn": "Coluna",
267+
"layoutColumnEmptyArea": "Coluna vazia. Clique em \"Editar conteúdo\" para adicionar widgets.",
268+
"layoutColumnTooSmall": "Muito pequena para adicionar coluna",
269+
"layoutJustify": "Alinhamento horizontal",
270+
"layoutStretchHorizontal": "Estender (horizontal)",
271+
"layoutStretchVertical": "Estender (vertical)",
272+
"layoutLeft": "Esquerda",
273+
"layoutRight": "Direita",
274+
"layoutCenter": "Centro",
275+
"layoutTop": "Topo",
276+
"layoutMiddle": "Meio",
277+
"layoutBottom": "Inferior",
278+
"layoutTabletShow": "Visível em tablet",
279+
"layoutMobileShow": "Visível em celular",
280+
"layoutTogggleTooltip": "Use \"Editar conteúdo\" para editar widgets e \"Editar colunas\" para mover ou redimensionar colunas.",
264281
"leavePageDescription": "O conteúdo que você está tentando editar pertence a outro documento e deve ser editado lá.\nMudanças em {{ oldTitle }} são salvas automaticamente.",
265282
"leavePageHeading": "Sair de {{ oldTitle }} para editar {{ newTitle }}?",
266283
"linkHrefHelp": "Escreva a URL completa, começando com https:// ou http://",

modules/@apostrophecms/i18n/i18n/sk.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,23 @@
261261
"invalid": "neplatný",
262262
"lastEdited": "Naposledy upravené",
263263
"lastUpdatedBy": "Naposledy uložené {{ updatedAt }} <br /> od {{ updatedBy }}",
264+
"layout": "Rozloženie",
265+
"layoutAlign": "Vertikálne zarovnanie",
266+
"layoutColumn": "Stĺpec",
267+
"layoutColumnEmptyArea": "Prázdny stĺpec. Kliknite na „Upraviť obsah“ pre pridanie widgetov.",
268+
"layoutColumnTooSmall": "Príliš malé na pridanie stĺpca",
269+
"layoutJustify": "Horizontálne zarovnanie",
270+
"layoutStretchHorizontal": "Roztiahnuť (vodorovne)",
271+
"layoutStretchVertical": "Roztiahnuť (zvisle)",
272+
"layoutLeft": "Vľavo",
273+
"layoutRight": "Vpravo",
274+
"layoutCenter": "Stred",
275+
"layoutTop": "Hore",
276+
"layoutMiddle": "Stred",
277+
"layoutBottom": "Dole",
278+
"layoutTabletShow": "Viditeľné na tablete",
279+
"layoutMobileShow": "Viditeľné na mobile",
280+
"layoutTogggleTooltip": "Použite „Upraviť obsah“ na úpravu widgetov a „Upraviť stĺpce“ na presun alebo zmenu veľkosti stĺpcov.",
264281
"leavePageDescription": "Obsah, ktorý sa pokúšate upraviť, patrí do iného dokumentu a musí byť tam upravený.\nZmeny vykonané na {{ oldTitle }} sa automaticky uložia.",
265282
"leavePageHeading": "Odísť z {{ oldTitle }} a editovať {{ newTitle }}?",
266283
"linkHrefHelp": "Napíšte celú URL adresu, začínajúcu https:// alebo http://",

0 commit comments

Comments
 (0)