From 9a005138a79f8b09d096157d8636ffe264a783d5 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 7 Oct 2022 16:16:20 +0200 Subject: [PATCH] fix(legacy): missing plupload uk_UA translation --- legacy/application/assets.json | 1 + legacy/public/js/plupload/i18n/uk_UA.js | 31 +++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 legacy/public/js/plupload/i18n/uk_UA.js diff --git a/legacy/application/assets.json b/legacy/application/assets.json index c35bbfb0a..d398ff2f4 100644 --- a/legacy/application/assets.json +++ b/legacy/application/assets.json @@ -155,6 +155,7 @@ "js/plupload/i18n/ru_RU.js": "a4ede8ec9bd8f1d703d55bc135453042", "js/plupload/i18n/sr_RS.js": "0dc8d190d735dba2117e21a0aa462217", "js/plupload/i18n/sr_RS@latin.js": "18d2bf17856360c076188f09d23c5951", + "js/plupload/i18n/uk_UA.js": "8996c93972972548a499594653d94a34", "js/plupload/i18n/zh_CN.js": "842fc7371333209a39faff51a64b110b", "js/plupload/jquery.plupload.queue.min.js": "0c04e7215f135cbe3ef9c34b7a8bf4fa", "js/plupload/plupload.full.min.js": "6e1ae77daf3e7c0d2ed724b3d54a865d", diff --git a/legacy/public/js/plupload/i18n/uk_UA.js b/legacy/public/js/plupload/i18n/uk_UA.js new file mode 100644 index 000000000..2fdd9cadc --- /dev/null +++ b/legacy/public/js/plupload/i18n/uk_UA.js @@ -0,0 +1,31 @@ +// Ukrainian - Ukraine (uk_UA) +plupload.addI18n({ + "Select files": $.i18n._("Select files"), + "Add files to the upload queue and click the start button.": $.i18n._( + "Add files to the upload queue and click the start button." + ), + Filename: $.i18n._("Filename"), + Status: $.i18n._("Status"), + Size: $.i18n._("Size"), + "Add files": $.i18n._("Add files"), + "Stop current upload": $.i18n._("Stop current upload"), + "Start uploading queue": $.i18n._("Start uploading queue"), + "Uploaded %d/%d files": $.i18n._("Uploaded %d/%d files"), + "N/A": $.i18n._("N/A"), + "Drag files here.": $.i18n._("Drag files here."), + "File extension error.": $.i18n._("File extension error."), + "File size error.": $.i18n._("File size error."), + "Init error.": $.i18n._("Init error."), + "HTTP Error.": $.i18n._("HTTP Error."), + "Security error.": $.i18n._("Security error."), + "Generic error.": $.i18n._("Generic error."), + "IO error.": $.i18n._("IO error."), + "Stop Upload": $.i18n._("Stop Upload"), + "Add Files": $.i18n._("Add Files"), + "Start Upload": $.i18n._("Start Upload"), + "Start upload": $.i18n._("Start upload"), + "%d files queued": $.i18n._("%d files queued"), + "Error: Invalid file extension: ": $.i18n._( + "Error: Invalid file extension: " + ), +});