Signed-off-by: Nextcloud bot <bot@nextcloud.com>pull/60248/head
parent
6e3914f951
commit
ef1bea0bfa
@ -0,0 +1,80 @@ |
||||
OC.L10N.register( |
||||
"appstore", |
||||
{ |
||||
"Apps" : "Aplikace", |
||||
"App name" : "Název aplikace", |
||||
"Version" : "Verze", |
||||
"Actions" : "Akce", |
||||
"Show details" : "Zobrazit podrobnosti", |
||||
"Grid view" : "Zobrazení v mřížce", |
||||
"Please use the AIO interface to switch between office suites." : "Pro přepnutí mezi sadami kancelářských aplikací použijte rozhraní pro správu AIO.", |
||||
"installed" : "nainstalované", |
||||
"Learn more" : "Zjistit více", |
||||
"Daemon" : "Proces služby", |
||||
"Deploy Daemon" : "Nasadit proces služby", |
||||
"Type" : "Typ", |
||||
"Name" : "Název", |
||||
"Display Name" : "Zobrazované jméno", |
||||
"GPUs support" : "Podpora pro výpočty na GPU", |
||||
"Compute device" : "Výpočetní zařízení", |
||||
"Advanced deploy options" : "Pokročilé předvolby pro nasazení", |
||||
"Edit ExApp deploy options before installation" : "Předvolby nasazení ExApp před instalací", |
||||
"Environment variables" : "Proměnné prostředí", |
||||
"Mounts" : "Připojení", |
||||
"Define host folder mounts to bind to the ExApp container" : "Definovat připojení hostitelské složky pro napojení na kontejner s ExApp", |
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Je třeba, aby existovalo na hostiteli procesu nasazovací služby ještě před instalací ExApp", |
||||
"New mount" : "Nové připojení", |
||||
"Enter path to host folder" : "Zadejte popis umístění složky hostitele", |
||||
"Confirm adding new mount" : "Potvrďte přidání nového připojení", |
||||
"Confirm" : "Potvrdit", |
||||
"Cancel adding mount" : "Zrušit přidávání připojení", |
||||
"ExApp container mounts" : "Připojení kontejneru s ExApp", |
||||
"No mounts defined" : "Nedefinována žádná připojení", |
||||
"Description" : "Popis", |
||||
"View in store" : "Zobrazit v katalogu aplikací", |
||||
"Visit website" : "Navštívit webovou stránku", |
||||
"Admin documentation" : "Dokumentace pro správce", |
||||
"Developer documentation" : "Dokumentace pro vývojáře", |
||||
"Details" : "Podrobnosti", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Tuto aplikaci nelze nainstalovat, protože nejsou splněny následující závislosti:", |
||||
"Categories" : "Kategorie", |
||||
"Resources" : "Prostředky", |
||||
"Changelog" : "Souhrn změn", |
||||
"Supported" : "Podporováno", |
||||
"Featured" : "Doporučená", |
||||
"This app is supported via your current Nextcloud subscription." : "Tato aplikace je podporována prostřednictvím vašeho stávajícího předplatného podpory Nextcloud.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Doporučované aplikace jsou vyvíjeny komunitou. Jsou propojeny se zbytkem Nextcloud a připraveny na produkční nasazení.", |
||||
"Community rating: {score}/5" : "Hodnocení komunitou: {score}/5", |
||||
"Choose Deploy Daemon for {appName}" : "Zvolte proces služby nasazování pro {appName}", |
||||
"No Deploy daemons configured" : "Nejsou nastavené žádné procesy služby nasazování", |
||||
"Register a custom one or setup from available templates" : "Zaregistrujte uživatelsky určené nebo nastavte z dostupných šablon", |
||||
"Manage Deploy daemons" : "Spravovat procesy služby nasazování", |
||||
"Default" : "Výchozí", |
||||
"Carousel" : "Kolotoč", |
||||
"Previous slide" : "Předchozí snímek", |
||||
"Next slide" : "Následující snímek", |
||||
"Choose slide to display" : "Zvolte snímek který zobrazit", |
||||
"Save" : "Uložit", |
||||
"Search everywhere" : "Hledat všude", |
||||
"Download and enable all" : "Stáhnout a zapnout vše", |
||||
"Could not load app discover section" : "Nepodařilo se načíst sekci objevování aplikací", |
||||
"Nothing to show" : "Není co zobrazit", |
||||
"Could not load section content from app store." : "Nepodařilo se načíst obsah sekce z katalogu aplikací.", |
||||
"Loading" : "Načítání", |
||||
"Fetching the latest news…" : "Získávání nejnovějších zpráv …", |
||||
"Version {version}, {license}-licensed" : "Verze {version}, {license}-licencováno", |
||||
"Version {version}" : "Verze {version}", |
||||
"Disable" : "Vypnout", |
||||
"Download and enable" : "Stáhnout a zapnout", |
||||
"Report a bug" : "Nahlásit chybu", |
||||
"Active apps" : "Aktivní aplikace", |
||||
"App bundles" : "Sady aplikací", |
||||
"Featured apps" : "Doporučené aplikace", |
||||
"Supported apps" : "Podporované aplikace", |
||||
"Best Nextcloud integration" : "Nejlepší začlenění do Nextcloud", |
||||
"Best security: documents never leave your server" : "Nejlepší zabezpečení: dokumenty nikdy neopouštějí váš server", |
||||
"Best support for legacy files" : "Nejlepší podpora pro soubory ze starých aplikací", |
||||
"Open core" : "Open core", |
||||
"Best performance" : "Nejlepší výkon" |
||||
}, |
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |
||||
@ -0,0 +1,78 @@ |
||||
{ "translations": { |
||||
"Apps" : "Aplikace", |
||||
"App name" : "Název aplikace", |
||||
"Version" : "Verze", |
||||
"Actions" : "Akce", |
||||
"Show details" : "Zobrazit podrobnosti", |
||||
"Grid view" : "Zobrazení v mřížce", |
||||
"Please use the AIO interface to switch between office suites." : "Pro přepnutí mezi sadami kancelářských aplikací použijte rozhraní pro správu AIO.", |
||||
"installed" : "nainstalované", |
||||
"Learn more" : "Zjistit více", |
||||
"Daemon" : "Proces služby", |
||||
"Deploy Daemon" : "Nasadit proces služby", |
||||
"Type" : "Typ", |
||||
"Name" : "Název", |
||||
"Display Name" : "Zobrazované jméno", |
||||
"GPUs support" : "Podpora pro výpočty na GPU", |
||||
"Compute device" : "Výpočetní zařízení", |
||||
"Advanced deploy options" : "Pokročilé předvolby pro nasazení", |
||||
"Edit ExApp deploy options before installation" : "Předvolby nasazení ExApp před instalací", |
||||
"Environment variables" : "Proměnné prostředí", |
||||
"Mounts" : "Připojení", |
||||
"Define host folder mounts to bind to the ExApp container" : "Definovat připojení hostitelské složky pro napojení na kontejner s ExApp", |
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Je třeba, aby existovalo na hostiteli procesu nasazovací služby ještě před instalací ExApp", |
||||
"New mount" : "Nové připojení", |
||||
"Enter path to host folder" : "Zadejte popis umístění složky hostitele", |
||||
"Confirm adding new mount" : "Potvrďte přidání nového připojení", |
||||
"Confirm" : "Potvrdit", |
||||
"Cancel adding mount" : "Zrušit přidávání připojení", |
||||
"ExApp container mounts" : "Připojení kontejneru s ExApp", |
||||
"No mounts defined" : "Nedefinována žádná připojení", |
||||
"Description" : "Popis", |
||||
"View in store" : "Zobrazit v katalogu aplikací", |
||||
"Visit website" : "Navštívit webovou stránku", |
||||
"Admin documentation" : "Dokumentace pro správce", |
||||
"Developer documentation" : "Dokumentace pro vývojáře", |
||||
"Details" : "Podrobnosti", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Tuto aplikaci nelze nainstalovat, protože nejsou splněny následující závislosti:", |
||||
"Categories" : "Kategorie", |
||||
"Resources" : "Prostředky", |
||||
"Changelog" : "Souhrn změn", |
||||
"Supported" : "Podporováno", |
||||
"Featured" : "Doporučená", |
||||
"This app is supported via your current Nextcloud subscription." : "Tato aplikace je podporována prostřednictvím vašeho stávajícího předplatného podpory Nextcloud.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Doporučované aplikace jsou vyvíjeny komunitou. Jsou propojeny se zbytkem Nextcloud a připraveny na produkční nasazení.", |
||||
"Community rating: {score}/5" : "Hodnocení komunitou: {score}/5", |
||||
"Choose Deploy Daemon for {appName}" : "Zvolte proces služby nasazování pro {appName}", |
||||
"No Deploy daemons configured" : "Nejsou nastavené žádné procesy služby nasazování", |
||||
"Register a custom one or setup from available templates" : "Zaregistrujte uživatelsky určené nebo nastavte z dostupných šablon", |
||||
"Manage Deploy daemons" : "Spravovat procesy služby nasazování", |
||||
"Default" : "Výchozí", |
||||
"Carousel" : "Kolotoč", |
||||
"Previous slide" : "Předchozí snímek", |
||||
"Next slide" : "Následující snímek", |
||||
"Choose slide to display" : "Zvolte snímek který zobrazit", |
||||
"Save" : "Uložit", |
||||
"Search everywhere" : "Hledat všude", |
||||
"Download and enable all" : "Stáhnout a zapnout vše", |
||||
"Could not load app discover section" : "Nepodařilo se načíst sekci objevování aplikací", |
||||
"Nothing to show" : "Není co zobrazit", |
||||
"Could not load section content from app store." : "Nepodařilo se načíst obsah sekce z katalogu aplikací.", |
||||
"Loading" : "Načítání", |
||||
"Fetching the latest news…" : "Získávání nejnovějších zpráv …", |
||||
"Version {version}, {license}-licensed" : "Verze {version}, {license}-licencováno", |
||||
"Version {version}" : "Verze {version}", |
||||
"Disable" : "Vypnout", |
||||
"Download and enable" : "Stáhnout a zapnout", |
||||
"Report a bug" : "Nahlásit chybu", |
||||
"Active apps" : "Aktivní aplikace", |
||||
"App bundles" : "Sady aplikací", |
||||
"Featured apps" : "Doporučené aplikace", |
||||
"Supported apps" : "Podporované aplikace", |
||||
"Best Nextcloud integration" : "Nejlepší začlenění do Nextcloud", |
||||
"Best security: documents never leave your server" : "Nejlepší zabezpečení: dokumenty nikdy neopouštějí váš server", |
||||
"Best support for legacy files" : "Nejlepší podpora pro soubory ze starých aplikací", |
||||
"Open core" : "Open core", |
||||
"Best performance" : "Nejlepší výkon" |
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" |
||||
} |
||||
@ -0,0 +1,53 @@ |
||||
OC.L10N.register( |
||||
"appstore", |
||||
{ |
||||
"Apps" : "Sovellukset", |
||||
"App name" : "Sovelluksen nimi", |
||||
"Version" : "Versio", |
||||
"Actions" : "Toiminnot", |
||||
"Show details" : "Näytä lisätiedot", |
||||
"Grid view" : "Ruudukkonäkymä", |
||||
"Learn more" : "Opi lisää", |
||||
"Daemon" : "Taustapalvelu", |
||||
"Type" : "Tyyppi", |
||||
"Name" : "Nimi", |
||||
"Display Name" : "Näyttönimi", |
||||
"Environment variables" : "Ympäristömuuttujat", |
||||
"Confirm" : "Vahvista", |
||||
"Description" : "Kuvaus", |
||||
"View in store" : "Näytä kaupassa", |
||||
"Visit website" : "Käy verkkosivustolla", |
||||
"Admin documentation" : "Ylläpitäjän dokumentaatio", |
||||
"Developer documentation" : "Kehittäjädokumentaatio", |
||||
"Details" : "Tiedot", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:", |
||||
"Categories" : "Kategoriat", |
||||
"Resources" : "Resurssit", |
||||
"Changelog" : "Muutosloki", |
||||
"Supported" : "Tuettu", |
||||
"Featured" : "Poiminta", |
||||
"This app is supported via your current Nextcloud subscription." : "Tämä sovellus on tuettu nykyisen Nextcloud-tilauksesi kautta.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Esitellyt sovellukset on yhteisön itsensä kehitettämiä. Ne tarjoavat keskeisiä toimintoja ja ovat valmiita tuotantokäyttöön.", |
||||
"Community rating: {score}/5" : "Yhteisön arvostelu: {score}/5", |
||||
"Default" : "Oletus", |
||||
"Carousel" : "Karuselli", |
||||
"Previous slide" : "Edellinen dia", |
||||
"Next slide" : "Seuraava dia", |
||||
"Choose slide to display" : "Valitse näytettävä dia", |
||||
"Save" : "Tallenna", |
||||
"Search everywhere" : "Etsi kaikkialta", |
||||
"Download and enable all" : "Lataa ja ota kaikki käyttöön", |
||||
"Nothing to show" : "Ei mitään näytettävää", |
||||
"Loading" : "Ladataan", |
||||
"Fetching the latest news…" : "Noudetaan viimeisimpiä uutisia…", |
||||
"Version {version}, {license}-licensed" : "Versio {version}, lisenssi {license}", |
||||
"Version {version}" : "Versio {version}", |
||||
"Disable" : "Poista käytöstä", |
||||
"Download and enable" : "Lataa ja ota käyttöön", |
||||
"Report a bug" : "Ilmoita viasta", |
||||
"Active apps" : "Aktiiviset sovellukset", |
||||
"App bundles" : "Sovelluskokoelmat", |
||||
"Featured apps" : "Esitellyt sovellukset", |
||||
"Supported apps" : "Tuetut sovellukset" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
@ -0,0 +1,51 @@ |
||||
{ "translations": { |
||||
"Apps" : "Sovellukset", |
||||
"App name" : "Sovelluksen nimi", |
||||
"Version" : "Versio", |
||||
"Actions" : "Toiminnot", |
||||
"Show details" : "Näytä lisätiedot", |
||||
"Grid view" : "Ruudukkonäkymä", |
||||
"Learn more" : "Opi lisää", |
||||
"Daemon" : "Taustapalvelu", |
||||
"Type" : "Tyyppi", |
||||
"Name" : "Nimi", |
||||
"Display Name" : "Näyttönimi", |
||||
"Environment variables" : "Ympäristömuuttujat", |
||||
"Confirm" : "Vahvista", |
||||
"Description" : "Kuvaus", |
||||
"View in store" : "Näytä kaupassa", |
||||
"Visit website" : "Käy verkkosivustolla", |
||||
"Admin documentation" : "Ylläpitäjän dokumentaatio", |
||||
"Developer documentation" : "Kehittäjädokumentaatio", |
||||
"Details" : "Tiedot", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Tätä sovellusta ei voi asentaa, koska seuraavat riippuvuudet eivät täyty:", |
||||
"Categories" : "Kategoriat", |
||||
"Resources" : "Resurssit", |
||||
"Changelog" : "Muutosloki", |
||||
"Supported" : "Tuettu", |
||||
"Featured" : "Poiminta", |
||||
"This app is supported via your current Nextcloud subscription." : "Tämä sovellus on tuettu nykyisen Nextcloud-tilauksesi kautta.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Esitellyt sovellukset on yhteisön itsensä kehitettämiä. Ne tarjoavat keskeisiä toimintoja ja ovat valmiita tuotantokäyttöön.", |
||||
"Community rating: {score}/5" : "Yhteisön arvostelu: {score}/5", |
||||
"Default" : "Oletus", |
||||
"Carousel" : "Karuselli", |
||||
"Previous slide" : "Edellinen dia", |
||||
"Next slide" : "Seuraava dia", |
||||
"Choose slide to display" : "Valitse näytettävä dia", |
||||
"Save" : "Tallenna", |
||||
"Search everywhere" : "Etsi kaikkialta", |
||||
"Download and enable all" : "Lataa ja ota kaikki käyttöön", |
||||
"Nothing to show" : "Ei mitään näytettävää", |
||||
"Loading" : "Ladataan", |
||||
"Fetching the latest news…" : "Noudetaan viimeisimpiä uutisia…", |
||||
"Version {version}, {license}-licensed" : "Versio {version}, lisenssi {license}", |
||||
"Version {version}" : "Versio {version}", |
||||
"Disable" : "Poista käytöstä", |
||||
"Download and enable" : "Lataa ja ota käyttöön", |
||||
"Report a bug" : "Ilmoita viasta", |
||||
"Active apps" : "Aktiiviset sovellukset", |
||||
"App bundles" : "Sovelluskokoelmat", |
||||
"Featured apps" : "Esitellyt sovellukset", |
||||
"Supported apps" : "Tuetut sovellukset" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
||||
@ -0,0 +1,83 @@ |
||||
OC.L10N.register( |
||||
"appstore", |
||||
{ |
||||
"Apps" : "Programėlės", |
||||
"App name" : "Programėlės pavadinimas", |
||||
"Version" : "Versija", |
||||
"Actions" : "Veiksmai", |
||||
"Show details" : "Rodyti išsamesnę informaciją", |
||||
"Grid view" : "Tinklelio rodinys", |
||||
"Please use the AIO interface to switch between office suites." : "Norėdami pereiti iš vieno biuro programų paketo į kitą, naudokite AIO sąsają.", |
||||
"installed" : "įdiegta", |
||||
"Learn more" : "Sužinoti daugiau", |
||||
"Daemon" : "Tarnyba", |
||||
"Deploy Daemon" : "„Deploy Daemon“", |
||||
"Type" : "Tipas", |
||||
"Name" : "Pavadinimas", |
||||
"Display Name" : "Rodomas vardas", |
||||
"GPUs support" : "GPU palaikymas", |
||||
"Compute device" : "Skaičiavimo įrenginys", |
||||
"Advanced deploy options" : "Išplėstinės diegimo parinktys", |
||||
"Edit ExApp deploy options before installation" : "Redaguokite „ExApp“ diegimo parinktis prieš diegimą", |
||||
"Configured ExApp deploy options. Can be set only during installation" : "Sukonfigūruotos „ExApp“ diegimo parinktys. Galima nustatyti tik diegimo metu", |
||||
"Environment variables" : "Aplinkos kintamieji", |
||||
"Mounts" : "Prijunginiai", |
||||
"Define host folder mounts to bind to the ExApp container" : "Nustatykite, kokie pagrindinio kompiuterio aplankų prijungimai turi būti susieti su „ExApp“ konteineriu", |
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Prieš diegiant „ExApp“, tai jau turi būti „Deploy daemon“ serveryje.", |
||||
"New mount" : "Nauja jungtis", |
||||
"Enter path to host folder" : "Įveskite kelią iki pagrindinio aplanko", |
||||
"Confirm adding new mount" : "Patvirtinkite naujos jungties pridėjimą", |
||||
"Confirm" : "Patvirtinti", |
||||
"Cancel adding mount" : "Atšaukti jungties pridėjimą", |
||||
"ExApp container mounts" : "ExApp konteinerio jungtis", |
||||
"No mounts defined" : "Jungtys neapibrėžtos", |
||||
"Description" : "Aprašas", |
||||
"View in store" : "Rodyti parduotuvėje", |
||||
"Visit website" : "Aplankyti svetainę", |
||||
"Admin documentation" : "Administratoriaus dokumentacija", |
||||
"Developer documentation" : "Plėtotojo dokumentacija", |
||||
"Details" : "Išsamiau", |
||||
"This app has no minimum {productName} version assigned. This will be an error in the future." : "Šiai programėlei nenurodyta {productName} minimali versija. Ateityje tai bus klaida.", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Ši programėlė negali būti įdiegta, nes nėra patenkintos žemiau išvardintos priklausomybės:", |
||||
"Categories" : "Kategorijos", |
||||
"Resources" : "Ištekliai", |
||||
"Changelog" : "Keitinių žurnalas", |
||||
"Supported" : "Palaikoma", |
||||
"Featured" : "Siūlomos", |
||||
"This app is supported via your current Nextcloud subscription." : "Ši programėlė yra palaikoma per jūsų esamą Nextcloud prenumeratą.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Siūlomos programėlės yra kuriamos bendruomenės viduje ir jas kuria bendruomenė. Šios programėlės siūlo svarbiausią funkcionalumą ir yra paruoštos kasdieniam naudojimui.", |
||||
"Community rating: {score}/5" : "Bendruomenės įvertinimas: {score}/5", |
||||
"Choose Deploy Daemon for {appName}" : "Pasirinkite „Deploy Daemon“ {appName}", |
||||
"No Deploy daemons configured" : "Nėra sukonfigūruotų „Deploy Daemon“", |
||||
"Register a custom one or setup from available templates" : "Užregistruokite savo šabloną arba pasirinkite vieną iš siūlomų šablonų", |
||||
"Manage Deploy daemons" : "Tvarkyti „Deploy Daemon“", |
||||
"Default" : "Numatytasis", |
||||
"Carousel" : "\"Carousel\"", |
||||
"Previous slide" : "Ankstesnė skaidrė", |
||||
"Next slide" : "Kita skaidrė", |
||||
"Choose slide to display" : "Pasirinkti rodytiną skaidrę", |
||||
"Save" : "Įrašyti", |
||||
"Search everywhere" : "Ieškoti visur", |
||||
"Download and enable all" : "Atsisiųskite ir įgalinkite viską", |
||||
"Could not load app discover section" : "Nepavyko įkelti programėlių radimo skilties", |
||||
"Nothing to show" : "Nėra ką rodyti", |
||||
"Could not load section content from app store." : "Nepavyko įkelti skyriaus turinio iš programėlių parduotuvės.", |
||||
"Loading" : "Įkeliama", |
||||
"Fetching the latest news…" : "Gaunamos paskiausios naujienos…", |
||||
"Version {version}, {license}-licensed" : "Versija {version}, {license}-licencijuota", |
||||
"Version {version}" : "Versija {version}", |
||||
"Disable" : "Išjungti", |
||||
"Download and enable" : "Atsisiųsti ir įjungti", |
||||
"Report a bug" : "Pranešti apie klaidą", |
||||
"Active apps" : "Aktyvios programėlės", |
||||
"App bundles" : "Programėlių rinkiniai", |
||||
"Featured apps" : "Siūlomos programėlės", |
||||
"Supported apps" : "Palaikomos programėlės", |
||||
"Best Nextcloud integration" : "Geriausia \"Nextcloud\" integracija", |
||||
"Good performance" : "Geras našumas", |
||||
"Best security: documents never leave your server" : "Geriausias saugumas: dokumentai niekada nepalieka jūsų serverio", |
||||
"Best support for legacy files" : "Geriausias palaikymas senesniems failams", |
||||
"Open core" : "Atviro branduolio", |
||||
"Best performance" : "Geriausias našumas" |
||||
}, |
||||
"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);"); |
||||
@ -0,0 +1,81 @@ |
||||
{ "translations": { |
||||
"Apps" : "Programėlės", |
||||
"App name" : "Programėlės pavadinimas", |
||||
"Version" : "Versija", |
||||
"Actions" : "Veiksmai", |
||||
"Show details" : "Rodyti išsamesnę informaciją", |
||||
"Grid view" : "Tinklelio rodinys", |
||||
"Please use the AIO interface to switch between office suites." : "Norėdami pereiti iš vieno biuro programų paketo į kitą, naudokite AIO sąsają.", |
||||
"installed" : "įdiegta", |
||||
"Learn more" : "Sužinoti daugiau", |
||||
"Daemon" : "Tarnyba", |
||||
"Deploy Daemon" : "„Deploy Daemon“", |
||||
"Type" : "Tipas", |
||||
"Name" : "Pavadinimas", |
||||
"Display Name" : "Rodomas vardas", |
||||
"GPUs support" : "GPU palaikymas", |
||||
"Compute device" : "Skaičiavimo įrenginys", |
||||
"Advanced deploy options" : "Išplėstinės diegimo parinktys", |
||||
"Edit ExApp deploy options before installation" : "Redaguokite „ExApp“ diegimo parinktis prieš diegimą", |
||||
"Configured ExApp deploy options. Can be set only during installation" : "Sukonfigūruotos „ExApp“ diegimo parinktys. Galima nustatyti tik diegimo metu", |
||||
"Environment variables" : "Aplinkos kintamieji", |
||||
"Mounts" : "Prijunginiai", |
||||
"Define host folder mounts to bind to the ExApp container" : "Nustatykite, kokie pagrindinio kompiuterio aplankų prijungimai turi būti susieti su „ExApp“ konteineriu", |
||||
"Must exist on the Deploy daemon host prior to installing the ExApp" : "Prieš diegiant „ExApp“, tai jau turi būti „Deploy daemon“ serveryje.", |
||||
"New mount" : "Nauja jungtis", |
||||
"Enter path to host folder" : "Įveskite kelią iki pagrindinio aplanko", |
||||
"Confirm adding new mount" : "Patvirtinkite naujos jungties pridėjimą", |
||||
"Confirm" : "Patvirtinti", |
||||
"Cancel adding mount" : "Atšaukti jungties pridėjimą", |
||||
"ExApp container mounts" : "ExApp konteinerio jungtis", |
||||
"No mounts defined" : "Jungtys neapibrėžtos", |
||||
"Description" : "Aprašas", |
||||
"View in store" : "Rodyti parduotuvėje", |
||||
"Visit website" : "Aplankyti svetainę", |
||||
"Admin documentation" : "Administratoriaus dokumentacija", |
||||
"Developer documentation" : "Plėtotojo dokumentacija", |
||||
"Details" : "Išsamiau", |
||||
"This app has no minimum {productName} version assigned. This will be an error in the future." : "Šiai programėlei nenurodyta {productName} minimali versija. Ateityje tai bus klaida.", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Ši programėlė negali būti įdiegta, nes nėra patenkintos žemiau išvardintos priklausomybės:", |
||||
"Categories" : "Kategorijos", |
||||
"Resources" : "Ištekliai", |
||||
"Changelog" : "Keitinių žurnalas", |
||||
"Supported" : "Palaikoma", |
||||
"Featured" : "Siūlomos", |
||||
"This app is supported via your current Nextcloud subscription." : "Ši programėlė yra palaikoma per jūsų esamą Nextcloud prenumeratą.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Siūlomos programėlės yra kuriamos bendruomenės viduje ir jas kuria bendruomenė. Šios programėlės siūlo svarbiausią funkcionalumą ir yra paruoštos kasdieniam naudojimui.", |
||||
"Community rating: {score}/5" : "Bendruomenės įvertinimas: {score}/5", |
||||
"Choose Deploy Daemon for {appName}" : "Pasirinkite „Deploy Daemon“ {appName}", |
||||
"No Deploy daemons configured" : "Nėra sukonfigūruotų „Deploy Daemon“", |
||||
"Register a custom one or setup from available templates" : "Užregistruokite savo šabloną arba pasirinkite vieną iš siūlomų šablonų", |
||||
"Manage Deploy daemons" : "Tvarkyti „Deploy Daemon“", |
||||
"Default" : "Numatytasis", |
||||
"Carousel" : "\"Carousel\"", |
||||
"Previous slide" : "Ankstesnė skaidrė", |
||||
"Next slide" : "Kita skaidrė", |
||||
"Choose slide to display" : "Pasirinkti rodytiną skaidrę", |
||||
"Save" : "Įrašyti", |
||||
"Search everywhere" : "Ieškoti visur", |
||||
"Download and enable all" : "Atsisiųskite ir įgalinkite viską", |
||||
"Could not load app discover section" : "Nepavyko įkelti programėlių radimo skilties", |
||||
"Nothing to show" : "Nėra ką rodyti", |
||||
"Could not load section content from app store." : "Nepavyko įkelti skyriaus turinio iš programėlių parduotuvės.", |
||||
"Loading" : "Įkeliama", |
||||
"Fetching the latest news…" : "Gaunamos paskiausios naujienos…", |
||||
"Version {version}, {license}-licensed" : "Versija {version}, {license}-licencijuota", |
||||
"Version {version}" : "Versija {version}", |
||||
"Disable" : "Išjungti", |
||||
"Download and enable" : "Atsisiųsti ir įjungti", |
||||
"Report a bug" : "Pranešti apie klaidą", |
||||
"Active apps" : "Aktyvios programėlės", |
||||
"App bundles" : "Programėlių rinkiniai", |
||||
"Featured apps" : "Siūlomos programėlės", |
||||
"Supported apps" : "Palaikomos programėlės", |
||||
"Best Nextcloud integration" : "Geriausia \"Nextcloud\" integracija", |
||||
"Good performance" : "Geras našumas", |
||||
"Best security: documents never leave your server" : "Geriausias saugumas: dokumentai niekada nepalieka jūsų serverio", |
||||
"Best support for legacy files" : "Geriausias palaikymas senesniems failams", |
||||
"Open core" : "Atviro branduolio", |
||||
"Best performance" : "Geriausias našumas" |
||||
},"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);" |
||||
} |
||||
@ -0,0 +1,61 @@ |
||||
OC.L10N.register( |
||||
"appstore", |
||||
{ |
||||
"Apps" : "Apper", |
||||
"App name" : "App-navn", |
||||
"Version" : "Versjon", |
||||
"Actions" : "Handlinger", |
||||
"Show details" : "Vis detaljer", |
||||
"Grid view" : "Rutenett-visning", |
||||
"Learn more" : "Lær mer", |
||||
"Daemon" : "Nisse", |
||||
"Deploy Daemon" : "Distribuerings-daemon", |
||||
"Type" : "Type", |
||||
"Name" : "Navn", |
||||
"Display Name" : "Visningsnavn", |
||||
"GPUs support" : "Støtte for GPUer", |
||||
"Compute device" : "Beregningsenhet", |
||||
"Confirm" : "Bekreft", |
||||
"Description" : "Beskrivelse", |
||||
"View in store" : "Vis i butikk", |
||||
"Visit website" : "Besøk nettsiden", |
||||
"Admin documentation" : "Admindokumentasjon", |
||||
"Developer documentation" : "Utviklerdokumentasjon", |
||||
"Details" : "Detaljer", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:", |
||||
"Categories" : "Kategorier", |
||||
"Resources" : "Ressurser", |
||||
"Changelog" : "Endringslogg", |
||||
"Supported" : "Støttet", |
||||
"Featured" : "Anbefalt", |
||||
"This app is supported via your current Nextcloud subscription." : "Denne appen er støttet av ditt nåværende Nextcloud abonnement.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Anbefalte apper er utviklet av og innenfor fellesskapet. De tilbyr sentral funksjonalitet og er klare for bruk i produksjon.", |
||||
"Community rating: {score}/5" : "Samfunnsvurdering: {score}/5", |
||||
"No Deploy daemons configured" : "Ingen distribuerings-daemoner konfigurert", |
||||
"Register a custom one or setup from available templates" : "Registrer en tilpasset en eller sett opp fra tilgjengelige maler", |
||||
"Default" : "Forvalg", |
||||
"Carousel" : "Karusell", |
||||
"Previous slide" : "Forrige lysbilde", |
||||
"Next slide" : "Neste lysbilde", |
||||
"Choose slide to display" : "Velg lysbilde som skal vises", |
||||
"Save" : "Lagre", |
||||
"Search everywhere" : "Søk overalt", |
||||
"Download and enable all" : "Last ned og aktiver alle", |
||||
"Could not load app discover section" : "Kunne ikke laste inn appoppdagelsesdelen", |
||||
"Nothing to show" : "Ingenting å vise her", |
||||
"Could not load section content from app store." : "Kunne ikke laste inn seksjonsinnhold fra app store.", |
||||
"Loading" : "Lasting", |
||||
"Fetching the latest news…" : "Henter siste nyheter...", |
||||
"Loading categories" : "Laster kategorier", |
||||
"Version {version}, {license}-licensed" : "Versjon {version}, {license}-lisensiert", |
||||
"Version {version}" : "Versjon {version}", |
||||
"Disable" : "Deaktiver", |
||||
"Enable" : "Aktiver", |
||||
"Download and enable" : "Last ned og aktiver", |
||||
"Report a bug" : "Rapporter en feil", |
||||
"Active apps" : "Aktive apper", |
||||
"App bundles" : "App-pakker", |
||||
"Featured apps" : "Fremhevede apper", |
||||
"Supported apps" : "Støttede apper" |
||||
}, |
||||
"nplurals=2; plural=(n != 1);"); |
||||
@ -0,0 +1,59 @@ |
||||
{ "translations": { |
||||
"Apps" : "Apper", |
||||
"App name" : "App-navn", |
||||
"Version" : "Versjon", |
||||
"Actions" : "Handlinger", |
||||
"Show details" : "Vis detaljer", |
||||
"Grid view" : "Rutenett-visning", |
||||
"Learn more" : "Lær mer", |
||||
"Daemon" : "Nisse", |
||||
"Deploy Daemon" : "Distribuerings-daemon", |
||||
"Type" : "Type", |
||||
"Name" : "Navn", |
||||
"Display Name" : "Visningsnavn", |
||||
"GPUs support" : "Støtte for GPUer", |
||||
"Compute device" : "Beregningsenhet", |
||||
"Confirm" : "Bekreft", |
||||
"Description" : "Beskrivelse", |
||||
"View in store" : "Vis i butikk", |
||||
"Visit website" : "Besøk nettsiden", |
||||
"Admin documentation" : "Admindokumentasjon", |
||||
"Developer documentation" : "Utviklerdokumentasjon", |
||||
"Details" : "Detaljer", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Denne appen kan ikke installeres fordi følgende avhengigheter ikke er tilfredsstilt:", |
||||
"Categories" : "Kategorier", |
||||
"Resources" : "Ressurser", |
||||
"Changelog" : "Endringslogg", |
||||
"Supported" : "Støttet", |
||||
"Featured" : "Anbefalt", |
||||
"This app is supported via your current Nextcloud subscription." : "Denne appen er støttet av ditt nåværende Nextcloud abonnement.", |
||||
"Featured apps are developed by and within the community. They offer central functionality and are ready for production use." : "Anbefalte apper er utviklet av og innenfor fellesskapet. De tilbyr sentral funksjonalitet og er klare for bruk i produksjon.", |
||||
"Community rating: {score}/5" : "Samfunnsvurdering: {score}/5", |
||||
"No Deploy daemons configured" : "Ingen distribuerings-daemoner konfigurert", |
||||
"Register a custom one or setup from available templates" : "Registrer en tilpasset en eller sett opp fra tilgjengelige maler", |
||||
"Default" : "Forvalg", |
||||
"Carousel" : "Karusell", |
||||
"Previous slide" : "Forrige lysbilde", |
||||
"Next slide" : "Neste lysbilde", |
||||
"Choose slide to display" : "Velg lysbilde som skal vises", |
||||
"Save" : "Lagre", |
||||
"Search everywhere" : "Søk overalt", |
||||
"Download and enable all" : "Last ned og aktiver alle", |
||||
"Could not load app discover section" : "Kunne ikke laste inn appoppdagelsesdelen", |
||||
"Nothing to show" : "Ingenting å vise her", |
||||
"Could not load section content from app store." : "Kunne ikke laste inn seksjonsinnhold fra app store.", |
||||
"Loading" : "Lasting", |
||||
"Fetching the latest news…" : "Henter siste nyheter...", |
||||
"Loading categories" : "Laster kategorier", |
||||
"Version {version}, {license}-licensed" : "Versjon {version}, {license}-lisensiert", |
||||
"Version {version}" : "Versjon {version}", |
||||
"Disable" : "Deaktiver", |
||||
"Enable" : "Aktiver", |
||||
"Download and enable" : "Last ned og aktiver", |
||||
"Report a bug" : "Rapporter en feil", |
||||
"Active apps" : "Aktive apper", |
||||
"App bundles" : "App-pakker", |
||||
"Featured apps" : "Fremhevede apper", |
||||
"Supported apps" : "Støttede apper" |
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);" |
||||
} |
||||
@ -0,0 +1,38 @@ |
||||
OC.L10N.register( |
||||
"appstore", |
||||
{ |
||||
"Apps" : "Aplicações", |
||||
"App name" : "Nome da aplicação", |
||||
"Version" : "Versão", |
||||
"Actions" : "Ações", |
||||
"Show details" : "Mostrar detalhes", |
||||
"Grid view" : "Visualização em grelha", |
||||
"Learn more" : "Conheça melhor", |
||||
"Type" : "Tipo", |
||||
"Name" : "Nome", |
||||
"Confirm" : "Confirmar", |
||||
"Description" : "Descrição", |
||||
"View in store" : "Ver na loja", |
||||
"Visit website" : "Visitar o website", |
||||
"Admin documentation" : "Documentação de administrador", |
||||
"Developer documentation" : "Documentação de programador", |
||||
"Details" : "Detalhes", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicação não pode ser instalada porque as seguintes dependências não podem ser realizadas:", |
||||
"Categories" : "Categorias", |
||||
"Resources" : "Recursos", |
||||
"Changelog" : "Registo de alterações", |
||||
"Supported" : "Suportado", |
||||
"Featured" : "Destacado", |
||||
"Default" : "Predefinido", |
||||
"Save" : "Gravar", |
||||
"Search everywhere" : "Pesquisar em todo o lado", |
||||
"Download and enable all" : "Transferir e ativar tudo", |
||||
"Loading" : "A carregar", |
||||
"Disable" : "Desativar", |
||||
"Enable" : "Ativar", |
||||
"Download and enable" : "Transferir e ativar", |
||||
"Report a bug" : "Reportar um erro", |
||||
"App bundles" : "Pacotes de apps", |
||||
"Featured apps" : "Aplicações destacadas" |
||||
}, |
||||
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |
||||
@ -0,0 +1,36 @@ |
||||
{ "translations": { |
||||
"Apps" : "Aplicações", |
||||
"App name" : "Nome da aplicação", |
||||
"Version" : "Versão", |
||||
"Actions" : "Ações", |
||||
"Show details" : "Mostrar detalhes", |
||||
"Grid view" : "Visualização em grelha", |
||||
"Learn more" : "Conheça melhor", |
||||
"Type" : "Tipo", |
||||
"Name" : "Nome", |
||||
"Confirm" : "Confirmar", |
||||
"Description" : "Descrição", |
||||
"View in store" : "Ver na loja", |
||||
"Visit website" : "Visitar o website", |
||||
"Admin documentation" : "Documentação de administrador", |
||||
"Developer documentation" : "Documentação de programador", |
||||
"Details" : "Detalhes", |
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicação não pode ser instalada porque as seguintes dependências não podem ser realizadas:", |
||||
"Categories" : "Categorias", |
||||
"Resources" : "Recursos", |
||||
"Changelog" : "Registo de alterações", |
||||
"Supported" : "Suportado", |
||||
"Featured" : "Destacado", |
||||
"Default" : "Predefinido", |
||||
"Save" : "Gravar", |
||||
"Search everywhere" : "Pesquisar em todo o lado", |
||||
"Download and enable all" : "Transferir e ativar tudo", |
||||
"Loading" : "A carregar", |
||||
"Disable" : "Desativar", |
||||
"Enable" : "Ativar", |
||||
"Download and enable" : "Transferir e ativar", |
||||
"Report a bug" : "Reportar um erro", |
||||
"App bundles" : "Pacotes de apps", |
||||
"Featured apps" : "Aplicações destacadas" |
||||
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" |
||||
} |
||||
Loading…
Reference in new issue