Skip to content

Commit

Permalink
[i18n:tr] Update translator name (Studio-42#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnreALi authored Aug 26, 2022
1 parent 84f07fd commit ad15eac
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions js/i18n/elfinder.tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -17,12 +17,12 @@
}
}(this, function(elFinder) {
elFinder.prototype.i18.tr = {
translator : 'I.Taskinoglu & A.Kaya &lt;[email protected]&gt;, Abdullah ELEN &lt;[email protected]&gt;, Osman KAYAN &lt;[email protected]&gt;, [email protected], Cengiz AKCAN [email protected]',
translator : 'I.Taskinoglu & A.Kaya &lt;[email protected]&gt;, Abdullah ELEN &lt;[email protected]&gt;, Osman KAYAN &lt;[email protected]&gt;, [email protected], Cengiz AKCAN [email protected], Ali KAYAN &lt;[email protected]&gt;',
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 **********************************/
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit ad15eac

Please sign in to comment.