Skip to content

Commit b5e3156

Browse files
authored
Adding Armenian translation (#18)
1 parent af978c1 commit b5e3156

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

resource/message/hy/yii.filepond.php

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
/**
6+
* Message translations.
7+
*
8+
* This file is automatically generated by 'yii message/extract' command.
9+
* It contains the localizable messages extracted from source code.
10+
* You may modify this file by translating the extracted messages.
11+
*
12+
* Each array element represents the translation (value) of a message (key).
13+
* If the value is empty, the message is considered as not translated.
14+
* Messages that no longer need translation will have their translations
15+
* enclosed between a pair of '@@' marks.
16+
*
17+
* Message string can be used with plural forms format. Check i18n section
18+
* of the guide for details.
19+
*
20+
* NOTE: this file must be saved in UTF-8 encoding.
21+
*/
22+
return [
23+
'Drag & Drop your files or <span class="filepond--label-action"> Browse </span>' => 'Քաշեք և թողեք ձեր ֆայլերը կամ <span class="filepond--label-action"> Ընտրեք </span>',
24+
'Expects {allButLastType} or {lastType}' => 'Ակնկալվում է {allButLastType} կամ {lastType}',
25+
'File is too large' => 'Ֆայլը չափազանց մեծ է',
26+
'File type not allowed' => 'Ֆայլի տեսակը չի թույլատրվում',
27+
'Maximum file size is {filesize}' => 'Ֆայլի առավելագույն չափը {filesize} է',
28+
'Maximum total file size is {filesize}' => 'Ֆայլի առավելագույն ընդհանուր չափը {filesize} է',
29+
'Maximum total size exceeded' => 'Առավելագույն ընդհանուր չափը գերազանցվել է',
30+
];

0 commit comments

Comments
 (0)