8000 Added 42-48 messages to Armenian translation · sammanjac/symfony@25d7596 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25d7596

Browse files
committed
Added 42-48 messages to Armenian translation
1 parent 05663ec commit 25d7596

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hy.xliff

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,35 @@
165165
<trans-unit id="41">
166166
<source>This value is already used</source>
167167
<target>Այդ արժեքը արդեն օգտագործվում է</target>
168-
</trans-unit>
168+
</trans-unit>
169+
<trans-unit id="42">
170+
<source>The size of the image could not be detected</source>
171+
<target>Նկարի չափսերը չստացվեց որոշել</target>
172+
</trans-unit>
173+
<trans-unit id="43">
174+
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
175+
<target>Նկարի լայնությունը չափազանց մեծ է({{ width }}px). Մաքաիմալ չափն է {{ max_width }}px</target>
176+
</trans-unit>
177+
<trans-unit id="44">
178+
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
179+
<target>Նկարի լայնությունը չափազանց փոքր է ({{ width }}px). Մինիմալ չափն է {{ min_ width }}px</target>
180+
</trans-unit>
181+
<trans-unit id="45">
182+
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
183+
<target>Նկարի բարձրությունը չափազանց մեծ է ({{ height }}px). Մաքաիմալ չափն է {{ max_height }}px</target>
184+
</trans-unit>
185+
<trans-unit id="46">
186+
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187+
<target>Նկարի բարձրությունը չափազանց փոքր է ({{ height }}px). Մինիմալ չափն է {{ min_height }}px</target>
188+
</trans-unit>
189+
<trans-unit id="47">
190+
<source>This value should be the user current password</source>
191+
<target>Այս արժեքը պետք է լինի օգտագործողի ներկա ծածկագիրը</target>
192+
</trans-unit>
193+
<trans-unit id="48">
194+
<source>This value should have exactly {{ limit }} characters</source>
195+
<target>Այս արժեքւ պետք է ունենա ճիշտ {{ limit }} սիմվոլներ</target>
196+
</trans-unit>
169197
</body>
170198
</file>
171199
</xliff>

0 commit comments

Comments
 (0)
0