mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-02 14:24:27 -04:00
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:
@@ -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",
|
||||
];
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -222,4 +222,5 @@ return [
|
||||
"work_order_number_duplicate" => "",
|
||||
"work_order_sent" => "",
|
||||
"work_order_unsent" => "",
|
||||
"sale_not_found" => "Sale not found",
|
||||
];
|
||||
|
||||
@@ -222,4 +222,5 @@ return [
|
||||
"work_order_number_duplicate" => "",
|
||||
"work_order_sent" => "",
|
||||
"work_order_unsent" => "",
|
||||
"sale_not_found" => "Sale not found",
|
||||
];
|
||||
|
||||
@@ -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" => "விற்பனை காணப்படவில்லை",
|
||||
];
|
||||
|
||||
@@ -222,4 +222,5 @@ return [
|
||||
"work_order_number_duplicate" => "",
|
||||
"work_order_sent" => "",
|
||||
"work_order_unsent" => "",
|
||||
"sale_not_found" => "Sale not found",
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user