From 98e3f85788109448fe9d5a59a4a5d15420a72556 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 30 May 2022 14:50:09 +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 --- koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json | 11 ++++++++--- .../intranet-tmpl/prog/js/vue/locales/fr-FR.json | 11 ++++++++++- 2 files changed, 18 insertions(+), 4 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 e8bafd286f..31e4219542 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/locales/en.json @@ -33,6 +33,7 @@ "Closure reason" : "Closure reason", "Content type" : "Content type", "Content type: " : "Content type: ", + "Coverage dates" : "Coverage dates", "Coverage depth" : "Coverage depth", "Created on" : "Created on", "Date of first serial issue available online" : "Date of first serial issue available online", @@ -88,8 +89,6 @@ "Loading" : "Loading", "Name" : "Name", "New agreement" : "New agreement", - "New eHolding title" : "New eHolding title", - "New eHoldings package" : "New eHoldings package", "New license" : "New license", "New package" : "New package", "New title" : "New title", @@ -106,6 +105,7 @@ "counter" : "Package %{counter}", "id" : "Package #%{id}" }, + "Package content type" : "Package content type", "Package created" : "Package created", "Package deleted" : "Package deleted", "Package name" : "Package name", @@ -137,10 +137,15 @@ "Remove this user" : "Remove this user", "Renewal priority" : "Renewal priority", "Required" : "Required", + "Resource " : { + "id" : "Resource #%{id}" + }, + "Resource identifier" : "Resource identifier", + "Resource information" : "Resource information", "Role" : "Role", "Select a file" : "Select a file", "Select user" : "Select user", - "Show package" : "Show package", + "Show resource" : "Show resource", "Start date" : "Start date", "Started on" : "Started on", "Status" : "Status", diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/locales/fr-FR.json b/koha-tmpl/intranet-tmpl/prog/js/vue/locales/fr-FR.json index 1057824397..9cb62d5031 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/locales/fr-FR.json +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/locales/fr-FR.json @@ -233,5 +233,14 @@ }, "License ": { "id": "" - } + }, + "Show resource": "", + "Resource ": { + "id": "" + }, + "Resource information": "", + "resource identifier": "", + "Package content type": "", + "Coverage dates": "", + "Resource identifier": "" } \ No newline at end of file -- 2.39.2