From 549faf379be8be578e0e36ec252d55c6f8b7b702 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Apr 2023 10:01:46 -0400 Subject: [PATCH 1/7] automated update to translation keys (#499) Co-authored-by: Paul's Grist Bot --- static/locales/en.client.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/static/locales/en.client.json b/static/locales/en.client.json index 0801d8f9..16f46543 100644 --- a/static/locales/en.client.json +++ b/static/locales/en.client.json @@ -974,5 +974,15 @@ "PagePanels": { "Close Creator Panel": "Close Creator Panel", "Open Creator Panel": "Open Creator Panel" + }, + "ColumnTitle": { + "Add description": "Add description", + "COLUMN ID: ": "COLUMN ID: ", + "Cancel": "Cancel", + "Column ID copied to clipboard": "Column ID copied to clipboard", + "Column description": "Column description", + "Column label": "Column label", + "Provide a column label": "Provide a column label", + "Save": "Save" } } From 6a30461f82a48095f4f7092bfb6f741f0a5ffa38 Mon Sep 17 00:00:00 2001 From: jarek Date: Wed, 26 Apr 2023 12:40:43 +0000 Subject: [PATCH 2/7] Translated using Weblate (Polish) Currently translated at 98.1% (761 of 775 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/pl/ --- static/locales/pl.client.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/locales/pl.client.json b/static/locales/pl.client.json index 67d963c9..7582c3c5 100644 --- a/static/locales/pl.client.json +++ b/static/locales/pl.client.json @@ -612,7 +612,7 @@ "No Default Access": "Brak dostępu domyślnego", "Owner": "Właściciel", "View Only": "Tylko widok", - "Viewer": "Przeglądarka" + "Viewer": "Czytelnik" }, "ValidationPanel": { "Update formula (Shift+Enter)": "Aktualizuj formułę (Shift+Enter)", From 2e27143423db876223469653992b1685cfd1ac9d Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Fri, 28 Apr 2023 00:28:44 +0000 Subject: [PATCH 3/7] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (784 of 784 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/pt_BR/ --- static/locales/pt_BR.client.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/static/locales/pt_BR.client.json b/static/locales/pt_BR.client.json index 29dfccef..d254f093 100644 --- a/static/locales/pt_BR.client.json +++ b/static/locales/pt_BR.client.json @@ -1029,7 +1029,8 @@ "Use the 𝚺 icon to create summary (or pivot) tables, for totals or subtotals.": "Use o ícone 𝚺 para criar tabelas resumidas (ou dinâmicas), para totais ou subtotais.", "relational": "relacionais", "Unpin to hide the the button while keeping the filter.": "Desfixe para ocultar o botão enquanto mantém o filtro.", - "Anchor Links": "Links de âncora" + "Anchor Links": "Links de âncora", + "Custom Widgets": "Widgets personalizados" }, "DescriptionConfig": { "DESCRIPTION": "DESCRIÇÃO" @@ -1037,5 +1038,15 @@ "PagePanels": { "Open Creator Panel": "Abrir o Painel do Criador", "Close Creator Panel": "Fechar Painel do Criador" + }, + "ColumnTitle": { + "Cancel": "Cancelar", + "Column description": "Descrição da coluna", + "Column label": "Rótulo da coluna", + "Save": "Salvar", + "Add description": "Adicionar descrição", + "Column ID copied to clipboard": "ID da coluna copiada para a área de transferência", + "COLUMN ID: ": "ID DA COLUNA: ", + "Provide a column label": "Forneça um rótulo de coluna" } } From dbbdc4571f5eec3eca35610702f650f60a9e98d2 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Thu, 27 Apr 2023 19:49:19 +0000 Subject: [PATCH 4/7] Translated using Weblate (Spanish) Currently translated at 100.0% (784 of 784 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/es/ --- static/locales/es.client.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/static/locales/es.client.json b/static/locales/es.client.json index 12dea8d2..3351488a 100644 --- a/static/locales/es.client.json +++ b/static/locales/es.client.json @@ -1019,7 +1019,8 @@ "Access Rules": "Reglas de acceso", "Use the 𝚺 icon to create summary (or pivot) tables, for totals or subtotals.": "Utilice el icono 𝚺 para crear tablas resumen (o dinámicas), para totales o subtotales.", "Unpin to hide the the button while keeping the filter.": "Desancla para ocultar el botón mientras mantienes el filtro.", - "Anchor Links": "Enlaces fijados" + "Anchor Links": "Enlaces fijados", + "Custom Widgets": "Widgets personalizados" }, "DescriptionConfig": { "DESCRIPTION": "DESCRIPCIÓN" @@ -1027,5 +1028,15 @@ "PagePanels": { "Close Creator Panel": "Cerrar el panel de creación", "Open Creator Panel": "Abrir el panel de creación" + }, + "ColumnTitle": { + "COLUMN ID: ": "ID DE LA COLUMNA: ", + "Cancel": "Cancelar", + "Column label": "Etiqueta de la columna", + "Save": "Guardar", + "Add description": "Agregar una descripción", + "Column ID copied to clipboard": "ID de la columna copiada al portapapeles", + "Column description": "Descripción de la Columna", + "Provide a column label": "Proporciona una etiqueta a la columna" } } From c39ee01d0c4522035e5b5feafa0fa6eeb173197e Mon Sep 17 00:00:00 2001 From: Paul Janzen Date: Fri, 28 Apr 2023 00:26:10 +0000 Subject: [PATCH 5/7] Translated using Weblate (German) Currently translated at 100.0% (784 of 784 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/de/ --- static/locales/de.client.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/static/locales/de.client.json b/static/locales/de.client.json index 96a8de93..43cdfc81 100644 --- a/static/locales/de.client.json +++ b/static/locales/de.client.json @@ -1029,7 +1029,8 @@ "entire": "gesamte", "Access Rules": "Zugriffsregeln", "Access rules give you the power to create nuanced rules to determine who can see or edit which parts of your document.": "Zugriffsregeln geben Ihnen die Möglichkeit, nuancierte Regeln zu erstellen, um festzulegen, wer welche Teile Ihres Dokuments sehen oder bearbeiten kann.", - "Anchor Links": "Anker-Links" + "Anchor Links": "Anker-Links", + "Custom Widgets": "Benutzerdefinierte Widgets" }, "DescriptionConfig": { "DESCRIPTION": "BESCHREIBUNG" @@ -1037,5 +1038,15 @@ "PagePanels": { "Close Creator Panel": "Ersteller-Panel schließen", "Open Creator Panel": "Ersteller-Panel öffnen" + }, + "ColumnTitle": { + "Add description": "Beschreibung hinzufügen", + "COLUMN ID: ": "SPALTEN-ID: ", + "Cancel": "Abbrechen", + "Column description": "Spaltenbeschreibung", + "Provide a column label": "Geben Sie eine Spaltenbeschriftung an", + "Save": "Speichern", + "Column label": "Spaltenbeschriftung", + "Column ID copied to clipboard": "Spalten-ID in die Zwischenablage kopiert" } } From 62603eaeec77ce476f209a36256811e2be4f8f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=92?= Date: Thu, 27 Apr 2023 19:15:53 +0000 Subject: [PATCH 6/7] Translated using Weblate (Russian) Currently translated at 99.6% (781 of 784 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/ru/ --- static/locales/ru.client.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/static/locales/ru.client.json b/static/locales/ru.client.json index d945f098..de3d8e9e 100644 --- a/static/locales/ru.client.json +++ b/static/locales/ru.client.json @@ -478,7 +478,7 @@ "Trash": "Корзина", "Workspaces": "Рабочие пространства", "Workspace will be moved to Trash.": "Рабочее пространство будет перемещено в корзину.", - "Tutorial": "Руководство" + "Tutorial": "Обучение" }, "GridViewMenus": { "Add to sort": "Добавить в сортировку", @@ -965,7 +965,8 @@ "Access rules give you the power to create nuanced rules to determine who can see or edit which parts of your document.": "Правила доступа дают вам возможность создавать детальные правила, определяющие, кто может просматривать или редактировать части вашего документа.", "Use the 𝚺 icon to create summary (or pivot) tables, for totals or subtotals.": "Используйте 𝚺 значок для создания сводных таблиц для итогов или промежуточных итогов.", "relational": "реляционный", - "Anchor Links": "Якорные ссылки" + "Anchor Links": "Якорные ссылки", + "Custom Widgets": "Пользовательские виджеты" }, "DescriptionConfig": { "DESCRIPTION": "ОПИСАНИЕ" @@ -973,5 +974,15 @@ "PagePanels": { "Close Creator Panel": "Закрыть Панель Создателя", "Open Creator Panel": "Открыть Панель Создателя" + }, + "ColumnTitle": { + "COLUMN ID: ": "ID СТОЛБЦА: ", + "Cancel": "Отмена", + "Column label": "Метка столбца", + "Column ID copied to clipboard": "ID столбца скопирован в буфер обмена", + "Add description": "Добавить описание", + "Column description": "Описание столбца", + "Save": "Сохранить", + "Provide a column label": "Укажите метку столбца" } } From c152289dba7a7dd500b3d4ea102040589f485b4a Mon Sep 17 00:00:00 2001 From: Riccardo Polignieri Date: Fri, 28 Apr 2023 17:27:05 +0000 Subject: [PATCH 7/7] Translated using Weblate (Italian) Currently translated at 100.0% (784 of 784 strings) Translation: Grist/client Translate-URL: https://hosted.weblate.org/projects/grist/client/it/ --- static/locales/it.client.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/static/locales/it.client.json b/static/locales/it.client.json index d7424f8a..a1cd1280 100644 --- a/static/locales/it.client.json +++ b/static/locales/it.client.json @@ -965,7 +965,8 @@ "Access Rules": "Regole di accesso", "Access rules give you the power to create nuanced rules to determine who can see or edit which parts of your document.": "Le regole di accesso ti danno il potere di creare regole sofisticate per decidere chi può vedere o modificare il tuo documento, e quali parti.", "Reference columns are the key to {{relational}} data in Grist.": "Le colonne con riferimenti sono il motore {{relational}} dei dati in Grist.", - "Anchor Links": "Link interno" + "Anchor Links": "Link interno", + "Custom Widgets": "Widget personalizzati" }, "DescriptionConfig": { "DESCRIPTION": "DESCRIZIONE" @@ -973,5 +974,15 @@ "PagePanels": { "Close Creator Panel": "Chiudi il pannello Creatore", "Open Creator Panel": "Apri il pannello Creatore" + }, + "ColumnTitle": { + "Column ID copied to clipboard": "ID colonna copiato negli appunti", + "Column description": "Descrizione colonna", + "Save": "Salva", + "Add description": "Aggiungi descrizione", + "COLUMN ID: ": "ID COLONNA: ", + "Column label": "Etichetta colonna", + "Provide a column label": "Dare un'etichetta alla colonna", + "Cancel": "Annulla" } }