Skip to content

Commit 892d7f0

Browse files
Gateway31weblate
authored andcommitted
Translated using Weblate (Lithuanian)
Currently translated at 7.1% (1 of 14 strings) Added translation using Weblate (Lithuanian) Translated using Weblate (Lithuanian) Currently translated at 100.0% (1 of 1 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (1 of 1 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (2 of 2 strings) Translated using Weblate (Lithuanian) Currently translated at 50.0% (1 of 2 strings) Translated using Weblate (Lithuanian) Currently translated at 100.0% (3 of 3 strings) Translated using Weblate (Lithuanian) Currently translated at 66.6% (2 of 3 strings) Co-authored-by: Vaclovas Intas <[email protected]> Translate-URL: https://translations.metabrainz.org/projects/picard-docs/getting_startedpdf_starting/lt/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/not_found/lt/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/pdf/lt/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/tutorialsacoustid/lt/ Translate-URL: https://translations.metabrainz.org/projects/picard-docs/tutorialsv_attach_disc_id/lt/ Translation: Picard Docs/getting_started/pdf_starting Translation: Picard Docs/not_found Translation: Picard Docs/pdf Translation: Picard Docs/tutorials/acoustid Translation: Picard Docs/tutorials/v_attach_disc_id
1 parent a044f09 commit 892d7f0

File tree

6 files changed

+97
-16
lines changed

6 files changed

+97
-16
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) This documentation is licensed under CC0 1.0.
3+
# This file is distributed under the same license as the MusicBrainz Picard package.
4+
# Vaclovas Intas <[email protected]>, 2025.
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11+
"Last-Translator: Automatically generated\n"
12+
"Language-Team: none\n"
13+
"Language: lt\n"
14+
"MIME-Version: 1.0\n"
15+
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Transfer-Encoding: 8bit\n"
17+
18+
#: ../../functions/func_lt.rst:6
19+
msgid "$lt"
20+
msgstr ""
21+
22+
#: ../../functions/func_lt.rst:8
23+
msgid "Usage: **$lt(x,y[,type])**"
24+
msgstr ""
25+
26+
#: ../../functions/func_lt.rst:9
27+
msgid "Category: conditional"
28+
msgstr ""
29+
30+
#: ../../functions/func_lt.rst:11
31+
msgid "**Description:**"
32+
msgstr ""
33+
34+
#: ../../functions/func_lt.rst:13
35+
msgid "Returns \"1\" (True) if ``x`` is less than ``y`` using the comparison specified in ``type``. Possible values of ``type`` are \"int\" (integer), \"float\" (floating point), \"text\" (case-sensitive text), \"nocase\" (case-insensitive text) and \"auto\" (automatically determine the type of arguments provided), with \"auto\" used as the default comparison method if ``type`` is not specified. The \"auto\" type will use the first type that applies to both arguments in the following order of preference: \"int\", \"float\" and \"text\"."
36+
msgstr ""
37+
38+
#: ../../functions/func_lt.rst:22
39+
msgid "The ``type`` argument was added in Picard v2.9. Prior to that, if an argument was missing or was not an integer, the function would return an empty string."
40+
msgstr ""
41+
42+
#: ../../functions/func_lt.rst:26
43+
msgid "**Example:**"
44+
msgstr ""
45+
46+
#: ../../functions/func_lt.rst:28
47+
msgid "The following statements will return the values indicated:"
48+
msgstr ""

_locale/lt/LC_MESSAGES/getting_started/pdf_starting.po

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,31 @@
22
# Copyright (C) This documentation is licensed under CC0 1.0.
33
# This file is distributed under the same license as the MusicBrainz Picard package.
44
# Languages add-on <[email protected]>, 2025.
5+
# Vaclovas Intas <[email protected]>, 2025.
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
89
"Report-Msgid-Bugs-To: \n"
910
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11-
"Last-Translator: Automatically generated\n"
12-
"Language-Team: none\n"
11+
"PO-Revision-Date: 2025-01-31 07:47+0000\n"
12+
"Last-Translator: Vaclovas Intas <[email protected]>\n"
13+
"Language-Team: Lithuanian <https://translations.metabrainz.org/projects/"
14+
"picard-docs/getting_startedpdf_starting/lt/>\n"
1315
"Language: lt\n"
1416
"MIME-Version: 1.0\n"
1517
"Content-Type: text/plain; charset=UTF-8\n"
1618
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
20+
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
21+
"1 : 2);\n"
22+
"X-Generator: Weblate 5.9.2\n"
1723

1824
#: ../../getting_started/pdf_starting.rst:4
1925
msgid "Getting Started"
20-
msgstr ""
26+
msgstr "Darbo pradžia"
2127

2228
#: ../../getting_started/pdf_starting.rst:6
2329
msgid "This section provides information on how to get started using MusicBrainz Picard, including installation and some basic information about the user interface."
2430
msgstr ""
31+
"Šis skyrius pateikia informacijos, kaip pradėti naudotis „MusicBrainz Picard“"
32+
", įskaitant diegimą ir pagrindinę informaciją apie naudotojo sąsają."

_locale/lt/LC_MESSAGES/not_found.po

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10-
"PO-Revision-Date: 2025-01-31 07:40+0000\n"
10+
"PO-Revision-Date: 2025-01-31 07:43+0000\n"
1111
"Last-Translator: Vaclovas Intas <[email protected]>\n"
1212
"Language-Team: Lithuanian <https://translations.metabrainz.org/projects/"
1313
"picard-docs/not_found/lt/>\n"
@@ -27,7 +27,12 @@ msgstr "Puslapis nerastas"
2727
#: ../../not_found.rst:8
2828
msgid "We're sorry but we are unable to find the requested page. Please use the table of contents or the search box in the left-hand sidebar to locate your topic."
2929
msgstr ""
30+
"Atsiprašome, bet negalime rasti prašomo puslapio. Naudokitės turiniu arba "
31+
"paieškos langeliu kairėje šoninėje juostoje, kad surastumėte savo temą."
3032

3133
#: ../../not_found.rst:11
3234
msgid "If you believe that you have received this message in error, please report it in a `ticket <https://tickets.metabrainz.org/issues/?filter=12025>`_ under the Picard project (Documentation component). Thanks."
3335
msgstr ""
36+
"Jei manote, kad šį pranešimą gavote klaidingai, praneškite apie tai „Picard“ "
37+
"projekto (dokumentacijos komponentas) `ticket <https://"
38+
"tickets.metabrainz.org/issues/?filter=12025>`_. Dėkojame."

_locale/lt/LC_MESSAGES/pdf.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22
# Copyright (C) This documentation is licensed under CC0 1.0.
33
# This file is distributed under the same license as the MusicBrainz Picard package.
44
# Languages add-on <[email protected]>, 2025.
5+
# Vaclovas Intas <[email protected]>, 2025.
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
89
"Report-Msgid-Bugs-To: \n"
910
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11-
"Last-Translator: Automatically generated\n"
12-
"Language-Team: none\n"
11+
"PO-Revision-Date: 2025-01-31 07:48+0000\n"
12+
"Last-Translator: Vaclovas Intas <[email protected]>\n"
13+
"Language-Team: Lithuanian <https://translations.metabrainz.org/projects/"
14+
"picard-docs/pdf/lt/>\n"
1315
"Language: lt\n"
1416
"MIME-Version: 1.0\n"
1517
"Content-Type: text/plain; charset=UTF-8\n"
1618
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
20+
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
21+
"1 : 2);\n"
22+
"X-Generator: Weblate 5.9.2\n"
1723

1824
#: ../../pdf.rst:8
1925
msgid "MusicBrainz Picard"
20-
msgstr ""
26+
msgstr "„MusicBrainz Picard“"

_locale/lt/LC_MESSAGES/tutorials/acoustid.po

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,30 @@
22
# Copyright (C) This documentation is licensed under CC0 1.0.
33
# This file is distributed under the same license as the MusicBrainz Picard package.
44
# Languages add-on <[email protected]>, 2025.
5+
# Vaclovas Intas <[email protected]>, 2025.
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
89
"Report-Msgid-Bugs-To: \n"
910
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11-
"Last-Translator: Automatically generated\n"
12-
"Language-Team: none\n"
11+
"PO-Revision-Date: 2025-01-31 07:53+0000\n"
12+
"Last-Translator: Vaclovas Intas <[email protected]>\n"
13+
"Language-Team: Lithuanian <https://translations.metabrainz.org/projects/"
14+
"picard-docs/tutorialsacoustid/lt/>\n"
1315
"Language: lt\n"
1416
"MIME-Version: 1.0\n"
1517
"Content-Type: text/plain; charset=UTF-8\n"
1618
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
20+
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
21+
"1 : 2);\n"
22+
"X-Generator: Weblate 5.9.2\n"
1723

1824
#: ../../tutorials/acoustid.rst:8
1925
msgid "Understanding :index:`Acoustic Fingerprinting <pair: acoustic; fingerprint>` and :index:`AcoustIDs <AcoustID; usage>`"
2026
msgstr ""
27+
"Kaip suprasti :index:`akustinį atspaudavimą <pair: akustinis; atspaudas>` ir "
28+
":index:`„AcoustID“ <AcoustID; naudojimas>`"
2129

2230
#: ../../tutorials/acoustid.rst:12
2331
msgid "The fingerprinting is the basis for the whole AcoustID song identification system. The audio fingerprint captures the characteristics of the recording, but there can be slight differences in the fingerprint of files of the same recording caused by such things as different encoding or bitrate. Fingerprints, along with the track metadata, are submitted to the AcoustID website where the AcoustID server combines fingerprints that are similar enough and assigns them a single AcoustID. This is actually what makes the AcoustID system really work for audio identification. The same recording can generate many slightly different fingerprints, but the AcoustID represents what the service identifies as the same recording for all of the associated fingerprints."

_locale/lt/LC_MESSAGES/tutorials/v_attach_disc_id.po

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22
# Copyright (C) This documentation is licensed under CC0 1.0.
33
# This file is distributed under the same license as the MusicBrainz Picard package.
44
# Languages add-on <[email protected]>, 2025.
5+
# Vaclovas Intas <[email protected]>, 2025.
56
msgid ""
67
msgstr ""
78
"Project-Id-Version: MusicBrainz Picard v2.11.0rc1\n"
89
"Report-Msgid-Bugs-To: \n"
910
"POT-Creation-Date: 2024-01-11 23:26+0100\n"
10-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11-
"Last-Translator: Automatically generated\n"
12-
"Language-Team: none\n"
11+
"PO-Revision-Date: 2025-01-31 07:49+0000\n"
12+
"Last-Translator: Vaclovas Intas <[email protected]>\n"
13+
"Language-Team: Lithuanian <https://translations.metabrainz.org/projects/"
14+
"picard-docs/tutorialsv_attach_disc_id/lt/>\n"
1315
"Language: lt\n"
1416
"MIME-Version: 1.0\n"
1517
"Content-Type: text/plain; charset=UTF-8\n"
1618
"Content-Transfer-Encoding: 8bit\n"
19+
"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > "
20+
"19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? "
21+
"1 : 2);\n"
22+
"X-Generator: Weblate 5.9.2\n"
1723

1824
#: ../../tutorials/v_attach_disc_id.rst:4
1925
msgid "Attaching a Disc ID"
20-
msgstr ""
26+
msgstr "Kaip pridėti disko ID"

0 commit comments

Comments
 (0)