This commit is contained in:
2021-07-26 18:14:37 +00:00
parent 34cb37a276
commit a06f310c62
5 changed files with 303 additions and 33 deletions

View File

@@ -2283,5 +2283,7 @@
"RecentWorkOrders":"Letzte Arbeitsaufträge",
"ApplyUnitContract":"Vertrag '{0}' dieser Einheit auf Arbeitsauftrag anwenden?",
"WorkOrderConvertAllScheduledUsersToLabor":"Alles in Arbeit umwandeln",
"TimeToCompletion":"Zeit bis zur Fertigstellung"
"TimeToCompletion":"Zeit bis zur Fertigstellung",
"CopyAttachments": "Anhänge kopieren",
"CopyWiki": "WIKI kopieren"
}

View File

@@ -508,7 +508,7 @@
"Notification": "Notification",
"NotifySubscription": "Notification subscription",
"NotifySubscriptionDelivery": "Notification delivery method",
"NotifySubscriptionLinkText":"Change notification setting:",
"NotifySubscriptionLinkText": "Change notification setting:",
"Part": "Part",
"PartAssembly": "Part Assembly",
"PartByWarehouseInventory": "Part by warehouse inventory",
@@ -1531,7 +1531,7 @@
"WorkOrderItemOutsideServiceTrackingNumber": "Tracking Number",
"WorkOrderItemOutsideServiceVendorSentToID": "Sent To",
"WorkOrderItemOutsideServiceVendorSentViaID": "Sent Via",
"WorkOrderItemOutsideServiceList":"Outside service list",
"WorkOrderItemOutsideServiceList": "Outside service list",
"WorkOrderItemPartDescription": "Description",
"WorkOrderItemPartDiscount": "Discount",
"WorkOrderItemPartDiscountType": "Discount Type",
@@ -1557,7 +1557,7 @@
"WorkOrderItemPartRequestPartWarehouseID": "Warehouse",
"WorkOrderItemPartRequestQuantity": "Quantity",
"WorkOrderItemPartRequestReceived": "Received",
"WorkOrderItemPartRequestMore":"Request {n} more",
"WorkOrderItemPartRequestMore": "Request {n} more",
"WorkOrderItemScheduledUserRecordIncomplete": "Nothing to schedule",
"WorkOrderItemScheduledUserEstimatedQuantity": "Estimated quantity",
"WorkOrderItemScheduledUserEventCreatedUpdated": "Work order item scheduled user - (created / updated)",
@@ -1726,7 +1726,7 @@
"ErrorAPI2002": "Internal server error",
"ErrorAPI2003": "Authentication failed",
"ErrorAPI2004": "Not authorized",
"ErrorAPI2005": "Object was recently changed by another user and can't be saved",
"ErrorAPI2005": "Object was recently changed by another user and can't be saved",
"ErrorAPI2006": "The server is closed for migration",
"ErrorAPI2010": "Object not found",
"ErrorAPI2020": "Route id doesn't match object id",
@@ -2230,7 +2230,7 @@
"WorkOrderCustom15": "Custom15",
"WorkOrderCustom16": "Custom16",
"WorkOrderItemUnitList": "Units",
"WorkOrderItemUnitNotes":"Notes",
"WorkOrderItemUnitNotes": "Notes",
"WorkOrderItemUnitCustom1": "Custom1",
"WorkOrderItemUnitCustom2": "Custom2",
"WorkOrderItemUnitCustom3": "Custom3",
@@ -2264,25 +2264,26 @@
"GlobalWorkOrderCompleteByAge": "Default work order completion age",
"PriceOverride": "Price override",
"NetPrice": "Net price",
"BusinessSettings":"Business",
"BusinessSettings": "Business",
"CustomerAccessSettings": "Customer access",
"CustomerAccessWorkOrderWiki":"View work order header WIKI",
"CSRInfoHTML":"CSR info HTML",
"CustomerAccessWorkOrderReport":"Customer work order report",
"NoFeaturesAvailable":"No features are enabled for your account",
"CustomerSignature":"Customer signature",
"TechSignature":"Technician signature",
"ScheduleConflict":"Schedule conflict",
"ReportIncludeAllWorkOrderItemDescendants":"Include all descendants of work order item",
"AddMultipleUnits":"Add multiple units",
"CopyToWorkOrder":"Copy to work order",
"AppendTasks":"Append tasks",
"UnitWarrantyInfo":"Warranty information",
"Warranty":"Warranty",
"WarrantyExpires":"Valid until",
"RecentWorkOrders":"Recent Work orders",
"ApplyUnitContract":"Apply this Unit's Contract '{0}' to Work order?",
"WorkOrderConvertAllScheduledUsersToLabor":"Convert all to labor",
"TimeToCompletion":"Time to completion"
"CustomerAccessWorkOrderWiki": "View work order header WIKI",
"CSRInfoHTML": "CSR info HTML",
"CustomerAccessWorkOrderReport": "Customer work order report",
"NoFeaturesAvailable": "No features are enabled for your account",
"CustomerSignature": "Customer signature",
"TechSignature": "Technician signature",
"ScheduleConflict": "Schedule conflict",
"ReportIncludeAllWorkOrderItemDescendants": "Include all descendants of work order item",
"AddMultipleUnits": "Add multiple units",
"CopyToWorkOrder": "Copy to work order",
"AppendTasks": "Append tasks",
"UnitWarrantyInfo": "Warranty information",
"Warranty": "Warranty",
"WarrantyExpires": "Valid until",
"RecentWorkOrders": "Recent Work orders",
"ApplyUnitContract": "Apply this Unit's Contract '{0}' to Work order?",
"WorkOrderConvertAllScheduledUsersToLabor": "Convert all to labor",
"TimeToCompletion": "Time to completion",
"CopyAttachments": "Copy attachments",
"CopyWiki": "Copy WIKI"
}

View File

@@ -2283,5 +2283,7 @@
"RecentWorkOrders":"Órdenes de trabajo recientes",
"ApplyUnitContract":"¿Aplicar el contrato '{0}' de esta unidad a la orden de trabajo?",
"WorkOrderConvertAllScheduledUsersToLabor":"Convertir todo en mano de obra",
"TimeToCompletion":"Tiempo hasta el estado 'Completado'"
"TimeToCompletion":"Tiempo hasta el estado 'Completado'",
"CopyAttachments": "Copiar adjuntos",
"CopyWiki": "Copiar WIKI"
}

View File

@@ -2283,5 +2283,7 @@
"RecentWorkOrders":"Ordres de travail récents",
"ApplyUnitContract":"Appliquer le contrat '{0}' de cette unité à l'ordre de travail?",
"WorkOrderConvertAllScheduledUsersToLabor":"Tout convertir en travail",
"TimeToCompletion":"Durée jusqu'à l'état terminé"
"TimeToCompletion":"Durée jusqu'à l'état terminé",
"CopyAttachments": "Copier les pièces jointes",
"CopyWiki": "Copier le WIKI"
}