From 3dffa3f5274ef4d41455248e23325b7cd8fe02c8 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 23 Jun 2022 17:49:19 +0200 Subject: [PATCH] Bug 32030: Update I18N Signed-off-by: Jonathan Field Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: Tomas Cohen Arazi --- .../intranet-tmpl/prog/js/vue/locales/en.json | 34 +++++++++++++++++-- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json b/koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json index 29a12db30e..01d2d897d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json @@ -1,5 +1,7 @@ { "/" : "/", + "A license is used several times" : "A license is used several times", + "A package is used several times" : "A package is used several times", "Access type" : "Access type", "Add agreement" : "Add agreement", "Add license" : "Add license", @@ -31,8 +33,12 @@ "counter" : "Agreement user %{counter}" }, "Agreements" : "Agreements", + "All" : "All", + "An agreement is used as relationship several times" : "An agreement is used as relationship several times", + "An agreement is used several times" : "An agreement is used several times", "Cancel" : "Cancel", "Cancellation deadline" : "Cancellation deadline", + "Cannot import, no package selected" : "Cannot import, no package selected", "Close" : "Close", "Closure reason" : "Closure reason", "Content type" : "Content type", @@ -55,11 +61,12 @@ }, "Documents" : "Documents", "E-Resource management" : "E-Resource management", + "EBSCO" : "EBSCO", "Edit" : "Edit", + "Edit agreement" : "Edit agreement", "Edit agreement " : { "id" : "Edit agreement #%{id}" }, - "Edit agreemetn" : "Edit agreemetn", "Edit license" : "Edit license", "Edit license " : { "id" : "Edit license #%{id}" @@ -81,9 +88,15 @@ "File description" : "File description", "File name" : "File name", "File type" : "File type", + "Filter" : "Filter", + "Filter by expired" : "Filter by expired", "First author" : "First author", "First editor" : "First editor", + "Hide filters" : "Hide filters", "Home" : "Home", + "Import from a list" : "Import from a list", + "Import from list" : "Import from list", + "Import in progress," : "Import in progress,", "Is perpetual" : "Is perpetual", "License" : "License", "License " : { @@ -96,12 +109,15 @@ "License updated" : "License updated", "Licenses" : "Licenses", "Loading" : "Loading", + "Local" : "Local", + "Local bibliographic record" : "Local bibliographic record", "Name" : "Name", "New agreement" : "New agreement", "New license" : "New license", "New package" : "New package", "New title" : "New title", "No, do not delete" : "No, do not delete", + "Not selected" : "Not selected", "Notes" : "Notes", "Number of first issue available online" : "Number of first issue available online", "Number of first volume available online" : "Number of first volume available online", @@ -109,6 +125,7 @@ "Number of last volume available online" : "Number of last volume available online", "Number of volume for monograph" : "Number of volume for monograph", "Online-format identifier" : "Online-format identifier", + "Only one controlling license is allowed" : "Only one controlling license is allowed", "Package" : "Package", "Package " : { "counter" : "Package %{counter}", @@ -126,6 +143,7 @@ "Period start" : "Period start", "Periods" : "Periods", "Physical location" : "Physical location", + "Please enter a search term" : "Please enter a search term", "Print-format identifier" : "Print-format identifier", "Proxy" : "Proxy", "Publication title" : "Publication title", @@ -155,15 +173,18 @@ "Role" : "Role", "Select a file" : "Select a file", "Select user" : "Select user", + "Selected" : "Selected", + "Selection status" : "Selection status", "Show agreement" : "Show agreement", + "Show filters" : "Show filters", "Show license" : "Show license", "Show package" : "Show package", - "Show resource" : "Show resource", "Show title" : "Show title", "Start date" : "Start date", "Started on" : "Started on", "Status" : "Status", "Submit" : "Submit", + "The E-Resource management module is disabled, turn on 'ERMModule' to use it" : "The E-Resource management module is disabled, turn on 'ERMModule' to use it", "There are no agreements created yet" : "There are no agreements created yet.", "There are no agreements defined" : "There are no agreements defined.", "There are no licenses created yet" : "There are no licenses created yet.", @@ -172,6 +193,7 @@ "There are no packages created yet" : "There are no packages created yet.", "There are no packages defined" : "There are no packages defined.", "There are no titles defined" : "There are no titles defined.", + "This agreement is already linked with this package" : "This agreement is already linked with this package", "Title" : "Title", "Title " : { "id" : "Title #%{id}" @@ -184,6 +206,8 @@ "Title updated" : "Title updated", "Title-level URL" : "Title-level URL", "Titles" : "Titles", + "Titles ({count})" : "Titles ({count})", + "To the following local package" : "To the following local package", "Type" : "Type", "URI" : "URI", "Update file" : "Update file", @@ -195,6 +219,10 @@ "eHoldings" : "eHoldings", "hello" : "hello", "language" : "language", - "tos" : "tos" + "on" : "on", + "see job #%s" : "see job #%s", + "tos" : "tos", + "{count} packages found locally" : "{count} packages found locally", + "{count} titles found locally" : "{count} titles found locally" } -- 2.39.2