From 4b084a878977ff87a754023609bef5053614ecd8 Mon Sep 17 00:00:00 2001 From: jfrye122 Date: Fri, 5 May 2023 09:29:10 -0400 Subject: [PATCH] updated common.json for fiels in create timeticket --- translations/en-US/common.json | 19 +++++++++++++++++++ translations/es-MX/common.json | 19 +++++++++++++++++++ translations/fr-CA/common.json | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/translations/en-US/common.json b/translations/en-US/common.json index 4478a1a..7929c3b 100644 --- a/translations/en-US/common.json +++ b/translations/en-US/common.json @@ -341,6 +341,25 @@ "titles": { "timeticketbrowsertab": "Time Tickets" } + }, + "createtimeticket": { + "actions": { + "refresh": "Refresh", + "upload": "Upload", + "ticket":"Ticket", + "timetickets": "Time Tickets", + "detail": "Time Ticket Details", + "notickets": "There are no active tickets." + }, + "labels": { + "converting": "Converting", + "selectjob": "--- Select a ticket ---", + "selectticketassetselector": "Please select a ticket to update. ", + "uploading": "Uploading" + }, + "titles": { + "createtimeticket": "Create a Time Ticket" + } } } } diff --git a/translations/es-MX/common.json b/translations/es-MX/common.json index 66b7c3d..88a4f1a 100644 --- a/translations/es-MX/common.json +++ b/translations/es-MX/common.json @@ -341,6 +341,25 @@ "titles": { "timeticketbrowsertab": "" } + }, + "createtimeticket": { + "actions": { + "refresh": "", + "upload": " ", + "ticket":" ", + "timetickets": "", + "detail": "", + "notickets": "" + }, + "labels": { + "converting": "", + "selectjob": "", + "selectticketassetselector": "", + "uploading": "" + }, + "titles": { + "createtimeticket": "" + } } } } diff --git a/translations/fr-CA/common.json b/translations/fr-CA/common.json index 3147b36..a1d1cad 100644 --- a/translations/fr-CA/common.json +++ b/translations/fr-CA/common.json @@ -341,6 +341,25 @@ "titles": { "timeticketbrowsertab": "" } + }, + "createtimeticket": { + "actions": { + "refresh": "", + "upload": " ", + "ticket":" ", + "timetickets": "", + "detail": "", + "notickets": "" + }, + "labels": { + "converting": "", + "selectjob": "", + "selectticketassetselector": "", + "uploading": "" + }, + "titles": { + "createtimeticket": "" + } } } }