You've already forked flutter-rp-example
First commit
This commit is contained in:
54
lib/l10n/app_en.arb
Normal file
54
lib/l10n/app_en.arb
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user