diff --git a/lib/core/src/lib/i18n/de.json b/lib/core/src/lib/i18n/de.json index e76455decc..f7f9338eaf 100644 --- a/lib/core/src/lib/i18n/de.json +++ b/lib/core/src/lib/i18n/de.json @@ -406,7 +406,9 @@ "ICON_DISABLED": "Deaktiviert", "ROW_OPTION_BUTTON": "Aktionen", "DRAG": "Drag Button", - "EMPTY_HEADER": "Leerer Header" + "EMPTY_HEADER": "Leerer Header", + "RESIZE_COLUMN": "Ändern Sie die Größe der {{ column }} Spalte. Verwenden Sie Pfeiltasten, um die Breite anzupassen, Umschalt für größere Schritte.", + "COLUMN_WIDTH_CHANGED": "{{ column }} Spaltenbreite: {{ width }} Pixel" }, "FILE_TYPE": { "DOCUMENT": "Dokument", diff --git a/lib/core/src/lib/i18n/es.json b/lib/core/src/lib/i18n/es.json index 01e191731d..36bbd9605e 100644 --- a/lib/core/src/lib/i18n/es.json +++ b/lib/core/src/lib/i18n/es.json @@ -406,7 +406,9 @@ "ICON_DISABLED": "Desactivado", "ROW_OPTION_BUTTON": "Acciones", "DRAG": "Botón Arrastrar", - "EMPTY_HEADER": "Encabezado vacío" + "EMPTY_HEADER": "Encabezado vacío", + "RESIZE_COLUMN": "Resize {{ column }} column. Use arrow keys to adjust width, Shift for larger steps.", + "COLUMN_WIDTH_CHANGED": "{{ column }} column width: {{ width }} pixels" }, "FILE_TYPE": { "DOCUMENT": "Documento", diff --git a/lib/core/src/lib/i18n/fr.json b/lib/core/src/lib/i18n/fr.json index 79e180a1dc..fa143630d6 100644 --- a/lib/core/src/lib/i18n/fr.json +++ b/lib/core/src/lib/i18n/fr.json @@ -406,7 +406,9 @@ "ICON_DISABLED": "Désactivé", "ROW_OPTION_BUTTON": "Actions", "DRAG": "Bouton de déplacement", - "EMPTY_HEADER": "En-tête vide" + "EMPTY_HEADER": "En-tête vide", + "RESIZE_COLUMN": "Resize {{ column }} column. Use arrow keys to adjust width, Shift for larger steps.", + "COLUMN_WIDTH_CHANGED": "{{ column }} column width: {{ width }} pixels" }, "FILE_TYPE": { "DOCUMENT": "Document", diff --git a/lib/core/src/lib/i18n/it.json b/lib/core/src/lib/i18n/it.json index e0b9cc857f..a32ee4eaba 100644 --- a/lib/core/src/lib/i18n/it.json +++ b/lib/core/src/lib/i18n/it.json @@ -406,7 +406,9 @@ "ICON_DISABLED": "Disabilitato", "ROW_OPTION_BUTTON": "Azioni", "DRAG": "Pulsante di trascinamento", - "EMPTY_HEADER": "Intestazione vuota" + "EMPTY_HEADER": "Intestazione vuota", + "RESIZE_COLUMN": "Resize {{ column }} column. Use arrow keys to adjust width, Shift for larger steps.", + "COLUMN_WIDTH_CHANGED": "{{ column }} column width: {{ width }} pixels" }, "FILE_TYPE": { "DOCUMENT": "Documento", diff --git a/lib/core/src/lib/i18n/pl.json b/lib/core/src/lib/i18n/pl.json index f4376a2bcc..1f8e647a91 100644 --- a/lib/core/src/lib/i18n/pl.json +++ b/lib/core/src/lib/i18n/pl.json @@ -406,7 +406,9 @@ "ICON_DISABLED": "Wyłączone", "ROW_OPTION_BUTTON": "Czynności", "DRAG": "Przeciągnij przycisk", - "EMPTY_HEADER": "Pusty nagłówek" + "EMPTY_HEADER": "Pusty nagłówek", + "RESIZE_COLUMN": "Resize {{ column }} column. Use arrow keys to adjust width, Shift for larger steps.", + "COLUMN_WIDTH_CHANGED": "{{ column }} column width: {{ width }} pixels" }, "FILE_TYPE": { "DOCUMENT": "Dokument", diff --git a/lib/core/src/lib/i18n/pt.json b/lib/core/src/lib/i18n/pt.json index bff0268fd2..9b7d646cf7 100644 --- a/lib/core/src/lib/i18n/pt.json +++ b/lib/core/src/lib/i18n/pt.json @@ -406,7 +406,9 @@ "ICON_DISABLED": "Desativado", "ROW_OPTION_BUTTON": "Ações", "DRAG": "Botão Arrastar", - "EMPTY_HEADER": "Cabeçalho vazio" + "EMPTY_HEADER": "Cabeçalho vazio", + "RESIZE_COLUMN": "Resize {{ column }} column. Use arrow keys to adjust width, Shift for larger steps.", + "COLUMN_WIDTH_CHANGED": "{{ column }} column width: {{ width }} pixels" }, "FILE_TYPE": { "DOCUMENT": "Documento",