8000 minor #38902 Add Missing Serbian (Lat & Cyrl) & Bosnian translation (… · symfony/symfony@8ef1826 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ef1826

Browse files
committed
minor #38902 Add Missing Serbian (Lat & Cyrl) & Bosnian translation (tambait)
This PR was merged into the 4.4 branch. Discussion ---------- Add Missing Serbian (Lat & Cyrl) & Bosnian translation | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Tickets | Fix #38760, fix #38761, fix #38728 | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | License | MIT Commits ------- 29ac497 Add Serbian (Lat & Cyrl) & Bosnian translations for Form Validator & Security
2 parents 2d511de + 29ac497 commit 8ef1826

File tree

6 files changed

+157
-2
lines changed

6 files changed

+157
-2
lines changed

src/Symfony/Component/Form/Resources/translations/validators.bs.xlf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,26 @@
114114
<source>Please provide a valid phone number.</source>
115115
<target>Molim navedite ispravan broj telefona.</target>
116116
</trans-unit>
117+
<trans-unit id="124">
118+
<source>The checkbox has an invalid value.</source>
119+
<target>Polje za potvrdu sadrži neispravnu vrijednost.</target>
120+
</trans-unit>
121+
<trans-unit id="125">
122+
<source>Please enter a valid email address.</source>
123+
<target>Molim upišite ispravnu email adresu.</target>
124+
</trans-unit>
125+
<trans-unit id="126">
126+
<source>Please select a valid option.</source>
127+
<target>Molim izaberite ispravnu opciju.</target>
128+
</trans-unit>
129+
<trans-unit id="127">
130+
<source>Please select a valid range.</source>
131+
<target>Molim izaberite ispravan opseg.</target>
132+
</trans-unit>
133+
<trans-unit id="128">
134+
<source>Please enter a valid week.</source>
135+
<target>Molim upišite ispravnu sedmicu.</target>
136+
</trans-unit>
117137
</body>
118138
</file>
119139
</xliff>

src/Symfony/Component/Form/Resources/translations/validators.sr_Cyrl.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,26 @@
114114
<source>Please provide a valid phone number.</source>
115115
<target>Молим наведите исправан број телефона.</target>
116116
</trans-unit>
117+
<trans-unit id="124">
118+
<source>The checkbox has an invalid value.</source>
119+
<target>Поље за потврду садржи неисправну вредност.</target>
120+
</trans-unit>
121+
<trans-unit id="125">
122+
<source>Please enter a valid email address.</source>
123+
<target>Молим упишите исправну email адресу.</target>
124+
</trans-unit>
125+
<trans-unit id="126">
126+
<source>Please select a valid option.</source>
127+
<target>Молим изаберите исправну опцију.</target>
128+
</trans-unit>
129+
<trans-unit id="127">
130+
<source>Please select a valid range.</source>
131+
<target>Молим изаберите исправан опсег.</target>
132+
</trans-unit>
133+
<trans-unit id="128">
134+
<source>Please enter a valid week.</source>
135+
<target>Молим упишите исправну седмицу.</target>
136+
</trans-unit>
117137
</body>
118138
</file>
119-
</xliff>
139+
</xliff>

src/Symfony/Component/Form/Resources/translations/validators.sr_Latn.xlf

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,26 @@
114114
<source>Please provide a valid phone number.</source>
115115
<target>Molim navedite ispravan broj telefona.</target>
116116
</trans-unit>
117+
<trans-unit id="124">
118+
<source>The checkbox has an invalid value.</source>
119+
<target>Polje za potvrdu sadrži neispravnu vrednost.</target>
120+
</trans-unit>
121+
<trans-unit id="125">
122+
<source>Please enter a valid email address.</source>
123+
<target>Molim upišite ispravnu email adresu.</target>
124+
</trans-unit>
125+
<trans-unit id="126">
126+
<source>Please select a valid option.</source>
127+
<target>Molim izaberite ispravnu opciju.</target>
128+
</trans-unit>
129+
<trans-unit id="127">
130+
<source>Please select a valid range.</source>
131+
<target>Molim izaberite ispravan opseg.</target>
132+
</trans-unit>
133+
<trans-unit id="128">
134+
<source>Please enter a valid week.</source>
135+
<target>Molim upišite ispravnu sedmicu.</target>
136+
</trans-unit>
117137
</body>
118138
</file>
119-
</xliff>
139+
</xliff>
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>An authentication exception occurred.</source>
7+
<target>Došlo je do autentifikacijskog izuzetka (exception).</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>Authentication credentials could not be found.</source>
11+
<target>Autentifikacijski podaci nisu pronađeni.</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>Authentication request could not be processed due to a system problem.</source>
15+
<target>Autentifikacijski zahtjev ne može biti obrađen zbog sistemskog problema.</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>Invalid credentials.</source>
19+
<target>Autentifikacijski podaci su neispravni.</target>
20+
</trans-unit>
21+
<trans-unit id="5">
22+
<source>Cookie has already been used by someone else.</source>
23+
<target>Neko drugi je već iskoristio ovaj kolačić (cookie).</target>
24+
</trans-unit>
25+
<trans-unit id="6">
26+
<source>Not privileged to request the resource.</source>
27+
<target>Nemate privilegije potrebne za pristup ovom resursu.</target>
28+
</trans-unit>
29+
<trans-unit id="7">
30+
<source>Invalid CSRF token.</source>
31+
<target>CSRF žeton (token) je neispravan.</target>
32+
</trans-unit>
33+
<trans-unit id="8">
34+
<source>Digest nonce has expired.</source>
35+
<target>Digest nonce je istekao.</target>
36+
</trans-unit>
37+
<trans-unit id="9">
38+
<source>No authentication provider found to support the authentication token.</source>
39+
<target>Nije pronađen autentifikacijski provajder koji bi podržao dati autentifikacijski žeton (token).</target>
40+
</trans-unit>
41+
<trans-unit id="10">
42+
<source>No session available, it either timed out or cookies are not enabled.</source>
43+
<target>Nema dostupnih sesija; ili je istekla ili su kolačići (cookies) iksljučeni.</target>
44+
</trans-unit>
45+
<trans-unit id="11">
46+
<source>No token could be found.</source>
47+
<target>Nije pronađen nijedan žeton (token).</target>
48+
</trans-unit>
49+
<trans-unit id="12">
50+
<source>Username could not be found.</source>
51+
<target>Korisničko ime nije pronađeno.</target>
52+
</trans-unit>
53+
<trans-unit id="13">
54+
<source>Account has expired.</source>
55+
<target>Nalog je istekao.</target>
56+
</trans-unit>
57+
<trans-unit id="14">
58+
<source>Credentials have expired.</source>
59+
<target>Autentifikacijski podaci su istekli.</target>
60+
</trans-unit>
61+
<trans-unit id="15">
62+
<source>Account is disabled.</source>
63+
<target>Nalog je onemogućen.</target>
64+
</trans-unit>
65+
<trans-unit id="16">
66+
<source>Account is locked.</source>
67+
<target>Nalog je zaključan.</target>
68+
</trans-unit>
69+
<trans-unit id="17">
70+
<source>Too many failed login attempts, please try again later.</source>
71+
<target>Previše neuspješnih pokušaja prijavljivanja, molim pokušajte ponovo kasnije.</target>
72+
</trans-unit>
73+
<trans-unit id="18">
74+
<source>Invalid or expired login link.</source>
75+
<target>Link za prijavljivanje je istekao ili je neispravan.</target>
76+
</trans-unit>
77+
</body>
78+
</file>
79+
</xliff>

src/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>Налог је закључан.</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>Превише неуспешних покушаја пријављивања, молим покушајте поново касније.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Линк за пријављивање је истекао или је неисправан.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

src/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line 86FD numberDiff line change
@@ -62,6 +62,14 @@
6262
<source>Account is locked.</source>
6363
<target>Nalog je zaključan.</target>
6464
</trans-unit>
65+
<trans-unit id="17">
66+
<source>Too many failed login attempts, please try again later.</source>
67+
<target>Previše neuspešnih pokušaja prijavljivanja, molim pokušajte ponovo kasnije.</target>
68+
</trans-unit>
69+
<trans-unit id="18">
70+
<source>Invalid or expired login link.</source>
71+
<target>Link za prijavljivanje je istekao ili je neispravan.</target>
72+
</trans-unit>
6573
</body>
6674
</file>
6775
</xliff>

0 commit comments

Comments
 (0)
0