Skip to content

Commit 180d51b

Browse files
committed
minor #579 Update sl translation (petk)
This PR was merged into the master branch. Discussion ---------- Update sl translation This patch updates Slovenian (sl) translation with missing translations. Thank you. Commits ------- e8146b7 Update sl translation
2 parents 3669fa2 + e8146b7 commit 180d51b

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

app/Resources/translations/messages.sl.xlf

+30
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@
9797
<source>action.show</source>
9898
<target>Prikaži</target>
9999
</trans-unit>
100+
<trans-unit id="action.show_post">
101+
<source>action.show_post</source>
102+
<target>Prikaži objavo</target>
103+
</trans-unit>
100104
<trans-unit id="action.show_code">
101105
<source>action.show_code</source>
102106
<target>Prikaži kodo</target>
@@ -202,6 +206,10 @@
202206
<source>label.published_at</source>
203207
<target>Objavljeno</target>
204208
</trans-unit>
209+
<trans-unit id="label.tags">
210+
<source>label.tags</source>
211+
<target>Značke</target>
212+
</trans-unit>
205213
<trans-unit id="label.actions">
206214
<source>label.actions</source>
207215
<target>Dejanja</target>
@@ -243,6 +251,10 @@
243251
<source>menu.logout</source>
244252
<target>Odjava</target>
245253
</trans-unit>
254+
<trans-unit id="menu.rss">
255+
<source>menu.rss</source>
256+
<target>RSS objav bloga</target>
257+
</trans-unit>
246258

247259
<trans-unit id="post.to_publish_a_comment">
248260
<source>post.to_publish_a_comment</source>
@@ -277,6 +289,15 @@
277289
<target>Objava uspešno izbrisana!</target>
278290
</trans-unit>
279291

292+
<trans-unit id="notification.comment_created">
293+
<source>notification.comment_created</source>
294+
<target>Vaša objava je prejela komentar!</target>
295+
</trans-unit>
296+
<trans-unit id="notification.comment_created.description">
297+
<source>notification.comment_created.description</source>
298+
<target><![CDATA[Vaša objava "%title%" je prejela nov komentar. Preberete ga lahko na <a href="%link%">tej povezavi</a>]]></target>
299+
</trans-unit>
300+
280301
<trans-unit id="help.app_description">
281302
<source>help.app_description</source>
282303
<target><![CDATA[To je <strong>demo aplikacija</strong> zgrajena z ogrodjem Symfony za prikaz priporočenega načina razvoja aplikacij Symfony.]]></target>
@@ -317,6 +338,15 @@
317338
<source>help.more_information</source>
318339
<target><![CDATA[Za več informacij poglejte <a href="https://symfony.com/doc">dokumentacijo Symfony</a>.]]></target>
319340
</trans-unit>
341+
342+
<trans-unit id="rss.title">
343+
<source>rss.title</source>
344+
<target>Symfony Demo blog</target>
345+
</trans-unit>
346+
<trans-unit id="rss.description">
347+
<source>rss.description</source>
348+
<target>Najnovejše objave objavljene na Symfony Demo blogu</target>
349+
</trans-unit>
320350
</body>
321351
</file>
322352
</xliff>

app/Resources/translations/validators.sl.xlf

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
<source>post.too_short_content</source>
1515
<target>Vsebina objave je prekratka (vsaj {{ limit }} znakov)</target>
1616
</trans-unit>
17+
<trans-unit id="post.too_many_tags">
18+
<source>post.too_many_tags</source>
19+
<target>Preveč značk (dodajte {{ limit }} ali manj značk)</target>
20+
</trans-unit>
1721
<trans-unit id="comment.blank">
1822
<source>comment.blank</source>
1923
<target>Ne pustite vašega komentarja praznega!</target>

0 commit comments

Comments
 (0)