8000 Missing ru translations by antonch1989 · Pull Request #30206 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Missing ru translations #30206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 23 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
03abfc0
add missing null return type
xabbuh Feb 8, 2019
15db914
[Security] fix switch user without having current token
alamirault Feb 8, 2019
fc09c28
[Form][MappingRule] Remove unnecessary cast
fancyweb Feb 9, 2019
0daeba8
add back test after fixing it
xabbuh Jan 25, 2019
ace651e
minor #30064 [Form][MappingRule] Remove unnecessary cast (fancyweb)
xabbuh Feb 11, 2019
bb4b53b
Update composer.json
plandolt Feb 11, 2019
3469837
[Validator] Added a missing translation
javiereguiluz Feb 11, 2019
2d12aa0
minor #30119 [Form] add missing null return type (xabbuh)
xabbuh Feb 11, 2019
d0ae383
add xabbuh as code owner of the Form component
xabbuh Feb 11, 2019
e3ceb1f
minor #30142 add xabbuh as code owner of the Form component (xabbuh)
fabpot Feb 12, 2019
1077df6
Fix KernelTestCase compatibility for PhpUnit 8 (bis)
nicolas-grekas Feb 9, 2019
6d881f7
bug #30124 Fix KernelTestCase compatibility for PhpUnit 8 (bis) (nico…
fabpot Feb 12, 2019
82ba2d6
minor #30144 [Validator] Added a missing translation (javiereguiluz)
fabpot Feb 12, 2019
637b10c
minor #30143 [PhpunitBridge] dropping ext-zip suggestion as its no lo…
fabpot Feb 12, 2019
3e3ca9d
use PropertyAccessorInterface instead of PropertyAccessor
nick-zh Feb 11, 2019
d4ed49b
bug #30136 use PropertyAccessorInterface instead of PropertyAccessor …
fabpot Feb 12, 2019
a205211
minor #30132 [Form] add back test after fixing it (xabbuh)
fabpot Feb 12, 2019
d3d880a
bug #30122 [Security] fix switch user without having current token (A…
fabpot Feb 12, 2019
9a86504
[Validator] Add the missing translations for the French (fr) locale
Feb 12, 2019
95795dc
add_missing_translations_for_portuguese : [Validator] Add the missing…
pedroresende Feb 12, 2019
650f712
minor #30199 [Validator] Add the missing translations for the French …
fabpot Feb 12, 2019
f2370eb
minor #30201 [Validator] Add the missing translations for the Portugu…
fabpot Feb 12, 2019
8d84cf9
minor #30184 [Validator] Add the missing translations for the Russian…
Feb 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,14 @@
<source>This is not a valid UUID.</source>
<target>Ceci n'est pas un UUID valide.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Cette valeur doit être un multiple de {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Ce code d'identification d'entreprise (BIC) n'est pas associé à l'IBAN {{ iban }}.</target>
</trans-unit>
</body>
</file>
</xliff>
0