Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update elfinder.ko.js #3647

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions js/i18n/elfinder.ko.js
Expand Up @@ -4,7 +4,7 @@
* @author Park Sungyong; <[email protected]>
* @author Yeonjeong Woo <[email protected]>
* @author Kwon Hyungjoo <[email protected]>
* @version 2020-04-07
* @version 2024-03-19
*/
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
Expand All @@ -19,9 +19,9 @@
translator : 'Hwang Ahreum; &lt;[email protected]&gt;, Park Sungyong; &lt;[email protected]&gt;, Yeonjeong Woo &lt;[email protected]&gt;, Kwon Hyungjoo &lt;[email protected]&gt;',
language : 'Korea-한국어',
direction : 'ltr',
dateFormat : 'Y-m-d H:i', // will show like: 2020-04-07 10:24
fancyDateFormat : '$1 H:i', // will show like: 오늘 10:24
nonameDateFormat : 'ymd-His', // noname upload will show like: 200407-102404
dateFormat : 'Y-m-d H:i', // will show like: 2024-03-19 16:27
fancyDateFormat : '$1 H:i', // will show like: 오늘 16:27
nonameDateFormat : 'ymd-His', // noname upload will show like: 240319-162748
messages : {

/********************************** errors **********************************/
Expand Down Expand Up @@ -118,6 +118,7 @@
'errServerError' : '서버측에서 오류가 발생했습니다.', // from v2.1.25 added 16.6.2017
'errEmpty' : '"$1" 폴더를 비울 수 없습니다.', // from v2.1.25 added 22.6.2017
'moreErrors' : '$1개의 오류가 더 발생했습니다.', // from v2.1.44 added 9.12.2018
'errMaxMkdirs' : 'You can create up to $1 folders at one time.', // from v2.1.58 added 20.6.2021

/******************************* commands names ********************************/
'cmdarchive' : '압축파일생성',
Expand Down