forked from Studio-42/elFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[i18n:tr] Update translator name (Studio-42#3486)
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
* @author I.Taskinoglu & A.Kaya <[email protected]> | ||
* @author Abdullah ELEN <[email protected]> | ||
* @author Osman KAYAN <[email protected]> | ||
* @author [email protected] | ||
* @author Ali KAYAN <[email protected]> | ||
* @author Cengiz AKCAN [email protected] | ||
* @version 2021-02-20 | ||
* @version 2022-05-08 | ||
*/ | ||
(function(root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
|
@@ -17,12 +17,12 @@ | |
} | ||
}(this, function(elFinder) { | ||
elFinder.prototype.i18.tr = { | ||
translator : 'I.Taskinoglu & A.Kaya <[email protected]>, Abdullah ELEN <[email protected]>, Osman KAYAN <[email protected]>, [email protected], Cengiz AKCAN [email protected]', | ||
translator : 'I.Taskinoglu & A.Kaya <[email protected]>, Abdullah ELEN <[email protected]>, Osman KAYAN <[email protected]>, [email protected], Cengiz AKCAN [email protected], Ali KAYAN <[email protected]>', | ||
language : 'Türkçe', | ||
direction : 'ltr', | ||
dateFormat : 'd.m.Y H:i', // will show like: 20.02.2021 19:30 | ||
fancyDateFormat : '$1 H:i', // will show like: Bugün 19:30 | ||
nonameDateFormat : 'ymd-His', // noname upload will show like: 210220-193050 | ||
dateFormat : 'd.m.Y H:i', // will show like: 08.05.2022 21:53 | ||
fancyDateFormat : '$1 H:i', // will show like: Bugün 21:53 | ||
nonameDateFormat : 'ymd-His', // noname upload will show like: 220508-215305 | ||
messages : { | ||
|
||
/********************************** errors **********************************/ | ||
|
@@ -119,6 +119,7 @@ | |
'errServerError' : 'Sunucu tarafında beklenilmeyen bir hata oluştu.', // from v2.1.25 added 16.6.2017 | ||
'errEmpty' : '"$1" klasörü boşaltılamıyor.', // from v2.1.25 added 22.6.2017 | ||
'moreErrors' : '"$1" veya daha fazla hata', // from v2.1.44 added 9.12.2018 | ||
'errMaxMkdirs' : 'Tek seferde 1$\'a kadar klasör oluşturabilirsiniz.', // from v2.1.58 added 20.6.2021 | ||
|
||
/******************************* commands names ********************************/ | ||
'cmdarchive' : 'Arşiv oluştur', | ||
|