Fix translation issues from code review

- Use 'Bénéfice' in French Reports.php for consistency with 'profit' key
- Fix Italian grammar: 'Il numero di telefono è richiesto'
- Use 'Responsabile' for 'manager' in Italian Common.php
- Add 'sale_not_found' translation key to missing languages (km, ml, ta, ur)
- Tamil (ta) gets proper translation, others get English fallback
This commit is contained in:
Ollama
2026-04-01 06:43:34 +00:00
committed by jekkos
parent f761e1464f
commit 493d9cc9c1
6 changed files with 7 additions and 3 deletions

View File

@@ -146,5 +146,5 @@ return [
"used" => "Points utilisés",
"work_orders" => "Ordre Du Travail",
"zero_and_less" => "Zéro ou moin",
"toggle_cost_and_profit" => "Basculer Coût & Profit",
"toggle_cost_and_profit" => "Basculer Coût & Bénéfice",
];

View File

@@ -51,7 +51,7 @@ return [
"logo" => "Logo",
"logo_mark" => "Marchio",
"logout" => "Esci",
"manager" => "Manager",
"manager" => "Responsabile",
"migration_needed" => "Una migrazione del database verso {0} inizierà dopo l'accesso.",
"new" => "Nuovo",
"no" => "No",
@@ -60,7 +60,7 @@ return [
"or" => "OR",
"people" => "Persone",
"phone_number" => "Numero di Telefono",
"phone_number_required" => "Numero di Telefono è richiesto",
"phone_number_required" => "Il numero di telefono è richiesto",
"please_visit_my" => "Visitare il",
"position" => "Posizione",
"powered_by" => "Sviluppato da",

View File

@@ -222,4 +222,5 @@ return [
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
"sale_not_found" => "Sale not found",
];

View File

@@ -222,4 +222,5 @@ return [
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
"sale_not_found" => "Sale not found",
];

View File

@@ -222,4 +222,5 @@ return [
"work_order_number_duplicate" => "Work Order Number must be unique.",
"work_order_sent" => "Work Order sent to",
"work_order_unsent" => "Work Order failed to be sent to",
"sale_not_found" => "விற்பனை காணப்படவில்லை",
];

View File

@@ -222,4 +222,5 @@ return [
"work_order_number_duplicate" => "",
"work_order_sent" => "",
"work_order_unsent" => "",
"sale_not_found" => "Sale not found",
];