Skip to content

Commit 1b65b4e

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <[email protected]>
1 parent ab27540 commit 1b65b4e

File tree

6 files changed

+110
-2
lines changed

6 files changed

+110
-2
lines changed

l10n/cs.js

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ OC.L10N.register(
55
"Error starting install of ExApp" : "Chyba při zahajování instalace ExApp",
66
"ExApp failed to register, check the NC logs" : "ExApp se nepodařilo zaregistrovat – nahlédněte do záznamů událostí v Nextcloud",
77
"ExApp not found, failed to get status" : "ExApp nenalezena, nepodařilo se získat stav",
8+
"Error adding Docker registry" : "Chyba při přidávání Docker registru",
9+
"Error removing Docker registry" : "Chyba při odebírání Docker registru",
810
"This app is not installed from the AppStore. No extra information available. Only enable/disable and remove actions are allowed." : "Tato aplikace nebyla nainstalována z katalogu aplikací. Tím nejsou k dispozici žádné další informace. Je možné pouze zapnout/vypnout a odebrat.",
911
"Could not perform installation of ExApp" : "Nebylo možné provést instalaci ExApp",
1012
"Failed to enable ExApp" : "Nepodařilo se zapnout ExApp",
@@ -50,6 +52,7 @@ OC.L10N.register(
5052
"Default" : "Výchozí",
5153
"Set as default" : "Nastavit jako výchozí",
5254
"Test deploy" : "Vyzkoušet nasazení",
55+
"Docker registries" : "Docker registry",
5356
"Edit" : "Upravit",
5457
"Deploy daemon config details" : "Podrobnosti nastavení procesu služby nasazování",
5558
"Deploy Daemon" : "Nasadit proces služby",
@@ -95,9 +98,22 @@ OC.L10N.register(
9598
"Start Deploy test" : "Spustit zkoušku nasazení",
9699
"Stop Deploy test" : "Zastavit zkoušku nasazení",
97100
"ExApp is unregistered and container is removed on \"Stop deploy test\"" : "Registrace ExApp zrušena a kontejner odebrán na „Zastavit zkoušku nasazení“",
101+
"Please enter a registry domain" : "Zadejte doménu registru",
102+
"From cannot be \"local\"" : "Od nemůže být „local“",
103+
"This registry mapping already exists" : "Toto mapování registru už existuje",
104+
"From and To cannot be the same" : "Od a Pro nemůže být totéž",
105+
"Override Docker registries" : "Přebít Docker registry",
106+
"Configure Docker registry override mappings for selected daemon." : "Nastavit mapování přebití Docker registru pro označený proces služby.",
107+
"The matching source registry in ExApp info.xml will be overwritten during deploy (image pull step)." : "Odpovídající zdrojový registru v ExApp info.xml bude přebit při nasazování (krok image pull)",
108+
"This is useful if you want to use a custom Docker registry, for example, to use a private Docker registry, or to use a different Docker registry for testing." : "Toto se hodí pokud chcete použít uživatelsky určený Docker registru, například pro použití soukromého Docker registru, nebo pro použití odlišného Docker registru pro testování.",
109+
"Image pull will be skipped" : "Natažení obrazu bude přeskočeno",
98110
"Remove" : "Odebrat",
111+
"No custom Docker registries configured" : "Nenastaveny žádné uživatelsky určené Docker registry",
112+
"Add registry override mapping" : "Přidat mapování přebití registru",
99113
"From" : "Od",
114+
"registry URL (e.g. ghcr.io)" : "URL registru (např. ghcr.io)",
100115
"To" : "Pro",
116+
"registry URL (e.g. docker.io)" : "URL registru (např. docker.io)",
101117
"Add" : "Přidat",
102118
"Hostname to access ExApps" : "Název stroje pro přístup k ExApps",
103119
"The hostname (and port) at which the {name} is available. This need not be a public host, just a host accessible by the Nextcloud server, e.g. {host}." : "Název stroje (a číslo portu), na kterém je {name} k dispozici. Nemusí se jednat o veřejného hostitele – postačí jen takový, který je dostupný z Nextcloud serveru, např. {host}.",

l10n/cs.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"Error starting install of ExApp" : "Chyba při zahajování instalace ExApp",
44
"ExApp failed to register, check the NC logs" : "ExApp se nepodařilo zaregistrovat – nahlédněte do záznamů událostí v Nextcloud",
55
"ExApp not found, failed to get status" : "ExApp nenalezena, nepodařilo se získat stav",
6+
"Error adding Docker registry" : "Chyba při přidávání Docker registru",
7+
"Error removing Docker registry" : "Chyba při odebírání Docker registru",
68
"This app is not installed from the AppStore. No extra information available. Only enable/disable and remove actions are allowed." : "Tato aplikace nebyla nainstalována z katalogu aplikací. Tím nejsou k dispozici žádné další informace. Je možné pouze zapnout/vypnout a odebrat.",
79
"Could not perform installation of ExApp" : "Nebylo možné provést instalaci ExApp",
810
"Failed to enable ExApp" : "Nepodařilo se zapnout ExApp",
@@ -48,6 +50,7 @@
4850
"Default" : "Výchozí",
4951
"Set as default" : "Nastavit jako výchozí",
5052
"Test deploy" : "Vyzkoušet nasazení",
53+
"Docker registries" : "Docker registry",
5154
"Edit" : "Upravit",
5255
"Deploy daemon config details" : "Podrobnosti nastavení procesu služby nasazování",
5356
"Deploy Daemon" : "Nasadit proces služby",
@@ -93,9 +96,22 @@
9396
"Start Deploy test" : "Spustit zkoušku nasazení",
9497
"Stop Deploy test" : "Zastavit zkoušku nasazení",
9598
"ExApp is unregistered and container is removed on \"Stop deploy test\"" : "Registrace ExApp zrušena a kontejner odebrán na „Zastavit zkoušku nasazení“",
99+
"Please enter a registry domain" : "Zadejte doménu registru",
100+
"From cannot be \"local\"" : "Od nemůže být „local“",
101+
"This registry mapping already exists" : "Toto mapování registru už existuje",
102+
"From and To cannot be the same" : "Od a Pro nemůže být totéž",
103+
"Override Docker registries" : "Přebít Docker registry",
104+
"Configure Docker registry override mappings for selected daemon." : "Nastavit mapování přebití Docker registru pro označený proces služby.",
105+
"The matching source registry in ExApp info.xml will be overwritten during deploy (image pull step)." : "Odpovídající zdrojový registru v ExApp info.xml bude přebit při nasazování (krok image pull)",
106+
"This is useful if you want to use a custom Docker registry, for example, to use a private Docker registry, or to use a different Docker registry for testing." : "Toto se hodí pokud chcete použít uživatelsky určený Docker registru, například pro použití soukromého Docker registru, nebo pro použití odlišného Docker registru pro testování.",
107+
"Image pull will be skipped" : "Natažení obrazu bude přeskočeno",
96108
"Remove" : "Odebrat",
109+
"No custom Docker registries configured" : "Nenastaveny žádné uživatelsky určené Docker registry",
110+
"Add registry override mapping" : "Přidat mapování přebití registru",
97111
"From" : "Od",
112+
"registry URL (e.g. ghcr.io)" : "URL registru (např. ghcr.io)",
98113
"To" : "Pro",
114+
"registry URL (e.g. docker.io)" : "URL registru (např. docker.io)",
99115
"Add" : "Přidat",
100116
"Hostname to access ExApps" : "Název stroje pro přístup k ExApps",
101117
"The hostname (and port) at which the {name} is available. This need not be a public host, just a host accessible by the Nextcloud server, e.g. {host}." : "Název stroje (a číslo portu), na kterém je {name} k dispozici. Nemusí se jednat o veřejného hostitele – postačí jen takový, který je dostupný z Nextcloud serveru, např. {host}.",

l10n/ga.js

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/ga.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"Error starting install of ExApp" : "Earráid agus suiteáil ExApp á thosú",
44
"ExApp failed to register, check the NC logs" : "Theip ar ExApp clárú, seiceáil na logaí NC",
55
"ExApp not found, failed to get status" : "ExApp gan aimsiú, níor éirigh leis an stádas a fháil",
6+
"Error adding Docker registry" : "Earráid agus clárlann Docker á cur leis",
7+
"Error removing Docker registry" : "Earráid agus clárlann Docker á baint",
68
"This app is not installed from the AppStore. No extra information available. Only enable/disable and remove actions are allowed." : "Níl an aip seo suiteáilte ón AppStore. Níl aon eolas breise ar fáil. Ní cheadaítear ach gníomhartha a chumasú/a dhíchumasú agus a bhaint.",
79
"Could not perform installation of ExApp" : "Níorbh fhéidir ExApp a shuiteáil",
810
"Failed to enable ExApp" : "Theip ar chumasú ExApp",
@@ -49,6 +51,7 @@
4951
"Default" : "Réamhshocrú",
5052
"Set as default" : "Socraigh mar réamhshocrú",
5153
"Test deploy" : "Imscaradh tástála",
54+
"Docker registries" : "Clárlanna docker",
5255
"Edit" : "Cuir in eagar",
5356
"Deploy daemon config details" : "Imscaradh sonraí cumraíochta deamhan",
5457
"Deploy Daemon" : "Imscaradh Deamhan",
@@ -58,6 +61,7 @@
5861
"Name" : "Ainm",
5962
"Protocol" : "Prótacal",
6063
"Host" : "Óstach",
64+
"ExApp direct communication (FRP disabled)" : "Cumarsáid dhíreach ExApp (FRP díchumasaithe)",
6165
"Deploy config" : "Imscaradh config",
6266
"Docker network" : "Líonra docker",
6367
"Nextcloud URL" : "URL Nextcloud",
@@ -93,9 +97,22 @@
9397
"Start Deploy test" : "Tosaigh Imscaradh tástála",
9498
"Stop Deploy test" : "Stop an tástáil Imscaradh",
9599
"ExApp is unregistered and container is removed on \"Stop deploy test\"" : "Tá ExApp neamhchláraithe agus baintear an coimeádán ar \"Stop deploy test\"",
100+
"Please enter a registry domain" : "Cuir isteach fearann ​​clárlainne",
101+
"From cannot be \"local\"" : "Ní féidir ó bheith \"áitiúil\"",
102+
"This registry mapping already exists" : "Tá an léarscáiliú clárlainne seo ann cheana féin",
103+
"From and To cannot be the same" : "Ní féidir le Ó agus Chun a bheith mar an gcéanna",
104+
"Override Docker registries" : "Sáraigh clárlanna Docker",
105+
"Configure Docker registry override mappings for selected daemon." : "Cumraigh mapálacha sáraithe clárlainne Docker don deamhan roghnaithe.",
106+
"The matching source registry in ExApp info.xml will be overwritten during deploy (image pull step)." : "Déanfar an chlár foinse meaitseála in ExApp info.xml a fhorscríobh le linn an imscartha (céim tarraingthe íomhá).",
107+
"This is useful if you want to use a custom Docker registry, for example, to use a private Docker registry, or to use a different Docker registry for testing." : "Tá sé seo úsáideach más mian leat clárlann saincheaptha Docker a úsáid, mar shampla, chun clár Docker príobháideach a úsáid, nó chun clár Docker eile a úsáid le haghaidh tástála.",
108+
"Image pull will be skipped" : "Léireofar tarraingt íomhá",
96109
"Remove" : "Bain",
110+
"No custom Docker registries configured" : "Níl aon chlárlanna saincheaptha Docker cumraithe",
111+
"Add registry override mapping" : "Cuir léarscáiliú sáraithe na clárlainne leis",
97112
"From" : "Ó",
113+
"registry URL (e.g. ghcr.io)" : "URL na clárlainne (m.sh. ghcr.io)",
98114
"To" : "Chun",
115+
"registry URL (e.g. docker.io)" : "URL na clárlainne (m.sh. docker.io)",
99116
"Add" : "Cuir",
100117
"Hostname to access ExApps" : "Óstainm chun rochtain a fháil ar ExApps",
101118
"The hostname (and port) at which the {name} is available. This need not be a public host, just a host accessible by the Nextcloud server, e.g. {host}." : "An óstainm (agus port) ag a bhfuil an {name} ar fáil. Ní gá gur óstach poiblí é seo, ach ósta a bhfuil rochtain ag freastalaí Nextcloud air, m.sh.{host}.",
@@ -138,6 +155,8 @@
138155
"The address (host:port) of the FRP server that should be reachable by the ex-app in the network defined in 'Docker network'." : "Seoladh (óstach:port) an fhreastalaí FRP ar cheart go mbeadh rochtain ag an sean-aip air sa líonra atá sainithe i 'líonra Docker'.",
139156
"Docker socket proxy port" : "Port seachfhreastalaí soicéad docker",
140157
"The port in HaRP which the docker socket proxy connects to. This should be exposed but for the in-built one, it is not required to be exposed or changed." : "An calafort i HaRP a nascann seachfhreastalaí an tsoicéid duga leis. Ba chóir go mbeadh sé seo nochtaithe ach don cheann ionsuite, ní gá é a nochtadh nó a athrú.",
158+
"Disable FRP" : "Díchumasaigh FRP",
159+
"Flag for the advanced setups only. Disables the FRP tunnel between ExApps and HaRP." : "Bratach do na hardsocruithe amháin. Díchumasaítear an tollán FRP idir ExApps agus HaRP.",
141160
"Disabled" : "Faoi mhíchumas",
142161
"Docker network for ex-app deployment must be defined" : "Ní mór líonra dugaí le haghaidh imscaradh ex-app a shainiú",
143162
"Additional option" : "Rogha breise",

0 commit comments

Comments
 (0)