8000 merged branch pulzarraider/updated_sk_validator (PR #3072) · symfony/symfony@a3ddc8e · GitHub
[go: up one dir, main page]

Skip to content

Commit a3ddc8e

Browse files
committed
merged branch pulzarraider/updated_sk_validator (PR #3072)
Commits ------- c8bafcf Updated validators.sk.xlf file Discussion ---------- [FrameworkBundle] Slovak translations updated Bug fix: no Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: - Todo: - --------------------------------------------------------------------------- by stof at 2012-01-09T20:33:53Z can you send the ids below 41 to the 2.0 branch ? Only 42-28 are new for 2.1 --------------------------------------------------------------------------- by pulzarraider at 2012-01-09T20:39:42Z Done, see #3073.
2 parents 46b00b1 + c8bafcf commit a3ddc8e

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.sk.xlf

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,74 @@
126126
<source>The two values should be equal</source>
127127
<target>Tieto dve hodnoty by mali byť rovnaké</target>
128128
</trans-unit>
129+
<trans-unit id="32">
130+
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
131+
<target>Súbor je príliš veľký. Maximálna povolená veľkosť je {{ limit }}</target>
132+
</trans-unit>
133+
<trans-unit id="33">
134+
<source>The file is too large</source>
135+
<target>Súbor je príliš veľký</target>
136+
</trans-unit>
137+
<trans-unit id="34">
138+
<source>The file could not be uploaded</source>
139+
<target>Súbor sa nepodarilo nahrať</target>
140+
</trans-unit>
141+
<trans-unit id="35">
142+
<source>This value should be a valid number</source>
143+
<target>Táto hodnota by mala byť číslo</target>
144+
</trans-unit>
145+
<trans-unit id="36">
146+
<source>This file is not a valid image</source>
147+
<target>Tento súbor nie je obrázok</target>
148+
</trans-unit>
149+
<trans-unit id="37">
150+
<source>This is not a valid IP address</source>
151+
<target>Toto nie je platná IP adresa</target>
152+
</trans-unit>
153+
<trans-unit id="38">
154+
<source>This value is not a valid language</source>
155+
<target>Tento jazyk neexistuje</target>
156+
</trans-unit>
157+
<trans-unit id="39">
158+
<source>This value is not a valid locale</source>
159+
<target>Táto lokalizácia neexistuje</target>
160+
</trans-unit>
161+
<trans-unit id="40">
162+
<source>This value is not a valid country</source>
163+
<target>Táto krajina neexistuje</target>
164+
</trans-unit>
165+
<trans-unit id="41">
166+
<source>This value is already used</source>
167+
<target>Táto hodnota sa už používa</target>
168+
</trans-unit>
169+
<trans-unit id="42">
170+
<source>The size of the image could not be detected</source>
171+
<target>Nepodarilo sa zistiť rozmery obrázku</target>
172+
</trans-unit>
173+
<trans-unit id="43">
174+
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
175+
<target>Obrázok je príliš široký ({{ width }}px). Maximálna povolená šírka obrázku je {{ max_width }}px</target>
176+
</trans-unit>
177+
<trans-unit id="44">
178+
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
179+
<target>Obrázok je príliš úzky ({{ width }}px). Minimálna šírka obrázku by mala byť {{ min_width }}px</target>
180+
</trans-unit>
181+
<trans-unit id="45">
182+
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
183+
<target>>Obrázok je príliš vysoký ({{ height }}px). Maximálna povolená výška obrázku je {{ max_height }}px</target>
184+
</trans-unit>
185+
<trans-unit id="46">
186+
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187+
<target>Obrázok je príliš nízky ({{ height }}px). Minimálna výška obrázku by mala byť {{ min_height }}px</target>
188+
</trans-unit>
189+
<trans-unit id="47">
190+
<source>This value should be the user current password</source>
191+
<target>Táto hodnota by mala byť aktuálne heslo používateľa</target>
192+
</trans-unit>
193+
<trans-unit id="48">
194+
<source>This value should have exactly {{ limit }} characters</source>
195+
<target>Táto hodnota by mala mať presne {{ limit }} znakov</target>
196+
</trans-unit>
129197
</body>
130198
</file>
131199
</xliff>

0 commit comments

Comments
 (0)
0