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.
- Loading branch information
Showing
4 changed files
with
10 additions
and
7 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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** | ||
* English translation | ||
* @author Troex Nevelin <[email protected]> | ||
* @version 2017-06-09 | ||
* @version 2017-06-14 | ||
*/ | ||
// elfinder.en.js is integrated into elfinder.(full|min).js by jake build | ||
if (typeof elFinder === 'function' && elFinder.prototype.i18) { | ||
|
@@ -404,6 +404,7 @@ if (typeof elFinder === 'function' && elFinder.prototype.i18) { | |
'firstLetterSearch': 'First letter search', // from v2.1.23 added 24.3.2017 | ||
'presets' : 'Presets', // from v2.1.25 added 26.5.2017 | ||
'tooManyToTrash' : 'It\'s too many items so it can\'t into trash.', // from v2.1.25 added 9.6.2017 | ||
'TextArea' : 'TextArea', // from v2.1.25 added 14.6.2017 | ||
|
||
/********************************** mimetypes **********************************/ | ||
'kindUnknown' : 'Unknown', | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* Japanese translation | ||
* @author Tomoaki Yoshida <[email protected]> | ||
* @author Naoki Sawada <[email protected]> | ||
* @version 2017-06-09 | ||
* @version 2017-06-14 | ||
*/ | ||
(function(root, factory) { | ||
if (typeof define === 'function' && define.amd) { | ||
|
@@ -412,6 +412,7 @@ | |
'firstLetterSearch': '一文字目で検索', // from v2.1.23 added 24.3.2017 | ||
'presets' : 'プリセット', // from v2.1.25 added 26.5.2017 | ||
'tooManyToTrash' : 'アイテム数が多すぎるのでごみ箱に入れられません。', // from v2.1.25 added 9.6.2017 | ||
'TextArea' : 'テキストエリア', // from v2.1.25 added 14.6.2017 | ||
|
||
/********************************** mimetypes **********************************/ | ||
'kindUnknown' : '不明', | ||
|