Skip to content

Commit

Permalink
minor #54685 [Validator] Updated Lithuanian translations (LinasRam)
Browse files Browse the repository at this point in the history
This PR was merged into the 5.4 branch.

Discussion
----------

[Validator] Updated Lithuanian translations

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #53771
| License       | MIT

Reviewed and updated Lithuanian translations with "needs-review-translation" state.

Commits
-------

3db9b7745c #53771 Updated validator Lithuanian translations
  • Loading branch information
nicolas-grekas committed Apr 22, 2024
2 parents 219066f + 4fd83b8 commit c2465cd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Resources/translations/validators.lt.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</trans-unit>
<trans-unit id="37" resname="This is not a valid IP address.">
<source>This value is not a valid IP address.</source>
<target state="needs-review-translation">Ši vertė nėra galiojantis IP adresas.</target>
<target>Ši reikšmė nėra tinkamas IP adresas.</target>
</trans-unit>
<trans-unit id="38">
<source>This value is not a valid language.</source>
Expand Down Expand Up @@ -192,7 +192,7 @@
</trans-unit>
<trans-unit id="51" resname="No temporary folder was configured in php.ini.">
<source>No temporary folder was configured in php.ini, or the configured folder does not exist.</source>
<target state="needs-review-translation">php.ini nesukonfigūruotas laikinas aplankas, arba sukonfigūruotas aplankas neegzistuoja.</target>
<target>php.ini nesukonfigūruotas laikinas aplankas arba sukonfigūruotas aplankas neegzistuoja.</target>
</trans-unit>
<trans-unit id="52">
<source>Cannot write temporary file to disk.</source>
Expand Down Expand Up @@ -224,7 +224,7 @@
</trans-unit>
<trans-unit id="59" resname="This is not a valid International Bank Account Number (IBAN).">
<source>This value is not a valid International Bank Account Number (IBAN).</source>
<target state="needs-review-translation">Ši vertė nėra galiojantis Tarptautinis Banko Sąskaitos Numeris (IBAN).</target>
<target>Ši reikšmė nėra tinkamas Tarptautinis Banko Sąskaitos Numeris (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
Expand Down Expand Up @@ -312,15 +312,15 @@
</trans-unit>
<trans-unit id="81" resname="This is not a valid Business Identifier Code (BIC).">
<source>This value is not a valid Business Identifier Code (BIC).</source>
<target state="needs-review-translation">Ši vertė nėra galiojantis Verslo Identifikavimo Kodas (BIC).</target>
<target>Ši reikšmė nėra tinkamas Verslo Identifikavimo Kodas (BIC).</target>
</trans-unit>
<trans-unit id="82">
<source>Error</source>
<target>Klaida</target>
</trans-unit>
<trans-unit id="83" resname="This is not a valid UUID.">
<source>This value is not a valid UUID.</source>
<target state="needs-review-translation">Ši vertė nėra galiojantis UUID.</target>
<target>Ši reikšmė nėra tinkamas UUID.</target>
</trans-unit>
<trans-unit id="84">
<source>This value should be a multiple of {{ compared_value }}.</source>
Expand Down Expand Up @@ -432,15 +432,15 @@
</trans-unit>
<trans-unit id="111">
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
<target state="needs-review-translation">Nustatyta simbolių koduotė yra netinkama ({{ detected }}). Leidžiamos koduotės yra {{ encodings }}.</target>
<target>Aptikta simbolių koduotė yra netinkama ({{ detected }}). Leidžiamos koduotės yra {{ encodings }}.</target>
</trans-unit>
<trans-unit id="112">
<source>This value is not a valid MAC address.</source>
<target state="needs-review-translation">Ši vertė nėra galiojantis MAC adresas.</target>
<target>Ši reikšmė nėra tinkamas MAC adresas.</target>
</trans-unit>
<trans-unit id="113">
<source>This URL is missing a top-level domain.</source>
<target state="needs-review-translation">Šiam URL trūksta aukščiausio lygio domeno.</target>
<target>Šiam URL trūksta aukščiausio lygio domeno.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit c2465cd

Please # to comment.