|
| 1 | +<?xml version="1.0"?> |
| 2 | +<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> |
| 3 | + <file source-language="en" target-language="lt" datatype="plaintext" original="file.ext"> |
| 4 | + <body> |
| 5 | + <trans-unit id="post.blank_summary"> |
| 6 | + <source>post.blank_summary</source> |
| 7 | + <target>Įrašo santrauka negali būti tuščia</target> |
| 8 | + </trans-unit> |
| 9 | + <trans-unit id="post.blank_content"> |
| 10 | + <source>post.blank_content</source> |
| 11 | + <target>Įrašo turinys negali būti tuščias</target> |
| 12 | + </trans-unit> |
| 13 | + <trans-unit id="post.too_short_content"> |
| 14 | + <source>post.too_short_content</source> |
| 15 | + <target>Per trumpas įrašo turinys (nesiekia { limit } simbolių)</target> |
| 16 | + </trans-unit> |
| 17 | + <trans-unit id="post.too_many_tags"> |
| 18 | + <source>post.too_many_tags</source> |
| 19 | + <target>Per daug žymų (viršyja { limit })</target> |
| 20 | + </trans-unit> |
| 21 | + <trans-unit id="comment.blank"> |
| 22 | + <source>comment.blank</source> |
| 23 | + <target>Komentaras negali būti tuščias</target> |
| 24 | + </trans-unit> |
| 25 | + <trans-unit id="comment.too_short"> |
| 26 | + <source>comment.too_short</source> |
| 27 | + <target>Per trumpas komentaras (nesiekia { limit } simbolių)</target> |
| 28 | + </trans-unit> |
| 29 | + <trans-unit id="comment.too_long"> |
| 30 | + <source>comment.too_long</source> |
| 31 | + <target>Per ilgas komentaras (viršyja { limit } simbolių)</target> |
| 32 | + </trans-unit> |
| 33 | + <trans-unit id="comment.is_spam"> |
| 34 | + <source>comment.is_spam</source> |
| 35 | + <target>Komentaras traktuojamas kaip brukalas.</target> |
| 36 | + </trans-unit> |
| 37 | + </body> |
| 38 | + </file> |
| 39 | +</xliff> |
0 commit comments