File tree Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Expand file tree Collapse file tree 3 files changed +24
-13
lines changed Original file line number Diff line number Diff line change 33/**
44 * CLI language strings.
55 *
6- * @package CodeIgniter
7- * @author CodeIgniter Dev Team
8- * @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
9- * @license https://opensource.org/licenses/MIT MIT License
10- * @link https://codeigniter.com
11- * @since Version 3.0.0
6+ * @package CodeIgniter
7+ * @author CodeIgniter Dev Team
8+ * @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
9+ * @license https://opensource.org/licenses/MIT MIT License
10+ * @link https://codeigniter.com
11+ * @since Version 3.0.0
1212 * @filesource
13- *
13+ *
1414 * @codeCoverageIgnore
1515 */
16+
1617return [
17- 'helpUsage ' => 'Usage: ' ,
18- 'helpDescription ' => 'Description: ' ,
19- 'helpOptions ' => 'Options: ' ,
20- 'helpArguments ' => 'Arguments: ' ,
21- 'invalidColor ' => 'Invalid {0} color: {1}. ' ,
18+ 'commandNotFound ' => 'الأمر "{0}" غير موجود. ' ,
19+ 'helpUsage ' => 'الاستخدام: ' ,
20+ 'helpDescription ' => 'الوصف: ' ,
21+ 'helpOptions ' => 'الخيارات: ' ,
22+ 'helpArguments ' => 'الوسائط: ' ,
23+ 'invalidColor ' => 'اللون {0} غير صالح: {1}. ' ,
2224];
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ fa Persian MSDehghan Mohammad Sadegh
3131ro Romanian CodefishRo Cristian Robert Chiribuc
3232ru Russian vadimyer Vadim Yermolin
3333sr Serbian novakurosevic Novak Urosevic ???
34- zh? Simplified-chinese denghongcai Deng HongCai ... See note below
3534sk Slovak gadelat Gabriel Potkány
3635sl Slovenian andrejflorjancic Andrej Florjančič
3736sv Swedish peterdenk Peter Denk
Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ Release Date: Unreleased
1010- New Translations
1111
1212- Updated Translations
13+
14+
15+ Version 4.0-beta.2
16+ ==============================
17+
18+ Release Date: Apr 4, 2019
19+
20+ - Updated Translations
21+
22+ - ar (Arabic)
1323
1424Version 4.0-beta.1
1525==============================
You can’t perform that action at this time.
0 commit comments