fix(legacy): missing plupload uk_UA translation
This commit is contained in:
parent
55b95f3c31
commit
9a005138a7
2 changed files with 32 additions and 0 deletions
31
legacy/public/js/plupload/i18n/uk_UA.js
Normal file
31
legacy/public/js/plupload/i18n/uk_UA.js
Normal file
|
@ -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: "
|
||||
),
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue