From 699b4c464f9dd563ecece770bf1afc8fb0383926 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 20 Oct 2025 17:30:42 +0300 Subject: [PATCH] Updated translations. --- imports/i18n/data/es.i18n.json | 8 ++++---- imports/i18n/data/pt-BR.i18n.json | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/imports/i18n/data/es.i18n.json b/imports/i18n/data/es.i18n.json index bc25bce75..60f3d65f4 100644 --- a/imports/i18n/data/es.i18n.json +++ b/imports/i18n/data/es.i18n.json @@ -190,9 +190,9 @@ "board-view-collapse": "Contraer", "board-view-gantt": "Gantt", "board-view-lists": "Listas", - "bucket-example": "Like \"Bucket List\" for example", - "calendar-previous-month-label": "Previous Month", - "calendar-next-month-label": "Next Month", + "bucket-example": "Mes anterior", + "calendar-previous-month-label": "Mes anterior", + "calendar-next-month-label": "Mes siguiente", "cancel": "Cancelar", "card-archived": "Se archivó esta tarjeta", "board-archived": "Se archivó este tablero", @@ -356,7 +356,7 @@ "custom-field-text": "Texto", "custom-fields": "Campos personalizados", "date": "Fecha", - "date-format": "Date Format", + "date-format": "Formato de fecha", "date-format-yyyy-mm-dd": "YYYY-MM-DD HH:MM", "date-format-dd-mm-yyyy": "DD-MM-YYYY HH:MM", "date-format-mm-dd-yyyy": "MM-DD-YYYY HH:MM", diff --git a/imports/i18n/data/pt-BR.i18n.json b/imports/i18n/data/pt-BR.i18n.json index 64eb1e7b5..7045ba99d 100644 --- a/imports/i18n/data/pt-BR.i18n.json +++ b/imports/i18n/data/pt-BR.i18n.json @@ -190,9 +190,9 @@ "board-view-collapse": "Expandir", "board-view-gantt": "Gantt", "board-view-lists": "Listas", - "bucket-example": "Like \"Bucket List\" for example", - "calendar-previous-month-label": "Previous Month", - "calendar-next-month-label": "Next Month", + "bucket-example": "Como \"Lista de Desejos\", por exemplo", + "calendar-previous-month-label": "Mês Anterior", + "calendar-next-month-label": "Próximo Mês", "cancel": "Cancelar", "card-archived": "Este cartão está Arquivado.", "board-archived": "Este quadro está Arquivado.", @@ -356,10 +356,10 @@ "custom-field-text": "Texto", "custom-fields": "Campos customizados", "date": "Data", - "date-format": "Date Format", - "date-format-yyyy-mm-dd": "YYYY-MM-DD HH:MM", - "date-format-dd-mm-yyyy": "DD-MM-YYYY HH:MM", - "date-format-mm-dd-yyyy": "MM-DD-YYYY HH:MM", + "date-format": "Formato da Data", + "date-format-yyyy-mm-dd": "AAAA-MM-DD HH:MM", + "date-format-dd-mm-yyyy": "DD-MM-AAAA HH:MM", + "date-format-mm-dd-yyyy": "MM-DD-AAAA HH:MM", "decline": "Rejeitar", "default-avatar": "Avatar padrão", "delete": "Excluir",