Skip to content

Commit ef1bea0

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 6e3914f commit ef1bea0

92 files changed

Lines changed: 1142 additions & 16 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/appstore/l10n/cs.js

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
OC.L10N.register(
2+
"appstore",
3+
{
4+
"Apps" : "Aplikace",
5+
"App name" : "Název aplikace",
6+
"Version" : "Verze",
7+
"Actions" : "Akce",
8+
"Show details" : "Zobrazit podrobnosti",
9+
"Grid view" : "Zobrazení v mřížce",
10+
"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.",
11+
"installed" : "nainstalované",
12+
"Learn more" : "Zjistit více",
13+
"Daemon" : "Proces služby",
14+
"Deploy Daemon" : "Nasadit proces služby",
15+
"Type" : "Typ",
16+
"Name" : "Název",
17+
"Display Name" : "Zobrazované jméno",
18+
"GPUs support" : "Podpora pro výpočty na GPU",
19+
"Compute device" : "Výpočetní zařízení",
20+
"Advanced deploy options" : "Pokročilé předvolby pro nasazení",
21+
"Edit ExApp deploy options before installation" : "Předvolby nasazení ExApp před instalací",
22+
"Environment variables" : "Proměnné prostředí",
23+
"Mounts" : "Připojení",
24+
"Define host folder mounts to bind to the ExApp container" : "Definovat připojení hostitelské složky pro napojení na kontejner s ExApp",
25+
"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",
26+
"New mount" : "Nové připojení",
27+
"Enter path to host folder" : "Zadejte popis umístění složky hostitele",
28+
"Confirm adding new mount" : "Potvrďte přidání nového připojení",
29+
"Confirm" : "Potvrdit",
30+
"Cancel adding mount" : "Zrušit přidávání připojení",
31+
"ExApp container mounts" : "Připojení kontejneru s ExApp",
32+
"No mounts defined" : "Nedefinována žádná připojení",
33+
"Description" : "Popis",
34+
"View in store" : "Zobrazit v katalogu aplikací",
35+
"Visit website" : "Navštívit webovou stránku",
36+
"Admin documentation" : "Dokumentace pro správce",
37+
"Developer documentation" : "Dokumentace pro vývojáře",
38+
"Details" : "Podrobnosti",
39+
"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:",
40+
"Categories" : "Kategorie",
41+
"Resources" : "Prostředky",
42+
"Changelog" : "Souhrn změn",
43+
"Supported" : "Podporováno",
44+
"Featured" : "Doporučená",
45+
"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.",
46+
"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í.",
47+
"Community rating: {score}/5" : "Hodnocení komunitou: {score}/5",
48+
"Choose Deploy Daemon for {appName}" : "Zvolte proces služby nasazování pro {appName}",
49+
"No Deploy daemons configured" : "Nejsou nastavené žádné procesy služby nasazování",
50+
"Register a custom one or setup from available templates" : "Zaregistrujte uživatelsky určené nebo nastavte z dostupných šablon",
51+
"Manage Deploy daemons" : "Spravovat procesy služby nasazování",
52+
"Default" : "Výchozí",
53+
"Carousel" : "Kolotoč",
54+
"Previous slide" : "Předchozí snímek",
55+
"Next slide" : "Následující snímek",
56+
"Choose slide to display" : "Zvolte snímek který zobrazit",
57+
"Save" : "Uložit",
58+
"Search everywhere" : "Hledat všude",
59+
"Download and enable all" : "Stáhnout a zapnout vše",
60+
"Could not load app discover section" : "Nepodařilo se načíst sekci objevování aplikací",
61+
"Nothing to show" : "Není co zobrazit",
62+
"Could not load section content from app store." : "Nepodařilo se načíst obsah sekce z katalogu aplikací.",
63+
"Loading" : "Načítání",
64+
"Fetching the latest news…" : "Získávání nejnovějších zpráv …",
65+
"Version {version}, {license}-licensed" : "Verze {version}, {license}-licencováno",
66+
"Version {version}" : "Verze {version}",
67+
"Disable" : "Vypnout",
68+
"Download and enable" : "Stáhnout a zapnout",
69+
"Report a bug" : "Nahlásit chybu",
70+
"Active apps" : "Aktivní aplikace",
71+
"App bundles" : "Sady aplikací",
72+
"Featured apps" : "Doporučené aplikace",
73+
"Supported apps" : "Podporované aplikace",
74+
"Best Nextcloud integration" : "Nejlepší začlenění do Nextcloud",
75+
"Best security: documents never leave your server" : "Nejlepší zabezpečení: dokumenty nikdy neopouštějí váš server",
76+
"Best support for legacy files" : "Nejlepší podpora pro soubory ze starých aplikací",
77+
"Open core" : "Open core",
78+
"Best performance" : "Nejlepší výkon"
79+
},
80+
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");

apps/appstore/l10n/cs.json

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{ "translations": {
2+
"Apps" : "Aplikace",
3+
"App name" : "Název aplikace",
4+
"Version" : "Verze",
5+
"Actions" : "Akce",
6+
"Show details" : "Zobrazit podrobnosti",
7+
"Grid view" : "Zobrazení v mřížce",
8+
"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.",
9+
"installed" : "nainstalované",
10+
"Learn more" : "Zjistit více",
11+
"Daemon" : "Proces služby",
12+
"Deploy Daemon" : "Nasadit proces služby",
13+
"Type" : "Typ",
14+
"Name" : "Název",
15+
"Display Name" : "Zobrazované jméno",
16+
"GPUs support" : "Podpora pro výpočty na GPU",
17+
"Compute device" : "Výpočetní zařízení",
18+
"Advanced deploy options" : "Pokročilé předvolby pro nasazení",
19+
"Edit ExApp deploy options before installation" : "Předvolby nasazení ExApp před instalací",
20+
"Environment variables" : "Proměnné prostředí",
21+
"Mounts" : "Připojení",
22+
"Define host folder mounts to bind to the ExApp container" : "Definovat připojení hostitelské složky pro napojení na kontejner s ExApp",
23+
"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",
24+
"New mount" : "Nové připojení",
25+
"Enter path to host folder" : "Zadejte popis umístění složky hostitele",
26+
"Confirm adding new mount" : "Potvrďte přidání nového připojení",
27+
"Confirm" : "Potvrdit",
28+
"Cancel adding mount" : "Zrušit přidávání připojení",
29+
"ExApp container mounts" : "Připojení kontejneru s ExApp",
30+
"No mounts defined" : "Nedefinována žádná připojení",
31+
"Description" : "Popis",
32+
"View in store" : "Zobrazit v katalogu aplikací",
33+
"Visit website" : "Navštívit webovou stránku",
34+
"Admin documentation" : "Dokumentace pro správce",
35+
"Developer documentation" : "Dokumentace pro vývojáře",
36+
"Details" : "Podrobnosti",
37+
"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:",
38+
"Categories" : "Kategorie",
39+
"Resources" : "Prostředky",
40+
"Changelog" : "Souhrn změn",
41+
"Supported" : "Podporováno",
42+
"Featured" : "Doporučená",
43+
"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.",
44+
"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í.",
45+
"Community rating: {score}/5" : "Hodnocení komunitou: {score}/5",
46+
"Choose Deploy Daemon for {appName}" : "Zvolte proces služby nasazování pro {appName}",
47+
"No Deploy daemons configured" : "Nejsou nastavené žádné procesy služby nasazování",
48+
"Register a custom one or setup from available templates" : "Zaregistrujte uživatelsky určené nebo nastavte z dostupných šablon",
49+
"Manage Deploy daemons" : "Spravovat procesy služby nasazování",
50+
"Default" : "Výchozí",
51+
"Carousel" : "Kolotoč",
52+
"Previous slide" : "Předchozí snímek",
53+
"Next slide" : "Následující snímek",
54+
"Choose slide to display" : "Zvolte snímek který zobrazit",
55+
"Save" : "Uložit",
56+
"Search everywhere" : "Hledat všude",
57+
"Download and enable all" : "Stáhnout a zapnout vše",
58+
"Could not load app discover section" : "Nepodařilo se načíst sekci objevování aplikací",
59+
"Nothing to show" : "Není co zobrazit",
60+
"Could not load section content from app store." : "Nepodařilo se načíst obsah sekce z katalogu aplikací.",
61+
"Loading" : "Načítání",
62+
"Fetching the latest news…" : "Získávání nejnovějších zpráv …",
63+
"Version {version}, {license}-licensed" : "Verze {version}, {license}-licencováno",
64+
"Version {version}" : "Verze {version}",
65+
"Disable" : "Vypnout",
66+
"Download and enable" : "Stáhnout a zapnout",
67+
"Report a bug" : "Nahlásit chybu",
68+
"Active apps" : "Aktivní aplikace",
69+
"App bundles" : "Sady aplikací",
70+
"Featured apps" : "Doporučené aplikace",
71+
"Supported apps" : "Podporované aplikace",
72+
"Best Nextcloud integration" : "Nejlepší začlenění do Nextcloud",
73+
"Best security: documents never leave your server" : "Nejlepší zabezpečení: dokumenty nikdy neopouštějí váš server",
74+
"Best support for legacy files" : "Nejlepší podpora pro soubory ze starých aplikací",
75+
"Open core" : "Open core",
76+
"Best performance" : "Nejlepší výkon"
77+
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
78+
}

apps/appstore/l10n/cy_GB.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,20 @@ OC.L10N.register(
55
"App name" : "Enw'r ap",
66
"Version" : "Fersiwn",
77
"Actions" : "Gweithredoedd",
8+
"Grid view" : "Golwg grid",
9+
"Type" : "Math",
810
"Name" : "Enw",
911
"Confirm" : "Cadarnhau",
1012
"Description" : "Disgrifiad",
1113
"Admin documentation" : "Dogfennaeth weinyddol",
1214
"Developer documentation" : "Dogfennaeth datblygwr",
15+
"Details" : "Manylion",
1316
"Categories" : "Categorïau",
1417
"Resources" : "Adnoddau",
1518
"Changelog" : "Cofnod newid",
1619
"Featured" : "Nodwedd",
1720
"Save" : "Cadw",
21+
"Disable" : "Analluogi",
1822
"Featured apps" : "Apiau dan sylw"
1923
},
2024
"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;");

apps/appstore/l10n/cy_GB.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,20 @@
33
"App name" : "Enw'r ap",
44
"Version" : "Fersiwn",
55
"Actions" : "Gweithredoedd",
6+
"Grid view" : "Golwg grid",
7+
"Type" : "Math",
68
"Name" : "Enw",
79
"Confirm" : "Cadarnhau",
810
"Description" : "Disgrifiad",
911
"Admin documentation" : "Dogfennaeth weinyddol",
1012
"Developer documentation" : "Dogfennaeth datblygwr",
13+
"Details" : "Manylion",
1114
"Categories" : "Categorïau",
1215
"Resources" : "Adnoddau",
1316
"Changelog" : "Cofnod newid",
1417
"Featured" : "Nodwedd",
1518
"Save" : "Cadw",
19+
"Disable" : "Analluogi",
1620
"Featured apps" : "Apiau dan sylw"
1721
},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"
1822
}

apps/appstore/l10n/es_419.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,26 @@ OC.L10N.register(
55
"App name" : "Nombre de la aplicación",
66
"Version" : "Versión",
77
"Actions" : "Acciones",
8+
"Grid view" : "Vista de cuadrícula",
9+
"Learn more" : "Conoce más",
10+
"Type" : "Tipo",
811
"Name" : "Nombre",
912
"Display Name" : "Nombre a desplegar",
1013
"Confirm" : "Confirmar",
1114
"Description" : "Descripción",
15+
"View in store" : "Ver en la tienda",
16+
"Visit website" : "Visita el sitio web",
1217
"Admin documentation" : "Documentación del administrador",
1318
"Developer documentation" : "Documentación del desarrollador",
19+
"Details" : "Detalles",
20+
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
1421
"Categories" : "Categorías",
1522
"Resources" : "Recursos",
1623
"Changelog" : "Bitácora de cambios",
1724
"Featured" : "Destacado",
18-
"Save" : "Guardar"
25+
"Save" : "Guardar",
26+
"Disable" : "Deshabilitar",
27+
"Report a bug" : "Reporta un detalle",
28+
"App bundles" : "Paquetes de aplicación"
1929
},
2030
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

apps/appstore/l10n/es_419.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,26 @@
33
"App name" : "Nombre de la aplicación",
44
"Version" : "Versión",
55
"Actions" : "Acciones",
6+
"Grid view" : "Vista de cuadrícula",
7+
"Learn more" : "Conoce más",
8+
"Type" : "Tipo",
69
"Name" : "Nombre",
710
"Display Name" : "Nombre a desplegar",
811
"Confirm" : "Confirmar",
912
"Description" : "Descripción",
13+
"View in store" : "Ver en la tienda",
14+
"Visit website" : "Visita el sitio web",
1015
"Admin documentation" : "Documentación del administrador",
1116
"Developer documentation" : "Documentación del desarrollador",
17+
"Details" : "Detalles",
18+
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
1219
"Categories" : "Categorías",
1320
"Resources" : "Recursos",
1421
"Changelog" : "Bitácora de cambios",
1522
"Featured" : "Destacado",
16-
"Save" : "Guardar"
23+
"Save" : "Guardar",
24+
"Disable" : "Deshabilitar",
25+
"Report a bug" : "Reporta un detalle",
26+
"App bundles" : "Paquetes de aplicación"
1727
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
1828
}

apps/appstore/l10n/es_GT.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,28 @@ OC.L10N.register(
55
"App name" : "Nombre de la aplicación",
66
"Version" : "Versión",
77
"Actions" : "Acciones",
8+
"Grid view" : "Vista de cuadrícula",
9+
"Learn more" : "Conoce más",
10+
"Daemon" : "Demonio",
11+
"Type" : "Tipo",
812
"Name" : "Nombre",
913
"Display Name" : "Nombre a desplegar",
1014
"Confirm" : "Confirmar",
1115
"Description" : "Descripción",
16+
"View in store" : "Ver en la tienda",
17+
"Visit website" : "Visita el sitio web",
1218
"Admin documentation" : "Documentación del administrador",
1319
"Developer documentation" : "Documentación del desarrollador",
20+
"Details" : "Detalles",
21+
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
1422
"Categories" : "Categorías",
1523
"Resources" : "Recursos",
1624
"Changelog" : "Bitácora de cambios",
1725
"Featured" : "Destacado",
18-
"Save" : "Guardar"
26+
"Save" : "Guardar",
27+
"Loading" : "Cargando",
28+
"Disable" : "Deshabilitar",
29+
"Report a bug" : "Reporta un detalle",
30+
"App bundles" : "Paquetes de aplicación"
1931
},
2032
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

apps/appstore/l10n/es_GT.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,28 @@
33
"App name" : "Nombre de la aplicación",
44
"Version" : "Versión",
55
"Actions" : "Acciones",
6+
"Grid view" : "Vista de cuadrícula",
7+
"Learn more" : "Conoce más",
8+
"Daemon" : "Demonio",
9+
"Type" : "Tipo",
610
"Name" : "Nombre",
711
"Display Name" : "Nombre a desplegar",
812
"Confirm" : "Confirmar",
913
"Description" : "Descripción",
14+
"View in store" : "Ver en la tienda",
15+
"Visit website" : "Visita el sitio web",
1016
"Admin documentation" : "Documentación del administrador",
1117
"Developer documentation" : "Documentación del desarrollador",
18+
"Details" : "Detalles",
19+
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
1220
"Categories" : "Categorías",
1321
"Resources" : "Recursos",
1422
"Changelog" : "Bitácora de cambios",
1523
"Featured" : "Destacado",
16-
"Save" : "Guardar"
24+
"Save" : "Guardar",
25+
"Loading" : "Cargando",
26+
"Disable" : "Deshabilitar",
27+
"Report a bug" : "Reporta un detalle",
28+
"App bundles" : "Paquetes de aplicación"
1729
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
1830
}

apps/appstore/l10n/es_HN.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,28 @@ OC.L10N.register(
55
"App name" : "Nombre de la aplicación",
66
"Version" : "Versión",
77
"Actions" : "Acciones",
8+
"Grid view" : "Vista de cuadrícula",
9+
"Learn more" : "Conoce más",
10+
"Daemon" : "Demonio",
11+
"Type" : "Tipo",
812
"Name" : "Nombre",
913
"Display Name" : "Nombre a desplegar",
1014
"Confirm" : "Confirmar",
1115
"Description" : "Descripción",
16+
"View in store" : "Ver en la tienda",
17+
"Visit website" : "Visita el sitio web",
1218
"Admin documentation" : "Documentación del administrador",
1319
"Developer documentation" : "Documentación del desarrollador",
20+
"Details" : "Detalles",
21+
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
1422
"Categories" : "Categorías",
1523
"Resources" : "Recursos",
1624
"Changelog" : "Bitácora de cambios",
1725
"Featured" : "Destacado",
18-
"Save" : "Guardar"
26+
"Save" : "Guardar",
27+
"Loading" : "Cargando",
28+
"Disable" : "Deshabilitar",
29+
"Report a bug" : "Reporta un detalle",
30+
"App bundles" : "Paquetes de aplicación"
1931
},
2032
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

apps/appstore/l10n/es_HN.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,28 @@
33
"App name" : "Nombre de la aplicación",
44
"Version" : "Versión",
55
"Actions" : "Acciones",
6+
"Grid view" : "Vista de cuadrícula",
7+
"Learn more" : "Conoce más",
8+
"Daemon" : "Demonio",
9+
"Type" : "Tipo",
610
"Name" : "Nombre",
711
"Display Name" : "Nombre a desplegar",
812
"Confirm" : "Confirmar",
913
"Description" : "Descripción",
14+
"View in store" : "Ver en la tienda",
15+
"Visit website" : "Visita el sitio web",
1016
"Admin documentation" : "Documentación del administrador",
1117
"Developer documentation" : "Documentación del desarrollador",
18+
"Details" : "Detalles",
19+
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicación no puede ser instalada porque las siguientes dependencias no están satisfechas:",
1220
"Categories" : "Categorías",
1321
"Resources" : "Recursos",
1422
"Changelog" : "Bitácora de cambios",
1523
"Featured" : "Destacado",
16-
"Save" : "Guardar"
24+
"Save" : "Guardar",
25+
"Loading" : "Cargando",
26+
"Disable" : "Deshabilitar",
27+
"Report a bug" : "Reporta un detalle",
28+
"App bundles" : "Paquetes de aplicación"
1729
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
1830
}

0 commit comments

Comments
 (0)