Skip to content

Commit 084447f

Browse files
committed
Merge pull request #40 from mrlco/master
Add Persian Translations
2 parents 77b2b35 + 0ffea40 commit 084447f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

messages/fa/fileinput.php

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
3+
/**
4+
* Message translations for \kartik\widgets\FileInput.
5+
*
6+
* It contains the localizable messages extracted from source code.
7+
* You may modify this file by translating the extracted messages.
8+
*
9+
* Each array element represents the translation (value) of a message (key).
10+
* If the value is empty, the message is considered as not translated.
11+
* Messages that no longer need translation will have their translations
12+
* enclosed between a pair of '@@' marks.
13+
*
14+
* Message string can be used with plural forms format. Check i18n section
15+
* of the guide for details.
16+
*
17+
* NOTE: this file must be saved in UTF-8 encoding.
18+
*/
19+
return [
20+
'file preview and multiple file upload' => 'پیش نمایش فایل و بارگذاری چند فایل',
21+
'Note:' => 'نکته:',
22+
'multiple file upload' => 'بارگذاری چند فایل',
23+
'Your browser does not support {validation}. Try an alternative or more recent browser to access these features.' => 'مرورگر شما از {validation} پشتیبانی نمی کند. برای دسترسی به این قابلیت ها از نسخه های جدیدتر این مرورگر و یا از یک مرورگر دیگر استفاده نمایید.'
24+
];

0 commit comments

Comments
 (0)