[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-11-01 02:29:54 +00:00
Родитель c5a2206f9e
Коммит 2a904400c8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
4 изменённых файлов: 80 добавлений и 2 удалений

Просмотреть файл

@ -17,16 +17,40 @@ OC.L10N.register(
"{user} has archived the board {before}" : "{user} užarchyvavo lentą {before}",
"You have unarchived the board {board}" : "Jūs išarchyvavote lentą {board}",
"{user} has unarchived the board {before}" : "{user} išarchyvavo lentą {before}",
"You have created a new list {stack} on board {board}" : "Jūs lentoje {board} sukūrėte naują sąrašą {stack}",
"{user} has created a new list {stack} on board {board}" : "{user} lentoje {board} sukūrė naują sąrašą {stack}",
"You have renamed list {before} to {stack} on board {board}" : "Jūs lentoje {board} pervadinote sąrašą {before} į {stack}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} lentoje {board} pervadino sąrašą {before} į {stack}",
"You have deleted list {stack} on board {board}" : "Jūs lentoje {board} ištrynėte sąrašą {stack}",
"{user} has deleted list {stack} on board {board}" : "{user} lentoje {board} ištrynė sąrašą {stack}",
"You have created card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} sukūrėte kortelę {card}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} sukūrė kortelę {card}",
"You have deleted card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} ištrynėte kortelę {card}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} ištrynė kortelę {card} ",
"You have renamed the card {before} to {card}" : "Jūs pervadinote kortelę {before} į {card}",
"{user} has renamed the card {before} to {card}" : "{user} pervadino kortelę {before} į {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} į kortelę {card} pridėjote aprašą",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} į kortelę {card} pridėjo aprašą",
"You have updated the description of card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} atnaujinote kortelės {card} aprašą",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} atnaujino kortelės {card} aprašą",
"You have archived card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} užarchyvavote kortelę {card}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} užarchyvavo kortelę {card}",
"You have unarchived card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} išarchyvavote kortelę {card}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} išarchyvavo kortelę {card}",
"You have removed the due date of card {card}" : "Jūs pašalinote galutinį kortelės {card} terminą",
"{user} has removed the due date of card {card}" : "{user} pašalino galutinį kortelės {card} terminą",
"You have set the due date of card {card} to {after}" : "Jūs nustatėte galutinį kortelės {card} terminą į {after}",
"{user} has set the due date of card {card} to {after}" : "{user} nustatė galutinį kortelės {card} terminą į {after}",
"You have updated the due date of card {card} to {after}" : "Jūs atnaujinote galutinį kortelės {card} terminą į {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} atnaujino galutinį kortelės {card} terminą į {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} į kortelę {card} pridėjote žymę {label}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} į kortelę {card} pridėjo žymę {label}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} iš kortelės {card} pašalinote žymę {label}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} iš kortelės {card} pašalino žymę {label}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Jūs lentoje {board} prie kortelės {card} priskyrėte {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} lentoje {board} prie kortelės {card} priskyrė {assigneduser}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Jūs perkėlėte kortelę {card} iš sąrašo {stackBefore} į sąrašą {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} perkėlė kortelę {card} iš sąrašo {stackBefore} į sąrašą {stack}",
"You have added the attachment {attachment} to card {card}" : "Jūs pridėjote priedą {attachment} į kortelę {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} pridėjo priedą {attachment} į kortelę {card}",
"You have updated the attachment {attachment} on card {card}" : "Jūs atnaujinote priedą {attachment} kortelėje {card}",
@ -41,6 +65,7 @@ OC.L10N.register(
"Deck" : "Darbai",
"Changes in the <strong>Deck app</strong>" : "Pakeitimai <strong>Darbų programėlėje</strong>",
"A <strong>comment</strong> was created on a card" : "Kortelėje buvo sukurtas <strong>komentaras</strong>",
"Upcoming cards" : "Artėjančios kortelės",
"Personal" : "Asmeniniai",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortelę \"%s\" ties \"%s\" priskyrė jums %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} priskyrė jums kortelę \"%s\" ties \"%s\".",
@ -105,6 +130,8 @@ OC.L10N.register(
"Toggle compact mode" : "Perjungti kompaktišką veikseną",
"Details" : "Išsamiau",
"Loading board" : "Įkeliama lenta",
"No lists available" : "Nėra sąrašų",
"Create a new list to add cards to this board" : "Norėdami pridėti korteles į šią lentą, sukurkite naują sąrašą",
"Board not found" : "Lenta nerasta",
"Sharing" : "Bendrinimas",
"Tags" : "Žymės",
@ -114,6 +141,7 @@ OC.L10N.register(
"Undo" : "Atšaukti",
"Deleted cards" : "Ištrintos kortelės",
"Share board with a user, group or circle …" : "Bendrinti lentą su naudotoju, grupe ar ratu…",
"No participants found" : "Nerasta jokių dalyvių",
"Board owner" : "Lentos savininkas",
"(Group)" : "(Grupė)",
"(Circle)" : "(Ratas)",
@ -121,9 +149,14 @@ OC.L10N.register(
"Can share" : "Can share",
"Can manage" : "Gali tvarkyti",
"Delete" : "Ištrinti",
"Add a new list" : "Pridėti naują sąrašą",
"Archive all cards" : "Archyvuoti visas korteles",
"Delete list" : "Ištrinti sąrašą",
"Add card" : "Pridėti kortelę",
"Archive all cards in this list" : "Archyvuoti visas korteles šiame sąraše",
"Add a new card" : "Pridėti naują kortelę",
"Card name" : "Kortelės pavadinimas",
"List deleted" : "Sąrašas ištrintas",
"Edit" : "Taisyti",
"Add a new tag" : "Pridėti naują žymę",
"title and color value must be provided" : "privalo būti pateiktos pavadinimo ir spalvos reikšmės",
@ -167,10 +200,14 @@ OC.L10N.register(
"Archive card" : "Archyvuoti kortelę",
"Delete card" : "Ištrinti kortelę",
"Move card to another board" : "Perkelti kortelę į kitą lentą",
"Select a list" : "Pasirinkite sąrašą",
"Card deleted" : "Kortelė ištrinta",
"seconds ago" : "prieš keletą sekundžių",
"All boards" : "Visos lentos",
"Archived boards" : "Archyvuotos lentos",
"Shared with you" : "Bendrinama su jumis",
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
"Board name" : "Lentos pavadinimas",
"Edit board" : "Taisyti lentą",
"Clone board " : "Dubliuoti lentą ",
"Unarchive board " : "Išarchyvuoti lentą ",

Просмотреть файл

@ -15,16 +15,40 @@
"{user} has archived the board {before}" : "{user} užarchyvavo lentą {before}",
"You have unarchived the board {board}" : "Jūs išarchyvavote lentą {board}",
"{user} has unarchived the board {before}" : "{user} išarchyvavo lentą {before}",
"You have created a new list {stack} on board {board}" : "Jūs lentoje {board} sukūrėte naują sąrašą {stack}",
"{user} has created a new list {stack} on board {board}" : "{user} lentoje {board} sukūrė naują sąrašą {stack}",
"You have renamed list {before} to {stack} on board {board}" : "Jūs lentoje {board} pervadinote sąrašą {before} į {stack}",
"{user} has renamed list {before} to {stack} on board {board}" : "{user} lentoje {board} pervadino sąrašą {before} į {stack}",
"You have deleted list {stack} on board {board}" : "Jūs lentoje {board} ištrynėte sąrašą {stack}",
"{user} has deleted list {stack} on board {board}" : "{user} lentoje {board} ištrynė sąrašą {stack}",
"You have created card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} sukūrėte kortelę {card}",
"{user} has created card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} sukūrė kortelę {card}",
"You have deleted card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} ištrynėte kortelę {card}",
"{user} has deleted card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} ištrynė kortelę {card} ",
"You have renamed the card {before} to {card}" : "Jūs pervadinote kortelę {before} į {card}",
"{user} has renamed the card {before} to {card}" : "{user} pervadino kortelę {before} į {card}",
"You have added a description to card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} į kortelę {card} pridėjote aprašą",
"{user} has added a description to card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} į kortelę {card} pridėjo aprašą",
"You have updated the description of card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} atnaujinote kortelės {card} aprašą",
"{user} has updated the description of the card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} atnaujino kortelės {card} aprašą",
"You have archived card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} užarchyvavote kortelę {card}",
"{user} has archived card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} užarchyvavo kortelę {card}",
"You have unarchived card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} išarchyvavote kortelę {card}",
"{user} has unarchived card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} išarchyvavo kortelę {card}",
"You have removed the due date of card {card}" : "Jūs pašalinote galutinį kortelės {card} terminą",
"{user} has removed the due date of card {card}" : "{user} pašalino galutinį kortelės {card} terminą",
"You have set the due date of card {card} to {after}" : "Jūs nustatėte galutinį kortelės {card} terminą į {after}",
"{user} has set the due date of card {card} to {after}" : "{user} nustatė galutinį kortelės {card} terminą į {after}",
"You have updated the due date of card {card} to {after}" : "Jūs atnaujinote galutinį kortelės {card} terminą į {after}",
"{user} has updated the due date of card {card} to {after}" : "{user} atnaujino galutinį kortelės {card} terminą į {after}",
"You have added the tag {label} to card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} į kortelę {card} pridėjote žymę {label}",
"{user} has added the tag {label} to card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} į kortelę {card} pridėjo žymę {label}",
"You have removed the tag {label} from card {card} in list {stack} on board {board}" : "Jūs lentoje {board}, sąraše {stack} iš kortelės {card} pašalinote žymę {label}",
"{user} has removed the tag {label} from card {card} in list {stack} on board {board}" : "{user} lentoje {board}, sąraše {stack} iš kortelės {card} pašalino žymę {label}",
"You have assigned {assigneduser} to card {card} on board {board}" : "Jūs lentoje {board} prie kortelės {card} priskyrėte {assigneduser}",
"{user} has assigned {assigneduser} to card {card} on board {board}" : "{user} lentoje {board} prie kortelės {card} priskyrė {assigneduser}",
"You have moved the card {card} from list {stackBefore} to {stack}" : "Jūs perkėlėte kortelę {card} iš sąrašo {stackBefore} į sąrašą {stack}",
"{user} has moved the card {card} from list {stackBefore} to {stack}" : "{user} perkėlė kortelę {card} iš sąrašo {stackBefore} į sąrašą {stack}",
"You have added the attachment {attachment} to card {card}" : "Jūs pridėjote priedą {attachment} į kortelę {card}",
"{user} has added the attachment {attachment} to card {card}" : "{user} pridėjo priedą {attachment} į kortelę {card}",
"You have updated the attachment {attachment} on card {card}" : "Jūs atnaujinote priedą {attachment} kortelėje {card}",
@ -39,6 +63,7 @@
"Deck" : "Darbai",
"Changes in the <strong>Deck app</strong>" : "Pakeitimai <strong>Darbų programėlėje</strong>",
"A <strong>comment</strong> was created on a card" : "Kortelėje buvo sukurtas <strong>komentaras</strong>",
"Upcoming cards" : "Artėjančios kortelės",
"Personal" : "Asmeniniai",
"The card \"%s\" on \"%s\" has been assigned to you by %s." : "Kortelę \"%s\" ties \"%s\" priskyrė jums %s.",
"{user} has assigned the card \"%s\" on \"%s\" to you." : "{user} priskyrė jums kortelę \"%s\" ties \"%s\".",
@ -103,6 +128,8 @@
"Toggle compact mode" : "Perjungti kompaktišką veikseną",
"Details" : "Išsamiau",
"Loading board" : "Įkeliama lenta",
"No lists available" : "Nėra sąrašų",
"Create a new list to add cards to this board" : "Norėdami pridėti korteles į šią lentą, sukurkite naują sąrašą",
"Board not found" : "Lenta nerasta",
"Sharing" : "Bendrinimas",
"Tags" : "Žymės",
@ -112,6 +139,7 @@
"Undo" : "Atšaukti",
"Deleted cards" : "Ištrintos kortelės",
"Share board with a user, group or circle …" : "Bendrinti lentą su naudotoju, grupe ar ratu…",
"No participants found" : "Nerasta jokių dalyvių",
"Board owner" : "Lentos savininkas",
"(Group)" : "(Grupė)",
"(Circle)" : "(Ratas)",
@ -119,9 +147,14 @@
"Can share" : "Can share",
"Can manage" : "Gali tvarkyti",
"Delete" : "Ištrinti",
"Add a new list" : "Pridėti naują sąrašą",
"Archive all cards" : "Archyvuoti visas korteles",
"Delete list" : "Ištrinti sąrašą",
"Add card" : "Pridėti kortelę",
"Archive all cards in this list" : "Archyvuoti visas korteles šiame sąraše",
"Add a new card" : "Pridėti naują kortelę",
"Card name" : "Kortelės pavadinimas",
"List deleted" : "Sąrašas ištrintas",
"Edit" : "Taisyti",
"Add a new tag" : "Pridėti naują žymę",
"title and color value must be provided" : "privalo būti pateiktos pavadinimo ir spalvos reikšmės",
@ -165,10 +198,14 @@
"Archive card" : "Archyvuoti kortelę",
"Delete card" : "Ištrinti kortelę",
"Move card to another board" : "Perkelti kortelę į kitą lentą",
"Select a list" : "Pasirinkite sąrašą",
"Card deleted" : "Kortelė ištrinta",
"seconds ago" : "prieš keletą sekundžių",
"All boards" : "Visos lentos",
"Archived boards" : "Archyvuotos lentos",
"Shared with you" : "Bendrinama su jumis",
"Show boards in calendar/tasks" : "Rodyti darbus kalendoriuje/užduotyse",
"Board name" : "Lentos pavadinimas",
"Edit board" : "Taisyti lentą",
"Clone board " : "Dubliuoti lentą ",
"Unarchive board " : "Išarchyvuoti lentą ",

Просмотреть файл

@ -63,7 +63,7 @@ OC.L10N.register(
"{user} has restored the attachment {attachment} to card {card}" : "{user} obnovi prilogo {attachment} naloge {card}",
"You have commented on card {card}" : "Vpišete opombo k nalogi {card}",
"{user} has commented on card {card}" : "{user} vpiše opombo k nalogi {card}",
"A <strong>card description</strong> inside the Deck app has been changed" : "Spremenjen je<strong>opis ene izmed nalog</strong> v programu Deck",
"A <strong>card description</strong> inside the Deck app has been changed" : "V programu Deck je spremenjen <strong>opis ene izmed nalog</strong>",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Spremembe v programu <strong>Deck</strong>",
"A <strong>comment</strong> was created on a card" : "Nalogi je dodana nova <strong>opomba</strong>",
@ -146,6 +146,7 @@ OC.L10N.register(
"Undo" : "Razveljavi",
"Deleted cards" : "Izbrisane naloge",
"Share board with a user, group or circle …" : "Souporaba z uporabniki, skupinami ali krogi ...",
"Searching for users, groups and circles ..." : "Iskanje uporabnikov, skupin in krogov ...",
"No participants found" : "Ni zaznanih udeleženev",
"Board owner" : "Lastnik zbirke",
"(Group)" : "(Skupina)",
@ -154,6 +155,7 @@ OC.L10N.register(
"Can share" : "Lahko omogoči souporabo",
"Can manage" : "Lahko upravlja",
"Delete" : "Izbriši",
"Failed to create share with {displayName}" : "Souporaba z uporabnikom {displayName} je spodletela",
"Add a new list" : "Dodaj nov seznam",
"Archive all cards" : "Arhiviraj vse kartice",
"Delete list" : "Izbriši seznam",

Просмотреть файл

@ -61,7 +61,7 @@
"{user} has restored the attachment {attachment} to card {card}" : "{user} obnovi prilogo {attachment} naloge {card}",
"You have commented on card {card}" : "Vpišete opombo k nalogi {card}",
"{user} has commented on card {card}" : "{user} vpiše opombo k nalogi {card}",
"A <strong>card description</strong> inside the Deck app has been changed" : "Spremenjen je<strong>opis ene izmed nalog</strong> v programu Deck",
"A <strong>card description</strong> inside the Deck app has been changed" : "V programu Deck je spremenjen <strong>opis ene izmed nalog</strong>",
"Deck" : "Deck",
"Changes in the <strong>Deck app</strong>" : "Spremembe v programu <strong>Deck</strong>",
"A <strong>comment</strong> was created on a card" : "Nalogi je dodana nova <strong>opomba</strong>",
@ -144,6 +144,7 @@
"Undo" : "Razveljavi",
"Deleted cards" : "Izbrisane naloge",
"Share board with a user, group or circle …" : "Souporaba z uporabniki, skupinami ali krogi ...",
"Searching for users, groups and circles ..." : "Iskanje uporabnikov, skupin in krogov ...",
"No participants found" : "Ni zaznanih udeleženev",
"Board owner" : "Lastnik zbirke",
"(Group)" : "(Skupina)",
@ -152,6 +153,7 @@
"Can share" : "Lahko omogoči souporabo",
"Can manage" : "Lahko upravlja",
"Delete" : "Izbriši",
"Failed to create share with {displayName}" : "Souporaba z uporabnikom {displayName} je spodletela",
"Add a new list" : "Dodaj nov seznam",
"Archive all cards" : "Arhiviraj vse kartice",
"Delete list" : "Izbriši seznam",