First commit

This commit is contained in:
Nathan SOULIER
2025-03-17 13:58:47 +01:00
commit fff5617757
159 changed files with 6972 additions and 0 deletions

54
lib/l10n/app_en.arb Normal file
View File

@@ -0,0 +1,54 @@
{
"addPhoto": "Add photo",
"anomaly": "Anomaly",
"anomalyBadHandlingUnit": "Declined - Package in bad condition",
"anomalyCustomerRefused": "Declined - Customer declined",
"anomalyCustomerUnavailable": "Unavailable - Customer unavailable",
"anomalyOther": "Other reason",
"anomalyReason": "Anomaly reason",
"cancel": "Cancel",
"cannotNotifyDelivery": "Cannot notify delivery",
"copied": "copied",
"dateOn": "the {date} at {time}",
"@dateOn": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMd"
},
"time": {
"type": "DateTime",
"format": "jm"
}
}
},
"deliveryOk": "Delivery notified as OK",
"deliveryWithAnomaly": "Delivery notified with anomaly",
"dimensions": "Dimensions (H x W x L)",
"error": "Error",
"handlingUnitIdentifier": "Handling unit Identifier",
"handlingUnitType": "Handling unit type",
"informations": "Informations",
"items": "Items",
"itemId": "Item ID",
"missingSendingFilesRights": "You are not allowed to send files in this project",
"nextDelivery": "Next delivery",
"noHandlingUnitFound": "No handling unit found",
"ok": "OK",
"or": "OR",
"organization": "Organization",
"pleaseTryAgain": "Please try again",
"pleaseIndicateAnomaly": "Please indicate if the handling unit has an anomaly or not",
"project": "Project",
"quantity": "Quantity",
"scanBarcode": "SCAN BARCODE",
"search": "Search",
"selectContext": "Select the desired organization and project of your delivery",
"selectHandlingUnit": "Select a handling unit by typing or scanning its identifier",
"signature": "Signature",
"start": "Start tour",
"tryAgain": "Try again",
"trackingNumber": "Tracking N°",
"validDelivery": "OK",
"weight": "Weight"
}

54
lib/l10n/app_fr.arb Normal file
View File

@@ -0,0 +1,54 @@
{
"addPhoto": "Ajouter une photo",
"anomaly": "Anomalie",
"anomalyBadHandlingUnit": "Refusé - Colis abimé",
"anomalyCustomerRefused": "Refusé - Refus client",
"anomalyCustomerUnavailable": "Absence - Client non présent",
"anomalyOther": "Autres raisons",
"anomalyReason": "Raison de l'anomalie",
"cancel": "Annuler",
"cannotNotifyDelivery": "Impossible de notifier la livraison",
"copied": "copié",
"dateOn": "le {date} à {time}",
"@dateOn": {
"placeholders": {
"date": {
"type": "DateTime",
"format": "yMd"
},
"time": {
"type": "DateTime",
"format": "jm"
}
}
},
"deliveryOk": "Livraison déclarée conforme",
"deliveryWithAnomaly": "Livraison déclarée en anomalie",
"dimensions": "Dimensions (H x L x P)",
"error": "Erreur",
"handlingUnitIdentifier": "Identifiant du colis",
"handlingUnitType": "Type de colis",
"informations": "Informations",
"items": "Articles",
"itemId": "Article ID",
"missingSendingFilesRights": "Vous n'avez pas le droit d'envoyer de fichiers dans ce projet",
"nextDelivery": "Livraison suivante",
"noHandlingUnitFound": "Aucun colis trouvé pour cet identifiant de colis.",
"ok": "OK",
"or": "OU",
"organization": "Organisation",
"pleaseTryAgain": "Veuillez réessayer",
"pleaseIndicateAnomaly": "Veuillez indiquer si le colis présente une anomalie ou non",
"project": "Projet",
"quantity": "Quantité",
"scanBarcode": "SCANNER UN CODE BARRE",
"search": "Rechercher",
"selectContext": "Sélectionner l'organisation et le projet cible de votre livraison",
"selectHandlingUnit": "Sélectionner un colis en scannant ou tapant son numéro ou son identifiant tracking",
"signature": "Signature",
"start": "Démarrer la tournée",
"tryAgain": "Réessayer",
"trackingNumber": "N° Tracking",
"validDelivery": "Valide",
"weight": "Poids"
}