Replaced null coalescence. Updated dates components.

This commit is contained in:
Patrick Fic
2020-01-24 09:41:35 -08:00
parent fbf8931f68
commit 32ce90ec9c
17 changed files with 550 additions and 87 deletions

View File

@@ -38,6 +38,7 @@
},
"errors": {
"noaccess": "This job does not exist or you do not have access to it.",
"nodates": "No dates specified for this job.",
"nojobselected": "No job is selected.",
"noowner": "No owner associated.",
"novehicle": "No vehicle associated.",
@@ -46,9 +47,18 @@
"validationtitle": "Validation Error"
},
"fields": {
"actual_completion": "Actual Completion",
"actual_delivery": "Actual Delivery",
"actual_in": "Actual In",
"claim_total": "Claim Total",
"clm_no": "Claim #",
"clm_total": "Claim Total",
"date_closed": "Closed",
"date_estimated": "Date Estimated",
"date_exported": "Exported",
"date_invoiced": "Invoiced",
"date_open": "Open",
"date_scheduled": "Scheduled",
"deductible": "Deductible",
"est_number": "Estimate Number",
"owner": "Owner",
@@ -57,6 +67,9 @@
"phone1": "Phone 1",
"phoneshort": "PH",
"ro_number": "RO #",
"scheduled_completion": "Scheduled Completion",
"scheduled_delivery": "Scheduled Delivery",
"scheduled_in": "Scheduled In",
"status": "Job Status",
"vehicle": "Vehicle"
},
@@ -133,6 +146,11 @@
"jobsdocuments": "Job Documents {{ro_number}} | $t(titles.app)",
"profile": "My Profile | $t(titles.app)"
},
"user": {
"actions": {
"signout": "Sign Out"
}
},
"vehicles": {
"fields": {
"plate_no": "License Plate"

View File

@@ -38,6 +38,7 @@
},
"errors": {
"noaccess": "Este trabajo no existe o no tiene acceso a él.",
"nodates": "No hay fechas especificadas para este trabajo.",
"nojobselected": "No hay trabajo seleccionado.",
"noowner": "Ningún propietario asociado.",
"novehicle": "No hay vehículo asociado.",
@@ -46,9 +47,18 @@
"validationtitle": "Error de validacion"
},
"fields": {
"actual_completion": "Realización real",
"actual_delivery": "Entrega real",
"actual_in": "Real en",
"claim_total": "Reclamar total",
"clm_no": "Reclamación #",
"clm_total": "Reclamar total",
"date_closed": "Cerrado",
"date_estimated": "Fecha estimada",
"date_exported": "Exportado",
"date_invoiced": "Facturado",
"date_open": "Abierto",
"date_scheduled": "Programado",
"deductible": "Deducible",
"est_number": "Numero Estimado",
"owner": "Propietario",
@@ -57,6 +67,9 @@
"phone1": "Teléfono 1",
"phoneshort": "PH",
"ro_number": "RO #",
"scheduled_completion": "Finalización programada",
"scheduled_delivery": "Entrega programada",
"scheduled_in": "Programado en",
"status": "Estado del trabajo",
"vehicle": "Vehículo"
},
@@ -133,6 +146,11 @@
"jobsdocuments": "Documentos de trabajo {{ro_number}} | $ t (títulos.app)",
"profile": "Mi perfil | $t(titles.app)"
},
"user": {
"actions": {
"signout": "desconectar"
}
},
"vehicles": {
"fields": {
"plate_no": "Placa"

View File

@@ -38,6 +38,7 @@
},
"errors": {
"noaccess": "Ce travail n'existe pas ou vous n'y avez pas accès.",
"nodates": "Aucune date spécifiée pour ce travail.",
"nojobselected": "Aucun travail n'est sélectionné.",
"noowner": "Aucun propriétaire associé.",
"novehicle": "Aucun véhicule associé.",
@@ -46,9 +47,18 @@
"validationtitle": "Erreur de validation"
},
"fields": {
"actual_completion": "Achèvement réel",
"actual_delivery": "Livraison réelle",
"actual_in": "En réel",
"claim_total": "Total réclamation",
"clm_no": "Prétendre #",
"clm_total": "Total réclamation",
"date_closed": "Fermé",
"date_estimated": "Date estimée",
"date_exported": "Exportés",
"date_invoiced": "Facturé",
"date_open": "Ouvrir",
"date_scheduled": "Prévu",
"deductible": "Déductible",
"est_number": "Numéro d'estimation",
"owner": "Propriétaire",
@@ -57,6 +67,9 @@
"phone1": "Téléphone 1",
"phoneshort": "PH",
"ro_number": "RO #",
"scheduled_completion": "Achèvement planifié",
"scheduled_delivery": "Livraison programmée",
"scheduled_in": "Planifié dans",
"status": "Statut de l'emploi",
"vehicle": "Véhicule"
},
@@ -133,6 +146,11 @@
"jobsdocuments": "Documents de travail {{ro_number}} | $ t (titres.app)",
"profile": "Mon profil | $t(titles.app)"
},
"user": {
"actions": {
"signout": "Déconnexion"
}
},
"vehicles": {
"fields": {
"plate_no": "Plaque d'immatriculation"