Skip to content

Commit

Permalink
Merge branch '6.3' into 6.4
Browse files Browse the repository at this point in the history
* 6.3:
  Use extension_loaded call to check if pcntl extension is loaded, as SIGTERM might be set be swoole
  [DomCrawler] UriResolver support path with columns
  attach all required parameters to query
  Bump Symfony version to 6.3.9
  Update VERSION for 6.3.8
  Update CHANGELOG for 6.3.8
  Bump Symfony version to 5.4.32
  Update VERSION for 5.4.31
  Update CONTRIBUTORS for 5.4.31
  Update CHANGELOG for 5.4.31
  Update VERSION for 4.4.51
  Update CHANGELOG for 4.4.51
  [Validator] updated Lithuanian translation
  • Loading branch information
derrabus committed Nov 14, 2023
2 parents cc3bf16 + 0dbfc4b commit 658bdd8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Resources/translations/validators.lt.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,30 @@
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
<target>Tinklo kaukės reikšmė turi būti nuo {{ min }} iki {{ max }}.</target>
</trans-unit>
<trans-unit id="104">
<source>The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less.</source>
<target>Failo pavadinimas per ilgas. Jame turėtų būti {{ filename_max_length }} simbolis arba mažiau.|Failo pavadinimas per ilgas. Jame turėtų būti {{ filename_max_length }} simbolių arba mažiau.</target>
</trans-unit>
<trans-unit id="105">
<source>The password strength is too low. Please use a stronger password.</source>
<target>Slaptažodis per silpnas. Naudokite stipresnį slaptažodį.</target>
</trans-unit>
<trans-unit id="106">
<source>This value contains characters that are not allowed by the current restriction-level.</source>
<target>Šioje reikšmėje yra simbolių, kurių neleidžia dabartinis apribojimo lygis.</target>
</trans-unit>
<trans-unit id="107">
<source>Using invisible characters is not allowed.</source>
<target>Naudoti nematomus simbolius draudžiama.</target>
</trans-unit>
<trans-unit id="108">
<source>Mixing numbers from different scripts is not allowed.</source>
<target>Draudžiama maišyti skaičius iš skirtingų scenarijų.</target>
</trans-unit>
<trans-unit id="109">
<source>Using hidden overlay characters is not allowed.</source>
<target>Draudžiama naudoti paslėptus perdangos simbolius.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 658bdd8

Please sign in to comment.