Skip to content

Commit

Permalink
minor #30374 [Validator] Add the missing translations for the Latvian…
Browse files Browse the repository at this point in the history
… ("lv") locale #30174 (k0d3r1s)

This PR was merged into the 3.4 branch.

Discussion
----------

[Validator] Add the missing translations for the Latvian ("lv") locale #30174

Fixes #30174

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #30174
| License       | MIT
| Doc PR        | -

Commits
-------

86b8c25 [Validator] Add the missing translations for the Latvian ("lv") locale
  • Loading branch information
fabpot committed Feb 25, 2019
2 parents bb90359 + 86b8c25 commit c8d6dec
Showing 1 changed file with 24 additions and 0 deletions.
Expand Up @@ -310,6 +310,30 @@
<source>This value does not match the expected {{ charset }} charset.</source>
<target>Šī vērtība neatbilst sagaidāmajai rakstzīmju kopai {{ charset }}.</target>
</trans-unit>
<trans-unit id="81">
<source>This is not a valid Business Identifier Code (BIC).</source>
<target>Šī vērtība nav derīgs Biznesa Identifikācijas Kods (BIC).</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>Kļūda</target>
</trans-unit>
<trans-unit id="83">
<source>This is not a valid UUID.</source>
<target>Šis nav derīgs UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
<target>Šai vērtībai jābūt vairākas reizes atkārtotai {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="85">
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
<target>Šis Biznesa Identifikācijas Kods (BIC) neatbilst {{ iban }} konta numuram (IBAN).</target>
</trans-unit>
<trans-unit id="86">
<source>This value should be valid JSON.</source>
<target>Šai vērtībai jābūt derīgam JSON.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit c8d6dec

Please sign in to comment.