Skip to content

Commit 9e9006d

Browse files
committed
minor #30207 [Validator] Add the missing translations for the Russian (ru) locale (Anton Chernikov)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Add the missing translations for the Russian (ru) locale … (ru) locale (antonch1989) | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #30184 | License | MIT Added missing ru translations for the validator component Commits ------- 8d84cf916b minor #30184 [Validator] Add the missing translations for the Russian (ru) locale (antonch1989)
2 parents 3187975 + d854a19 commit 9e9006d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Resources/translations/validators.ru.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,26 @@
310310
<source>This value does not match the expected {{ charset }} charset.</source>
311311
<target>Значение не совпадает с ожидаемой {{ charset }} кодировкой.</target>
312312
</trans-unit>
313+
<trans-unit id="81">
314+
<source>This is not a valid Business Identifier Code (BIC).</source>
315+
<target>Значение не соответствует формату BIC.</target>
316+
</trans-unit>
313317
<trans-unit id="82">
314318
<source>Error</source>
315319
<target>Ошибка</target>
316320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>Значение не соответствует формату UUID.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Значение должно быть кратно {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Данный BIC не связан с IBAN {{ iban }}.</target>
332+
</trans-unit>
317333
</body>
318334
</file>
319335
</xliff>

0 commit comments

Comments
 (0)