Skip to content

Commit 0774c42

Browse files
committed
Merge branch '5.2' into 5.3
* 5.2: [#41846] Revert change in closing tag Closing tag typo * validators.lt.xlf - added missing 100 message [Validator] Add missing translations for Russian [Validator] Add missing Czech translations [Validator] Missing translations for Brazilian Portuguese (pt_BR) Add missing translation for Polish (#41826) missing translations for portuguese Public responses without lifetime should not remove lifetime for the resulting response [Security]Added missing translations for Armenian (hy)
2 parents d40a403 + 7dec423 commit 0774c42

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

Resources/translations/validators.cs.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Tato hodnota není platné mezinárodní identifikační číslo cenného papíru (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Tato hodnota musí být platný výraz.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.lt.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Ši reišmė neatitinka tarptautinio vertybinių popierių identifikavimo numerio formato (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Ši vertė turėtų būti teisinga išraiška.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.pl.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Ta wartość nie jest prawidłowym Międzynarodowym Numerem Identyfikacyjnym Papierów Wartościowych (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Ta wartość powinna być prawidłowym wyrażeniem.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.pt.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Este valor não é um Número Internacional de Identificação de Segurança (ISIN) válido.</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Este valor deve ser uma expressão válida.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.pt_BR.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Este valor não é um Número de Identificação de Títulos Internacionais (ISIN) válido.</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Este valor deve ser uma expressão válida.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.ru.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Значение не является корректным международным идентификационным номером ценных бумаг (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Это значение должно быть корректным выражением.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

0 commit comments

Comments
 (0)