Fix(l10n): Update translations from Transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot
2023-10-19 00:43:48 +00:00
parent 48e0b2d913
commit bbba55e415
182 changed files with 772 additions and 560 deletions

View File

@@ -205,12 +205,9 @@ OC.L10N.register(
"Set a due date" : "Nustatyti galutinį terminą",
"Remove due date" : "Šalinti galutinio termino datą",
"Select Date" : "Pasirinkti datą",
"Today" : "Šiandien",
"Tomorrow" : "Rytoj",
"Next week" : "Kita savaitė",
"Next month" : "Kitas mėnuo",
"Assign a tag to this card…" : "Priskirti šiai kortelei žymę…",
"(group)" : "(grupė)",
"Next week {timeLocale}" : "Kitą savaitę {timeLocale}",
"{count} comments, {unread} unread" : "Komentarų: {count}, neskaityta: {unread}",
"Assign to me" : "Priskirti sau",
"Move card" : "Perkelti kortelę",
@@ -245,8 +242,11 @@ OC.L10N.register(
"No reminder" : "Jokio priminimo",
"An error occurred" : "Įvyko klaida",
"Delete the board?" : "Ištrinti lentą?",
"Today" : "Šiandien",
"Tomorrow" : "Rytoj",
"No due" : "Be galutinio termino",
"No results found" : "Nerasta jokių rezultatų",
"This weekend {timeLocale}" : "Šį savaitgalį {timeLocale}",
"Create a new card" : "Sukurti naują kortelę",
"Card title" : "Kortelės pavadinimas",
"Create card" : "Sukurti kortelę",
@@ -255,6 +255,7 @@ OC.L10N.register(
"Open card" : "Atverti kortelę",
"Close" : "Užverti",
"Due on {date}" : "Galutinis terminas {date}",
"Later today {timeLocale}" : "Šiandien vėliau {timeLocale}",
"Link to a board" : "Susieti su lenta",
"Link to a card" : "Susieti su kortele",
"Create a card" : "Sukurti kortelę",
@@ -266,6 +267,8 @@ OC.L10N.register(
"Timeline" : "Laiko juosta",
"Add a new list" : "Pridėti naują sąrašą",
"Assign to users" : "Priskirti naudotojams",
"Due date" : "Galutinio termino data"
"Due date" : "Galutinio termino data",
"Next week" : "Kita savaitė",
"Next month" : "Kitas mėnuo"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");