From ff7a8d2e88a27d2b544bbe6335fc9d45a22c80ce Mon Sep 17 00:00:00 2001 From: jekkos Date: Mon, 20 Apr 2026 06:48:57 +0000 Subject: [PATCH] fix: Update calendar translations (#4498) - Fix typo 'mayl' to 'may' in Calendar.php for lo, ka, ml, nb locales - Improve Spanish translation in Items.php for csv_import_invalid_location - Add trailing newlines to Calendar.php files (ka, ml, nb, lo) per PSR-12 Co-authored-by: Ollama --- app/Language/es-ES/Items.php | 2 +- app/Language/ka/Calendar.php | 4 ++-- app/Language/lo/Calendar.php | 4 ++-- app/Language/ml/Calendar.php | 4 ++-- app/Language/nb/Calendar.php | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/Language/es-ES/Items.php b/app/Language/es-ES/Items.php index 47d087105..783686ef8 100644 --- a/app/Language/es-ES/Items.php +++ b/app/Language/es-ES/Items.php @@ -26,7 +26,7 @@ return [ "cost_price_required" => "Precio al Por Mayor es un campo requerido.", "count" => "Actualizar Inventario", "csv_import_failed" => "Falló la importación de Hoja de Cálculo", - "csv_import_invalid_location" => "Ubicación(es) de stock inválida(s) encontrada(s): {0}. Solo ubicaciones de stock válidas son permitidas.", + "csv_import_invalid_location" => "Se encontraron ubicaciones de stock no válidas: {0}. Solo se permiten ubicaciones de stock válidas.", "csv_import_nodata_wrongformat" => "El archivo subido no tiene datos o el formato es incorrecto.", "csv_import_partially_failed" => "Hubo {0} falla(s) en la importación de producto(s) en la(s) línea(s): {1}. Ninguna fila ha sido importada.", "csv_import_success" => "Se importaron los articulos exitosamente.", diff --git a/app/Language/ka/Calendar.php b/app/Language/ka/Calendar.php index b3c9c5d15..3ca3c3825 100644 --- a/app/Language/ka/Calendar.php +++ b/app/Language/ka/Calendar.php @@ -38,7 +38,7 @@ return [ "february" => "", "march" => "", "april" => "", - "mayl" => "", + "may" => "", "june" => "", "july" => "", "august" => "", @@ -46,4 +46,4 @@ return [ "october" => "", "november" => "", "december" => "", -]; \ No newline at end of file +]; diff --git a/app/Language/lo/Calendar.php b/app/Language/lo/Calendar.php index b3c9c5d15..3ca3c3825 100644 --- a/app/Language/lo/Calendar.php +++ b/app/Language/lo/Calendar.php @@ -38,7 +38,7 @@ return [ "february" => "", "march" => "", "april" => "", - "mayl" => "", + "may" => "", "june" => "", "july" => "", "august" => "", @@ -46,4 +46,4 @@ return [ "october" => "", "november" => "", "december" => "", -]; \ No newline at end of file +]; diff --git a/app/Language/ml/Calendar.php b/app/Language/ml/Calendar.php index 1da89214d..34ac990a2 100644 --- a/app/Language/ml/Calendar.php +++ b/app/Language/ml/Calendar.php @@ -38,7 +38,7 @@ return [ "february" => "ഫെബ്രുവരി", "march" => "മാർച്ച്", "april" => "ഏപ്രിൽ", - "mayl" => "മേയ്", + "may" => "മേയ്", "june" => "ജൂൺ", "july" => "ജൂലൈ", "august" => "ആഗസ്റ്റ്", @@ -46,4 +46,4 @@ return [ "october" => "ഒക്ടോബർ", "november" => "നവംബർ", "december" => "ഡിസംബർ", -]; \ No newline at end of file +]; diff --git a/app/Language/nb/Calendar.php b/app/Language/nb/Calendar.php index bb7e706b2..5e9e48c7c 100644 --- a/app/Language/nb/Calendar.php +++ b/app/Language/nb/Calendar.php @@ -38,7 +38,7 @@ return [ "february" => "Februar", "march" => "Mars", "april" => "April", - "mayl" => "Mai", + "may" => "Mai", "june" => "Juni", "july" => "Juli", "august" => "August", @@ -46,4 +46,4 @@ return [ "october" => "Oktober", "november" => "November", "december" => "Desember", -]; \ No newline at end of file +];