mirror of
https://github.com/nextcloud/server.git
synced 2026-04-04 08:35:50 -04:00
fix(l10n): Update translations from Transifex
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Integration sqlite / changes (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, --tags ~@large files_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, capabilities_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, collaboration_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, comments_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, dav_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, federation_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, file_conversions) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, files_reminders) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, filesdrop_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, ldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_numerical_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, remoteapi_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, routing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, setup_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharees_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, theming_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, videoverification_features) (push) Has been cancelled
Integration sqlite / integration-sqlite-summary (push) Has been cancelled
Some checks failed
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (javascript-typescript) (push) Has been cancelled
Integration sqlite / changes (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, --tags ~@large files_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, capabilities_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, collaboration_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, comments_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, dav_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, federation_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, file_conversions) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, files_reminders) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, filesdrop_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, ldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_numerical_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, remoteapi_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, routing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, setup_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharees_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharing_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, theming_features) (push) Has been cancelled
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, videoverification_features) (push) Has been cancelled
Integration sqlite / integration-sqlite-summary (push) Has been cancelled
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
a35eeca3f2
commit
c4dc75ccf5
16 changed files with 916 additions and 6 deletions
|
|
@ -55,6 +55,7 @@ OC.L10N.register(
|
|||
"Share for file {file} with {user} expired" : "Pasibaigė failo {file} bendrinimo su {user} galiojimo laikas",
|
||||
"Share for file {file} expired" : "Failo {file} viešinys nebegalioja",
|
||||
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Buvo <strong>atsisiųstas</strong> el. paštu ar viešąja nuoroda bendrinamas failas ar aplankas",
|
||||
"Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "Failai buvo <strong>įkelti</strong> į aplanką, kuriuo dalijamasi el. paštu arba per viešą nuorodą",
|
||||
"A file or folder was shared from <strong>another server</strong>" : "Failas ar aplankas buvo pradėtas bendrinti iš <strong>kito serverio</strong>",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"A file or folder has been <strong>shared</strong>" : "Failas ar aplankas <strong>pradėtas bendrinti</strong>",
|
||||
|
|
@ -71,16 +72,32 @@ OC.L10N.register(
|
|||
"Please specify a valid email address" : "Nurodykite tinkamą el. pašto adresą",
|
||||
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nepavyko išsiųsti slaptažodžio bendrinimui %s panaudojant Nextcloud Talk, kadangi Nextcloud Talk neįjungtas ",
|
||||
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Bendrinimas %1$s nepavyko, kadangi sistema nepalaiko bendrinimų šio tipo %2$s",
|
||||
"Please specify a valid federated account ID" : "Nurodykite galiojantį federacinės paskyros ID",
|
||||
"Please specify a valid federated group ID" : "Nurodykite galiojantį federacinės grupės ID",
|
||||
"You cannot share to a Team if the app is not enabled" : "Negali dalytis su komanda, jei programa nėra įjungta",
|
||||
"Please specify a valid team" : "Nurodykite tinkamą komandą",
|
||||
"Sharing %s failed because the back end does not support room shares" : "Bendrinimas %s nepavyko, kadangi sistema nepalaiko kambario bendrinimo",
|
||||
"Unknown share type" : "Nežinomas viešinio tipas",
|
||||
"Not a directory" : "Nėra katalogas",
|
||||
"Could not lock node" : "Nepavyko užrakinti mazgo",
|
||||
"Public upload is only possible for publicly shared folders" : "Duomenų įkėlimas viešam naudojimui galimas tik į viešai dalinamus aplankus",
|
||||
"Share must at least have READ or CREATE permissions" : "Vartotojas turi turėti bent jau SKAITYMO arba KŪRIMO teises",
|
||||
"Share must have READ permission if UPDATE or DELETE permission is set" : "Jei nustatytas leidimas „UPDATE“/\"ATNAUJINTI\" arba „DELETE“/\"IŠTRINTI\", leidimui „Share“/\"Bendrinti\" turi būti suteiktas leidimas „READ“/\"SKAITYTI\"",
|
||||
"Public upload disabled by the administrator" : "Įkėlimas viešam naudojimui yra išjungtas",
|
||||
"Could not lock path" : "Nepavyko užrakinti kelio",
|
||||
"no sharing rights on this item" : "šiam elementui nesuteikta dalijimosi teisių",
|
||||
"You are not allowed to edit incoming shares" : "Jums neleidžiama redaguoti gaunamų dalinimosi nuorodų",
|
||||
"Wrong or no update parameter given" : "Neperduoti atnaujinimo parametrai",
|
||||
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "„Siųsti slaptažodį per „Nextcloud Talk““, norint pasidalinti failu ar aplanku, nepavyko, nes „Nextcloud Talk“ nėra įjungta.",
|
||||
"Custom share link tokens have been disabled by the administrator" : "Administratorius išjungė pasirinktinius nuorodų dalijimosi žymenis",
|
||||
"Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Žymuo turi būti sudarytas iš ne mažiau kaip 1 simbolio ir gali būti sudarytas tik iš raidžių, skaičių arba brūkšnelio",
|
||||
"Invalid date. Format must be YYYY-MM-DD" : "Neteisinga data. Formatas turi būti YYYY-MM-DD",
|
||||
"No sharing rights on this item" : "Šio elemento dalijimosi teisės nesuteiktos",
|
||||
"Invalid share attributes provided: \"%s\"" : "Nurodyti neteisingi dalijimosi parametrai: „%s“",
|
||||
"You are not allowed to send mail notifications" : "Jums neleidžiama siųsti pranešimų el. paštu",
|
||||
"No mail notification configured for this share type" : "Šiam bendrinimo tipui nėra sukonfigūruotas pranešimas el. paštu",
|
||||
"Wrong password" : "Neteisingas slaptažodis",
|
||||
"Error while sending mail notification" : "Klaida siunčiant pranešimą el. paštu",
|
||||
"Failed to generate a unique token" : "Nepavyko sugeneruoti išskirtinio prieigos rakto",
|
||||
"This share does not exist or is no longer available" : "Šio viešinio nebėra arba jis daugiau nebeprieinamas",
|
||||
"shared by %s" : "bendrina %s",
|
||||
|
|
@ -95,77 +112,132 @@ OC.L10N.register(
|
|||
"You received {share} to group {group} as a share by {user}" : "Jūs gavote bendrinimą {share} prie grupės {group}, kuriuo pasidalino {user}",
|
||||
"Accept" : "Priimti",
|
||||
"Decline" : "Atmesti",
|
||||
"Remember to upload the files to %s" : "Nepamirškite įkelti failų į %s",
|
||||
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Norėtume maloniai priminti, kad į bendrą aplanką dar neįkėlėte jokių failų.",
|
||||
"Open \"%s\"" : "Atverti „%s“",
|
||||
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Ši programa leidžia vartotojams dalytis failais „Nextcloud“ sistemoje. Jei ši funkcija įjungta, administratorius gali pasirinkti, kurios grupės gali dalytis failais. Tada atitinkami vartotojai gali dalytis failais ir aplankais su kitomis paskyromis bei grupėmis „Nextcloud“ sistemoje. Be to, jei administratorius įjungia nuorodos dalijimosi funkciją, išorinė nuoroda gali būti naudojama dalytis failais su kitais žmonėmis už „Nextcloud“ ribų. Administratoriai taip pat gali nustatyti slaptažodžius, galiojimo datas ir įjungti dalijimąsi tarp serverių per dalijimosi nuorodas, taip pat dalijimąsi iš mobiliųjų įrenginių.\nIšjungus šią funkciją, dalijamasi failai ir aplankai bus pašalinti iš serverio visiems dalijimosi gavėjams, taip pat sinchronizavimo klientams ir mobiliosioms programėlėms. Daugiau informacijos rasite „Nextcloud“ dokumentacijoje.",
|
||||
"Filter accounts" : "Filtruoti paskyras",
|
||||
"you" : "jūs",
|
||||
"The request will expire on {date} at midnight and will be password protected." : "Prašymas nustos galioti {date} vidurnaktį ir bus apsaugotas slaptažodžiu.",
|
||||
"The request will expire on {date} at midnight." : "Prašymas nustos galioti {date} vidurnaktį.",
|
||||
"The request will be password protected." : "Prašymas bus apsaugotas slaptažodžiu.",
|
||||
"When should the request expire?" : "Kada turėtų baigtis prašymo galiojimo terminas?",
|
||||
"Set a submission expiration date" : "Nustatyti pateikimo galiojimo pabaigos datą",
|
||||
"Expiration date" : "Pabaigos data",
|
||||
"Select a date" : "Pasirinkti datą",
|
||||
"Your administrator has enforced a {count} days expiration policy." : "Jūsų administratorius nustatė galiojimo terminą, kuris baigiasi po {count} dienų.",
|
||||
"What password should be used for the request?" : "Kokį slaptažodį reikia nurodyti užklausai?",
|
||||
"Set a password" : "Nustatyti slaptažodį",
|
||||
"Password" : "Slaptažodis",
|
||||
"Enter a valid password" : "Įveskite teisingą slaptažodį",
|
||||
"Generate a new password" : "Generuoti naują slaptažodį",
|
||||
"Your administrator has enforced a password protection." : "Jūsų administratorius įjungė slaptažodžio apsaugą.",
|
||||
"Automatically copying failed, please copy the share link manually" : "Nepavyko automatiškai nukopijuoti, nukopijuokite nuorodą rankiniu būdu",
|
||||
"Link copied" : "Nuoroda nukopijuota",
|
||||
"Email already added" : "El. paštas jau pridėtas",
|
||||
"Invalid email address" : "Neteisingas el. pašto adresas",
|
||||
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Šis elektroninio pašto adresas yra neteisingas: {emails}","Šie elektroninio pašto adresai yra neteisingi: {emails}","Šie elektroninio pašto adresai yra neteisingi: {emails}","Šie elektroninio pašto adresai yra neteisingi: {emails}"],
|
||||
"_{count} email address already added_::_{count} email addresses already added_" : ["Jau pridėtas {count} el. pašto adresas","Jau pridėti {count} el. pašto adresai","Jau pridėta {count} el. pašto adresų","Jau pridėtas {count} el. pašto adresas"],
|
||||
"_{count} email address added_::_{count} email addresses added_" : ["Pridėtas {count} el. pašto adresas","Pridėti {count} el. pašto adresai","Pridėta {count} el. pašto adresų","Pridėtas {count} el. pašto adresas"],
|
||||
"You can now share the link below to allow people to upload files to your directory." : "Dabar galite pasidalinti žemiau pateikta nuoroda, kad kiti galėtų įkelti failus į jūsų katalogą.",
|
||||
"Share link" : "Viešinio nuoroda",
|
||||
"Copy" : "Kopijuoti",
|
||||
"Send link via email" : "Siųsti nuorodą el. paštu",
|
||||
"Enter an email address or paste a list" : "Įveskite el. pašto adresą arba įdėkite sąrašą",
|
||||
"Remove email" : "Šalinti el. paštą",
|
||||
"Select a destination" : "Pasirinkite kelionės tikslą",
|
||||
"Select" : "Žymėti",
|
||||
"What are you requesting?" : "Ko prašote?",
|
||||
"Request subject" : "Prašymo tema",
|
||||
"Birthday party photos, History assignment…" : "Gimtadienio nuotraukos, istorijos užduotis…",
|
||||
"Where should these files go?" : "Kur šiuos failus reikėtų įdėti?",
|
||||
"Upload destination" : "Įkėlimo vieta",
|
||||
"Revert to default" : "Sugrąžinti į numatytąjį",
|
||||
"The uploaded files are visible only to you unless you choose to share them." : "Įkeltus failus matote tik jūs, nebent nuspręsite jais pasidalinti.",
|
||||
"Add a note" : "Pridėti pastabą",
|
||||
"Note for recipient" : "Pastaba gavėjui",
|
||||
"Add a note to help people understand what you are requesting." : "Pridėkite pastabą, kad kiti geriau suprastų, ko prašote.",
|
||||
"You can add links, date or any other information that will help the recipient understand what you are requesting." : "Galite įtraukti nuorodas, datą ar bet kokią kitą informaciją, kuri padės gavėjui suprasti, ko prašote.",
|
||||
"Close" : "Užverti",
|
||||
"_Send email and close_::_Send {count} emails and close_" : ["Išsiųsti el. laišką ir užverti","Išsiųsti {count} el. laiškus ir užverti","Išsiųsti {count} el. laiškų ir užverti","Išsiųsti {count} el. laišką ir užverti"],
|
||||
"Please select a folder, you cannot share the root directory." : "Prašome pasirinkti aplanką – negalima bendrinti pagrindinio katalogo.",
|
||||
"File request created" : "Viešinys failų įkėlimui sukurtas",
|
||||
"_File request created and email sent_::_File request created and {count} emails sent_" : ["Sukurtas failo užklausimas ir išsiųstas el. laiškas","Sukurtas failo užklausimas ir išsiųsti {count} el. laiškai","Sukurtas failo užklausimas ir išsiųsti {count} el. laiškai","Sukurtas failo užklausimas ir išsiųsti {count} el. laiškai"],
|
||||
"Error creating the share: {errorMessage}" : "Klaida kuriant viešinį: {errorMessage}",
|
||||
"Error creating the share" : "Klaida kuriant viešinį",
|
||||
"Error sending emails: {errorMessage}" : "Klaida siunčiant el. laiškus: {errorMessage}",
|
||||
"Error sending emails" : "Klaida siunčiant el. laiškus",
|
||||
"Create a file request" : "Sukurti failo užklausą",
|
||||
"Collect files from others even if they do not have an account." : "Rinkite failus iš kitų, net jei jie neturi paskyros.",
|
||||
"To ensure you can receive files, verify you have enough storage available." : "Norėdami įsitikinti, kad galėsite gauti failus, patikrinkite, ar turite pakankamai laisvos vietos saugykloje.",
|
||||
"File request" : "Failų įkėlimui",
|
||||
"Previous step" : "Ankstesnis žingsnis",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Cancel the file request creation" : "Atšaukti failo užklausos sukūrimą",
|
||||
"Close without sending emails" : "Uždaryti nesiunčiant el. laiškų",
|
||||
"Continue" : "Tęsti",
|
||||
"Error while toggling options" : "Klaida perjungiant parinktis",
|
||||
"Accept shares from other accounts and groups by default" : "Pagal numatytuosius nustatymus priimti įrašus iš kitų paskyrų ir grupių",
|
||||
"Choose a default folder for accepted shares" : "Pasirinkite numatytąjį aplanką priimtiems viešiniams",
|
||||
"Invalid path selected" : "Pasirinktas neteisingas kelias",
|
||||
"Unknown error" : "Nežinoma klaida",
|
||||
"Set default folder for accepted shares" : "Nustatykite numatytąjį priimtų viešinių aplanką",
|
||||
"Reset" : "Atstatyti",
|
||||
"Reset folder to system default" : "Atstatyti aplanką į sistemos numatytąjį",
|
||||
"Share expiration: {date}" : "Bendrinimo galiojimas baigiasi: {date}",
|
||||
"Share Expiration" : "Bendrinimo galiojimo laikas",
|
||||
"group" : "grupė",
|
||||
"conversation" : "pokalbis",
|
||||
"remote" : "nuotolinis",
|
||||
"remote group" : "nuotolinė grupė",
|
||||
"guest" : "svečias",
|
||||
"by {initiator}" : "autorius {initiator}",
|
||||
"Shared with the group {user} by {owner}" : "{owner} pasidalino su {user} grupe ",
|
||||
"Shared with the conversation {user} by {owner}" : "Bendrinimas su pokalbiu {user}, kurį aliko {owner}",
|
||||
"Shared with {user} by {owner}" : "Bendrinimas su {user}, kurį aliko {owner}",
|
||||
"Open Sharing Details" : "Atidaryti Bendrinimo Informaciją",
|
||||
"Added by {initiator}" : "Pridėjo {initiator}",
|
||||
"Via “{folder}”" : "Per \"{folder}\"",
|
||||
"Unshare" : "Nustoti bendrinti",
|
||||
"Cannot copy, please copy the link manually" : "Nepavyksta nukopijuoti, nukopijuokite nuorodą rankiniu būdu",
|
||||
"Copy internal link" : "Kopijuoti vidinę nuorodą",
|
||||
"For people who already have access" : "Tiems, kurie jau turi prieigą",
|
||||
"Internal link" : "Vidinė nuoroda",
|
||||
"{shareWith} by {initiator}" : "{initiator} pasidalino {shareWith}",
|
||||
"Shared via link by {initiator}" : "{initiator} bendrina per nuorodą",
|
||||
"File request ({label})" : "Failo užklausa ({label})",
|
||||
"Mail share ({label})" : "Dalijimasis paštu ({label})",
|
||||
"Share link ({label})" : "Viešinio nuoroda ({label})",
|
||||
"Mail share" : "Dalijimasis paštu",
|
||||
"Share link ({index})" : "Dalintis nuoroda ({index})",
|
||||
"Create public link" : "Sukurti viešąją nuorodą",
|
||||
"Actions for \"{title}\"" : "Veiksmai, susiję su „{title}“",
|
||||
"Copy public link of \"{title}\"" : "Kopijuoti viešąją nuorodą į „{title}“",
|
||||
"Error, please enter proper password and/or expiration date" : "Įvyko klaida, įveskite teisingą slaptažodį ir/ar galiojimo datą",
|
||||
"Link share created" : "Bendrinimo nuoroda sukurta",
|
||||
"Error while creating the share" : "Klaida kuriant viešinį",
|
||||
"Your browser does not support copying, please copy the link manually:" : "Jūsų naršyklė nepalaiko kopijavimo funkcijos, todėl nuorodą kopijuokite rankiniu būdu:",
|
||||
"Successfully copied public link" : "Viešoji nuoroda sėkmingai nukopijuota",
|
||||
"Please enter the following required information before creating the share" : "Prieš sukurdami viešinį, įveskite šią reikiamą informaciją",
|
||||
"Password protection (enforced)" : "Apsauga slaptažodžiu (priverstinė)",
|
||||
"Password protection" : "Apsauga slaptažodžiu",
|
||||
"Enter a password" : "Enter a password",
|
||||
"Enable link expiration (enforced)" : "Įjungti nuorodų galiojimo pabaigą (privaloma)",
|
||||
"Enable link expiration" : "Įjungti nuorodų galiojimo pabaigą",
|
||||
"Enter expiration date (enforced)" : "Įveskite galiojimo pabaigos datą (privaloma)",
|
||||
"Enter expiration date" : "Įveskite galiojimo pabaigos datą",
|
||||
"Create share" : "Sukurti viešinį",
|
||||
"Customize link" : "Tinkinti nuorodą",
|
||||
"Generate QR code" : "Generuoti QR kodą",
|
||||
"Add another link" : "Pridėti kitą nuorodą",
|
||||
"Create a new share link" : "Sukurti naują viešinio nuorodą",
|
||||
"Quick share options, the current selected is \"{selectedOption}\"" : "Greito dalijimosi parinktys, šiuo metu pasirinkta „{selectedOption}“",
|
||||
"View only" : "Tik peržiūrėti",
|
||||
"Can edit" : "Gali taisyti",
|
||||
"Custom permissions" : "Tinkinti leidimai",
|
||||
"Resharing is not allowed" : "Bendrinimas iš naujo yra neleidžiamas",
|
||||
"Name or email …" : "Vardas arba el. paštas …",
|
||||
"Name, email, or Federated Cloud ID …" : "Vardas, el. paštas arba „Federated Cloud“ ID …",
|
||||
"Searching …" : "Ieškoma",
|
||||
"No elements found." : "Nerasta jokių elementų.",
|
||||
"Search everywhere" : "Ieškoti visur",
|
||||
|
|
@ -173,10 +245,21 @@ OC.L10N.register(
|
|||
"Group" : "Grupė",
|
||||
"Email" : "El. paštas",
|
||||
"Team" : "Komanda",
|
||||
"Talk conversation" : "\"Talk\" pokalbis",
|
||||
"Deck board" : "\"Deck\" lenta",
|
||||
"ScienceMesh" : "\"ScienceMesh\"",
|
||||
"on {server}" : "serveryje {server}",
|
||||
"Enter external recipients" : "Įveskite išorinius gavėjus",
|
||||
"Search for internal recipients" : "Ieškoti vidinių gavėjų",
|
||||
"Note from" : "Pastaba iš",
|
||||
"Note:" : "Pastaba:",
|
||||
"File drop" : "Failų įkėlimas",
|
||||
"Upload files to {foldername}." : "Įkelkite failus į {foldername}.",
|
||||
"By uploading files, you agree to the terms of service." : "Įkeldami failus, jūs sutinkate su paslaugų teikimo sąlygomis.",
|
||||
"Successfully uploaded files" : "Failai sėkmingai įkelti",
|
||||
"View terms of service" : "Peržiūrėti paslaugų teikimo sąlygas",
|
||||
"Terms of service" : "Naudojimosi sąlygos",
|
||||
"Share with {user}" : "Pasidalinti su {user}",
|
||||
"Share with email {email}" : "Bendrinti su el. pašto adresu {email}",
|
||||
"Share with group" : "Bendrinti su grupe",
|
||||
"Share in conversation" : "Bendrinti pokalbyje",
|
||||
|
|
@ -190,10 +273,16 @@ OC.L10N.register(
|
|||
"Edit" : "Taisyti",
|
||||
"Share" : "Bendrinti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Password field cannot be empty" : "Slaptažodžio laukelis negali būti tuščias",
|
||||
"Replace current password" : "Pakeisti esamą slaptažodį",
|
||||
"Failed to generate a new token" : "Nepavyko sugeneruoti naujo žymens",
|
||||
"Allow upload and editing" : "Leisti įkelti ir redaguoti",
|
||||
"Allow editing" : "Leisti redaguoti",
|
||||
"Upload only" : "Tik įkelti",
|
||||
"Advanced settings" : "Išplėstiniai nustatymai",
|
||||
"Share label" : "Viešinio etiketė",
|
||||
"Share link token" : "Pasidalinti nuorodos žymeniu",
|
||||
"Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Nustatykite viešosios nuorodos žymę taip, kad ją būtų lengva įsiminti, arba sugeneruokite naują žymę. Nerekomenduojama naudoti lengvai atspėjamą žymę, jei dalinatės slapta informacija.",
|
||||
"Generating…" : "Generuojama…",
|
||||
"Generate new token" : "Generuoti naują prieigos raktą",
|
||||
"Set password" : "Nustatyti slaptažodį",
|
||||
|
|
@ -206,51 +295,106 @@ OC.L10N.register(
|
|||
"Allow download and sync" : "Leisti atsisiųsti ir sinchronizuoti",
|
||||
"Note to recipient" : "Pastaba gavėjui",
|
||||
"Enter a note for the share recipient" : "Įrašykite pranešimą bendrinimo gavėjui",
|
||||
"Show files in grid view" : "Rodyti failus lentelės formatu",
|
||||
"Delete share" : "Ištrinti viešinį",
|
||||
"Others with access" : "Kiti asmenys, turintys prieigą",
|
||||
"No other accounts with access found" : "Nerasta jokių kitų paskyrų, turinčių prieigą",
|
||||
"Toggle list of others with access to this directory" : "Perjungti sąrašą kitų asmenų, turinčių prieigą prie šio katalogo",
|
||||
"Toggle list of others with access to this file" : "Perjungti sąrašą kitų asmenų, turinčių prieigą prie šio failo",
|
||||
"Unable to fetch inherited shares" : "Nepavyko gauti paveldėtų viešinių",
|
||||
"Link shares" : "Nuorodos dalijimasis",
|
||||
"Shares" : "Viešiniai",
|
||||
"Share files within your organization. Recipients who can already view the file can also use this link for easy access." : "Dalykitės failais savo organizacijoje. Gavėjai, kurie jau gali peržiūrėti failą, taip pat gali naudoti šią nuorodą, kad lengvai prie jo prisijungtų.",
|
||||
"Share files with others outside your organization via public links and email addresses. You can also share to {productName} accounts on other instances using their federated cloud ID." : "Dalinkitės failais su asmenimis už organizacijos ribų naudodami viešas nuorodas ir el. pašto adresus. Taip pat galite dalintis su {productName} paskyromis kitose instancijose, naudodami jų federacinį debesų identifikatorių.",
|
||||
"Shares from apps or other sources which are not included in internal or external shares." : "Dalijimasis iš programėlių ar kitų šaltinių, kurie nėra įtraukti į vidinį ar išorinį dalijimąsi.",
|
||||
"Type names, teams, federated cloud IDs" : "Tipų pavadinimai, komandos, federacinio debesies identifikatoriai",
|
||||
"Type names or teams" : "Įveskite vardus arba komandas",
|
||||
"Type a federated cloud ID" : "Įveskite federacinio debesies identifikatorių",
|
||||
"Type an email" : "Įveskite el. pašto adresą",
|
||||
"Type an email or federated cloud ID" : "Įveskite savo el. pašto adresą",
|
||||
"Unable to load the shares list" : "Nepavyko įkelti viešinių sąrašo",
|
||||
"Expires {relativetime}" : "Galioja iki {relativetime}",
|
||||
"this share just expired." : "šis viešinys ką tik nustojo galioti.",
|
||||
"Shared with you by {owner}" : "{owner} pasidalino su jumis",
|
||||
"Internal shares" : "Vidiniai bendrinimai",
|
||||
"Internal shares explanation" : "Vidinių bendrinimų paiškinimas",
|
||||
"External shares" : "Išoriniai bendrinimai",
|
||||
"External shares explanation" : "Išorinių bendrinimų paaiškinimas",
|
||||
"Additional shares" : "Papildomi bendrinimai",
|
||||
"Additional shares explanation" : "Papildomų bendrinimų paaiškinimai",
|
||||
"Link to a file" : "Nuoroda į failą",
|
||||
"_Accept share_::_Accept shares_" : ["Priimti bendrinimą","Priimti bendrinimus","Priimti bendrinimus","Priimti bendrinimus"],
|
||||
"Open in Files" : "Atidaryti programėlėje Files",
|
||||
"_Reject share_::_Reject shares_" : ["Atmesti bendrinimą","Atmesti bendrinimus","Atmesti bendrinimus","Atmesti bendrinimus"],
|
||||
"_Restore share_::_Restore shares_" : ["Atkurti bendrinimą","Atkurti bendrinimus","Atkurti bendrinimus","Atkurti bendrinimus"],
|
||||
"Shared" : "Bendrinama",
|
||||
"Shared by {ownerDisplayName}" : "Bendrina {ownerDisplayName}",
|
||||
"Shared multiple times with different people" : "Dalijimasis kelis kartus su skirtingais žmonėmis",
|
||||
"Sharing options" : "Bendrinimo parinktys",
|
||||
"Shared with others" : "Bendrinama su kitais",
|
||||
"You do not have enough permissions to share this file." : "Jūs neturite pakankamų teisių, kad galėtumėte pasidalinti šiuo failu.",
|
||||
"People" : "Žmonės",
|
||||
"Create file request" : "Sukurtį viešinį failų įkėlimui",
|
||||
"Upload files to {foldername}" : "Įkelti failus į {foldername}",
|
||||
"Public file share" : "Viešas failų bendrinimas",
|
||||
"Publicly shared file." : "Viešai pasidalintas failas.",
|
||||
"No file" : "Failo nėra",
|
||||
"The file shared with you will show up here" : "Čia bus rodomas su jumis pasidalintas failas",
|
||||
"Public share" : "Viešasis viešinys",
|
||||
"Publicly shared files." : "Viešai pasidalintas failas.",
|
||||
"No files" : "Failų nėra",
|
||||
"Files and folders shared with you will show up here" : "Čia bus rodomi su jumis pasidalinti failai ir aplankai",
|
||||
"Overview of shared files." : "Bendrinamų failų apžvalga.",
|
||||
"No shares" : "Nėra jokių viešinių",
|
||||
"Files and folders you shared or have been shared with you will show up here" : "Čia bus rodomi failai ir aplankai, kuriais pasidalinote arba kurie buvo pasidalinti su jumis",
|
||||
"Shared with you" : "Bendrinama su jumis",
|
||||
"List of files that are shared with you." : "Failų, kurie yra bendrinami su jumis, sąrašas.",
|
||||
"Nothing shared with you yet" : "Kol kas su jumis nieko nėra bendrinama",
|
||||
"Files and folders others shared with you will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos su jumis bendrina kiti asmenys",
|
||||
"List of files that you shared with others." : "Failų, kuriais pasidalinote su kitais, sąrašas.",
|
||||
"Nothing shared yet" : "Kol kas nieko nebendrinama",
|
||||
"Files and folders you shared will show up here" : "Čia atsiras visi jūsų bendrinami failai ar aplankai",
|
||||
"Shared by link" : "Bendrinama pagal nuorodą",
|
||||
"List of files that are shared by link." : "Failų, kurie yra bendrinami su jumis, sąrašas.",
|
||||
"No shared links" : "Nėra bendrinamų nuorodų",
|
||||
"Files and folders you shared by link will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos bendrinate per nuorodą",
|
||||
"File requests" : "Failų užklausos",
|
||||
"List of file requests." : "Failų užklausų sąrašas",
|
||||
"No file requests" : "Nėra failų užklausų",
|
||||
"File requests you have created will show up here" : "Čia bus rodomos jūsų sukurtos failų užklausos",
|
||||
"Deleted shares" : "Ištrinti viešiniai",
|
||||
"List of shares you left." : "Jūsų paliktų bendrinimų sąrašas.",
|
||||
"No deleted shares" : "Ištrintų viešinių nėra",
|
||||
"Shares you have left will show up here" : "Čia bus rodomi Jūsų palikti bendrinimai",
|
||||
"Pending shares" : "Laukiantys viešiniai",
|
||||
"List of unapproved shares." : "Nepatvirtintų bedrinimų sąrašas",
|
||||
"No pending shares" : "Nėra jokių laukiančių viešinių",
|
||||
"Shares you have received but not approved will show up here" : "Čia bus rodomi gauti, bet nepatvirtinti bendrinimai",
|
||||
"Error deleting the share" : "Klaida ištrinant bendrinimą",
|
||||
"Error updating the share" : "Klaida atnaujinant viešinį",
|
||||
"File \"{path}\" has been unshared" : "Failas „{path}“ nustotas bendrinti",
|
||||
"Folder \"{path}\" has been unshared" : "Aplankas „{path}“ nustotas bendrinti",
|
||||
"Could not update share" : "Nepavyko atnaujinti viešinio",
|
||||
"Share saved" : "Viešinys įrašytas",
|
||||
"Share expiry date saved" : "Bendrinimo galiojimo data išsaugota",
|
||||
"Share hide-download state saved" : "Bendrinimo slėpimo ir atsisiuntimo būsena išsaugota",
|
||||
"Share label saved" : "Viešinio etiketė įrašyta",
|
||||
"Share note for recipient saved" : "Gavėjo bendrinimo pastaba išsaugota",
|
||||
"Share password saved" : "Viešinio slaptažodis įrašytas",
|
||||
"Share permissions saved" : "Viešinio leidimai įrašyti",
|
||||
"To upload files to {folder}, you need to provide your name first." : "Norėdami įkelti failus į {folder}, pirmiausia turite pateikti savo vardą.",
|
||||
"Upload files to {folder}" : "Įkelti failus į {folder}",
|
||||
"Please confirm your name to upload files to {folder}" : "Patvirtinkite savo vardą, kad galėtumėte įkelti failus į {folder}",
|
||||
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} pradėjo bendrinti su jumis aplanką.",
|
||||
"Names must not be empty." : "Laukelis „Vardai“ negali būti tušti.",
|
||||
"Names must not start with a dot." : "Vardai negali prasidėti tašku.",
|
||||
"\"{char}\" is not allowed inside a name." : "„{char}“ negalima naudoti vardo sudėtyje.",
|
||||
"\"{segment}\" is a reserved name and not allowed." : "„{segment}“ yra rezervuotas vardas, todėl jo naudoti negalima.",
|
||||
"\"{extension}\" is not an allowed name." : "„{extension}“ nėra leidžiamas vardas.",
|
||||
"Names must not end with \"{extension}\"." : "Vardo pabaiga negali būti „{extension}“.",
|
||||
"Invalid name." : "Negalimas vardas",
|
||||
"Password created successfully" : "Slaptažodis sėkmingai sukurtas",
|
||||
"Error generating password from password policy" : "Klaida kuriant slaptažodį pagal slaptažodžių politiką",
|
||||
"Shared with you and the group {group} by {owner}" : "{owner} pradėjo bendrinti su jumis ir grupe {group}",
|
||||
"Shared with you and {circle} by {owner}" : "{owner} pradėjo bendrinti su jumis ir {circle}",
|
||||
"Shared with you and the conversation {conversation} by {owner}" : "{owner} pasidalino su jumis ir pokalbiu {conversation}",
|
||||
|
|
@ -258,6 +402,7 @@ OC.L10N.register(
|
|||
"Share not found" : "Viešinys nerastas",
|
||||
"Back to %s" : "Atgal į %s",
|
||||
"Add to your Nextcloud" : "Pridėti į savo Nextcloud",
|
||||
"Sharing %s failed because the back end does not support ScienceMesh shares" : "Dalijimasis %s nepavyko, nes serveris nepalaiko „ScienceMesh“ dalijimosi",
|
||||
"Name or email …" : "Vardas ar el. paštas…",
|
||||
"Name, email, or Federated Cloud ID …" : "Vardas, el. paštas ar federacinės debesijos ID…",
|
||||
"Searching …" : "Ieškoma…"
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
"Share for file {file} with {user} expired" : "Pasibaigė failo {file} bendrinimo su {user} galiojimo laikas",
|
||||
"Share for file {file} expired" : "Failo {file} viešinys nebegalioja",
|
||||
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Buvo <strong>atsisiųstas</strong> el. paštu ar viešąja nuoroda bendrinamas failas ar aplankas",
|
||||
"Files have been <strong>uploaded</strong> to a folder shared by mail or by public link" : "Failai buvo <strong>įkelti</strong> į aplanką, kuriuo dalijamasi el. paštu arba per viešą nuorodą",
|
||||
"A file or folder was shared from <strong>another server</strong>" : "Failas ar aplankas buvo pradėtas bendrinti iš <strong>kito serverio</strong>",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"A file or folder has been <strong>shared</strong>" : "Failas ar aplankas <strong>pradėtas bendrinti</strong>",
|
||||
|
|
@ -69,16 +70,32 @@
|
|||
"Please specify a valid email address" : "Nurodykite tinkamą el. pašto adresą",
|
||||
"Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nepavyko išsiųsti slaptažodžio bendrinimui %s panaudojant Nextcloud Talk, kadangi Nextcloud Talk neįjungtas ",
|
||||
"Sharing %1$s failed because the back end does not allow shares from type %2$s" : "Bendrinimas %1$s nepavyko, kadangi sistema nepalaiko bendrinimų šio tipo %2$s",
|
||||
"Please specify a valid federated account ID" : "Nurodykite galiojantį federacinės paskyros ID",
|
||||
"Please specify a valid federated group ID" : "Nurodykite galiojantį federacinės grupės ID",
|
||||
"You cannot share to a Team if the app is not enabled" : "Negali dalytis su komanda, jei programa nėra įjungta",
|
||||
"Please specify a valid team" : "Nurodykite tinkamą komandą",
|
||||
"Sharing %s failed because the back end does not support room shares" : "Bendrinimas %s nepavyko, kadangi sistema nepalaiko kambario bendrinimo",
|
||||
"Unknown share type" : "Nežinomas viešinio tipas",
|
||||
"Not a directory" : "Nėra katalogas",
|
||||
"Could not lock node" : "Nepavyko užrakinti mazgo",
|
||||
"Public upload is only possible for publicly shared folders" : "Duomenų įkėlimas viešam naudojimui galimas tik į viešai dalinamus aplankus",
|
||||
"Share must at least have READ or CREATE permissions" : "Vartotojas turi turėti bent jau SKAITYMO arba KŪRIMO teises",
|
||||
"Share must have READ permission if UPDATE or DELETE permission is set" : "Jei nustatytas leidimas „UPDATE“/\"ATNAUJINTI\" arba „DELETE“/\"IŠTRINTI\", leidimui „Share“/\"Bendrinti\" turi būti suteiktas leidimas „READ“/\"SKAITYTI\"",
|
||||
"Public upload disabled by the administrator" : "Įkėlimas viešam naudojimui yra išjungtas",
|
||||
"Could not lock path" : "Nepavyko užrakinti kelio",
|
||||
"no sharing rights on this item" : "šiam elementui nesuteikta dalijimosi teisių",
|
||||
"You are not allowed to edit incoming shares" : "Jums neleidžiama redaguoti gaunamų dalinimosi nuorodų",
|
||||
"Wrong or no update parameter given" : "Neperduoti atnaujinimo parametrai",
|
||||
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "„Siųsti slaptažodį per „Nextcloud Talk““, norint pasidalinti failu ar aplanku, nepavyko, nes „Nextcloud Talk“ nėra įjungta.",
|
||||
"Custom share link tokens have been disabled by the administrator" : "Administratorius išjungė pasirinktinius nuorodų dalijimosi žymenis",
|
||||
"Tokens must contain at least 1 character and may only contain letters, numbers, or a hyphen" : "Žymuo turi būti sudarytas iš ne mažiau kaip 1 simbolio ir gali būti sudarytas tik iš raidžių, skaičių arba brūkšnelio",
|
||||
"Invalid date. Format must be YYYY-MM-DD" : "Neteisinga data. Formatas turi būti YYYY-MM-DD",
|
||||
"No sharing rights on this item" : "Šio elemento dalijimosi teisės nesuteiktos",
|
||||
"Invalid share attributes provided: \"%s\"" : "Nurodyti neteisingi dalijimosi parametrai: „%s“",
|
||||
"You are not allowed to send mail notifications" : "Jums neleidžiama siųsti pranešimų el. paštu",
|
||||
"No mail notification configured for this share type" : "Šiam bendrinimo tipui nėra sukonfigūruotas pranešimas el. paštu",
|
||||
"Wrong password" : "Neteisingas slaptažodis",
|
||||
"Error while sending mail notification" : "Klaida siunčiant pranešimą el. paštu",
|
||||
"Failed to generate a unique token" : "Nepavyko sugeneruoti išskirtinio prieigos rakto",
|
||||
"This share does not exist or is no longer available" : "Šio viešinio nebėra arba jis daugiau nebeprieinamas",
|
||||
"shared by %s" : "bendrina %s",
|
||||
|
|
@ -93,77 +110,132 @@
|
|||
"You received {share} to group {group} as a share by {user}" : "Jūs gavote bendrinimą {share} prie grupės {group}, kuriuo pasidalino {user}",
|
||||
"Accept" : "Priimti",
|
||||
"Decline" : "Atmesti",
|
||||
"Remember to upload the files to %s" : "Nepamirškite įkelti failų į %s",
|
||||
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Norėtume maloniai priminti, kad į bendrą aplanką dar neįkėlėte jokių failų.",
|
||||
"Open \"%s\"" : "Atverti „%s“",
|
||||
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Ši programa leidžia vartotojams dalytis failais „Nextcloud“ sistemoje. Jei ši funkcija įjungta, administratorius gali pasirinkti, kurios grupės gali dalytis failais. Tada atitinkami vartotojai gali dalytis failais ir aplankais su kitomis paskyromis bei grupėmis „Nextcloud“ sistemoje. Be to, jei administratorius įjungia nuorodos dalijimosi funkciją, išorinė nuoroda gali būti naudojama dalytis failais su kitais žmonėmis už „Nextcloud“ ribų. Administratoriai taip pat gali nustatyti slaptažodžius, galiojimo datas ir įjungti dalijimąsi tarp serverių per dalijimosi nuorodas, taip pat dalijimąsi iš mobiliųjų įrenginių.\nIšjungus šią funkciją, dalijamasi failai ir aplankai bus pašalinti iš serverio visiems dalijimosi gavėjams, taip pat sinchronizavimo klientams ir mobiliosioms programėlėms. Daugiau informacijos rasite „Nextcloud“ dokumentacijoje.",
|
||||
"Filter accounts" : "Filtruoti paskyras",
|
||||
"you" : "jūs",
|
||||
"The request will expire on {date} at midnight and will be password protected." : "Prašymas nustos galioti {date} vidurnaktį ir bus apsaugotas slaptažodžiu.",
|
||||
"The request will expire on {date} at midnight." : "Prašymas nustos galioti {date} vidurnaktį.",
|
||||
"The request will be password protected." : "Prašymas bus apsaugotas slaptažodžiu.",
|
||||
"When should the request expire?" : "Kada turėtų baigtis prašymo galiojimo terminas?",
|
||||
"Set a submission expiration date" : "Nustatyti pateikimo galiojimo pabaigos datą",
|
||||
"Expiration date" : "Pabaigos data",
|
||||
"Select a date" : "Pasirinkti datą",
|
||||
"Your administrator has enforced a {count} days expiration policy." : "Jūsų administratorius nustatė galiojimo terminą, kuris baigiasi po {count} dienų.",
|
||||
"What password should be used for the request?" : "Kokį slaptažodį reikia nurodyti užklausai?",
|
||||
"Set a password" : "Nustatyti slaptažodį",
|
||||
"Password" : "Slaptažodis",
|
||||
"Enter a valid password" : "Įveskite teisingą slaptažodį",
|
||||
"Generate a new password" : "Generuoti naują slaptažodį",
|
||||
"Your administrator has enforced a password protection." : "Jūsų administratorius įjungė slaptažodžio apsaugą.",
|
||||
"Automatically copying failed, please copy the share link manually" : "Nepavyko automatiškai nukopijuoti, nukopijuokite nuorodą rankiniu būdu",
|
||||
"Link copied" : "Nuoroda nukopijuota",
|
||||
"Email already added" : "El. paštas jau pridėtas",
|
||||
"Invalid email address" : "Neteisingas el. pašto adresas",
|
||||
"_The following email address is not valid: {emails}_::_The following email addresses are not valid: {emails}_" : ["Šis elektroninio pašto adresas yra neteisingas: {emails}","Šie elektroninio pašto adresai yra neteisingi: {emails}","Šie elektroninio pašto adresai yra neteisingi: {emails}","Šie elektroninio pašto adresai yra neteisingi: {emails}"],
|
||||
"_{count} email address already added_::_{count} email addresses already added_" : ["Jau pridėtas {count} el. pašto adresas","Jau pridėti {count} el. pašto adresai","Jau pridėta {count} el. pašto adresų","Jau pridėtas {count} el. pašto adresas"],
|
||||
"_{count} email address added_::_{count} email addresses added_" : ["Pridėtas {count} el. pašto adresas","Pridėti {count} el. pašto adresai","Pridėta {count} el. pašto adresų","Pridėtas {count} el. pašto adresas"],
|
||||
"You can now share the link below to allow people to upload files to your directory." : "Dabar galite pasidalinti žemiau pateikta nuoroda, kad kiti galėtų įkelti failus į jūsų katalogą.",
|
||||
"Share link" : "Viešinio nuoroda",
|
||||
"Copy" : "Kopijuoti",
|
||||
"Send link via email" : "Siųsti nuorodą el. paštu",
|
||||
"Enter an email address or paste a list" : "Įveskite el. pašto adresą arba įdėkite sąrašą",
|
||||
"Remove email" : "Šalinti el. paštą",
|
||||
"Select a destination" : "Pasirinkite kelionės tikslą",
|
||||
"Select" : "Žymėti",
|
||||
"What are you requesting?" : "Ko prašote?",
|
||||
"Request subject" : "Prašymo tema",
|
||||
"Birthday party photos, History assignment…" : "Gimtadienio nuotraukos, istorijos užduotis…",
|
||||
"Where should these files go?" : "Kur šiuos failus reikėtų įdėti?",
|
||||
"Upload destination" : "Įkėlimo vieta",
|
||||
"Revert to default" : "Sugrąžinti į numatytąjį",
|
||||
"The uploaded files are visible only to you unless you choose to share them." : "Įkeltus failus matote tik jūs, nebent nuspręsite jais pasidalinti.",
|
||||
"Add a note" : "Pridėti pastabą",
|
||||
"Note for recipient" : "Pastaba gavėjui",
|
||||
"Add a note to help people understand what you are requesting." : "Pridėkite pastabą, kad kiti geriau suprastų, ko prašote.",
|
||||
"You can add links, date or any other information that will help the recipient understand what you are requesting." : "Galite įtraukti nuorodas, datą ar bet kokią kitą informaciją, kuri padės gavėjui suprasti, ko prašote.",
|
||||
"Close" : "Užverti",
|
||||
"_Send email and close_::_Send {count} emails and close_" : ["Išsiųsti el. laišką ir užverti","Išsiųsti {count} el. laiškus ir užverti","Išsiųsti {count} el. laiškų ir užverti","Išsiųsti {count} el. laišką ir užverti"],
|
||||
"Please select a folder, you cannot share the root directory." : "Prašome pasirinkti aplanką – negalima bendrinti pagrindinio katalogo.",
|
||||
"File request created" : "Viešinys failų įkėlimui sukurtas",
|
||||
"_File request created and email sent_::_File request created and {count} emails sent_" : ["Sukurtas failo užklausimas ir išsiųstas el. laiškas","Sukurtas failo užklausimas ir išsiųsti {count} el. laiškai","Sukurtas failo užklausimas ir išsiųsti {count} el. laiškai","Sukurtas failo užklausimas ir išsiųsti {count} el. laiškai"],
|
||||
"Error creating the share: {errorMessage}" : "Klaida kuriant viešinį: {errorMessage}",
|
||||
"Error creating the share" : "Klaida kuriant viešinį",
|
||||
"Error sending emails: {errorMessage}" : "Klaida siunčiant el. laiškus: {errorMessage}",
|
||||
"Error sending emails" : "Klaida siunčiant el. laiškus",
|
||||
"Create a file request" : "Sukurti failo užklausą",
|
||||
"Collect files from others even if they do not have an account." : "Rinkite failus iš kitų, net jei jie neturi paskyros.",
|
||||
"To ensure you can receive files, verify you have enough storage available." : "Norėdami įsitikinti, kad galėsite gauti failus, patikrinkite, ar turite pakankamai laisvos vietos saugykloje.",
|
||||
"File request" : "Failų įkėlimui",
|
||||
"Previous step" : "Ankstesnis žingsnis",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Cancel the file request creation" : "Atšaukti failo užklausos sukūrimą",
|
||||
"Close without sending emails" : "Uždaryti nesiunčiant el. laiškų",
|
||||
"Continue" : "Tęsti",
|
||||
"Error while toggling options" : "Klaida perjungiant parinktis",
|
||||
"Accept shares from other accounts and groups by default" : "Pagal numatytuosius nustatymus priimti įrašus iš kitų paskyrų ir grupių",
|
||||
"Choose a default folder for accepted shares" : "Pasirinkite numatytąjį aplanką priimtiems viešiniams",
|
||||
"Invalid path selected" : "Pasirinktas neteisingas kelias",
|
||||
"Unknown error" : "Nežinoma klaida",
|
||||
"Set default folder for accepted shares" : "Nustatykite numatytąjį priimtų viešinių aplanką",
|
||||
"Reset" : "Atstatyti",
|
||||
"Reset folder to system default" : "Atstatyti aplanką į sistemos numatytąjį",
|
||||
"Share expiration: {date}" : "Bendrinimo galiojimas baigiasi: {date}",
|
||||
"Share Expiration" : "Bendrinimo galiojimo laikas",
|
||||
"group" : "grupė",
|
||||
"conversation" : "pokalbis",
|
||||
"remote" : "nuotolinis",
|
||||
"remote group" : "nuotolinė grupė",
|
||||
"guest" : "svečias",
|
||||
"by {initiator}" : "autorius {initiator}",
|
||||
"Shared with the group {user} by {owner}" : "{owner} pasidalino su {user} grupe ",
|
||||
"Shared with the conversation {user} by {owner}" : "Bendrinimas su pokalbiu {user}, kurį aliko {owner}",
|
||||
"Shared with {user} by {owner}" : "Bendrinimas su {user}, kurį aliko {owner}",
|
||||
"Open Sharing Details" : "Atidaryti Bendrinimo Informaciją",
|
||||
"Added by {initiator}" : "Pridėjo {initiator}",
|
||||
"Via “{folder}”" : "Per \"{folder}\"",
|
||||
"Unshare" : "Nustoti bendrinti",
|
||||
"Cannot copy, please copy the link manually" : "Nepavyksta nukopijuoti, nukopijuokite nuorodą rankiniu būdu",
|
||||
"Copy internal link" : "Kopijuoti vidinę nuorodą",
|
||||
"For people who already have access" : "Tiems, kurie jau turi prieigą",
|
||||
"Internal link" : "Vidinė nuoroda",
|
||||
"{shareWith} by {initiator}" : "{initiator} pasidalino {shareWith}",
|
||||
"Shared via link by {initiator}" : "{initiator} bendrina per nuorodą",
|
||||
"File request ({label})" : "Failo užklausa ({label})",
|
||||
"Mail share ({label})" : "Dalijimasis paštu ({label})",
|
||||
"Share link ({label})" : "Viešinio nuoroda ({label})",
|
||||
"Mail share" : "Dalijimasis paštu",
|
||||
"Share link ({index})" : "Dalintis nuoroda ({index})",
|
||||
"Create public link" : "Sukurti viešąją nuorodą",
|
||||
"Actions for \"{title}\"" : "Veiksmai, susiję su „{title}“",
|
||||
"Copy public link of \"{title}\"" : "Kopijuoti viešąją nuorodą į „{title}“",
|
||||
"Error, please enter proper password and/or expiration date" : "Įvyko klaida, įveskite teisingą slaptažodį ir/ar galiojimo datą",
|
||||
"Link share created" : "Bendrinimo nuoroda sukurta",
|
||||
"Error while creating the share" : "Klaida kuriant viešinį",
|
||||
"Your browser does not support copying, please copy the link manually:" : "Jūsų naršyklė nepalaiko kopijavimo funkcijos, todėl nuorodą kopijuokite rankiniu būdu:",
|
||||
"Successfully copied public link" : "Viešoji nuoroda sėkmingai nukopijuota",
|
||||
"Please enter the following required information before creating the share" : "Prieš sukurdami viešinį, įveskite šią reikiamą informaciją",
|
||||
"Password protection (enforced)" : "Apsauga slaptažodžiu (priverstinė)",
|
||||
"Password protection" : "Apsauga slaptažodžiu",
|
||||
"Enter a password" : "Enter a password",
|
||||
"Enable link expiration (enforced)" : "Įjungti nuorodų galiojimo pabaigą (privaloma)",
|
||||
"Enable link expiration" : "Įjungti nuorodų galiojimo pabaigą",
|
||||
"Enter expiration date (enforced)" : "Įveskite galiojimo pabaigos datą (privaloma)",
|
||||
"Enter expiration date" : "Įveskite galiojimo pabaigos datą",
|
||||
"Create share" : "Sukurti viešinį",
|
||||
"Customize link" : "Tinkinti nuorodą",
|
||||
"Generate QR code" : "Generuoti QR kodą",
|
||||
"Add another link" : "Pridėti kitą nuorodą",
|
||||
"Create a new share link" : "Sukurti naują viešinio nuorodą",
|
||||
"Quick share options, the current selected is \"{selectedOption}\"" : "Greito dalijimosi parinktys, šiuo metu pasirinkta „{selectedOption}“",
|
||||
"View only" : "Tik peržiūrėti",
|
||||
"Can edit" : "Gali taisyti",
|
||||
"Custom permissions" : "Tinkinti leidimai",
|
||||
"Resharing is not allowed" : "Bendrinimas iš naujo yra neleidžiamas",
|
||||
"Name or email …" : "Vardas arba el. paštas …",
|
||||
"Name, email, or Federated Cloud ID …" : "Vardas, el. paštas arba „Federated Cloud“ ID …",
|
||||
"Searching …" : "Ieškoma",
|
||||
"No elements found." : "Nerasta jokių elementų.",
|
||||
"Search everywhere" : "Ieškoti visur",
|
||||
|
|
@ -171,10 +243,21 @@
|
|||
"Group" : "Grupė",
|
||||
"Email" : "El. paštas",
|
||||
"Team" : "Komanda",
|
||||
"Talk conversation" : "\"Talk\" pokalbis",
|
||||
"Deck board" : "\"Deck\" lenta",
|
||||
"ScienceMesh" : "\"ScienceMesh\"",
|
||||
"on {server}" : "serveryje {server}",
|
||||
"Enter external recipients" : "Įveskite išorinius gavėjus",
|
||||
"Search for internal recipients" : "Ieškoti vidinių gavėjų",
|
||||
"Note from" : "Pastaba iš",
|
||||
"Note:" : "Pastaba:",
|
||||
"File drop" : "Failų įkėlimas",
|
||||
"Upload files to {foldername}." : "Įkelkite failus į {foldername}.",
|
||||
"By uploading files, you agree to the terms of service." : "Įkeldami failus, jūs sutinkate su paslaugų teikimo sąlygomis.",
|
||||
"Successfully uploaded files" : "Failai sėkmingai įkelti",
|
||||
"View terms of service" : "Peržiūrėti paslaugų teikimo sąlygas",
|
||||
"Terms of service" : "Naudojimosi sąlygos",
|
||||
"Share with {user}" : "Pasidalinti su {user}",
|
||||
"Share with email {email}" : "Bendrinti su el. pašto adresu {email}",
|
||||
"Share with group" : "Bendrinti su grupe",
|
||||
"Share in conversation" : "Bendrinti pokalbyje",
|
||||
|
|
@ -188,10 +271,16 @@
|
|||
"Edit" : "Taisyti",
|
||||
"Share" : "Bendrinti",
|
||||
"Delete" : "Ištrinti",
|
||||
"Password field cannot be empty" : "Slaptažodžio laukelis negali būti tuščias",
|
||||
"Replace current password" : "Pakeisti esamą slaptažodį",
|
||||
"Failed to generate a new token" : "Nepavyko sugeneruoti naujo žymens",
|
||||
"Allow upload and editing" : "Leisti įkelti ir redaguoti",
|
||||
"Allow editing" : "Leisti redaguoti",
|
||||
"Upload only" : "Tik įkelti",
|
||||
"Advanced settings" : "Išplėstiniai nustatymai",
|
||||
"Share label" : "Viešinio etiketė",
|
||||
"Share link token" : "Pasidalinti nuorodos žymeniu",
|
||||
"Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Nustatykite viešosios nuorodos žymę taip, kad ją būtų lengva įsiminti, arba sugeneruokite naują žymę. Nerekomenduojama naudoti lengvai atspėjamą žymę, jei dalinatės slapta informacija.",
|
||||
"Generating…" : "Generuojama…",
|
||||
"Generate new token" : "Generuoti naują prieigos raktą",
|
||||
"Set password" : "Nustatyti slaptažodį",
|
||||
|
|
@ -204,51 +293,106 @@
|
|||
"Allow download and sync" : "Leisti atsisiųsti ir sinchronizuoti",
|
||||
"Note to recipient" : "Pastaba gavėjui",
|
||||
"Enter a note for the share recipient" : "Įrašykite pranešimą bendrinimo gavėjui",
|
||||
"Show files in grid view" : "Rodyti failus lentelės formatu",
|
||||
"Delete share" : "Ištrinti viešinį",
|
||||
"Others with access" : "Kiti asmenys, turintys prieigą",
|
||||
"No other accounts with access found" : "Nerasta jokių kitų paskyrų, turinčių prieigą",
|
||||
"Toggle list of others with access to this directory" : "Perjungti sąrašą kitų asmenų, turinčių prieigą prie šio katalogo",
|
||||
"Toggle list of others with access to this file" : "Perjungti sąrašą kitų asmenų, turinčių prieigą prie šio failo",
|
||||
"Unable to fetch inherited shares" : "Nepavyko gauti paveldėtų viešinių",
|
||||
"Link shares" : "Nuorodos dalijimasis",
|
||||
"Shares" : "Viešiniai",
|
||||
"Share files within your organization. Recipients who can already view the file can also use this link for easy access." : "Dalykitės failais savo organizacijoje. Gavėjai, kurie jau gali peržiūrėti failą, taip pat gali naudoti šią nuorodą, kad lengvai prie jo prisijungtų.",
|
||||
"Share files with others outside your organization via public links and email addresses. You can also share to {productName} accounts on other instances using their federated cloud ID." : "Dalinkitės failais su asmenimis už organizacijos ribų naudodami viešas nuorodas ir el. pašto adresus. Taip pat galite dalintis su {productName} paskyromis kitose instancijose, naudodami jų federacinį debesų identifikatorių.",
|
||||
"Shares from apps or other sources which are not included in internal or external shares." : "Dalijimasis iš programėlių ar kitų šaltinių, kurie nėra įtraukti į vidinį ar išorinį dalijimąsi.",
|
||||
"Type names, teams, federated cloud IDs" : "Tipų pavadinimai, komandos, federacinio debesies identifikatoriai",
|
||||
"Type names or teams" : "Įveskite vardus arba komandas",
|
||||
"Type a federated cloud ID" : "Įveskite federacinio debesies identifikatorių",
|
||||
"Type an email" : "Įveskite el. pašto adresą",
|
||||
"Type an email or federated cloud ID" : "Įveskite savo el. pašto adresą",
|
||||
"Unable to load the shares list" : "Nepavyko įkelti viešinių sąrašo",
|
||||
"Expires {relativetime}" : "Galioja iki {relativetime}",
|
||||
"this share just expired." : "šis viešinys ką tik nustojo galioti.",
|
||||
"Shared with you by {owner}" : "{owner} pasidalino su jumis",
|
||||
"Internal shares" : "Vidiniai bendrinimai",
|
||||
"Internal shares explanation" : "Vidinių bendrinimų paiškinimas",
|
||||
"External shares" : "Išoriniai bendrinimai",
|
||||
"External shares explanation" : "Išorinių bendrinimų paaiškinimas",
|
||||
"Additional shares" : "Papildomi bendrinimai",
|
||||
"Additional shares explanation" : "Papildomų bendrinimų paaiškinimai",
|
||||
"Link to a file" : "Nuoroda į failą",
|
||||
"_Accept share_::_Accept shares_" : ["Priimti bendrinimą","Priimti bendrinimus","Priimti bendrinimus","Priimti bendrinimus"],
|
||||
"Open in Files" : "Atidaryti programėlėje Files",
|
||||
"_Reject share_::_Reject shares_" : ["Atmesti bendrinimą","Atmesti bendrinimus","Atmesti bendrinimus","Atmesti bendrinimus"],
|
||||
"_Restore share_::_Restore shares_" : ["Atkurti bendrinimą","Atkurti bendrinimus","Atkurti bendrinimus","Atkurti bendrinimus"],
|
||||
"Shared" : "Bendrinama",
|
||||
"Shared by {ownerDisplayName}" : "Bendrina {ownerDisplayName}",
|
||||
"Shared multiple times with different people" : "Dalijimasis kelis kartus su skirtingais žmonėmis",
|
||||
"Sharing options" : "Bendrinimo parinktys",
|
||||
"Shared with others" : "Bendrinama su kitais",
|
||||
"You do not have enough permissions to share this file." : "Jūs neturite pakankamų teisių, kad galėtumėte pasidalinti šiuo failu.",
|
||||
"People" : "Žmonės",
|
||||
"Create file request" : "Sukurtį viešinį failų įkėlimui",
|
||||
"Upload files to {foldername}" : "Įkelti failus į {foldername}",
|
||||
"Public file share" : "Viešas failų bendrinimas",
|
||||
"Publicly shared file." : "Viešai pasidalintas failas.",
|
||||
"No file" : "Failo nėra",
|
||||
"The file shared with you will show up here" : "Čia bus rodomas su jumis pasidalintas failas",
|
||||
"Public share" : "Viešasis viešinys",
|
||||
"Publicly shared files." : "Viešai pasidalintas failas.",
|
||||
"No files" : "Failų nėra",
|
||||
"Files and folders shared with you will show up here" : "Čia bus rodomi su jumis pasidalinti failai ir aplankai",
|
||||
"Overview of shared files." : "Bendrinamų failų apžvalga.",
|
||||
"No shares" : "Nėra jokių viešinių",
|
||||
"Files and folders you shared or have been shared with you will show up here" : "Čia bus rodomi failai ir aplankai, kuriais pasidalinote arba kurie buvo pasidalinti su jumis",
|
||||
"Shared with you" : "Bendrinama su jumis",
|
||||
"List of files that are shared with you." : "Failų, kurie yra bendrinami su jumis, sąrašas.",
|
||||
"Nothing shared with you yet" : "Kol kas su jumis nieko nėra bendrinama",
|
||||
"Files and folders others shared with you will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos su jumis bendrina kiti asmenys",
|
||||
"List of files that you shared with others." : "Failų, kuriais pasidalinote su kitais, sąrašas.",
|
||||
"Nothing shared yet" : "Kol kas nieko nebendrinama",
|
||||
"Files and folders you shared will show up here" : "Čia atsiras visi jūsų bendrinami failai ar aplankai",
|
||||
"Shared by link" : "Bendrinama pagal nuorodą",
|
||||
"List of files that are shared by link." : "Failų, kurie yra bendrinami su jumis, sąrašas.",
|
||||
"No shared links" : "Nėra bendrinamų nuorodų",
|
||||
"Files and folders you shared by link will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos bendrinate per nuorodą",
|
||||
"File requests" : "Failų užklausos",
|
||||
"List of file requests." : "Failų užklausų sąrašas",
|
||||
"No file requests" : "Nėra failų užklausų",
|
||||
"File requests you have created will show up here" : "Čia bus rodomos jūsų sukurtos failų užklausos",
|
||||
"Deleted shares" : "Ištrinti viešiniai",
|
||||
"List of shares you left." : "Jūsų paliktų bendrinimų sąrašas.",
|
||||
"No deleted shares" : "Ištrintų viešinių nėra",
|
||||
"Shares you have left will show up here" : "Čia bus rodomi Jūsų palikti bendrinimai",
|
||||
"Pending shares" : "Laukiantys viešiniai",
|
||||
"List of unapproved shares." : "Nepatvirtintų bedrinimų sąrašas",
|
||||
"No pending shares" : "Nėra jokių laukiančių viešinių",
|
||||
"Shares you have received but not approved will show up here" : "Čia bus rodomi gauti, bet nepatvirtinti bendrinimai",
|
||||
"Error deleting the share" : "Klaida ištrinant bendrinimą",
|
||||
"Error updating the share" : "Klaida atnaujinant viešinį",
|
||||
"File \"{path}\" has been unshared" : "Failas „{path}“ nustotas bendrinti",
|
||||
"Folder \"{path}\" has been unshared" : "Aplankas „{path}“ nustotas bendrinti",
|
||||
"Could not update share" : "Nepavyko atnaujinti viešinio",
|
||||
"Share saved" : "Viešinys įrašytas",
|
||||
"Share expiry date saved" : "Bendrinimo galiojimo data išsaugota",
|
||||
"Share hide-download state saved" : "Bendrinimo slėpimo ir atsisiuntimo būsena išsaugota",
|
||||
"Share label saved" : "Viešinio etiketė įrašyta",
|
||||
"Share note for recipient saved" : "Gavėjo bendrinimo pastaba išsaugota",
|
||||
"Share password saved" : "Viešinio slaptažodis įrašytas",
|
||||
"Share permissions saved" : "Viešinio leidimai įrašyti",
|
||||
"To upload files to {folder}, you need to provide your name first." : "Norėdami įkelti failus į {folder}, pirmiausia turite pateikti savo vardą.",
|
||||
"Upload files to {folder}" : "Įkelti failus į {folder}",
|
||||
"Please confirm your name to upload files to {folder}" : "Patvirtinkite savo vardą, kad galėtumėte įkelti failus į {folder}",
|
||||
"{ownerDisplayName} shared a folder with you." : "{ownerDisplayName} pradėjo bendrinti su jumis aplanką.",
|
||||
"Names must not be empty." : "Laukelis „Vardai“ negali būti tušti.",
|
||||
"Names must not start with a dot." : "Vardai negali prasidėti tašku.",
|
||||
"\"{char}\" is not allowed inside a name." : "„{char}“ negalima naudoti vardo sudėtyje.",
|
||||
"\"{segment}\" is a reserved name and not allowed." : "„{segment}“ yra rezervuotas vardas, todėl jo naudoti negalima.",
|
||||
"\"{extension}\" is not an allowed name." : "„{extension}“ nėra leidžiamas vardas.",
|
||||
"Names must not end with \"{extension}\"." : "Vardo pabaiga negali būti „{extension}“.",
|
||||
"Invalid name." : "Negalimas vardas",
|
||||
"Password created successfully" : "Slaptažodis sėkmingai sukurtas",
|
||||
"Error generating password from password policy" : "Klaida kuriant slaptažodį pagal slaptažodžių politiką",
|
||||
"Shared with you and the group {group} by {owner}" : "{owner} pradėjo bendrinti su jumis ir grupe {group}",
|
||||
"Shared with you and {circle} by {owner}" : "{owner} pradėjo bendrinti su jumis ir {circle}",
|
||||
"Shared with you and the conversation {conversation} by {owner}" : "{owner} pasidalino su jumis ir pokalbiu {conversation}",
|
||||
|
|
@ -256,6 +400,7 @@
|
|||
"Share not found" : "Viešinys nerastas",
|
||||
"Back to %s" : "Atgal į %s",
|
||||
"Add to your Nextcloud" : "Pridėti į savo Nextcloud",
|
||||
"Sharing %s failed because the back end does not support ScienceMesh shares" : "Dalijimasis %s nepavyko, nes serveris nepalaiko „ScienceMesh“ dalijimosi",
|
||||
"Name or email …" : "Vardas ar el. paštas…",
|
||||
"Name, email, or Federated Cloud ID …" : "Vardas, el. paštas ar federacinės debesijos ID…",
|
||||
"Searching …" : "Ieškoma…"
|
||||
|
|
|
|||
|
|
@ -7,17 +7,23 @@ OC.L10N.register(
|
|||
"This application enables people to restore files that were deleted from the system." : "Ši programėlė suteikia žmonėms galimybę atkurti iš sistemos ištrintus failus.",
|
||||
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Ši programėlė įgalina žmones atkurti iš sistemos ištrintus failus. Ji saityno sąsajoje rodo ištrintų failų sąrašą ir teikia parinktis atkurti tuos ištrintus failus atgal į žmonių failų katalogus arba visam laikui pašalinti failus iš sistemos. Atkūrus failą, tuo pačiu yra atkuriamos susijusios failo versijos, jei yra įjungta versijų programėlė. Kai failas ištrinamas iš viešinio, jis gali būti atkurtas tokiu pačiu būdu, tik jau nebebus bendrinamas. Pagal numatymą, šie failai yra laikomi šiukšlinėje 30 dienų.\nTam, kad paskyroms nepritrūktų vietos, „Ištrinti failai“ nenaudos ištrintiems failams daugiau kaip 50% esamu metu prieinamo laisvo leidžiamo duomenų kiekio. Jei ištrinti failai viršija šią ribą, programėlė atrenka seniausius failus ir juos ištrina, kad nebūtų viršyta numatytoji riba. Daugiau informacijos yra prieinama „Ištrinti failai“ dokumentacijoje.",
|
||||
"Restore" : "Atkurti",
|
||||
"Not enough free space to restore the file/folder" : "Nėra pakankamai laisvos vietos failui ar aplankui atkurti",
|
||||
"Empty deleted files" : "Išvalyti ištrintus failus",
|
||||
"Confirm permanent deletion" : "Patvirtinkite galutinį ištrynimą",
|
||||
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Ar tikrai norite visam laikui ištrinti visus šiukšlinėje esančius failus ir aplankus? Šio veiksmo atšaukti nebus galima.",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Original location" : "Pradinė vieta",
|
||||
"Deleted by" : "Ištrynė",
|
||||
"Deleted" : "Ištrinta",
|
||||
"few seconds ago" : "prieš kelias sekundes",
|
||||
"A long time ago" : "Prieš ilgą laiką",
|
||||
"Unknown" : "Nežinoma",
|
||||
"All files" : "Visi failai",
|
||||
"You" : "Jūs",
|
||||
"List of files that have been deleted." : "Ištrintų failų sąrašas.",
|
||||
"No deleted files" : "Ištrintų failų nėra",
|
||||
"Files and folders you have deleted will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos ištrynėte"
|
||||
"Files and folders you have deleted will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos ištrynėte",
|
||||
"All files have been permanently deleted" : "Visi failai buvo galutinai ištrinti",
|
||||
"Failed to empty deleted files" : "Nepavyko ištrinti ištrintų failų"
|
||||
},
|
||||
"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);");
|
||||
|
|
|
|||
|
|
@ -5,17 +5,23 @@
|
|||
"This application enables people to restore files that were deleted from the system." : "Ši programėlė suteikia žmonėms galimybę atkurti iš sistemos ištrintus failus.",
|
||||
"This application enables people to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to the people file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.\nTo prevent an account from running out of disk space, the Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, the app deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation." : "Ši programėlė įgalina žmones atkurti iš sistemos ištrintus failus. Ji saityno sąsajoje rodo ištrintų failų sąrašą ir teikia parinktis atkurti tuos ištrintus failus atgal į žmonių failų katalogus arba visam laikui pašalinti failus iš sistemos. Atkūrus failą, tuo pačiu yra atkuriamos susijusios failo versijos, jei yra įjungta versijų programėlė. Kai failas ištrinamas iš viešinio, jis gali būti atkurtas tokiu pačiu būdu, tik jau nebebus bendrinamas. Pagal numatymą, šie failai yra laikomi šiukšlinėje 30 dienų.\nTam, kad paskyroms nepritrūktų vietos, „Ištrinti failai“ nenaudos ištrintiems failams daugiau kaip 50% esamu metu prieinamo laisvo leidžiamo duomenų kiekio. Jei ištrinti failai viršija šią ribą, programėlė atrenka seniausius failus ir juos ištrina, kad nebūtų viršyta numatytoji riba. Daugiau informacijos yra prieinama „Ištrinti failai“ dokumentacijoje.",
|
||||
"Restore" : "Atkurti",
|
||||
"Not enough free space to restore the file/folder" : "Nėra pakankamai laisvos vietos failui ar aplankui atkurti",
|
||||
"Empty deleted files" : "Išvalyti ištrintus failus",
|
||||
"Confirm permanent deletion" : "Patvirtinkite galutinį ištrynimą",
|
||||
"Are you sure you want to permanently delete all files and folders in the trash? This cannot be undone." : "Ar tikrai norite visam laikui ištrinti visus šiukšlinėje esančius failus ir aplankus? Šio veiksmo atšaukti nebus galima.",
|
||||
"Cancel" : "Atsisakyti",
|
||||
"Original location" : "Pradinė vieta",
|
||||
"Deleted by" : "Ištrynė",
|
||||
"Deleted" : "Ištrinta",
|
||||
"few seconds ago" : "prieš kelias sekundes",
|
||||
"A long time ago" : "Prieš ilgą laiką",
|
||||
"Unknown" : "Nežinoma",
|
||||
"All files" : "Visi failai",
|
||||
"You" : "Jūs",
|
||||
"List of files that have been deleted." : "Ištrintų failų sąrašas.",
|
||||
"No deleted files" : "Ištrintų failų nėra",
|
||||
"Files and folders you have deleted will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos ištrynėte"
|
||||
"Files and folders you have deleted will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos ištrynėte",
|
||||
"All files have been permanently deleted" : "Visi failai buvo galutinai ištrinti",
|
||||
"Failed to empty deleted files" : "Nepavyko ištrinti ištrintų failų"
|
||||
},"pluralForm" :"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);"
|
||||
}
|
||||
|
|
@ -3,9 +3,12 @@ OC.L10N.register(
|
|||
{
|
||||
"Versions" : "Versijos",
|
||||
"This application automatically maintains older versions of files that are changed." : "Ši programa automatiškai palaiko senesnes pakeistų failų versijas.",
|
||||
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Ši programa automatiškai saugo senesnes pakeistų failų versijas. Įjungus šią funkciją, kiekvieno vartotojo kataloge sukuriama paslėpta versijų aplankas, kuriame saugomos senos failų versijos. Vartotojas bet kuriuo metu per žiniatinklio sąsają gali grįžti prie senesnės versijos, o pakeistas failas tampa nauja versija. Programa automatiškai tvarko versijų aplanką, kad dėl versijų paskyrai nepritrūktų vietos.\n\t\tBe versijų galiojimo pabaigos, versijų programa užtikrina, kad nebūtų naudojama daugiau nei 50 % šiuo metu paskyroje esančios laisvos vietos. Jei saugomos versijos viršija šią ribą, programa pirmiausia ištrins seniausias versijas, kol bus pasiekta ši riba. Daugiau informacijos rasite versijų dokumentacijoje.",
|
||||
"Current version" : "Dabartinė versija",
|
||||
"Initial version" : "Pradinė versija",
|
||||
"You" : "Jūs",
|
||||
"Actions for version from {versionHumanExplicitDate}" : "Veiksmai, susiję su versija nuo {versionHumanExplicitDate}",
|
||||
"Name this version" : "Pavadinkite šią versiją",
|
||||
"Edit version name" : "Taisyti versijos pavadinimą",
|
||||
"Compare to current version" : "Palyginti su dabartine versija",
|
||||
"Restore version" : "Atkurti versiją",
|
||||
|
|
@ -15,8 +18,12 @@ OC.L10N.register(
|
|||
"Remove version name" : "Šalinti versijos pavadinimą",
|
||||
"Save version name" : "Įrašyti versijos pavadinimą",
|
||||
"Version name" : "Versijos pavadinimas",
|
||||
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Pavadintos versijos išsaugomos ir neįtraukiamos į automatinį valymą, kai jūsų saugyklos kvota yra išnaudota.",
|
||||
"Initial version restored" : "Atkurta pradinė versija",
|
||||
"Version restored" : "Versija atkurta",
|
||||
"Could not restore version" : "Nepavyko atkurti versijos",
|
||||
"Could not delete version" : "Nepavyko ištrinti versijos"
|
||||
"Could not set version label" : "Nepavyko nustatyti versijos žymės",
|
||||
"Could not delete version" : "Nepavyko ištrinti versijos",
|
||||
"File versions" : "Failų versijos"
|
||||
},
|
||||
"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);");
|
||||
|
|
|
|||
|
|
@ -1,9 +1,12 @@
|
|||
{ "translations": {
|
||||
"Versions" : "Versijos",
|
||||
"This application automatically maintains older versions of files that are changed." : "Ši programa automatiškai palaiko senesnes pakeistų failų versijas.",
|
||||
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the account does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the account's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Ši programa automatiškai saugo senesnes pakeistų failų versijas. Įjungus šią funkciją, kiekvieno vartotojo kataloge sukuriama paslėpta versijų aplankas, kuriame saugomos senos failų versijos. Vartotojas bet kuriuo metu per žiniatinklio sąsają gali grįžti prie senesnės versijos, o pakeistas failas tampa nauja versija. Programa automatiškai tvarko versijų aplanką, kad dėl versijų paskyrai nepritrūktų vietos.\n\t\tBe versijų galiojimo pabaigos, versijų programa užtikrina, kad nebūtų naudojama daugiau nei 50 % šiuo metu paskyroje esančios laisvos vietos. Jei saugomos versijos viršija šią ribą, programa pirmiausia ištrins seniausias versijas, kol bus pasiekta ši riba. Daugiau informacijos rasite versijų dokumentacijoje.",
|
||||
"Current version" : "Dabartinė versija",
|
||||
"Initial version" : "Pradinė versija",
|
||||
"You" : "Jūs",
|
||||
"Actions for version from {versionHumanExplicitDate}" : "Veiksmai, susiję su versija nuo {versionHumanExplicitDate}",
|
||||
"Name this version" : "Pavadinkite šią versiją",
|
||||
"Edit version name" : "Taisyti versijos pavadinimą",
|
||||
"Compare to current version" : "Palyginti su dabartine versija",
|
||||
"Restore version" : "Atkurti versiją",
|
||||
|
|
@ -13,8 +16,12 @@
|
|||
"Remove version name" : "Šalinti versijos pavadinimą",
|
||||
"Save version name" : "Įrašyti versijos pavadinimą",
|
||||
"Version name" : "Versijos pavadinimas",
|
||||
"Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Pavadintos versijos išsaugomos ir neįtraukiamos į automatinį valymą, kai jūsų saugyklos kvota yra išnaudota.",
|
||||
"Initial version restored" : "Atkurta pradinė versija",
|
||||
"Version restored" : "Versija atkurta",
|
||||
"Could not restore version" : "Nepavyko atkurti versijos",
|
||||
"Could not delete version" : "Nepavyko ištrinti versijos"
|
||||
"Could not set version label" : "Nepavyko nustatyti versijos žymės",
|
||||
"Could not delete version" : "Nepavyko ištrinti versijos",
|
||||
"File versions" : "Failų versijos"
|
||||
},"pluralForm" :"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);"
|
||||
}
|
||||
|
|
@ -1,6 +1,7 @@
|
|||
OC.L10N.register(
|
||||
"lookup_server_connector",
|
||||
{
|
||||
"Lookup Server Connector" : "Vardų serverio prievadas"
|
||||
"Lookup Server Connector" : "Vardų serverio prievadas",
|
||||
"Sync public account information with the lookup server" : "Sinchronizuoti viešojo paskyros informaciją su paieškos serveriu"
|
||||
},
|
||||
"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);");
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{ "translations": {
|
||||
"Lookup Server Connector" : "Vardų serverio prievadas"
|
||||
"Lookup Server Connector" : "Vardų serverio prievadas",
|
||||
"Sync public account information with the lookup server" : "Sinchronizuoti viešojo paskyros informaciją su paieškos serveriu"
|
||||
},"pluralForm" :"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);"
|
||||
}
|
||||
|
|
@ -1,11 +1,15 @@
|
|||
OC.L10N.register(
|
||||
"profile",
|
||||
{
|
||||
"Profile picker" : "Odabir profila",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ova aplikacija pruža profil",
|
||||
"Provides a customisable user profile interface." : "Pruža prilagodljivo sučelje korisničkog profila.",
|
||||
"Searching …" : "Traženje …",
|
||||
"Not found" : "Nije pronađeno",
|
||||
"Search for a user profile" : "Pretraži korisnički profil",
|
||||
"Search for a user profile. Start typing" : "Pretraži korisnički profil. Počni tipkati",
|
||||
"Insert selected user profile link" : "Umetni poveznicu na odabrani korisnički profil",
|
||||
"Insert" : "Umetni",
|
||||
"You have not added any info yet" : "Još niste dodali nikakve podatke",
|
||||
"{user} has not added any info yet" : "{user} nije još dodao nikakve podatke",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,13 @@
|
|||
{ "translations": {
|
||||
"Profile picker" : "Odabir profila",
|
||||
"Profile" : "Profil",
|
||||
"This application provides the profile" : "Ova aplikacija pruža profil",
|
||||
"Provides a customisable user profile interface." : "Pruža prilagodljivo sučelje korisničkog profila.",
|
||||
"Searching …" : "Traženje …",
|
||||
"Not found" : "Nije pronađeno",
|
||||
"Search for a user profile" : "Pretraži korisnički profil",
|
||||
"Search for a user profile. Start typing" : "Pretraži korisnički profil. Počni tipkati",
|
||||
"Insert selected user profile link" : "Umetni poveznicu na odabrani korisnički profil",
|
||||
"Insert" : "Umetni",
|
||||
"You have not added any info yet" : "Još niste dodali nikakve podatke",
|
||||
"{user} has not added any info yet" : "{user} nije još dodao nikakve podatke",
|
||||
|
|
|
|||
|
|
@ -320,6 +320,7 @@ OC.L10N.register(
|
|||
"Other languages" : "Kitos kalbos",
|
||||
"Password change is disabled because the master key is disabled" : "Slaptažodžių keitimas išjungtas, nes yra išjungtas pagrindinis raktas",
|
||||
"New account" : "Nauja paskyra",
|
||||
"Display name" : "Rodomas vardas",
|
||||
"Password (required)" : "Slaptažodis (būtina)",
|
||||
"Email (required)" : "El. paštas (būtina)",
|
||||
"Email" : "El. paštas",
|
||||
|
|
@ -408,6 +409,7 @@ OC.L10N.register(
|
|||
"Headline" : "Santrauka",
|
||||
"Organisation" : "Organizacija",
|
||||
"Phone number" : "Telefono numeris",
|
||||
"Pronouns" : "Vardikliai",
|
||||
"Role" : "Vaidmuo",
|
||||
"X (formerly Twitter)" : "X (anksčiau „Twitter“)",
|
||||
"Bluesky" : "\"Bluesky\"",
|
||||
|
|
|
|||
|
|
@ -318,6 +318,7 @@
|
|||
"Other languages" : "Kitos kalbos",
|
||||
"Password change is disabled because the master key is disabled" : "Slaptažodžių keitimas išjungtas, nes yra išjungtas pagrindinis raktas",
|
||||
"New account" : "Nauja paskyra",
|
||||
"Display name" : "Rodomas vardas",
|
||||
"Password (required)" : "Slaptažodis (būtina)",
|
||||
"Email (required)" : "El. paštas (būtina)",
|
||||
"Email" : "El. paštas",
|
||||
|
|
@ -406,6 +407,7 @@
|
|||
"Headline" : "Santrauka",
|
||||
"Organisation" : "Organizacija",
|
||||
"Phone number" : "Telefono numeris",
|
||||
"Pronouns" : "Vardikliai",
|
||||
"Role" : "Vaidmuo",
|
||||
"X (formerly Twitter)" : "X (anksčiau „Twitter“)",
|
||||
"Bluesky" : "\"Bluesky\"",
|
||||
|
|
|
|||
|
|
@ -16,10 +16,14 @@ OC.L10N.register(
|
|||
"Share by mail" : "Bendrinimas el. paštu",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s bendrinimas nepavyko, nes šis elementas jau bendrinamas su %2$s paskyra",
|
||||
"Failed to send share by email" : "Nepavyko pasidalinti el. paštu",
|
||||
"%1$s shared %2$s with you" : "%1$s pradėjo bendrinti su jumis %2$s",
|
||||
"Note:" : "Pastaba:",
|
||||
"Open %s" : "Atverti %s",
|
||||
"%1$s via %2$s" : "%1$s per %2$s",
|
||||
"It is protected with the following password:" : "Apsaugota šiuo slaptažodžiu:",
|
||||
"%1$s shared %2$s with you and wants to add:" : "%1$s pasidalino %2$s su jumis ir nori pridėti:",
|
||||
"%1$s shared %2$s with you and wants to add" : "%1$s pasidalino %2$s su jumis ir nori pridėti",
|
||||
"%s added a note to a file shared with you" : "%s parašė pastabą su jumis pasidalintam failui",
|
||||
"This is the password:" : "Štai yra slaptažodis:",
|
||||
"You can choose a different password at any time in the share dialog." : "Dalinimosi dialoge bet kuriuo metu galite pasirinkti kitą slaptažodį.",
|
||||
"Could not find share" : "Nepavyko rasti viešinio",
|
||||
|
|
|
|||
|
|
@ -14,10 +14,14 @@
|
|||
"Share by mail" : "Bendrinimas el. paštu",
|
||||
"Sharing %1$s failed, because this item is already shared with the account %2$s" : "%1$s bendrinimas nepavyko, nes šis elementas jau bendrinamas su %2$s paskyra",
|
||||
"Failed to send share by email" : "Nepavyko pasidalinti el. paštu",
|
||||
"%1$s shared %2$s with you" : "%1$s pradėjo bendrinti su jumis %2$s",
|
||||
"Note:" : "Pastaba:",
|
||||
"Open %s" : "Atverti %s",
|
||||
"%1$s via %2$s" : "%1$s per %2$s",
|
||||
"It is protected with the following password:" : "Apsaugota šiuo slaptažodžiu:",
|
||||
"%1$s shared %2$s with you and wants to add:" : "%1$s pasidalino %2$s su jumis ir nori pridėti:",
|
||||
"%1$s shared %2$s with you and wants to add" : "%1$s pasidalino %2$s su jumis ir nori pridėti",
|
||||
"%s added a note to a file shared with you" : "%s parašė pastabą su jumis pasidalintam failui",
|
||||
"This is the password:" : "Štai yra slaptažodis:",
|
||||
"You can choose a different password at any time in the share dialog." : "Dalinimosi dialoge bet kuriuo metu galite pasirinkti kitą slaptažodį.",
|
||||
"Could not find share" : "Nepavyko rasti viešinio",
|
||||
|
|
|
|||
|
|
@ -2,22 +2,45 @@ OC.L10N.register(
|
|||
"lib",
|
||||
{
|
||||
"Cannot write into \"config\" directory!" : "Nepavyksta rašyti į „config“ katalogą!",
|
||||
"This can usually be fixed by giving the web server write access to the config directory." : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į konfigūracijos katalogą.",
|
||||
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Tačiau jei norite, kad failas „config.php“ būtų tik skaitymo režimu, jame nustatykite parametrą „config_is_read_only“ į „true“.",
|
||||
"See %s" : "Žiūrėkite %s",
|
||||
"Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "%1$s programėlės nėra arba jos versija nesuderinama su šiuo serveriu. Patikrinkite programėlių katalogą.",
|
||||
"Sample configuration detected" : "Aptiktas konfigūracijos pavyzdys",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Pastebėta, kad nukopijuota pavyzdinė konfigūracija. Tai gali pažeisti jūsų diegimą ir yra nepalaikoma. Prieš atliekant pakeitimus config.php faile, prašome perskaityti dokumentaciją.",
|
||||
"The page could not be found on the server." : "Šio puslapio nepavyko rasti serveryje.",
|
||||
"%s email verification" : "%s el. pašto patvirtinimas",
|
||||
"Email verification" : " El. pašto patvirtinimas",
|
||||
"Click the following button to confirm your email." : "Spauskite šį mygtuką, kad patvirtintumėte savo el. pašto adresą.",
|
||||
"Click the following link to confirm your email." : "Spauskite šią nuorodą, kad patvirtintumėte savo el. pašto adresą.",
|
||||
"Confirm your email" : "Patvirtinkite savo el. pašto adresą",
|
||||
"Other activities" : "Kitos veiklos",
|
||||
"%1$s and %2$s" : "%1$s ir %2$s",
|
||||
"%1$s, %2$s and %3$s" : "%1$s, %2$s ir %3$s",
|
||||
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s ir %4$s",
|
||||
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s ir %5$s",
|
||||
"Education bundle" : "Švietimo paketas",
|
||||
"Enterprise bundle" : "Įmonių paketas",
|
||||
"Groupware bundle" : "Grupinio darbo įrangos rinkinys",
|
||||
"Hub bundle" : "HUB paketas",
|
||||
"Public sector bundle" : "Viešojo sektoriaus paketas",
|
||||
"Social sharing bundle" : "Socialinių tinklų dalijimosi rinkinys",
|
||||
"PHP %s or higher is required." : "Reikalinga PHP %s arba aukštesnė.",
|
||||
"PHP with a version lower than %s is required." : "Reikalinga žemesnė nei %s PHP versija. ",
|
||||
"%sbit or higher PHP required." : "Reikalingas %s bitų ar naujesnis PHP.",
|
||||
"The following architectures are supported: %s" : "Palaikomos šios architektūros: %s",
|
||||
"The following databases are supported: %s" : "Palaikomos šios duomenų bazės: %s",
|
||||
"The command line tool %s could not be found" : "Nepavyko rasti komandų eilutės įrankio %s",
|
||||
"The library %s is not available." : "Biblioteka %s nėra prieinama.",
|
||||
"Library %1$s with a version higher than %2$s is required - available version %3$s." : "Reikalinga %1$s biblioteka, kurios versija yra naujesnė nei %2$s – turima versija %3$s.",
|
||||
"Library %1$s with a version lower than %2$s is required - available version %3$s." : "Reikalinga %1$s biblioteka, kurios versija yra senesnė nei %2$s – turima versija %3$s.",
|
||||
"The following platforms are supported: %s" : "Palaikomos šios platformos: %s",
|
||||
"Server version %s or higher is required." : "Reikalinga %s arba aukštesnė serverio versija ",
|
||||
"Server version %s or lower is required." : "Reikalinga %s arba žemesnė serverio versija. ",
|
||||
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Prisijungęs vartotojas turi būti administratorius, sub-administratoriaus arba turėti specialias teises, kad galėtų pasiekti šį nustatymą",
|
||||
"Your current IP address doesn't allow you to perform admin actions" : "Jūsų dabartinis IP adresas neleidžia atlikti administratoriaus veiksmų",
|
||||
"Logged in account must be an admin or sub admin" : "Prisijungęs vartotojas turi būti administratorius arba sub-administratorius",
|
||||
"Logged in account must be an admin" : "Prisijungęs vartotojas turi būti administratorius",
|
||||
"Wiping of device %s has started" : "Įrenginio %s duomenų ištrynimas pradėtas",
|
||||
"Wiping of device »%s« has started" : "Įrenginio »%s« duomenų ištrynimas pradėtas",
|
||||
"»%s« started remote wipe" : "»%s« pradėjo nuotolinių duomenų ištrynimą",
|
||||
|
|
@ -36,12 +59,18 @@ OC.L10N.register(
|
|||
"Avatar image is not square" : "Avataro paveikslas nėra kvadratinis",
|
||||
"Files" : "Failai",
|
||||
"View profile" : "Rodyti profilį",
|
||||
"same time" : "tuo pačiu metu",
|
||||
"_%nh_::_%nh_" : ["%nval","%nval","%nval","%nval"],
|
||||
"_%nm_::_%nm_" : ["%nmin","%nmin","%nmin","%nmin"],
|
||||
"%s ahead" : "%s priešakyje",
|
||||
"%s behind" : "%s paskui",
|
||||
"Local time: %s" : "Vietinis laikas: %s",
|
||||
"today" : "šiandien",
|
||||
"tomorrow" : "rytoj",
|
||||
"yesterday" : "vakar",
|
||||
"_in %n day_::_in %n days_" : ["po %n dienos","po %n dienų","po %n dienų","po %n dienos"],
|
||||
"_%n day ago_::_%n days ago_" : ["prieš %n dieną","prieš %n dienas","prieš %n dienų","prieš %n dieną"],
|
||||
"next month" : "kitas mėnuo",
|
||||
"last month" : "praeitą mėnesį",
|
||||
"_in %n month_::_in %n months_" : ["po %n mėnesio","po %n mėnesių","po %n mėnesių","po %n mėnesio"],
|
||||
"_%n month ago_::_%n months ago_" : ["prieš %n mėnesį","prieš %n mėnesius","prieš %n mėnesių","prieš %n mėnesį"],
|
||||
|
|
@ -57,12 +86,34 @@ OC.L10N.register(
|
|||
"seconds ago" : "prieš keletą sekundžių",
|
||||
"Empty file" : "Tuščias failas",
|
||||
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulio, kurio ID: %s, nėra. Prašome jį įjungti savo programėlių nustatymuose arba susisiekti su savo administratoriumi.",
|
||||
"No file conversion providers available" : "Nėra prieinamų failų konvertavimo paslaugų teikėjų",
|
||||
"File is too large to convert" : "Failas per didelis, kad būtų galima jį konvertuoti",
|
||||
"Destination does not match conversion extension" : "Paskirties vieta neatitinka konversijos plėtinio",
|
||||
"Could not convert file" : "Nepavyko konvertuoti failo",
|
||||
"Destination does not exist" : "Tokios paskirties vietos nėra",
|
||||
"Destination is not creatable" : "Paskirties vietos neįmanoma sukurti",
|
||||
"Dot files are not allowed" : "„.dot“ plėtiniais failai neleidžiami",
|
||||
"%1$s (renamed)" : "%1$s (pervadinta)",
|
||||
"renamed file" : "pervadintas failas",
|
||||
"\"%1$s\" is a forbidden file or folder name." : "„%1$s“ yra draudžiamas failo ar aplanko pavadinimas.",
|
||||
"\"%1$s\" is a forbidden prefix for file or folder names." : "„%1$s“ yra draudžiamas failų ar aplankų pavadinimų priešdėlis.",
|
||||
"\"%1$s\" is not allowed inside a file or folder name." : "„%1$s“ negalima naudoti failo ar aplanko pavadinime.",
|
||||
"\"%1$s\" is a forbidden file type." : "„%1$s“ yra draudžiamas failo tipas.",
|
||||
"Filenames must not end with \"%1$s\"." : "Failų pavadinimai negali baigtis „%1$s“.",
|
||||
"Invalid parent path" : "Neteisingas pagrindinis kelias",
|
||||
"File already exists" : "Failas jau yra",
|
||||
"Invalid path" : "Neteisingas kelias",
|
||||
"Failed to create file from template" : "Nepavyko sukurti failo pagal šabloną",
|
||||
"Templates" : "Šablonai",
|
||||
"Storage %s cannot be moved" : "%s saugyklos negalima perkelti",
|
||||
"Moving a share (%s) into a shared folder is not allowed" : "Perkelti failą (%s) į bendrinamą aplanką draudžiama",
|
||||
"Moving a storage (%s) into a shared folder is not allowed" : "Perkelti saugyklą (%s) į bendrą aplanką draudžiama",
|
||||
"Moving a share (%s) into another share (%s) is not allowed" : "Perkelti bendrinimą (%s) į kitą bendrinimą (%s) draudžiama",
|
||||
"Moving a share (%s) into another storage (%s) is not allowed" : "Perkelti bendrinimą (%s) į kitą saugyklą (%s) draudžiama",
|
||||
"Moving a storage (%s) into a share (%s) is not allowed" : "Saugyklos (%s) perkėlimas į bendrinamą (%s) neleidžiamas",
|
||||
"Moving a storage (%s) into another storage (%s) is not allowed" : "Saugyklos (%s) perkėlimas į kitą saugyklą (%s) neleidžiamas.",
|
||||
"Path contains invalid segments" : "Kelyje yra neteisingų segmentų",
|
||||
"Filename is a reserved word" : "„Filename“ yra rezervuotas žodis",
|
||||
"Filename contains at least one invalid character" : "Failo pavadinime yra bent vienas neteisingas simbolis",
|
||||
"Filename is too long" : "Failo pavadinimas per ilgas",
|
||||
"Empty filename is not allowed" : "Tuščias failo pavadinimas nėra leidžiamas",
|
||||
|
|
@ -79,9 +130,13 @@ OC.L10N.register(
|
|||
"Log out" : "Atsijungti",
|
||||
"Accounts" : "Paskyros",
|
||||
"Bluesky" : "\"Bluesky\"",
|
||||
"View %s on Bluesky" : "Peržiūrėkite %s su „Bluesky“",
|
||||
"Email" : "El. paštas",
|
||||
"Mail %s" : "Rašyti laišką, adresu %s",
|
||||
"Fediverse" : "\"Fediverse\"",
|
||||
"View %s on the fediverse" : "Žiūrėti %s per \"fediverse\"",
|
||||
"Phone" : "Telefonas",
|
||||
"Call %s" : "Skambinti %s",
|
||||
"Twitter" : "„Twitter“",
|
||||
"View %s on Twitter" : "Peržiūrėti %s puslapį „Twitter“ tinkle",
|
||||
"Website" : "Svetainė",
|
||||
|
|
@ -89,31 +144,84 @@ OC.L10N.register(
|
|||
"Address" : "Adresas",
|
||||
"Profile picture" : "Profilio paveikslėlis",
|
||||
"About" : "Apie",
|
||||
"Display name" : "Rodomas vardas",
|
||||
"Headline" : "Antraštė",
|
||||
"Organization" : "Organizavimas",
|
||||
"Role" : "Vaidmuo",
|
||||
"Pronouns" : "Vardikliai",
|
||||
"Unknown account" : "Nežinoma paskyra",
|
||||
"Additional settings" : "Papildomi nustatymai",
|
||||
"Enter the database Login and name for %s" : "Įveskite %s duomenų bazės pavadinimą ir prisijungimo duomenis prie jos",
|
||||
"Enter the database Login for %s" : "Įveskite %s prisijungimo duomenis prie duomenų bazės",
|
||||
"Enter the database name for %s" : "Įveskite %s duomenų bazės pavadinimą",
|
||||
"You cannot use dots in the database name %s" : "Duomenų bazės %s pavadinime negalima naudoti taškų ",
|
||||
"MySQL Login and/or password not valid" : "Neteisingas „MySQL“ prisijungimo vardas ir (arba) slaptažodis",
|
||||
"You need to enter details of an existing account." : "Jūs turite suvesti egzistuojančios paskyros duomenis.",
|
||||
"Oracle connection could not be established" : "Nepavyko užmegzti Oracle ryšio",
|
||||
"Oracle Login and/or password not valid" : "Neteisingas „Oracle“ prisijungimo vardas ir (arba) slaptažodis",
|
||||
"PostgreSQL Login and/or password not valid" : "Neteisingas „PostgreSQL“ prisijungimo vardas ir (arba) slaptažodis",
|
||||
"macOS is not supported and %s will not work properly on this platform." : "„macOS“ nėra palaikoma ir %s šioje platformoje neveiks tinkamai.",
|
||||
"For the best results, please consider using a GNU/Linux server instead." : "Geriausiems rezultatams, apsvarstykite galimybę, vietoj šio, naudoti GNU/Linux serverį",
|
||||
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Atrodo, kad šiuo atveju %s veikia 32 bitų PHP aplinkoje, o parametras „open_basedir“ buvo nustatytas faile „php.ini“. Dėl to gali kilti problemų su failais, kurių dydis viršija 4 GB, todėl to daryti labai nerekomenduojama.",
|
||||
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Pašalinkite savo php.ini faile open_basedir nustatymą arba persijunkite į 64-bitų PHP.",
|
||||
"Set an admin Login." : "Nustatykite administratoriaus prisijungimo duomenis.",
|
||||
"Set an admin password." : "Nustatyti administratoriaus slaptažodį.",
|
||||
"Cannot create or write into the data directory %s" : "Negali sukurti arba įrašyti į %s duomenų direktoriją",
|
||||
"%1$s shared %2$s with you" : "%1$s pradėjo bendrinti su jumis %2$s",
|
||||
"Open %s" : "Atverti %s",
|
||||
"%1$s via %2$s" : "%1$s per %2$s",
|
||||
"%1$s shared %2$s with you and wants to add:" : "%1$s pasidalino %2$s su jumis ir nori pridėti:",
|
||||
"%1$s shared %2$s with you and wants to add" : "%1$s pasidalino %2$s su jumis ir nori pridėti",
|
||||
"%s added a note to a file shared with you" : "%s parašė pastabą su jumis pasidalintam failui",
|
||||
"Passwords are enforced for link and mail shares" : "Slaptažodžiai privalomi naudojant nuorodų ir el. pašto bendrinimą",
|
||||
"Share recipient is not a valid user" : "Viešinio gavėjas nėra tinkamas naudotojas",
|
||||
"Share recipient is not a valid group" : "Viešinio gavėjas nėra tinkama grupė",
|
||||
"Share recipient should be empty" : "Laukelis „Gavėjas“ turi būti tuščias",
|
||||
"Share recipient should not be empty" : "Laukelis „Gavėjas“ negali būti tuščias",
|
||||
"Share recipient is not a valid circle" : "Dalijimosi gavėjas nepriklauso galiojančiam ratui",
|
||||
"Unknown share type" : "Nežinomas viešinio tipas",
|
||||
"Share initiator must be set" : "Turi būti nustatytas bendrinimo iniciatorius",
|
||||
"Cannot share with yourself" : "Negalima dalintis su savimi",
|
||||
"Shared path must be set" : "Turi būti nustatytas bendras kelias",
|
||||
"Shared path must be either a file or a folder" : "Bendrasis kelias turi būti arba failas, arba aplankas",
|
||||
"You cannot share your root folder" : "Jūs negalite bendrinti savo pagrindinio aplanko",
|
||||
"You are not allowed to share %s" : "Jums neleidžiama bendrinti %s",
|
||||
"Valid permissions are required for sharing" : "Norint dalytis, reikia turėti reikiamus leidimus",
|
||||
"File shares cannot have create or delete permissions" : "Bendrinamiems failams negali būti suteikti leidimai kurti ar trinti",
|
||||
"Cannot increase permissions of %s" : "Negalima pridėti papildomų %s leidimų",
|
||||
"Shares need at least read permissions" : "Bendrinimams reikalingi bent leidimai skaityti",
|
||||
"Files cannot be shared with delete permissions" : "Failų negalima bendrinti, jei jiems suteikti leidimai ištrinti",
|
||||
"Files cannot be shared with create permissions" : "Failų negalima bendrinti, jei jiems suteikti leidimai kurti",
|
||||
"Expiration date is in the past" : "Bendrinimo pabaigos data yra praėjęs laikas",
|
||||
"Expiration date is enforced" : "Galiojimo pabaigos data yra privaloma",
|
||||
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n diena į ateitį","Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n dienos į ateitį","Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n dienų į ateitį","Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n dienų į ateitį"],
|
||||
"Sharing is only allowed with group members" : "Dalytis leidžiama tik su grupės nariais",
|
||||
"Sharing %s failed, because this item is already shared with the account %s" : "%s bendrinimas nepavyko, nes šis elementas jau bendrinamas su %s paskyra",
|
||||
"Group sharing is now allowed" : "Dabar leidžiama dalytis grupėje",
|
||||
"Sharing is only allowed within your own groups" : "Dalytis leidžiama tik savo grupėse",
|
||||
"Path is already shared with this group" : "Kelias jau yra bendrinamas su šia grupe",
|
||||
"Link sharing is not allowed" : "Nuorodų dalijimasis draudžiamas",
|
||||
"Public upload is not allowed" : "Viešas įkėlimas yra daudžiamas",
|
||||
"You cannot share a folder that contains other shares" : "Negali dalytis aplanku, kuriame yra kitų bendrinamų aplankų",
|
||||
"Sharing is disabled" : "Bendrinimas yra išjungtas",
|
||||
"Sharing is disabled for you" : "Jums dalijimosi funkcija išjungta",
|
||||
"Cannot share with the share owner" : "Negali dalytis su dalijimosi savininku",
|
||||
"Share does not have a full ID" : "Viešinys neturi viso ID",
|
||||
"Cannot change share type" : "Negalima pakeisti bendrinimo tipo",
|
||||
"Can only update recipient on user shares" : "Gali atnaujinti gavėją tik vartotojo bendrinimuose",
|
||||
"Cannot enable sending the password by Talk with an empty password" : "Jei slaptažodis tuščias, neįmanoma įjungti slaptažodžio siuntimo per „Talk“",
|
||||
"Cannot enable sending the password by Talk without setting a new password" : "Negalima įjungti slaptažodžio siuntimo per „Talk“ nenustatant naujo slaptažodžio",
|
||||
"Cannot disable sending the password by Talk without setting a new password" : "Negalima išjungti slaptažodžio siuntimo per „Talk“ nenustatant naujo slaptažodžio",
|
||||
"Share provider does not support accepting" : "Bendrinimo teikėjas nepalaiko priėmimo",
|
||||
"Cannot change target of link share" : "Negalima pakeisti nuorodos dalijimosi tikslo",
|
||||
"Invalid share recipient" : "Neteisingas bendrinimo gavėjas",
|
||||
"Group \"%s\" does not exist" : "Grupės „%s“ nėra",
|
||||
"The requested share does not exist anymore" : "Pageidaujamas bendrinimas daugiau neegzistuoja.",
|
||||
"The requested share comes from a disabled user" : "Prašomas bendrinimas pateiktas iš neįgalinto vartotojo",
|
||||
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Vartotojas nebuvo sukurtas, nes pasiektas vartotojų limitas. Norėdami sužinoti daugiau, peržiūrėkite pranešimus.",
|
||||
"Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“",
|
||||
"Input text" : "Įvesties tekstas",
|
||||
"The input text" : "Įvesties tekstas",
|
||||
"Cannot generate more than 12 images" : "Negalima sugeneruoti daugiau nei 12 vaizdų",
|
||||
"Cannot generate less than 1 image" : "Negalima sugeneruoti mažiau nei 1 vaizdo",
|
||||
"Sunday" : "Sekmadienis",
|
||||
|
|
@ -162,32 +270,210 @@ OC.L10N.register(
|
|||
"Nov." : "Lap.",
|
||||
"Dec." : "Grd.",
|
||||
"A valid password must be provided" : "Slaptažodis turi būti tinkamas",
|
||||
"The Login is already being used" : "Toks prisijungimas jau yra naudojamas",
|
||||
"Could not create account" : "Nepavyko sukurti paskyros",
|
||||
"Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Vartotojo vardui sudaryti leistini tik šie simboliai: „a–z“, „A–Z“, „0–9“, tarpeliai ir „_.@–“",
|
||||
"A valid Login must be provided" : "Reikia įvesti galiojantį prisijungimą",
|
||||
"Login contains whitespace at the beginning or at the end" : "Prisijungimo įvardinimas turi tarpų pradžioje arba pabaigoje",
|
||||
"Login must not consist of dots only" : "Prisijungimo įvardinimas negali būti sudarytas vien iš taškų",
|
||||
"Username is too long" : "Naudotojo vardas per ilgas",
|
||||
"Login is invalid because files already exist for this user" : "Prisijungimao įvardijimas negalimas, nes šiam vartotojui jau yra sukurti failai",
|
||||
"Account disabled" : "Paskyra išjungta",
|
||||
"Login canceled by app" : "Programėlė nutraukė prisijungimo procesą",
|
||||
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Programėlė \"%1$s\" negali būti įdiegta, nes nėra patenkinamos šios priklausomybės: %2$s",
|
||||
"a safe home for all your data" : "saugūs namai visiems jūsų duomenims",
|
||||
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nėra įdiegtos duomenų bazių tvarkyklės (sqlite, mysql, or postgresql)",
|
||||
"Cannot write into \"config\" directory." : "Negalima įrašyti į katalogą „config“.",
|
||||
"This can usually be fixed by giving the web server write access to the config directory. See %s" : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į konfigūracijos katalogą. Žr. %s",
|
||||
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Arba, jei norite, kad failas „config.php“ būtų tik skaitymo režimu, jame nustatykite parametrą „config_is_read_only“ į „true“. Žr. %s",
|
||||
"Cannot create \"data\" directory." : "Negalima sukurti katalogo „data“.",
|
||||
"This can usually be fixed by giving the web server write access to the root directory. See %s" : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į pagrindinį katalogą. Žr. %s",
|
||||
"Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į pagrindinį katalogą. Žr. %s.",
|
||||
"Your data directory is not writable." : "Jūsų duomenų katalogas nėra įrašomas.",
|
||||
"Setting locale to %s failed." : "Nepavyko %s vietos konfogūracija.",
|
||||
"Please install one of these locales on your system and restart your web server." : "Įdiekite vieną iš šių lokalizacijų savo sistemoje ir perkraukite žiniatinklio serverį.",
|
||||
"PHP module %s not installed." : "PHP modulis %s neįdiegtas.",
|
||||
"Please ask your server administrator to install the module." : "Kreipkitės į savo sistemos administratorių, kad jis įdiegtų modulį.",
|
||||
"PHP setting \"%s\" is not set to \"%s\"." : "PHP nustatymas „%s“ nėra nustatytas į „%s“.",
|
||||
"Adjusting this setting in php.ini will make Nextcloud run again" : "Šių nustatymų pritaikymas php.ini faile, iš naujo paleis Nextcloud",
|
||||
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Atrodo, kad PHP yra sukonfigūruotas taip, kad pašalintų įterptuosius dokumentacijos blokus. Dėl to nebus galima naudotis keliomis pagrindinėmis programėlėmis.",
|
||||
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tai greičiausiai lemia tokia talpyklos ar spartinimo programa kaip „Zend OPcache“ ar „eAccelerator“.",
|
||||
"PHP modules have been installed, but they are still listed as missing?" : "PHP moduliai yra įdiegti, bet jų vis tiek trūksta?",
|
||||
"Please ask your server administrator to restart the web server." : "Kreipkitės į savo sistemos administratorių, kad jis perkrautų žiniatinklio serverį.",
|
||||
"The required %s config variable is not configured in the config.php file." : "Reikalingas %s konfigūracijos kintamasis nėra nustatytas faile „config.php“.",
|
||||
"Please ask your server administrator to check the Nextcloud configuration." : "Paprašykite savo serverio administratoriaus patikrinti „Nextcloud“ nustatymus.",
|
||||
"Your data directory is readable by other people." : "Jūsų duomenų katalogą gali peržiūrėti kiti naudotojai.",
|
||||
"Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Prašome pakeisti teises į 0770, kad šis katalogas negalėtų būti įtrauktas į sąrašus kitų vartotojų.",
|
||||
"Your data directory must be an absolute path." : "Jūsų duomenų katalogas turi būti nurodytas absoliučiuoju keliu.",
|
||||
"Check the value of \"datadirectory\" in your configuration." : "Patikrinkite „datadirectory“ reikšmę savo konfigūracijoje.",
|
||||
"Your data directory is invalid." : "Jūsų duomenų katalogas yra negaliojantis.",
|
||||
"Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Įsitikinkite, kad duomenų katalogo šakninėje aplinkoje yra failas pavadinimu „%1$s“. Jame turėtų būti toks turinys: „%2$s“",
|
||||
"Action \"%s\" not supported or implemented." : "Veiksmas \"%s\" nepalaikomas ar neįgyvendintas.",
|
||||
"Authentication failed, wrong token or provider ID given" : "Tapatybės nustatymas nepavyko, nurodytas neteisingas prieigos raktas arba teikėjo ID",
|
||||
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Trūksta parametrų, kad būtų galima įvykdyti užklausą. Trūkstami parametrai: „%s“",
|
||||
"ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "„%1$s“ ID jau naudojamas „%2$s“ debesų federacijos teikėjo ",
|
||||
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Debesų federacijos teikėjas nurodytu ID „%s“ neegzistuoja.",
|
||||
"Could not obtain lock type %d on \"%s\"." : "Nepavyko gauti užrakto tipo %d ties „%s“.",
|
||||
"Storage unauthorized. %s" : "Saugykla nesankcionuota. %s",
|
||||
"Storage incomplete configuration. %s" : "Nepilna saugyklos konfigūracija. %s",
|
||||
"Storage connection error. %s" : "Saugyklos sujungimo ryšio klaida. %s",
|
||||
"Storage is temporarily not available" : "Saugykla yra laikinai neprieinama",
|
||||
"Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s",
|
||||
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Kad šis patikrinimas būtų atliktas, turite įsitikinti, kad jūsų žiniatinklio serveris gali prisijungti prie savęs. Todėl jis turi sugebėti nustatyti ir prisijungti prie bent vieno iš savo „trusted_domains“ arba „overwrite.cli.url“. Ši klaida gali atsirasti dėl nesutapimo serverio pusėje esančiame DNS arba dėl išeinančiojo srauto užkardos taisyklės.",
|
||||
"Analyze images" : "Analizuoti vaizdus",
|
||||
"Ask a question about the given images." : "Užduokite klausimą apie pateiktus paveikslėlius.",
|
||||
"Images" : "Paveikslai",
|
||||
"Images to ask a question about" : "Vaizdai, apie kuriuos norite užduoti klausimą",
|
||||
"Question" : "Klausimas",
|
||||
"What to ask about the images." : "Ką paklausti apie nuotraukas.",
|
||||
"Generated response" : "Sugeneruotas atsakymas",
|
||||
"The answer to the question" : "Atsakymas į klausimą",
|
||||
"Audio chat" : "Garso pokalbis",
|
||||
"Voice chat with the assistant" : "Garso pokalbis su asistentu",
|
||||
"System prompt" : "Sistemos pranešimas",
|
||||
"Define rules and assumptions that the assistant should follow during the conversation." : "Nustatykite taisykles ir prielaidas, kurių asistentas turėtų laikytis pokalbio metu.",
|
||||
"Chat voice message" : "Bendravimo balso žinutė",
|
||||
"Describe a task that you want the assistant to do or ask a question." : "Aprašykite užduotį, kurią norite, kad asistentas atliktų, arba užduokite klausimą.",
|
||||
"Chat history" : "Pokalbio istorija",
|
||||
"The history of chat messages before the current message, starting with a message by the user." : "Pranešimų istorija iki dabartinio pranešimo, pradedant vartotojo pranešimu.",
|
||||
"Input transcript" : "Įvesties transkripcija",
|
||||
"Transcription of the audio input" : "Garso įrašo transkripcija",
|
||||
"Response voice message" : "Atsakymo balso pranešimas",
|
||||
"The generated voice response as part of the conversation" : "Sugeneruotas balso atsakymas, kuris yra pokalbio dalis",
|
||||
"Output transcript" : "Išvesties transkripcija",
|
||||
"Transcription of the audio output" : "Garso įrašo transkripcija",
|
||||
"Transcribe audio" : "Transkribuoti garso įrašą",
|
||||
"Transcribe the things said in an audio" : "Transkribuoti tai, kas pasakyta garso įraše",
|
||||
"Audio input" : "Garso įvestis",
|
||||
"The audio to transcribe" : "Garso įrašas transkribavimui",
|
||||
"Transcription" : "Transkripcija",
|
||||
"The transcribed text" : "Transkribuotas tekstas",
|
||||
"Chat by voice with an agent" : "Bendraukite balsu su agentu",
|
||||
"Describe a task that you want the agent to do or ask a question." : "Aprašykite užduotį, kurią norite, kad agentas atliktų, arba užduokite klausimą.",
|
||||
"Confirmation" : "Patvirtinimas",
|
||||
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ar patvirtinti anksčiau užklausytus veiksmus: 0 – atsisakyti, 1 – patvirtinti.",
|
||||
"Conversation token" : "Pokalbio žymė",
|
||||
"A token representing the conversation." : "Žymuo reprezentuojantis pokalbį",
|
||||
"The new conversation token" : "Naujo pokalbio žymuo",
|
||||
"Send this along with the next interaction." : "Siųskite tai kartu su kitu susirašinėjimu.",
|
||||
"Requested actions by the agent" : "Veiksmai, kurių prašoma iš agento",
|
||||
"Actions that the agent would like to carry out in JSON format." : "Veiksmai, kuriuos agentas norėtų atlikti, pateikti JSON formatu.",
|
||||
"Chat with an agent" : "Pokalbis su agentu",
|
||||
"Chat message" : "Pokalbio žinutė",
|
||||
"A chat message to send to the agent." : "Pokalbio žinutė, kurią reikia išsiųsti agentui.",
|
||||
"The response from the chat model." : "Pokalbių modelio atsakymas.",
|
||||
"Context write" : "Konteksto įrašymas",
|
||||
"Writes text in a given style based on the provided source material." : "Rengia tekstą nurodytu stiliumi, remdamasis pateikta medžiaga.",
|
||||
"Writing style" : "Rašymo stilius",
|
||||
"Demonstrate a writing style that you would like to immitate" : "Pademonstruokite rašymo stilių, kurį norėtumėte imituoti",
|
||||
"Source material" : "Pirminė medžiaga",
|
||||
"The content that would like to be rewritten in the new writing style" : "Tekstas, kurį norima perrašyti nauju stiliumi",
|
||||
"Generated text" : "Sugeneruotas tekstas",
|
||||
"The generated text with content from the source material in the given style" : "Sukurtas tekstas, kuriame pateikiamas šaltinio medžiagos turinys, atitinkantis nurodytą stilių",
|
||||
"Emoji generator" : "Emodžų generatorius",
|
||||
"Takes text and generates a representative emoji for it." : "Paimamas tekstas ir pagal jį sukuriama atitinkama emodži.",
|
||||
"The text to generate an emoji for" : "Tekstas, pagal kurį bus sukurtas emodžis",
|
||||
"Generated emoji" : "Sugeneruotas emodžis",
|
||||
"The generated emoji based on the input text" : "Remiantis įvestu tekstu sugeneruotas emodžis",
|
||||
"Optical character recognition" : "Optinis ženklų atpažinimas",
|
||||
"Extract text from files like images or PDFs" : "Išgauti tekstą iš failų, pvz., vaizdų ar PDF",
|
||||
"Input files" : "Įvesties failai",
|
||||
"The files to extract text from" : "Failai, iš kurių reikia išgauti tekstą",
|
||||
"Output texts" : "Išvesties tekstai",
|
||||
"The texts that were extracted from the files" : "Iš failų išgauti tekstai",
|
||||
"Generate image" : "Sugeneruoti paveikslėlį",
|
||||
"Generate an image from a text prompt" : "Sugeneruoti paveikslėlį pagal teksto užduotį",
|
||||
"Prompt" : "Užduotis",
|
||||
"Describe the image you want to generate" : "Aprašykite paveikslėlį, kurį norite sukurti",
|
||||
"Number of images" : "Nuotraukų skaičius",
|
||||
"How many images to generate" : "Kiek vaizdų reikia sugeneruoti",
|
||||
"Output images" : "Išvesties vaizdai",
|
||||
"The generated images" : "Sugeneruoti paveikslėliai",
|
||||
"Generate speech" : "Sugeneruoti kalbą",
|
||||
"Generate speech from a transcript" : "Sugeneruoti kalbą pagal transkripciją",
|
||||
"Write transcript that you want the assistant to generate speech from" : "Parašykite tekstą, pagal kurį asistentas turėtų sugeneruoti kalbą",
|
||||
"Output speech" : "Išvesties kalba",
|
||||
"The generated speech" : "Sugeneruota kalba",
|
||||
"Free text to text prompt" : "Nemokama teksto į tekstą užduotis",
|
||||
"Runs an arbitrary prompt through a language model that returns a reply" : "Paleidžia bet kokį užklausos tekstą į kalbos modelį, kuris pateikia atsakymą",
|
||||
"Describe a task that you want the assistant to do or ask a question" : "Aprašykite užduotį, kurią norite, kad asistentas atliktų, arba užduokite klausimą",
|
||||
"Generated reply" : "Sugeneruotas atsakymas",
|
||||
"The generated text from the assistant" : "Asistento sugeneruotas tekstas",
|
||||
"Change Tone" : "Pakeisti toną",
|
||||
"Change the tone of a piece of text." : "Pakeisti dalies teksto toną.",
|
||||
"Write a text that you want the assistant to rewrite in another tone." : "Parašykite tekstą, kurį norite, kad asistentas perrašytų kitokiu tonu.",
|
||||
"Desired tone" : "Pageidaujamas tonas",
|
||||
"In which tone should your text be rewritten?" : "Kokiu stiliumi reikėtų perrašyti jūsų tekstą?",
|
||||
"The rewritten text in the desired tone, written by the assistant:" : "Asistento perrašytas tekstas, atitinkantis pageidaujamą toną:",
|
||||
"Chat" : "Pokalbis",
|
||||
"Chat with the assistant" : "Pokalbis su asistentu",
|
||||
"The history of chat messages before the current message, starting with a message by the user" : "Pranešimų istorija iki dabartinio pranešimo, pradedant vartotojo pranešimu.",
|
||||
"Response message" : "Atsakymo pranešimas",
|
||||
"The generated response as part of the conversation" : "Sugeneruotas atsakymas, kuris yra pokalbio dalis",
|
||||
"Chat with tools" : "Pokalbis naudojant įrankius",
|
||||
"Chat with the language model with tool calling support." : "Bendraukite su kalbos modeliu naudodami įrankį, palaikantį skambučių funkciją.",
|
||||
"Tool message" : "Įrankio pranešimas",
|
||||
"The result of tool calls in the last interaction" : "Įrankių iškvietimų rezultatas per paskutinį sąveikavimą",
|
||||
"Available tools" : "Galimi įrankiai",
|
||||
"The available tools in JSON format" : "Galimi įrankiai JSON formatu",
|
||||
"The response from the chat model" : "Pokalbių modelio atsakymas",
|
||||
"Tool calls" : "Įrankio iškvietimai",
|
||||
"Tools call instructions from the model in JSON format" : "Įrankiai iš modelio iššaukia nurodymus JSON formatu",
|
||||
"Formalize text" : "Formalizuoti tekstą",
|
||||
"Takes a text and makes it sound more formal" : "Paverčia tekstą į labiau formalų",
|
||||
"Write a text that you want the assistant to formalize" : "Parašykite tekstą, kurį norite, kad asistentas formalizuotų",
|
||||
"Formalized text" : "Formalizuotas tekstas",
|
||||
"The formalized text" : "Formalizuotas tekstas",
|
||||
"Generate a headline" : "Sukurti antraštę",
|
||||
"Generates a possible headline for a text." : "Sukuria galimą teksto antraštę.",
|
||||
"Original text" : "Originalus tekstas",
|
||||
"The original text to generate a headline for" : "Originalus tekstas, pagal kurį bus sugeneruotas antraštė",
|
||||
"The generated headline" : "Sugeneruota antraštė",
|
||||
"Proofread" : "Korektūra",
|
||||
"Proofreads a text and lists corrections" : "Koreguoja tekstą ir pateikia pataisymų sąrašą",
|
||||
"Text" : "Tekstas",
|
||||
"The text to proofread" : "Tekstas koregavimui",
|
||||
"Corrections" : "Pataisymai",
|
||||
"The corrections that should be made in your text" : "Pataisymai, kurie turi būti padaryti jūsų tekste",
|
||||
"Reformulate text" : "Performuluoti tekstą",
|
||||
"Takes a text and reformulates it" : "Paimama tekstą ir jį performuluoja",
|
||||
"Write a text that you want the assistant to reformulate" : "Parašykite tekstą, kurį norite, kad asistentas performuluotų",
|
||||
"Reformulated text" : "Performuluotas tekstas",
|
||||
"The reformulated text, written by the assistant" : "Performuluotas tekstas, parengtas asistento",
|
||||
"Simplify text" : "Supaprastinti tekstą",
|
||||
"Takes a text and simplifies it" : "Paimą tekstą ir jį supaprastina",
|
||||
"Write a text that you want the assistant to simplify" : "Parašykite tekstą, kurį norite, kad asistentas supaprastintų",
|
||||
"Simplified text" : "Supaprastintas tekstas",
|
||||
"The simplified text" : "Supaprastintas tekstas",
|
||||
"Summarize" : "Apibendrinti",
|
||||
"Summarizes a text" : "Apibendrina tekstą",
|
||||
"The original text to summarize" : "Originalus tekstas apibendrinimui",
|
||||
"Summary" : "Santrauka",
|
||||
"The generated summary" : "Sugeneruotas apibenrinimas",
|
||||
"Extract topics" : "Išskirti temas",
|
||||
"Extracts topics from a text and outputs them separated by commas" : "Iš teksto išskiria temas ir pateikia jas, atskirdamas kableliais",
|
||||
"The original text to extract topics from" : "Originalus tekstas, iš kurio bus išskiriamos temos",
|
||||
"Topics" : "Temos",
|
||||
"The list of extracted topics" : "Išskirtų temų sąrašas",
|
||||
"Translate" : "Verskite",
|
||||
"Translate text from one language to another" : "Išversti tekstą iš vienos kalbos į kitą",
|
||||
"Origin text" : "Originalus tekstas",
|
||||
"The text to translate" : "Tekstas vertimui",
|
||||
"Origin language" : "Originalo kalba",
|
||||
"The language of the origin text" : "Pirminio teksto kalba",
|
||||
"Target language" : "Tikslinė kalba",
|
||||
"The desired language to translate the origin text in" : "Kalba, į kurią norima išversti originalų tekstą",
|
||||
"Result" : "Rezultatas",
|
||||
"The translated text" : "Išverstas tekstas",
|
||||
"Free prompt" : "Laisva užklausa",
|
||||
"Runs an arbitrary prompt through the language model." : "Per kalbos modelį apdoroja bet kokį įvesties tekstą.",
|
||||
"Generate headline" : "Sugeneruoti antraštę",
|
||||
"Summarizes text by reducing its length without losing key information." : "Apibendrina tekstą, sutrumpindamas jį, tačiau neprarandant svarbiausios informacijos.",
|
||||
"Extracts topics from a text and outputs them separated by commas." : "Iš teksto išskiria temas ir pateikia jas, atskirdamas kableliais.",
|
||||
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nėra palaikomas, %s neveiks tinkamai šioje platformoje. Naudodami prisiimate visą riziką!",
|
||||
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Dalinimosi posistemis %s privalo įgyvendinti „OCP\\Share_Backend“ sąsają.",
|
||||
"Sharing backend %s not found" : "Dalijimosi posistemė %s nerasta",
|
||||
"Sharing backend for %s not found" : "Dalinimosi posistemė, skirta %s, nerasta",
|
||||
"Application is not enabled" : "Programa neįjungta",
|
||||
"Authentication error" : "Tapatybės nustatymo klaida",
|
||||
"Token expired. Please reload page." : "Pasibaigė prieigos rakto galiojimas. Prašome įkelti puslapį iš naujo."
|
||||
|
|
|
|||
|
|
@ -1,21 +1,44 @@
|
|||
{ "translations": {
|
||||
"Cannot write into \"config\" directory!" : "Nepavyksta rašyti į „config“ katalogą!",
|
||||
"This can usually be fixed by giving the web server write access to the config directory." : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į konfigūracijos katalogą.",
|
||||
"But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Tačiau jei norite, kad failas „config.php“ būtų tik skaitymo režimu, jame nustatykite parametrą „config_is_read_only“ į „true“.",
|
||||
"See %s" : "Žiūrėkite %s",
|
||||
"Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "%1$s programėlės nėra arba jos versija nesuderinama su šiuo serveriu. Patikrinkite programėlių katalogą.",
|
||||
"Sample configuration detected" : "Aptiktas konfigūracijos pavyzdys",
|
||||
"It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Pastebėta, kad nukopijuota pavyzdinė konfigūracija. Tai gali pažeisti jūsų diegimą ir yra nepalaikoma. Prieš atliekant pakeitimus config.php faile, prašome perskaityti dokumentaciją.",
|
||||
"The page could not be found on the server." : "Šio puslapio nepavyko rasti serveryje.",
|
||||
"%s email verification" : "%s el. pašto patvirtinimas",
|
||||
"Email verification" : " El. pašto patvirtinimas",
|
||||
"Click the following button to confirm your email." : "Spauskite šį mygtuką, kad patvirtintumėte savo el. pašto adresą.",
|
||||
"Click the following link to confirm your email." : "Spauskite šią nuorodą, kad patvirtintumėte savo el. pašto adresą.",
|
||||
"Confirm your email" : "Patvirtinkite savo el. pašto adresą",
|
||||
"Other activities" : "Kitos veiklos",
|
||||
"%1$s and %2$s" : "%1$s ir %2$s",
|
||||
"%1$s, %2$s and %3$s" : "%1$s, %2$s ir %3$s",
|
||||
"%1$s, %2$s, %3$s and %4$s" : "%1$s, %2$s, %3$s ir %4$s",
|
||||
"%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s, %2$s, %3$s, %4$s ir %5$s",
|
||||
"Education bundle" : "Švietimo paketas",
|
||||
"Enterprise bundle" : "Įmonių paketas",
|
||||
"Groupware bundle" : "Grupinio darbo įrangos rinkinys",
|
||||
"Hub bundle" : "HUB paketas",
|
||||
"Public sector bundle" : "Viešojo sektoriaus paketas",
|
||||
"Social sharing bundle" : "Socialinių tinklų dalijimosi rinkinys",
|
||||
"PHP %s or higher is required." : "Reikalinga PHP %s arba aukštesnė.",
|
||||
"PHP with a version lower than %s is required." : "Reikalinga žemesnė nei %s PHP versija. ",
|
||||
"%sbit or higher PHP required." : "Reikalingas %s bitų ar naujesnis PHP.",
|
||||
"The following architectures are supported: %s" : "Palaikomos šios architektūros: %s",
|
||||
"The following databases are supported: %s" : "Palaikomos šios duomenų bazės: %s",
|
||||
"The command line tool %s could not be found" : "Nepavyko rasti komandų eilutės įrankio %s",
|
||||
"The library %s is not available." : "Biblioteka %s nėra prieinama.",
|
||||
"Library %1$s with a version higher than %2$s is required - available version %3$s." : "Reikalinga %1$s biblioteka, kurios versija yra naujesnė nei %2$s – turima versija %3$s.",
|
||||
"Library %1$s with a version lower than %2$s is required - available version %3$s." : "Reikalinga %1$s biblioteka, kurios versija yra senesnė nei %2$s – turima versija %3$s.",
|
||||
"The following platforms are supported: %s" : "Palaikomos šios platformos: %s",
|
||||
"Server version %s or higher is required." : "Reikalinga %s arba aukštesnė serverio versija ",
|
||||
"Server version %s or lower is required." : "Reikalinga %s arba žemesnė serverio versija. ",
|
||||
"Logged in account must be an admin, a sub admin or gotten special right to access this setting" : "Prisijungęs vartotojas turi būti administratorius, sub-administratoriaus arba turėti specialias teises, kad galėtų pasiekti šį nustatymą",
|
||||
"Your current IP address doesn't allow you to perform admin actions" : "Jūsų dabartinis IP adresas neleidžia atlikti administratoriaus veiksmų",
|
||||
"Logged in account must be an admin or sub admin" : "Prisijungęs vartotojas turi būti administratorius arba sub-administratorius",
|
||||
"Logged in account must be an admin" : "Prisijungęs vartotojas turi būti administratorius",
|
||||
"Wiping of device %s has started" : "Įrenginio %s duomenų ištrynimas pradėtas",
|
||||
"Wiping of device »%s« has started" : "Įrenginio »%s« duomenų ištrynimas pradėtas",
|
||||
"»%s« started remote wipe" : "»%s« pradėjo nuotolinių duomenų ištrynimą",
|
||||
|
|
@ -34,12 +57,18 @@
|
|||
"Avatar image is not square" : "Avataro paveikslas nėra kvadratinis",
|
||||
"Files" : "Failai",
|
||||
"View profile" : "Rodyti profilį",
|
||||
"same time" : "tuo pačiu metu",
|
||||
"_%nh_::_%nh_" : ["%nval","%nval","%nval","%nval"],
|
||||
"_%nm_::_%nm_" : ["%nmin","%nmin","%nmin","%nmin"],
|
||||
"%s ahead" : "%s priešakyje",
|
||||
"%s behind" : "%s paskui",
|
||||
"Local time: %s" : "Vietinis laikas: %s",
|
||||
"today" : "šiandien",
|
||||
"tomorrow" : "rytoj",
|
||||
"yesterday" : "vakar",
|
||||
"_in %n day_::_in %n days_" : ["po %n dienos","po %n dienų","po %n dienų","po %n dienos"],
|
||||
"_%n day ago_::_%n days ago_" : ["prieš %n dieną","prieš %n dienas","prieš %n dienų","prieš %n dieną"],
|
||||
"next month" : "kitas mėnuo",
|
||||
"last month" : "praeitą mėnesį",
|
||||
"_in %n month_::_in %n months_" : ["po %n mėnesio","po %n mėnesių","po %n mėnesių","po %n mėnesio"],
|
||||
"_%n month ago_::_%n months ago_" : ["prieš %n mėnesį","prieš %n mėnesius","prieš %n mėnesių","prieš %n mėnesį"],
|
||||
|
|
@ -55,12 +84,34 @@
|
|||
"seconds ago" : "prieš keletą sekundžių",
|
||||
"Empty file" : "Tuščias failas",
|
||||
"Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "Modulio, kurio ID: %s, nėra. Prašome jį įjungti savo programėlių nustatymuose arba susisiekti su savo administratoriumi.",
|
||||
"No file conversion providers available" : "Nėra prieinamų failų konvertavimo paslaugų teikėjų",
|
||||
"File is too large to convert" : "Failas per didelis, kad būtų galima jį konvertuoti",
|
||||
"Destination does not match conversion extension" : "Paskirties vieta neatitinka konversijos plėtinio",
|
||||
"Could not convert file" : "Nepavyko konvertuoti failo",
|
||||
"Destination does not exist" : "Tokios paskirties vietos nėra",
|
||||
"Destination is not creatable" : "Paskirties vietos neįmanoma sukurti",
|
||||
"Dot files are not allowed" : "„.dot“ plėtiniais failai neleidžiami",
|
||||
"%1$s (renamed)" : "%1$s (pervadinta)",
|
||||
"renamed file" : "pervadintas failas",
|
||||
"\"%1$s\" is a forbidden file or folder name." : "„%1$s“ yra draudžiamas failo ar aplanko pavadinimas.",
|
||||
"\"%1$s\" is a forbidden prefix for file or folder names." : "„%1$s“ yra draudžiamas failų ar aplankų pavadinimų priešdėlis.",
|
||||
"\"%1$s\" is not allowed inside a file or folder name." : "„%1$s“ negalima naudoti failo ar aplanko pavadinime.",
|
||||
"\"%1$s\" is a forbidden file type." : "„%1$s“ yra draudžiamas failo tipas.",
|
||||
"Filenames must not end with \"%1$s\"." : "Failų pavadinimai negali baigtis „%1$s“.",
|
||||
"Invalid parent path" : "Neteisingas pagrindinis kelias",
|
||||
"File already exists" : "Failas jau yra",
|
||||
"Invalid path" : "Neteisingas kelias",
|
||||
"Failed to create file from template" : "Nepavyko sukurti failo pagal šabloną",
|
||||
"Templates" : "Šablonai",
|
||||
"Storage %s cannot be moved" : "%s saugyklos negalima perkelti",
|
||||
"Moving a share (%s) into a shared folder is not allowed" : "Perkelti failą (%s) į bendrinamą aplanką draudžiama",
|
||||
"Moving a storage (%s) into a shared folder is not allowed" : "Perkelti saugyklą (%s) į bendrą aplanką draudžiama",
|
||||
"Moving a share (%s) into another share (%s) is not allowed" : "Perkelti bendrinimą (%s) į kitą bendrinimą (%s) draudžiama",
|
||||
"Moving a share (%s) into another storage (%s) is not allowed" : "Perkelti bendrinimą (%s) į kitą saugyklą (%s) draudžiama",
|
||||
"Moving a storage (%s) into a share (%s) is not allowed" : "Saugyklos (%s) perkėlimas į bendrinamą (%s) neleidžiamas",
|
||||
"Moving a storage (%s) into another storage (%s) is not allowed" : "Saugyklos (%s) perkėlimas į kitą saugyklą (%s) neleidžiamas.",
|
||||
"Path contains invalid segments" : "Kelyje yra neteisingų segmentų",
|
||||
"Filename is a reserved word" : "„Filename“ yra rezervuotas žodis",
|
||||
"Filename contains at least one invalid character" : "Failo pavadinime yra bent vienas neteisingas simbolis",
|
||||
"Filename is too long" : "Failo pavadinimas per ilgas",
|
||||
"Empty filename is not allowed" : "Tuščias failo pavadinimas nėra leidžiamas",
|
||||
|
|
@ -77,9 +128,13 @@
|
|||
"Log out" : "Atsijungti",
|
||||
"Accounts" : "Paskyros",
|
||||
"Bluesky" : "\"Bluesky\"",
|
||||
"View %s on Bluesky" : "Peržiūrėkite %s su „Bluesky“",
|
||||
"Email" : "El. paštas",
|
||||
"Mail %s" : "Rašyti laišką, adresu %s",
|
||||
"Fediverse" : "\"Fediverse\"",
|
||||
"View %s on the fediverse" : "Žiūrėti %s per \"fediverse\"",
|
||||
"Phone" : "Telefonas",
|
||||
"Call %s" : "Skambinti %s",
|
||||
"Twitter" : "„Twitter“",
|
||||
"View %s on Twitter" : "Peržiūrėti %s puslapį „Twitter“ tinkle",
|
||||
"Website" : "Svetainė",
|
||||
|
|
@ -87,31 +142,84 @@
|
|||
"Address" : "Adresas",
|
||||
"Profile picture" : "Profilio paveikslėlis",
|
||||
"About" : "Apie",
|
||||
"Display name" : "Rodomas vardas",
|
||||
"Headline" : "Antraštė",
|
||||
"Organization" : "Organizavimas",
|
||||
"Role" : "Vaidmuo",
|
||||
"Pronouns" : "Vardikliai",
|
||||
"Unknown account" : "Nežinoma paskyra",
|
||||
"Additional settings" : "Papildomi nustatymai",
|
||||
"Enter the database Login and name for %s" : "Įveskite %s duomenų bazės pavadinimą ir prisijungimo duomenis prie jos",
|
||||
"Enter the database Login for %s" : "Įveskite %s prisijungimo duomenis prie duomenų bazės",
|
||||
"Enter the database name for %s" : "Įveskite %s duomenų bazės pavadinimą",
|
||||
"You cannot use dots in the database name %s" : "Duomenų bazės %s pavadinime negalima naudoti taškų ",
|
||||
"MySQL Login and/or password not valid" : "Neteisingas „MySQL“ prisijungimo vardas ir (arba) slaptažodis",
|
||||
"You need to enter details of an existing account." : "Jūs turite suvesti egzistuojančios paskyros duomenis.",
|
||||
"Oracle connection could not be established" : "Nepavyko užmegzti Oracle ryšio",
|
||||
"Oracle Login and/or password not valid" : "Neteisingas „Oracle“ prisijungimo vardas ir (arba) slaptažodis",
|
||||
"PostgreSQL Login and/or password not valid" : "Neteisingas „PostgreSQL“ prisijungimo vardas ir (arba) slaptažodis",
|
||||
"macOS is not supported and %s will not work properly on this platform." : "„macOS“ nėra palaikoma ir %s šioje platformoje neveiks tinkamai.",
|
||||
"For the best results, please consider using a GNU/Linux server instead." : "Geriausiems rezultatams, apsvarstykite galimybę, vietoj šio, naudoti GNU/Linux serverį",
|
||||
"It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Atrodo, kad šiuo atveju %s veikia 32 bitų PHP aplinkoje, o parametras „open_basedir“ buvo nustatytas faile „php.ini“. Dėl to gali kilti problemų su failais, kurių dydis viršija 4 GB, todėl to daryti labai nerekomenduojama.",
|
||||
"Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Pašalinkite savo php.ini faile open_basedir nustatymą arba persijunkite į 64-bitų PHP.",
|
||||
"Set an admin Login." : "Nustatykite administratoriaus prisijungimo duomenis.",
|
||||
"Set an admin password." : "Nustatyti administratoriaus slaptažodį.",
|
||||
"Cannot create or write into the data directory %s" : "Negali sukurti arba įrašyti į %s duomenų direktoriją",
|
||||
"%1$s shared %2$s with you" : "%1$s pradėjo bendrinti su jumis %2$s",
|
||||
"Open %s" : "Atverti %s",
|
||||
"%1$s via %2$s" : "%1$s per %2$s",
|
||||
"%1$s shared %2$s with you and wants to add:" : "%1$s pasidalino %2$s su jumis ir nori pridėti:",
|
||||
"%1$s shared %2$s with you and wants to add" : "%1$s pasidalino %2$s su jumis ir nori pridėti",
|
||||
"%s added a note to a file shared with you" : "%s parašė pastabą su jumis pasidalintam failui",
|
||||
"Passwords are enforced for link and mail shares" : "Slaptažodžiai privalomi naudojant nuorodų ir el. pašto bendrinimą",
|
||||
"Share recipient is not a valid user" : "Viešinio gavėjas nėra tinkamas naudotojas",
|
||||
"Share recipient is not a valid group" : "Viešinio gavėjas nėra tinkama grupė",
|
||||
"Share recipient should be empty" : "Laukelis „Gavėjas“ turi būti tuščias",
|
||||
"Share recipient should not be empty" : "Laukelis „Gavėjas“ negali būti tuščias",
|
||||
"Share recipient is not a valid circle" : "Dalijimosi gavėjas nepriklauso galiojančiam ratui",
|
||||
"Unknown share type" : "Nežinomas viešinio tipas",
|
||||
"Share initiator must be set" : "Turi būti nustatytas bendrinimo iniciatorius",
|
||||
"Cannot share with yourself" : "Negalima dalintis su savimi",
|
||||
"Shared path must be set" : "Turi būti nustatytas bendras kelias",
|
||||
"Shared path must be either a file or a folder" : "Bendrasis kelias turi būti arba failas, arba aplankas",
|
||||
"You cannot share your root folder" : "Jūs negalite bendrinti savo pagrindinio aplanko",
|
||||
"You are not allowed to share %s" : "Jums neleidžiama bendrinti %s",
|
||||
"Valid permissions are required for sharing" : "Norint dalytis, reikia turėti reikiamus leidimus",
|
||||
"File shares cannot have create or delete permissions" : "Bendrinamiems failams negali būti suteikti leidimai kurti ar trinti",
|
||||
"Cannot increase permissions of %s" : "Negalima pridėti papildomų %s leidimų",
|
||||
"Shares need at least read permissions" : "Bendrinimams reikalingi bent leidimai skaityti",
|
||||
"Files cannot be shared with delete permissions" : "Failų negalima bendrinti, jei jiems suteikti leidimai ištrinti",
|
||||
"Files cannot be shared with create permissions" : "Failų negalima bendrinti, jei jiems suteikti leidimai kurti",
|
||||
"Expiration date is in the past" : "Bendrinimo pabaigos data yra praėjęs laikas",
|
||||
"Expiration date is enforced" : "Galiojimo pabaigos data yra privaloma",
|
||||
"_Cannot set expiration date more than %n day in the future_::_Cannot set expiration date more than %n days in the future_" : ["Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n diena į ateitį","Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n dienos į ateitį","Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n dienų į ateitį","Negali nustatyti galiojimo pabaigos datos, kuri būtų daugiau nei %n dienų į ateitį"],
|
||||
"Sharing is only allowed with group members" : "Dalytis leidžiama tik su grupės nariais",
|
||||
"Sharing %s failed, because this item is already shared with the account %s" : "%s bendrinimas nepavyko, nes šis elementas jau bendrinamas su %s paskyra",
|
||||
"Group sharing is now allowed" : "Dabar leidžiama dalytis grupėje",
|
||||
"Sharing is only allowed within your own groups" : "Dalytis leidžiama tik savo grupėse",
|
||||
"Path is already shared with this group" : "Kelias jau yra bendrinamas su šia grupe",
|
||||
"Link sharing is not allowed" : "Nuorodų dalijimasis draudžiamas",
|
||||
"Public upload is not allowed" : "Viešas įkėlimas yra daudžiamas",
|
||||
"You cannot share a folder that contains other shares" : "Negali dalytis aplanku, kuriame yra kitų bendrinamų aplankų",
|
||||
"Sharing is disabled" : "Bendrinimas yra išjungtas",
|
||||
"Sharing is disabled for you" : "Jums dalijimosi funkcija išjungta",
|
||||
"Cannot share with the share owner" : "Negali dalytis su dalijimosi savininku",
|
||||
"Share does not have a full ID" : "Viešinys neturi viso ID",
|
||||
"Cannot change share type" : "Negalima pakeisti bendrinimo tipo",
|
||||
"Can only update recipient on user shares" : "Gali atnaujinti gavėją tik vartotojo bendrinimuose",
|
||||
"Cannot enable sending the password by Talk with an empty password" : "Jei slaptažodis tuščias, neįmanoma įjungti slaptažodžio siuntimo per „Talk“",
|
||||
"Cannot enable sending the password by Talk without setting a new password" : "Negalima įjungti slaptažodžio siuntimo per „Talk“ nenustatant naujo slaptažodžio",
|
||||
"Cannot disable sending the password by Talk without setting a new password" : "Negalima išjungti slaptažodžio siuntimo per „Talk“ nenustatant naujo slaptažodžio",
|
||||
"Share provider does not support accepting" : "Bendrinimo teikėjas nepalaiko priėmimo",
|
||||
"Cannot change target of link share" : "Negalima pakeisti nuorodos dalijimosi tikslo",
|
||||
"Invalid share recipient" : "Neteisingas bendrinimo gavėjas",
|
||||
"Group \"%s\" does not exist" : "Grupės „%s“ nėra",
|
||||
"The requested share does not exist anymore" : "Pageidaujamas bendrinimas daugiau neegzistuoja.",
|
||||
"The requested share comes from a disabled user" : "Prašomas bendrinimas pateiktas iš neįgalinto vartotojo",
|
||||
"The user was not created because the user limit has been reached. Check your notifications to learn more." : "Vartotojas nebuvo sukurtas, nes pasiektas vartotojų limitas. Norėdami sužinoti daugiau, peržiūrėkite pranešimus.",
|
||||
"Could not find category \"%s\"" : "Nepavyko rasti kategorijos „%s“",
|
||||
"Input text" : "Įvesties tekstas",
|
||||
"The input text" : "Įvesties tekstas",
|
||||
"Cannot generate more than 12 images" : "Negalima sugeneruoti daugiau nei 12 vaizdų",
|
||||
"Cannot generate less than 1 image" : "Negalima sugeneruoti mažiau nei 1 vaizdo",
|
||||
"Sunday" : "Sekmadienis",
|
||||
|
|
@ -160,32 +268,210 @@
|
|||
"Nov." : "Lap.",
|
||||
"Dec." : "Grd.",
|
||||
"A valid password must be provided" : "Slaptažodis turi būti tinkamas",
|
||||
"The Login is already being used" : "Toks prisijungimas jau yra naudojamas",
|
||||
"Could not create account" : "Nepavyko sukurti paskyros",
|
||||
"Only the following characters are allowed in an Login: \"a-z\", \"A-Z\", \"0-9\", spaces and \"_.@-'\"" : "Vartotojo vardui sudaryti leistini tik šie simboliai: „a–z“, „A–Z“, „0–9“, tarpeliai ir „_.@–“",
|
||||
"A valid Login must be provided" : "Reikia įvesti galiojantį prisijungimą",
|
||||
"Login contains whitespace at the beginning or at the end" : "Prisijungimo įvardinimas turi tarpų pradžioje arba pabaigoje",
|
||||
"Login must not consist of dots only" : "Prisijungimo įvardinimas negali būti sudarytas vien iš taškų",
|
||||
"Username is too long" : "Naudotojo vardas per ilgas",
|
||||
"Login is invalid because files already exist for this user" : "Prisijungimao įvardijimas negalimas, nes šiam vartotojui jau yra sukurti failai",
|
||||
"Account disabled" : "Paskyra išjungta",
|
||||
"Login canceled by app" : "Programėlė nutraukė prisijungimo procesą",
|
||||
"App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "Programėlė \"%1$s\" negali būti įdiegta, nes nėra patenkinamos šios priklausomybės: %2$s",
|
||||
"a safe home for all your data" : "saugūs namai visiems jūsų duomenims",
|
||||
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nėra įdiegtos duomenų bazių tvarkyklės (sqlite, mysql, or postgresql)",
|
||||
"Cannot write into \"config\" directory." : "Negalima įrašyti į katalogą „config“.",
|
||||
"This can usually be fixed by giving the web server write access to the config directory. See %s" : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į konfigūracijos katalogą. Žr. %s",
|
||||
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Arba, jei norite, kad failas „config.php“ būtų tik skaitymo režimu, jame nustatykite parametrą „config_is_read_only“ į „true“. Žr. %s",
|
||||
"Cannot create \"data\" directory." : "Negalima sukurti katalogo „data“.",
|
||||
"This can usually be fixed by giving the web server write access to the root directory. See %s" : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į pagrindinį katalogą. Žr. %s",
|
||||
"Permissions can usually be fixed by giving the web server write access to the root directory. See %s." : "Paprastai šią problemą galima išspręsti suteikiant žiniatinklio serveriui rašymo teises į pagrindinį katalogą. Žr. %s.",
|
||||
"Your data directory is not writable." : "Jūsų duomenų katalogas nėra įrašomas.",
|
||||
"Setting locale to %s failed." : "Nepavyko %s vietos konfogūracija.",
|
||||
"Please install one of these locales on your system and restart your web server." : "Įdiekite vieną iš šių lokalizacijų savo sistemoje ir perkraukite žiniatinklio serverį.",
|
||||
"PHP module %s not installed." : "PHP modulis %s neįdiegtas.",
|
||||
"Please ask your server administrator to install the module." : "Kreipkitės į savo sistemos administratorių, kad jis įdiegtų modulį.",
|
||||
"PHP setting \"%s\" is not set to \"%s\"." : "PHP nustatymas „%s“ nėra nustatytas į „%s“.",
|
||||
"Adjusting this setting in php.ini will make Nextcloud run again" : "Šių nustatymų pritaikymas php.ini faile, iš naujo paleis Nextcloud",
|
||||
"PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "Atrodo, kad PHP yra sukonfigūruotas taip, kad pašalintų įterptuosius dokumentacijos blokus. Dėl to nebus galima naudotis keliomis pagrindinėmis programėlėmis.",
|
||||
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Tai greičiausiai lemia tokia talpyklos ar spartinimo programa kaip „Zend OPcache“ ar „eAccelerator“.",
|
||||
"PHP modules have been installed, but they are still listed as missing?" : "PHP moduliai yra įdiegti, bet jų vis tiek trūksta?",
|
||||
"Please ask your server administrator to restart the web server." : "Kreipkitės į savo sistemos administratorių, kad jis perkrautų žiniatinklio serverį.",
|
||||
"The required %s config variable is not configured in the config.php file." : "Reikalingas %s konfigūracijos kintamasis nėra nustatytas faile „config.php“.",
|
||||
"Please ask your server administrator to check the Nextcloud configuration." : "Paprašykite savo serverio administratoriaus patikrinti „Nextcloud“ nustatymus.",
|
||||
"Your data directory is readable by other people." : "Jūsų duomenų katalogą gali peržiūrėti kiti naudotojai.",
|
||||
"Please change the permissions to 0770 so that the directory cannot be listed by other people." : "Prašome pakeisti teises į 0770, kad šis katalogas negalėtų būti įtrauktas į sąrašus kitų vartotojų.",
|
||||
"Your data directory must be an absolute path." : "Jūsų duomenų katalogas turi būti nurodytas absoliučiuoju keliu.",
|
||||
"Check the value of \"datadirectory\" in your configuration." : "Patikrinkite „datadirectory“ reikšmę savo konfigūracijoje.",
|
||||
"Your data directory is invalid." : "Jūsų duomenų katalogas yra negaliojantis.",
|
||||
"Ensure there is a file called \"%1$s\" in the root of the data directory. It should have the content: \"%2$s\"" : "Įsitikinkite, kad duomenų katalogo šakninėje aplinkoje yra failas pavadinimu „%1$s“. Jame turėtų būti toks turinys: „%2$s“",
|
||||
"Action \"%s\" not supported or implemented." : "Veiksmas \"%s\" nepalaikomas ar neįgyvendintas.",
|
||||
"Authentication failed, wrong token or provider ID given" : "Tapatybės nustatymas nepavyko, nurodytas neteisingas prieigos raktas arba teikėjo ID",
|
||||
"Parameters missing in order to complete the request. Missing Parameters: \"%s\"" : "Trūksta parametrų, kad būtų galima įvykdyti užklausą. Trūkstami parametrai: „%s“",
|
||||
"ID \"%1$s\" already used by cloud federation provider \"%2$s\"" : "„%1$s“ ID jau naudojamas „%2$s“ debesų federacijos teikėjo ",
|
||||
"Cloud Federation Provider with ID: \"%s\" does not exist." : "Debesų federacijos teikėjas nurodytu ID „%s“ neegzistuoja.",
|
||||
"Could not obtain lock type %d on \"%s\"." : "Nepavyko gauti užrakto tipo %d ties „%s“.",
|
||||
"Storage unauthorized. %s" : "Saugykla nesankcionuota. %s",
|
||||
"Storage incomplete configuration. %s" : "Nepilna saugyklos konfigūracija. %s",
|
||||
"Storage connection error. %s" : "Saugyklos sujungimo ryšio klaida. %s",
|
||||
"Storage is temporarily not available" : "Saugykla yra laikinai neprieinama",
|
||||
"Storage connection timeout. %s" : "Sujungimo su saugykla laikas baigėsi. %s",
|
||||
"To allow this check to run you have to make sure that your Web server can connect to itself. Therefore it must be able to resolve and connect to at least one of its `trusted_domains` or the `overwrite.cli.url`. This failure may be the result of a server-side DNS mismatch or outbound firewall rule." : "Kad šis patikrinimas būtų atliktas, turite įsitikinti, kad jūsų žiniatinklio serveris gali prisijungti prie savęs. Todėl jis turi sugebėti nustatyti ir prisijungti prie bent vieno iš savo „trusted_domains“ arba „overwrite.cli.url“. Ši klaida gali atsirasti dėl nesutapimo serverio pusėje esančiame DNS arba dėl išeinančiojo srauto užkardos taisyklės.",
|
||||
"Analyze images" : "Analizuoti vaizdus",
|
||||
"Ask a question about the given images." : "Užduokite klausimą apie pateiktus paveikslėlius.",
|
||||
"Images" : "Paveikslai",
|
||||
"Images to ask a question about" : "Vaizdai, apie kuriuos norite užduoti klausimą",
|
||||
"Question" : "Klausimas",
|
||||
"What to ask about the images." : "Ką paklausti apie nuotraukas.",
|
||||
"Generated response" : "Sugeneruotas atsakymas",
|
||||
"The answer to the question" : "Atsakymas į klausimą",
|
||||
"Audio chat" : "Garso pokalbis",
|
||||
"Voice chat with the assistant" : "Garso pokalbis su asistentu",
|
||||
"System prompt" : "Sistemos pranešimas",
|
||||
"Define rules and assumptions that the assistant should follow during the conversation." : "Nustatykite taisykles ir prielaidas, kurių asistentas turėtų laikytis pokalbio metu.",
|
||||
"Chat voice message" : "Bendravimo balso žinutė",
|
||||
"Describe a task that you want the assistant to do or ask a question." : "Aprašykite užduotį, kurią norite, kad asistentas atliktų, arba užduokite klausimą.",
|
||||
"Chat history" : "Pokalbio istorija",
|
||||
"The history of chat messages before the current message, starting with a message by the user." : "Pranešimų istorija iki dabartinio pranešimo, pradedant vartotojo pranešimu.",
|
||||
"Input transcript" : "Įvesties transkripcija",
|
||||
"Transcription of the audio input" : "Garso įrašo transkripcija",
|
||||
"Response voice message" : "Atsakymo balso pranešimas",
|
||||
"The generated voice response as part of the conversation" : "Sugeneruotas balso atsakymas, kuris yra pokalbio dalis",
|
||||
"Output transcript" : "Išvesties transkripcija",
|
||||
"Transcription of the audio output" : "Garso įrašo transkripcija",
|
||||
"Transcribe audio" : "Transkribuoti garso įrašą",
|
||||
"Transcribe the things said in an audio" : "Transkribuoti tai, kas pasakyta garso įraše",
|
||||
"Audio input" : "Garso įvestis",
|
||||
"The audio to transcribe" : "Garso įrašas transkribavimui",
|
||||
"Transcription" : "Transkripcija",
|
||||
"The transcribed text" : "Transkribuotas tekstas",
|
||||
"Chat by voice with an agent" : "Bendraukite balsu su agentu",
|
||||
"Describe a task that you want the agent to do or ask a question." : "Aprašykite užduotį, kurią norite, kad agentas atliktų, arba užduokite klausimą.",
|
||||
"Confirmation" : "Patvirtinimas",
|
||||
"Whether to confirm previously requested actions: 0 for denial and 1 for confirmation." : "Ar patvirtinti anksčiau užklausytus veiksmus: 0 – atsisakyti, 1 – patvirtinti.",
|
||||
"Conversation token" : "Pokalbio žymė",
|
||||
"A token representing the conversation." : "Žymuo reprezentuojantis pokalbį",
|
||||
"The new conversation token" : "Naujo pokalbio žymuo",
|
||||
"Send this along with the next interaction." : "Siųskite tai kartu su kitu susirašinėjimu.",
|
||||
"Requested actions by the agent" : "Veiksmai, kurių prašoma iš agento",
|
||||
"Actions that the agent would like to carry out in JSON format." : "Veiksmai, kuriuos agentas norėtų atlikti, pateikti JSON formatu.",
|
||||
"Chat with an agent" : "Pokalbis su agentu",
|
||||
"Chat message" : "Pokalbio žinutė",
|
||||
"A chat message to send to the agent." : "Pokalbio žinutė, kurią reikia išsiųsti agentui.",
|
||||
"The response from the chat model." : "Pokalbių modelio atsakymas.",
|
||||
"Context write" : "Konteksto įrašymas",
|
||||
"Writes text in a given style based on the provided source material." : "Rengia tekstą nurodytu stiliumi, remdamasis pateikta medžiaga.",
|
||||
"Writing style" : "Rašymo stilius",
|
||||
"Demonstrate a writing style that you would like to immitate" : "Pademonstruokite rašymo stilių, kurį norėtumėte imituoti",
|
||||
"Source material" : "Pirminė medžiaga",
|
||||
"The content that would like to be rewritten in the new writing style" : "Tekstas, kurį norima perrašyti nauju stiliumi",
|
||||
"Generated text" : "Sugeneruotas tekstas",
|
||||
"The generated text with content from the source material in the given style" : "Sukurtas tekstas, kuriame pateikiamas šaltinio medžiagos turinys, atitinkantis nurodytą stilių",
|
||||
"Emoji generator" : "Emodžų generatorius",
|
||||
"Takes text and generates a representative emoji for it." : "Paimamas tekstas ir pagal jį sukuriama atitinkama emodži.",
|
||||
"The text to generate an emoji for" : "Tekstas, pagal kurį bus sukurtas emodžis",
|
||||
"Generated emoji" : "Sugeneruotas emodžis",
|
||||
"The generated emoji based on the input text" : "Remiantis įvestu tekstu sugeneruotas emodžis",
|
||||
"Optical character recognition" : "Optinis ženklų atpažinimas",
|
||||
"Extract text from files like images or PDFs" : "Išgauti tekstą iš failų, pvz., vaizdų ar PDF",
|
||||
"Input files" : "Įvesties failai",
|
||||
"The files to extract text from" : "Failai, iš kurių reikia išgauti tekstą",
|
||||
"Output texts" : "Išvesties tekstai",
|
||||
"The texts that were extracted from the files" : "Iš failų išgauti tekstai",
|
||||
"Generate image" : "Sugeneruoti paveikslėlį",
|
||||
"Generate an image from a text prompt" : "Sugeneruoti paveikslėlį pagal teksto užduotį",
|
||||
"Prompt" : "Užduotis",
|
||||
"Describe the image you want to generate" : "Aprašykite paveikslėlį, kurį norite sukurti",
|
||||
"Number of images" : "Nuotraukų skaičius",
|
||||
"How many images to generate" : "Kiek vaizdų reikia sugeneruoti",
|
||||
"Output images" : "Išvesties vaizdai",
|
||||
"The generated images" : "Sugeneruoti paveikslėliai",
|
||||
"Generate speech" : "Sugeneruoti kalbą",
|
||||
"Generate speech from a transcript" : "Sugeneruoti kalbą pagal transkripciją",
|
||||
"Write transcript that you want the assistant to generate speech from" : "Parašykite tekstą, pagal kurį asistentas turėtų sugeneruoti kalbą",
|
||||
"Output speech" : "Išvesties kalba",
|
||||
"The generated speech" : "Sugeneruota kalba",
|
||||
"Free text to text prompt" : "Nemokama teksto į tekstą užduotis",
|
||||
"Runs an arbitrary prompt through a language model that returns a reply" : "Paleidžia bet kokį užklausos tekstą į kalbos modelį, kuris pateikia atsakymą",
|
||||
"Describe a task that you want the assistant to do or ask a question" : "Aprašykite užduotį, kurią norite, kad asistentas atliktų, arba užduokite klausimą",
|
||||
"Generated reply" : "Sugeneruotas atsakymas",
|
||||
"The generated text from the assistant" : "Asistento sugeneruotas tekstas",
|
||||
"Change Tone" : "Pakeisti toną",
|
||||
"Change the tone of a piece of text." : "Pakeisti dalies teksto toną.",
|
||||
"Write a text that you want the assistant to rewrite in another tone." : "Parašykite tekstą, kurį norite, kad asistentas perrašytų kitokiu tonu.",
|
||||
"Desired tone" : "Pageidaujamas tonas",
|
||||
"In which tone should your text be rewritten?" : "Kokiu stiliumi reikėtų perrašyti jūsų tekstą?",
|
||||
"The rewritten text in the desired tone, written by the assistant:" : "Asistento perrašytas tekstas, atitinkantis pageidaujamą toną:",
|
||||
"Chat" : "Pokalbis",
|
||||
"Chat with the assistant" : "Pokalbis su asistentu",
|
||||
"The history of chat messages before the current message, starting with a message by the user" : "Pranešimų istorija iki dabartinio pranešimo, pradedant vartotojo pranešimu.",
|
||||
"Response message" : "Atsakymo pranešimas",
|
||||
"The generated response as part of the conversation" : "Sugeneruotas atsakymas, kuris yra pokalbio dalis",
|
||||
"Chat with tools" : "Pokalbis naudojant įrankius",
|
||||
"Chat with the language model with tool calling support." : "Bendraukite su kalbos modeliu naudodami įrankį, palaikantį skambučių funkciją.",
|
||||
"Tool message" : "Įrankio pranešimas",
|
||||
"The result of tool calls in the last interaction" : "Įrankių iškvietimų rezultatas per paskutinį sąveikavimą",
|
||||
"Available tools" : "Galimi įrankiai",
|
||||
"The available tools in JSON format" : "Galimi įrankiai JSON formatu",
|
||||
"The response from the chat model" : "Pokalbių modelio atsakymas",
|
||||
"Tool calls" : "Įrankio iškvietimai",
|
||||
"Tools call instructions from the model in JSON format" : "Įrankiai iš modelio iššaukia nurodymus JSON formatu",
|
||||
"Formalize text" : "Formalizuoti tekstą",
|
||||
"Takes a text and makes it sound more formal" : "Paverčia tekstą į labiau formalų",
|
||||
"Write a text that you want the assistant to formalize" : "Parašykite tekstą, kurį norite, kad asistentas formalizuotų",
|
||||
"Formalized text" : "Formalizuotas tekstas",
|
||||
"The formalized text" : "Formalizuotas tekstas",
|
||||
"Generate a headline" : "Sukurti antraštę",
|
||||
"Generates a possible headline for a text." : "Sukuria galimą teksto antraštę.",
|
||||
"Original text" : "Originalus tekstas",
|
||||
"The original text to generate a headline for" : "Originalus tekstas, pagal kurį bus sugeneruotas antraštė",
|
||||
"The generated headline" : "Sugeneruota antraštė",
|
||||
"Proofread" : "Korektūra",
|
||||
"Proofreads a text and lists corrections" : "Koreguoja tekstą ir pateikia pataisymų sąrašą",
|
||||
"Text" : "Tekstas",
|
||||
"The text to proofread" : "Tekstas koregavimui",
|
||||
"Corrections" : "Pataisymai",
|
||||
"The corrections that should be made in your text" : "Pataisymai, kurie turi būti padaryti jūsų tekste",
|
||||
"Reformulate text" : "Performuluoti tekstą",
|
||||
"Takes a text and reformulates it" : "Paimama tekstą ir jį performuluoja",
|
||||
"Write a text that you want the assistant to reformulate" : "Parašykite tekstą, kurį norite, kad asistentas performuluotų",
|
||||
"Reformulated text" : "Performuluotas tekstas",
|
||||
"The reformulated text, written by the assistant" : "Performuluotas tekstas, parengtas asistento",
|
||||
"Simplify text" : "Supaprastinti tekstą",
|
||||
"Takes a text and simplifies it" : "Paimą tekstą ir jį supaprastina",
|
||||
"Write a text that you want the assistant to simplify" : "Parašykite tekstą, kurį norite, kad asistentas supaprastintų",
|
||||
"Simplified text" : "Supaprastintas tekstas",
|
||||
"The simplified text" : "Supaprastintas tekstas",
|
||||
"Summarize" : "Apibendrinti",
|
||||
"Summarizes a text" : "Apibendrina tekstą",
|
||||
"The original text to summarize" : "Originalus tekstas apibendrinimui",
|
||||
"Summary" : "Santrauka",
|
||||
"The generated summary" : "Sugeneruotas apibenrinimas",
|
||||
"Extract topics" : "Išskirti temas",
|
||||
"Extracts topics from a text and outputs them separated by commas" : "Iš teksto išskiria temas ir pateikia jas, atskirdamas kableliais",
|
||||
"The original text to extract topics from" : "Originalus tekstas, iš kurio bus išskiriamos temos",
|
||||
"Topics" : "Temos",
|
||||
"The list of extracted topics" : "Išskirtų temų sąrašas",
|
||||
"Translate" : "Verskite",
|
||||
"Translate text from one language to another" : "Išversti tekstą iš vienos kalbos į kitą",
|
||||
"Origin text" : "Originalus tekstas",
|
||||
"The text to translate" : "Tekstas vertimui",
|
||||
"Origin language" : "Originalo kalba",
|
||||
"The language of the origin text" : "Pirminio teksto kalba",
|
||||
"Target language" : "Tikslinė kalba",
|
||||
"The desired language to translate the origin text in" : "Kalba, į kurią norima išversti originalų tekstą",
|
||||
"Result" : "Rezultatas",
|
||||
"The translated text" : "Išverstas tekstas",
|
||||
"Free prompt" : "Laisva užklausa",
|
||||
"Runs an arbitrary prompt through the language model." : "Per kalbos modelį apdoroja bet kokį įvesties tekstą.",
|
||||
"Generate headline" : "Sugeneruoti antraštę",
|
||||
"Summarizes text by reducing its length without losing key information." : "Apibendrina tekstą, sutrumpindamas jį, tačiau neprarandant svarbiausios informacijos.",
|
||||
"Extracts topics from a text and outputs them separated by commas." : "Iš teksto išskiria temas ir pateikia jas, atskirdamas kableliais.",
|
||||
"Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk!" : "Mac OS X nėra palaikomas, %s neveiks tinkamai šioje platformoje. Naudodami prisiimate visą riziką!",
|
||||
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "Dalinimosi posistemis %s privalo įgyvendinti „OCP\\Share_Backend“ sąsają.",
|
||||
"Sharing backend %s not found" : "Dalijimosi posistemė %s nerasta",
|
||||
"Sharing backend for %s not found" : "Dalinimosi posistemė, skirta %s, nerasta",
|
||||
"Application is not enabled" : "Programa neįjungta",
|
||||
"Authentication error" : "Tapatybės nustatymo klaida",
|
||||
"Token expired. Please reload page." : "Pasibaigė prieigos rakto galiojimas. Prašome įkelti puslapį iš naujo."
|
||||
|
|
|
|||
Loading…
Reference in a new issue