Skip to content

Commit da6be72

Browse files
authored
Merge pull request #34 from codeigniter4/develop
v4.0.0-beta.2
2 parents 396e055 + 671d4ca commit da6be72

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

Language/ar/CLI.php

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,22 @@
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+
1617
return [
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
];

MISSING.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ fa Persian MSDehghan Mohammad Sadegh
3131
ro Romanian CodefishRo Cristian Robert Chiribuc
3232
ru Russian vadimyer Vadim Yermolin
3333
sr Serbian novakurosevic Novak Urosevic ???
34-
zh? Simplified-chinese denghongcai Deng HongCai ... See note below
3534
sk Slovak gadelat Gabriel Potkány
3635
sl Slovenian andrejflorjancic Andrej Florjančič
3736
sv Swedish peterdenk Peter Denk

changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1424
Version 4.0-beta.1
1525
==============================

0 commit comments

Comments
 (0)