fix traslations

This commit is contained in:
Urtzi Alfaro
2026-01-01 14:09:59 +01:00
parent cba55c2805
commit d6728b4bd8
4 changed files with 20 additions and 21 deletions

View File

@@ -585,7 +585,7 @@
"new_dashboard": {
"system_status": {
"title": "System Status",
"issues_requiring_action": "{count, plural, one {# issue} other {# issues} requiring your action}",
"count": "{count, plural, one {# issue} other {# issues}} requiring your action",
"all_clear": "All systems running smoothly",
"never_run": "Never run",
"action_needed_label": "action needed",
@@ -602,7 +602,7 @@
},
"pending_purchases": {
"title": "Pending Purchases",
"count": "{count, plural, one {# order} other {# orders} awaiting approval}",
"count": "{count, plural, one {# order} other {# orders}} awaiting approval",
"no_pending": "No pending purchase orders",
"all_clear": "No purchase orders pending approval",
"po_number": "PO #{number}",
@@ -672,7 +672,7 @@
},
"pending_deliveries": {
"title": "Pending Deliveries",
"count": "{count, plural, one {# delivery} other {# deliveries} expected today}",
"count": "{count, plural, one {# delivery} other {# deliveries}} expected today",
"no_deliveries": "No deliveries expected today",
"all_clear": "No pending deliveries today",
"overdue_section": "Overdue Deliveries",
@@ -686,7 +686,7 @@
},
"production_status": {
"title": "Production Status",
"count": "{count, plural, one {# batch} other {# batches} today}",
"count": "{count, plural, one {# batch} other {# batches}} today",
"no_production": "No production scheduled for today",
"all_clear": "No production scheduled for today",
"late_section": "Late to Start",
@@ -751,4 +751,4 @@
}
}
}
}
}