Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-09-23 05:17:50 +0300
committerNextcloud bot <bot@nextcloud.com>2020-09-23 05:17:50 +0300
commit7d0602792280f88af6867db0131d1bf8984b2c2c (patch)
tree03ca4215bb10fd5bfd4eb76d06519964f8e3f0e7 /apps
parent261cda8bf8c0a60c9870772504f84d809e3b3fd3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r--apps/admin_audit/l10n/cs.js3
-rw-r--r--apps/admin_audit/l10n/cs.json3
-rw-r--r--apps/cloud_federation_api/l10n/cs.js8
-rw-r--r--apps/cloud_federation_api/l10n/cs.json6
-rw-r--r--apps/cloud_federation_api/l10n/de.js8
-rw-r--r--apps/cloud_federation_api/l10n/de.json6
-rw-r--r--apps/contactsinteraction/l10n/cs.js3
-rw-r--r--apps/contactsinteraction/l10n/cs.json3
-rw-r--r--apps/contactsinteraction/l10n/de.js8
-rw-r--r--apps/contactsinteraction/l10n/de.json6
-rw-r--r--apps/dashboard/l10n/cs.js1
-rw-r--r--apps/dashboard/l10n/cs.json1
-rw-r--r--apps/files/l10n/nb.js13
-rw-r--r--apps/files/l10n/nb.json13
-rw-r--r--apps/files_external/l10n/gl.js2
-rw-r--r--apps/files_external/l10n/gl.json2
-rw-r--r--apps/lookup_server_connector/l10n/cs.js7
-rw-r--r--apps/lookup_server_connector/l10n/cs.json5
-rw-r--r--apps/provisioning_api/l10n/cs.js8
-rw-r--r--apps/provisioning_api/l10n/cs.json6
-rw-r--r--apps/weather_status/l10n/ca.js4
-rw-r--r--apps/weather_status/l10n/ca.json4
-rw-r--r--apps/weather_status/l10n/cs.js12
-rw-r--r--apps/weather_status/l10n/cs.json12
-rw-r--r--apps/weather_status/l10n/de.js4
-rw-r--r--apps/weather_status/l10n/de.json4
-rw-r--r--apps/weather_status/l10n/gl.js4
-rw-r--r--apps/weather_status/l10n/gl.json4
-rw-r--r--apps/weather_status/l10n/it.js4
-rw-r--r--apps/weather_status/l10n/it.json4
-rw-r--r--apps/weather_status/l10n/nl.js4
-rw-r--r--apps/weather_status/l10n/nl.json4
-rw-r--r--apps/weather_status/l10n/pl.js4
-rw-r--r--apps/weather_status/l10n/pl.json4
-rw-r--r--apps/weather_status/l10n/tr.js4
-rw-r--r--apps/weather_status/l10n/tr.json4
36 files changed, 154 insertions, 38 deletions
diff --git a/apps/admin_audit/l10n/cs.js b/apps/admin_audit/l10n/cs.js
index 711348c5a7f..18376eed7ac 100644
--- a/apps/admin_audit/l10n/cs.js
+++ b/apps/admin_audit/l10n/cs.js
@@ -1,6 +1,7 @@
OC.L10N.register(
"admin_audit",
{
- "Auditing / Logging" : "Auditování / zaznamenávání událostí"
+ "Auditing / Logging" : "Auditování / zaznamenávání událostí",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje Nextcloud schopnosti zaznamenávání událostí, jako například zaznamenávání přístupů k souboru nebo jiných citlivých akcí."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/admin_audit/l10n/cs.json b/apps/admin_audit/l10n/cs.json
index b3a8ebf74df..a4e337356c9 100644
--- a/apps/admin_audit/l10n/cs.json
+++ b/apps/admin_audit/l10n/cs.json
@@ -1,4 +1,5 @@
{ "translations": {
- "Auditing / Logging" : "Auditování / zaznamenávání událostí"
+ "Auditing / Logging" : "Auditování / zaznamenávání událostí",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje Nextcloud schopnosti zaznamenávání událostí, jako například zaznamenávání přístupů k souboru nebo jiných citlivých akcí."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/cs.js b/apps/cloud_federation_api/l10n/cs.js
new file mode 100644
index 00000000000..567c481f960
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/cs.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "API pro federování cloudu",
+ "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudům navzájem komunikovat a vyměňovat si data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federování cloudů umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data."
+},
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/cloud_federation_api/l10n/cs.json b/apps/cloud_federation_api/l10n/cs.json
new file mode 100644
index 00000000000..5f454a38e0f
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/cs.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "API pro federování cloudu",
+ "Enable clouds to communicate with each other and exchange data" : "Umožňuje cloudům navzájem komunikovat a vyměňovat si data",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "API pro federování cloudů umožňuje různým instancím Nextcloud vzájemně komunikovat a vyměňovat si data."
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/apps/cloud_federation_api/l10n/de.js b/apps/cloud_federation_api/l10n/de.js
new file mode 100644
index 00000000000..22edc4c07f7
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/de.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "cloud_federation_api",
+ {
+ "Cloud Federation API" : "Cloud Verband API",
+ "Enable clouds to communicate with each other and exchange data" : "Ermöglicht es der Cloud miteinander zu kommunizieren und Daten auszutauschen.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Die Cloud Verband API ermöglicht es Nextcloud Instanzen miteinander zu kommunizieren und Daten auszutauschen."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/cloud_federation_api/l10n/de.json b/apps/cloud_federation_api/l10n/de.json
new file mode 100644
index 00000000000..3ec9d4b4cc0
--- /dev/null
+++ b/apps/cloud_federation_api/l10n/de.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Cloud Federation API" : "Cloud Verband API",
+ "Enable clouds to communicate with each other and exchange data" : "Ermöglicht es der Cloud miteinander zu kommunizieren und Daten auszutauschen.",
+ "The Cloud Federation API enables various Nextcloud instances to communicate with each other and to exchange data." : "Die Cloud Verband API ermöglicht es Nextcloud Instanzen miteinander zu kommunizieren und Daten auszutauschen."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/contactsinteraction/l10n/cs.js b/apps/contactsinteraction/l10n/cs.js
index 38ede2f097d..25982ef476f 100644
--- a/apps/contactsinteraction/l10n/cs.js
+++ b/apps/contactsinteraction/l10n/cs.js
@@ -3,6 +3,7 @@ OC.L10N.register(
{
"Recently contacted" : "Nedávno kontaktovaní",
"Contacts Interaction" : "Napojení na kontakty",
- "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty"
+ "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Shromáždit údaje o uživateli a interakci s kontakty a poskytnout adresář kontaktů pro data"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/contactsinteraction/l10n/cs.json b/apps/contactsinteraction/l10n/cs.json
index 2bc528a7c0f..164790bd1c5 100644
--- a/apps/contactsinteraction/l10n/cs.json
+++ b/apps/contactsinteraction/l10n/cs.json
@@ -1,6 +1,7 @@
{ "translations": {
"Recently contacted" : "Nedávno kontaktovaní",
"Contacts Interaction" : "Napojení na kontakty",
- "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty"
+ "Manages interaction between users and contacts" : "Spravuje interakci mezi uživateli a kontakty",
+ "Collect data about user and contacts interactions and provide an address book for the data" : "Shromáždit údaje o uživateli a interakci s kontakty a poskytnout adresář kontaktů pro data"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/contactsinteraction/l10n/de.js b/apps/contactsinteraction/l10n/de.js
new file mode 100644
index 00000000000..c1ad258561e
--- /dev/null
+++ b/apps/contactsinteraction/l10n/de.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "contactsinteraction",
+ {
+ "Recently contacted" : "Zuletzt kontaktiert",
+ "Contacts Interaction" : "Kontaktinteraktionen",
+ "Manages interaction between users and contacts" : "Verwaltet Interaktionen von Benutzern mit Kontakten."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/contactsinteraction/l10n/de.json b/apps/contactsinteraction/l10n/de.json
new file mode 100644
index 00000000000..bb1adf72a1f
--- /dev/null
+++ b/apps/contactsinteraction/l10n/de.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Recently contacted" : "Zuletzt kontaktiert",
+ "Contacts Interaction" : "Kontaktinteraktionen",
+ "Manages interaction between users and contacts" : "Verwaltet Interaktionen von Benutzern mit Kontakten."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/dashboard/l10n/cs.js b/apps/dashboard/l10n/cs.js
index 411e7ddf58d..3ea3e1e97e9 100644
--- a/apps/dashboard/l10n/cs.js
+++ b/apps/dashboard/l10n/cs.js
@@ -9,6 +9,7 @@ OC.L10N.register(
"Get more widgets from the app store" : "Získejte další ovládací prvky z katalogu aplikací",
"Change background image" : "Změnit obrázek na pozadí",
"Weather service" : "Služba předpovědi počasí",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Z důvodu ochrany vašeho soukromí, jsou údaje o počasí pro vás vyžádány vámi využívaným Nextcloud serverem, takže služba, poskytující tato data, neobdrží žádné osobní údaje.",
"Weather data from Met.no" : "Data o počasí z Met.no",
"Weather" : "Počasí",
"Status" : "Stav",
diff --git a/apps/dashboard/l10n/cs.json b/apps/dashboard/l10n/cs.json
index 8b15ca6a4d3..aa05a211c50 100644
--- a/apps/dashboard/l10n/cs.json
+++ b/apps/dashboard/l10n/cs.json
@@ -7,6 +7,7 @@
"Get more widgets from the app store" : "Získejte další ovládací prvky z katalogu aplikací",
"Change background image" : "Změnit obrázek na pozadí",
"Weather service" : "Služba předpovědi počasí",
+ "For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Z důvodu ochrany vašeho soukromí, jsou údaje o počasí pro vás vyžádány vámi využívaným Nextcloud serverem, takže služba, poskytující tato data, neobdrží žádné osobní údaje.",
"Weather data from Met.no" : "Data o počasí z Met.no",
"Weather" : "Počasí",
"Status" : "Stav",
diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js
index f34d1a38475..c5ffa0f5542 100644
--- a/apps/files/l10n/nb.js
+++ b/apps/files/l10n/nb.js
@@ -25,6 +25,7 @@ OC.L10N.register(
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Opplastning av det elementet er ikke støttet",
"Target folder does not exist any more" : "Målmappen finnes ikke lenger",
+ "Operation is blocked by access control" : "Operasjonen er blokkert på grunn av tilgangskontroll",
"Error when assembling chunks, status code {status}" : "Feil under sammenkobling av biter, statuskode {status}",
"Actions" : "Handlinger",
"Rename" : "Gi nytt navn",
@@ -34,6 +35,7 @@ OC.L10N.register(
"Delete file" : "Slett fil",
"Delete folder" : "Slett mappe",
"Disconnect storage" : "Koble fra lager",
+ "Leave this share" : "Forlat denne delingen",
"Could not load info for file \"{file}\"" : "Klarte ikke å hente informasjon som filen \"{file}\"",
"Files" : "Filer",
"Details" : "Detaljer",
@@ -78,7 +80,13 @@ OC.L10N.register(
"\"/\" is not allowed inside a file name." : "\"/\" tillates ikke i et filnavn.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tillatt filtype",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Lagringsplass for {owner} er full, filer kan ikke oppdateres eller synkroniseres lenger!",
+ "This group folder is full, files can not be updated or synced anymore!" : "Denne gruppemappen er full, filer kan ikke oppdateres eller synkroniseres lenger!",
+ "This external storage is full, files can not be updated or synced anymore!" : "Denne eksterne lagringsplassen er full, filer kan ikke oppdateres eller synkroniseres lenger!",
"Your storage is full, files can not be updated or synced anymore!" : "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkroniseres!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Lagringsplass for {owner} er nesten full ({usedSpacePercent}%).",
+ "This group folder is almost full ({usedSpacePercent}%)." : "Denne gruppemappen er nesten full ({usedSpacePercent}%).",
+ "This external storage is almost full ({usedSpacePercent}%)." : "Denne eksterne lagringsplassen er nesten full ({usedSpacePercent}%).",
+ "Your storage is almost full ({usedSpacePercent}%)." : "Din lagringsplass er nesten full ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : [" stemmer med '{filter}'"," stemmer med '{filter}'"],
"View in folder" : "Vis i mappe",
"Copied!" : "Kopiert!",
@@ -128,6 +136,7 @@ OC.L10N.register(
"{user} moved {oldfile} to {newfile}" : "{user} flyttet {oldfile} til {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "En fil har blitt lagt til eller fjernet fra dine <strong>favoritter</strong>",
"A file or folder has been <strong>changed</strong>" : "En fil eller mappe ble <strong>endret</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "En favoritt-fil eller mappe har blitt <strong>endret</strong>",
"All files" : "Alle filer",
"Unlimited" : "Ubegrenset",
"Upload (max. %s)" : "Opplasting (maks %s)",
@@ -191,6 +200,8 @@ OC.L10N.register(
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Begrens varsling om oppretting og endringer til <strong>favorittfilene</strong> dine <em>(Kun strøm)</em>",
"A file or folder has been <strong>restored</strong>" : "En fil eller mappe ble <strong>gjenopprettet</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">for å få tilgang til dine filer via WebDAV</a>",
- "Cannot transfter ownership of a file or folder you don't own" : "Kan ikke overføre eierskap til en fil eller mappe du ikke eier"
+ "Cannot transfter ownership of a file or folder you don't own" : "Kan ikke overføre eierskap til en fil eller mappe du ikke eier",
+ "This group folder is almost full ({usedSpacePercent}%)" : "Denne gruppemappen er nesten full ({usedSpacePercent}%)",
+ "This external storage is almost full ({usedSpacePercent}%)" : "Denne eksterne lagringsplassen er nesten full ({usedSpacePercent}%)"
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json
index 1fb2c91aa38..cb90d8adaa6 100644
--- a/apps/files/l10n/nb.json
+++ b/apps/files/l10n/nb.json
@@ -23,6 +23,7 @@
"{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} av {totalSize} ({bitrate})",
"Uploading that item is not supported" : "Opplastning av det elementet er ikke støttet",
"Target folder does not exist any more" : "Målmappen finnes ikke lenger",
+ "Operation is blocked by access control" : "Operasjonen er blokkert på grunn av tilgangskontroll",
"Error when assembling chunks, status code {status}" : "Feil under sammenkobling av biter, statuskode {status}",
"Actions" : "Handlinger",
"Rename" : "Gi nytt navn",
@@ -32,6 +33,7 @@
"Delete file" : "Slett fil",
"Delete folder" : "Slett mappe",
"Disconnect storage" : "Koble fra lager",
+ "Leave this share" : "Forlat denne delingen",
"Could not load info for file \"{file}\"" : "Klarte ikke å hente informasjon som filen \"{file}\"",
"Files" : "Filer",
"Details" : "Detaljer",
@@ -76,7 +78,13 @@
"\"/\" is not allowed inside a file name." : "\"/\" tillates ikke i et filnavn.",
"\"{name}\" is not an allowed filetype" : "\"{name}\" er ikke en tillatt filtype",
"Storage of {owner} is full, files can not be updated or synced anymore!" : "Lagringsplass for {owner} er full, filer kan ikke oppdateres eller synkroniseres lenger!",
+ "This group folder is full, files can not be updated or synced anymore!" : "Denne gruppemappen er full, filer kan ikke oppdateres eller synkroniseres lenger!",
+ "This external storage is full, files can not be updated or synced anymore!" : "Denne eksterne lagringsplassen er full, filer kan ikke oppdateres eller synkroniseres lenger!",
"Your storage is full, files can not be updated or synced anymore!" : "Lagringsplass er oppbrukt, filer kan ikke lenger oppdateres eller synkroniseres!",
+ "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Lagringsplass for {owner} er nesten full ({usedSpacePercent}%).",
+ "This group folder is almost full ({usedSpacePercent}%)." : "Denne gruppemappen er nesten full ({usedSpacePercent}%).",
+ "This external storage is almost full ({usedSpacePercent}%)." : "Denne eksterne lagringsplassen er nesten full ({usedSpacePercent}%).",
+ "Your storage is almost full ({usedSpacePercent}%)." : "Din lagringsplass er nesten full ({usedSpacePercent}%).",
"_matches '{filter}'_::_match '{filter}'_" : [" stemmer med '{filter}'"," stemmer med '{filter}'"],
"View in folder" : "Vis i mappe",
"Copied!" : "Kopiert!",
@@ -126,6 +134,7 @@
"{user} moved {oldfile} to {newfile}" : "{user} flyttet {oldfile} til {newfile}",
"A file has been added to or removed from your <strong>favorites</strong>" : "En fil har blitt lagt til eller fjernet fra dine <strong>favoritter</strong>",
"A file or folder has been <strong>changed</strong>" : "En fil eller mappe ble <strong>endret</strong>",
+ "A favorite file or folder has been <strong>changed</strong>" : "En favoritt-fil eller mappe har blitt <strong>endret</strong>",
"All files" : "Alle filer",
"Unlimited" : "Ubegrenset",
"Upload (max. %s)" : "Opplasting (maks %s)",
@@ -189,6 +198,8 @@
"Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Begrens varsling om oppretting og endringer til <strong>favorittfilene</strong> dine <em>(Kun strøm)</em>",
"A file or folder has been <strong>restored</strong>" : "En fil eller mappe ble <strong>gjenopprettet</strong>",
"Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Bruk adressen <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">for å få tilgang til dine filer via WebDAV</a>",
- "Cannot transfter ownership of a file or folder you don't own" : "Kan ikke overføre eierskap til en fil eller mappe du ikke eier"
+ "Cannot transfter ownership of a file or folder you don't own" : "Kan ikke overføre eierskap til en fil eller mappe du ikke eier",
+ "This group folder is almost full ({usedSpacePercent}%)" : "Denne gruppemappen er nesten full ({usedSpacePercent}%)",
+ "This external storage is almost full ({usedSpacePercent}%)" : "Denne eksterne lagringsplassen er nesten full ({usedSpacePercent}%)"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js
index 1278f227547..a2ad2b97a74 100644
--- a/apps/files_external/l10n/gl.js
+++ b/apps/files_external/l10n/gl.js
@@ -64,7 +64,7 @@ OC.L10N.register(
"Client ID" : "ID do cliente",
"Client secret" : "Segredo do cliente",
"OpenStack v2" : "OpenStack v2",
- "Tenant name" : "Nome do ocupante",
+ "Tenant name" : "Nome do cesionario",
"Identity endpoint URL" : "URL do punto final de identidade",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Dominio",
diff --git a/apps/files_external/l10n/gl.json b/apps/files_external/l10n/gl.json
index fb1632f2f18..9ae9ffa4ee7 100644
--- a/apps/files_external/l10n/gl.json
+++ b/apps/files_external/l10n/gl.json
@@ -62,7 +62,7 @@
"Client ID" : "ID do cliente",
"Client secret" : "Segredo do cliente",
"OpenStack v2" : "OpenStack v2",
- "Tenant name" : "Nome do ocupante",
+ "Tenant name" : "Nome do cesionario",
"Identity endpoint URL" : "URL do punto final de identidade",
"OpenStack v3" : "OpenStack v3",
"Domain" : "Dominio",
diff --git a/apps/lookup_server_connector/l10n/cs.js b/apps/lookup_server_connector/l10n/cs.js
new file mode 100644
index 00000000000..3fd100e0ed0
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/cs.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "lookup_server_connector",
+ {
+ "Lookup Server Connector" : "Napojení na lookup server",
+ "Sync public user information with the lookup server" : "Synchronizace veřejných informacích o uživateli s lookup serverem"
+},
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/lookup_server_connector/l10n/cs.json b/apps/lookup_server_connector/l10n/cs.json
new file mode 100644
index 00000000000..7401181d2d6
--- /dev/null
+++ b/apps/lookup_server_connector/l10n/cs.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Lookup Server Connector" : "Napojení na lookup server",
+ "Sync public user information with the lookup server" : "Synchronizace veřejných informacích o uživateli s lookup serverem"
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/apps/provisioning_api/l10n/cs.js b/apps/provisioning_api/l10n/cs.js
new file mode 100644
index 00000000000..911cdc4ec22
--- /dev/null
+++ b/apps/provisioning_api/l10n/cs.js
@@ -0,0 +1,8 @@
+OC.L10N.register(
+ "provisioning_api",
+ {
+ "Provisioning API" : "Provisioning API",
+ "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Tato aplikace umožňuje nastavovat API rozhraní, které externí systémy mohou používat pro správu uživatelů, skupin a aplikací.",
+ "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Tato aplikace umožňuje nastavit aplikační programová rozhraní (API) pro externí systémy, která je možné použít pro vytváření, upravování, mazání a dotazování se na atributy uživatelů,\n\t\tdotazovat se na, nastavovat a odebírat skupiny, nastavovat kvóty a dotazovat se na celkové využívání úložiště v Nextcloud. Správci skupin\n\t\tse také mohou Nextcloud dotazovat a provádět stejné funkce jako správci pro skupiny, které spravují. API také umožňuje\n\t\tsprávci dotazovat se na aktivní Nextcloud aplikace, informace o nic a zapínat nebo vypínat aplikace na dálku.\n\t\tJakmile je aplikace zapnutá, http požadavky je možné použít prostřednictvím Basic Auth záhlaví pro provádění jakékoli\n\t\tz výše zmíněných funkcí. Více informací je k dispozici v dokumentaci k Provisioning API, včetně ukázek volání\n\t\ta odpovědí ze serveru."
+},
+"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/provisioning_api/l10n/cs.json b/apps/provisioning_api/l10n/cs.json
new file mode 100644
index 00000000000..7d66a4a74ad
--- /dev/null
+++ b/apps/provisioning_api/l10n/cs.json
@@ -0,0 +1,6 @@
+{ "translations": {
+ "Provisioning API" : "Provisioning API",
+ "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Tato aplikace umožňuje nastavovat API rozhraní, které externí systémy mohou používat pro správu uživatelů, skupin a aplikací.",
+ "This application enables a set of APIs that external systems can use to create, edit, delete and query user\n\t\tattributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users\n\t\tcan also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables\n\t\tan admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.\n\t\tOnce the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions\n\t\tlisted above. More information is available in the Provisioning API documentation, including example calls\n\t\tand server responses." : "Tato aplikace umožňuje nastavit aplikační programová rozhraní (API) pro externí systémy, která je možné použít pro vytváření, upravování, mazání a dotazování se na atributy uživatelů,\n\t\tdotazovat se na, nastavovat a odebírat skupiny, nastavovat kvóty a dotazovat se na celkové využívání úložiště v Nextcloud. Správci skupin\n\t\tse také mohou Nextcloud dotazovat a provádět stejné funkce jako správci pro skupiny, které spravují. API také umožňuje\n\t\tsprávci dotazovat se na aktivní Nextcloud aplikace, informace o nic a zapínat nebo vypínat aplikace na dálku.\n\t\tJakmile je aplikace zapnutá, http požadavky je možné použít prostřednictvím Basic Auth záhlaví pro provádění jakékoli\n\t\tz výše zmíněných funkcí. Více informací je k dispozici v dokumentaci k Provisioning API, včetně ukázek volání\n\t\ta odpovědí ze serveru."
+},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
+} \ No newline at end of file
diff --git a/apps/weather_status/l10n/ca.js b/apps/weather_status/l10n/ca.js
index 0c200f6620e..d14e7ba513b 100644
--- a/apps/weather_status/l10n/ca.js
+++ b/apps/weather_status/l10n/ca.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Error",
"Weather status" : "Estat del temps",
"Weather status in your dashboard" : "Estat del temps al seu tauler",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari.",
"Detect location" : "Detecta la ubicació",
"Set custom address" : "Definir l'adreça personalitzada",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cel clar a les {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "S'ha produït un error en definir l'adreça d'ubicació.",
"There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
"There was an error saving the mode." : "S'ha produït un error en desar el mode.",
- "There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal."
+ "There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/ca.json b/apps/weather_status/l10n/ca.json
index 8096664b081..28c7dcd1fea 100644
--- a/apps/weather_status/l10n/ca.json
+++ b/apps/weather_status/l10n/ca.json
@@ -5,7 +5,6 @@
"Error" : "Error",
"Weather status" : "Estat del temps",
"Weather status in your dashboard" : "Estat del temps al seu tauler",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari.",
"Detect location" : "Detecta la ubicació",
"Set custom address" : "Definir l'adreça personalitzada",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cel clar a les {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "S'ha produït un error en definir l'adreça d'ubicació.",
"There was an error setting the location." : "S'ha produït un error en definir la ubicació.",
"There was an error saving the mode." : "S'ha produït un error en desar el mode.",
- "There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal."
+ "There was an error using personal address." : "S'ha produït un error en utilitzar l'adreça personal.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estat del temps integrat a l'aplicació tauler.\n La posició de l'usuari es pot determinar o definir manualment automàticament. A continuació, es mostra una previsió de 6 hores.\n Aquest estat també es pot integrar en altres llocs, com ara l'aplicació de Calendari."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/cs.js b/apps/weather_status/l10n/cs.js
index 719ef1b06aa..f332886f200 100644
--- a/apps/weather_status/l10n/cs.js
+++ b/apps/weather_status/l10n/cs.js
@@ -6,21 +6,31 @@ OC.L10N.register(
"Malformed JSON data." : "Nesprávně formátovaná JSON data.",
"Error" : "Chyba",
"Weather status" : "Stav počasí",
+ "Weather status in your dashboard" : "Stav počasí ve vašem přehledu",
+ "Detect location" : "Zjistit polohu",
"Set custom address" : "Nastavit uživatelsky určenou adresu",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasné nebe v {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Zataženo v {time}",
+ "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Jasno v {time}",
+ "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Bezmračná noc v {time}",
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Polojasno v {time}",
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mlhavo v {time}",
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Drobný déšť v {time}",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Désť v {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Hustý déšť {time}",
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Přeháňky v {time}",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Lehké přeháňky v {time}",
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Vydatné deště v {time}",
"More weather for {adr}" : "Více o počasí pro {adr}",
"Loading weather" : "Načítá se počasí",
"Set location for weather" : "Nastavit polohu pro předpovídání počasí",
+ "There was an error getting the weather status information." : "Při získávání informací o stavu počasí došlo k chybě.",
"No weather information found" : "Nenalezeny žádné informace o počasí",
"Location not found" : "Umístění nenalezeno",
"There was an error setting the location address." : "Došlo k chybě při nastavování adresy umístění.",
"There was an error setting the location." : "Došlo k chybě při nastavování umístění.",
"There was an error saving the mode." : "Při ukládání režimu došlo k chybě.",
- "There was an error using personal address." : "Došlo k chybě při použití osobní adresy."
+ "There was an error using personal address." : "Došlo k chybě při použití osobní adresy.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Napojení stavu počasí pro aplikaci Přehled.\n Polohu uživatele je možné zjistit automaticky nebo zadat ručně. Poté je zobrazována předpověď na příštích 6 hodin.\n Tento stav je také možné začlenit do ostatních míst, jako například Kalendář."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/apps/weather_status/l10n/cs.json b/apps/weather_status/l10n/cs.json
index 4dc00eeaa95..68a5b021d41 100644
--- a/apps/weather_status/l10n/cs.json
+++ b/apps/weather_status/l10n/cs.json
@@ -4,21 +4,31 @@
"Malformed JSON data." : "Nesprávně formátovaná JSON data.",
"Error" : "Chyba",
"Weather status" : "Stav počasí",
+ "Weather status in your dashboard" : "Stav počasí ve vašem přehledu",
+ "Detect location" : "Zjistit polohu",
"Set custom address" : "Nastavit uživatelsky určenou adresu",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Jasné nebe v {time}",
+ "{temperature} {unit} Cloudy at {time}" : "{temperature} {unit} Zataženo v {time}",
+ "{temperature} {unit} Fair day at {time}" : "{temperature} {unit} Jasno v {time}",
+ "{temperature} {unit} Fair night at {time}" : "{temperature} {unit} Bezmračná noc v {time}",
"{temperature} {unit} Partly cloudy at {time}" : "{temperature} {unit} Polojasno v {time}",
"{temperature} {unit} Foggy at {time}" : "{temperature} {unit} Mlhavo v {time}",
"{temperature} {unit} Light rain at {time}" : "{temperature} {unit} Drobný déšť v {time}",
"{temperature} {unit} Rain at {time}" : "{temperature} {unit} Désť v {time}",
+ "{temperature} {unit} Heavy rain at {time}" : "{temperature} {unit} Hustý déšť {time}",
+ "{temperature} {unit} Rain showers at {time}" : "{temperature} {unit} Přeháňky v {time}",
+ "{temperature} {unit} Light rain showers at {time}" : "{temperature} {unit} Lehké přeháňky v {time}",
"{temperature} {unit} Heavy rain showers at {time}" : "{temperature} {unit} Vydatné deště v {time}",
"More weather for {adr}" : "Více o počasí pro {adr}",
"Loading weather" : "Načítá se počasí",
"Set location for weather" : "Nastavit polohu pro předpovídání počasí",
+ "There was an error getting the weather status information." : "Při získávání informací o stavu počasí došlo k chybě.",
"No weather information found" : "Nenalezeny žádné informace o počasí",
"Location not found" : "Umístění nenalezeno",
"There was an error setting the location address." : "Došlo k chybě při nastavování adresy umístění.",
"There was an error setting the location." : "Došlo k chybě při nastavování umístění.",
"There was an error saving the mode." : "Při ukládání režimu došlo k chybě.",
- "There was an error using personal address." : "Došlo k chybě při použití osobní adresy."
+ "There was an error using personal address." : "Došlo k chybě při použití osobní adresy.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Napojení stavu počasí pro aplikaci Přehled.\n Polohu uživatele je možné zjistit automaticky nebo zadat ručně. Poté je zobrazována předpověď na příštích 6 hodin.\n Tento stav je také možné začlenit do ostatních míst, jako například Kalendář."
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/de.js b/apps/weather_status/l10n/de.js
index cc22566bf2c..45a7a9065c8 100644
--- a/apps/weather_status/l10n/de.js
+++ b/apps/weather_status/l10n/de.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Fehler",
"Weather status" : "Wetterstatus",
"Weather status in your dashboard" : "Wetterstatus für dein Dashboard",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Wetterstatus wird in die Dashboard-App integriert.\nDie Position des Benutzers kann automatisch bestimmt oder manuell definiert werden. Anschließend wird eine 6-Stunden-Vorhersage angezeigt.\nDieser Status kann auch an anderen Stellen wie in der Kalender-App integriert werden.",
"Detect location" : "Standort feststellen",
"Set custom address" : "Benutzerdefinierte Adresse festlegen",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Klarer Himmel um {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "Beim Festlegen der Standortadresse ist ein Fehler aufgetreten.",
"There was an error setting the location." : "Beim Festlegen des Standortes ist ein Fehler aufgetreten.",
"There was an error saving the mode." : "Beim Festlegen des Modus ist ein Fehler aufgetreten.",
- "There was an error using personal address." : "Bei der Verwendung der persönlichen Adresse ist ein Fehler aufgetreten."
+ "There was an error using personal address." : "Bei der Verwendung der persönlichen Adresse ist ein Fehler aufgetreten.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Wetterstatus wird in die Dashboard-App integriert.\nDie Position des Benutzers kann automatisch bestimmt oder manuell definiert werden. Anschließend wird eine 6-Stunden-Vorhersage angezeigt.\nDieser Status kann auch an anderen Stellen wie in der Kalender-App integriert werden."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/de.json b/apps/weather_status/l10n/de.json
index 33f829be9e4..cd7d045db3d 100644
--- a/apps/weather_status/l10n/de.json
+++ b/apps/weather_status/l10n/de.json
@@ -5,7 +5,6 @@
"Error" : "Fehler",
"Weather status" : "Wetterstatus",
"Weather status in your dashboard" : "Wetterstatus für dein Dashboard",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Wetterstatus wird in die Dashboard-App integriert.\nDie Position des Benutzers kann automatisch bestimmt oder manuell definiert werden. Anschließend wird eine 6-Stunden-Vorhersage angezeigt.\nDieser Status kann auch an anderen Stellen wie in der Kalender-App integriert werden.",
"Detect location" : "Standort feststellen",
"Set custom address" : "Benutzerdefinierte Adresse festlegen",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Klarer Himmel um {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "Beim Festlegen der Standortadresse ist ein Fehler aufgetreten.",
"There was an error setting the location." : "Beim Festlegen des Standortes ist ein Fehler aufgetreten.",
"There was an error saving the mode." : "Beim Festlegen des Modus ist ein Fehler aufgetreten.",
- "There was an error using personal address." : "Bei der Verwendung der persönlichen Adresse ist ein Fehler aufgetreten."
+ "There was an error using personal address." : "Bei der Verwendung der persönlichen Adresse ist ein Fehler aufgetreten.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Wetterstatus wird in die Dashboard-App integriert.\nDie Position des Benutzers kann automatisch bestimmt oder manuell definiert werden. Anschließend wird eine 6-Stunden-Vorhersage angezeigt.\nDieser Status kann auch an anderen Stellen wie in der Kalender-App integriert werden."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/gl.js b/apps/weather_status/l10n/gl.js
index 61a7bf26d1b..3f187c28e0c 100644
--- a/apps/weather_status/l10n/gl.js
+++ b/apps/weather_status/l10n/gl.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Erro",
"Weather status" : "Estado meteorolóxico",
"Weather status in your dashboard" : "Estado meteorolóxico no seu panel",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado meteorolóxico integrado na aplicación do panel.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.",
"Detect location" : "Detectar localización",
"Set custom address" : "Establecer o enderezo personalizado",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit}, ceo despexado ás {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "Produciuse un erro ao axustar o enderezo da localización.",
"There was an error setting the location." : "Produciuse un erro ao axustar a localización",
"There was an error saving the mode." : "Produciuse un erro ao gardar o modo.",
- "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal."
+ "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado meteorolóxico integrado na aplicación do panel.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/gl.json b/apps/weather_status/l10n/gl.json
index 13049e514fa..56f8fe7f568 100644
--- a/apps/weather_status/l10n/gl.json
+++ b/apps/weather_status/l10n/gl.json
@@ -5,7 +5,6 @@
"Error" : "Erro",
"Weather status" : "Estado meteorolóxico",
"Weather status in your dashboard" : "Estado meteorolóxico no seu panel",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado meteorolóxico integrado na aplicación do panel.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario.",
"Detect location" : "Detectar localización",
"Set custom address" : "Establecer o enderezo personalizado",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit}, ceo despexado ás {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "Produciuse un erro ao axustar o enderezo da localización.",
"There was an error setting the location." : "Produciuse un erro ao axustar a localización",
"There was an error saving the mode." : "Produciuse un erro ao gardar o modo.",
- "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal."
+ "There was an error using personal address." : "Produciuse un erro ao usar o enderezo persoal.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Estado meteorolóxico integrado na aplicación do panel.\n A localización do usuario pódese determinar automaticamente ou definir manualmente. A seguir amósase unha previsión de 6 horas.\n Este estado tamén se pode integrar noutros lugares como a aplicación Calendario."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/it.js b/apps/weather_status/l10n/it.js
index 4dad99528bd..271d3c5934a 100644
--- a/apps/weather_status/l10n/it.js
+++ b/apps/weather_status/l10n/it.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Errore",
"Weather status" : "Stato meteo",
"Weather status in your dashboard" : "Stato meteo nel tuo cruscotto",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario.",
"Detect location" : "Elimina località",
"Set custom address" : "Imposta indirizzo personalizzato",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo sereno alle {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "Si è verificato un errore impostando l'indirizzo della località.",
"There was an error setting the location." : "Si è verificato un errore durante l'impostazione della località.",
"There was an error saving the mode." : "Si è verificato un errore durante il salvataggio della modalità.",
- "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale."
+ "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/it.json b/apps/weather_status/l10n/it.json
index 4694f9d666f..0519af605ff 100644
--- a/apps/weather_status/l10n/it.json
+++ b/apps/weather_status/l10n/it.json
@@ -5,7 +5,6 @@
"Error" : "Errore",
"Weather status" : "Stato meteo",
"Weather status in your dashboard" : "Stato meteo nel tuo cruscotto",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario.",
"Detect location" : "Elimina località",
"Set custom address" : "Imposta indirizzo personalizzato",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Cielo sereno alle {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "Si è verificato un errore impostando l'indirizzo della località.",
"There was an error setting the location." : "Si è verificato un errore durante l'impostazione della località.",
"There was an error saving the mode." : "Si è verificato un errore durante il salvataggio della modalità.",
- "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale."
+ "There was an error using personal address." : "Si è verificato un errore usando l'indirizzo personale.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Meteo integrato nell'applicazione del cruscotto.\n La posizione dell'utente può essere determinata automaticamente o definita a mano. Vengono poi mostrate previsioni per 6 ore.\n Questo stato può anche essere integrato in altri posti come nell'applicazione Calendario."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/nl.js b/apps/weather_status/l10n/nl.js
index fccfceb3cb6..3ede14fdc4d 100644
--- a/apps/weather_status/l10n/nl.js
+++ b/apps/weather_status/l10n/nl.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Fout",
"Weather status" : "Weerstatus",
"Weather status in your dashboard" : "Weerstatus in uw dashboard",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weersverwachting is geïntegreerd in de dashboard app\nDe gebruikers locatie kan automatisch worden bepaald of handmatig worden ingegeven. Een 6 uurs weersverwachting wordt getoond.\nDeze Weersverwachting kan ook op andere plaatsen worden geïntegreerd zoals in de Kalender-app.",
"Detect location" : "Locatie detecteren",
"Set custom address" : "Aangepast adres instellen",
"{temperature} {unit} Clear sky at {time}" : "{temperature}{unit} Onbewolkt om {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "Er is een fout opgetreden bij het zetten van het locatie adres.",
"There was an error setting the location." : "Er is een fout opgetreden bij het vastleggen van de locatie.",
"There was an error saving the mode." : "Er was een fout in het vastleggen van de modus.",
- "There was an error using personal address." : "Er was een fout bij het gebruiken van je persoonlijke adres."
+ "There was an error using personal address." : "Er was een fout bij het gebruiken van je persoonlijke adres.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weersverwachting is geïntegreerd in de dashboard app\nDe gebruikers locatie kan automatisch worden bepaald of handmatig worden ingegeven. Een 6 uurs weersverwachting wordt getoond.\nDeze Weersverwachting kan ook op andere plaatsen worden geïntegreerd zoals in de Kalender-app."
},
"nplurals=2; plural=(n != 1);");
diff --git a/apps/weather_status/l10n/nl.json b/apps/weather_status/l10n/nl.json
index a156b3e84b1..9701ac07dc0 100644
--- a/apps/weather_status/l10n/nl.json
+++ b/apps/weather_status/l10n/nl.json
@@ -5,7 +5,6 @@
"Error" : "Fout",
"Weather status" : "Weerstatus",
"Weather status in your dashboard" : "Weerstatus in uw dashboard",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weersverwachting is geïntegreerd in de dashboard app\nDe gebruikers locatie kan automatisch worden bepaald of handmatig worden ingegeven. Een 6 uurs weersverwachting wordt getoond.\nDeze Weersverwachting kan ook op andere plaatsen worden geïntegreerd zoals in de Kalender-app.",
"Detect location" : "Locatie detecteren",
"Set custom address" : "Aangepast adres instellen",
"{temperature} {unit} Clear sky at {time}" : "{temperature}{unit} Onbewolkt om {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "Er is een fout opgetreden bij het zetten van het locatie adres.",
"There was an error setting the location." : "Er is een fout opgetreden bij het vastleggen van de locatie.",
"There was an error saving the mode." : "Er was een fout in het vastleggen van de modus.",
- "There was an error using personal address." : "Er was een fout bij het gebruiken van je persoonlijke adres."
+ "There was an error using personal address." : "Er was een fout bij het gebruiken van je persoonlijke adres.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Weersverwachting is geïntegreerd in de dashboard app\nDe gebruikers locatie kan automatisch worden bepaald of handmatig worden ingegeven. Een 6 uurs weersverwachting wordt getoond.\nDeze Weersverwachting kan ook op andere plaatsen worden geïntegreerd zoals in de Kalender-app."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/pl.js b/apps/weather_status/l10n/pl.js
index d3cb708d4ba..ad0cf9e9cb6 100644
--- a/apps/weather_status/l10n/pl.js
+++ b/apps/weather_status/l10n/pl.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Błąd",
"Weather status" : "Stan pogody",
"Weather status in your dashboard" : "Stan pogody na pulpicie",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.",
"Detect location" : "Wykryj lokalizację",
"Set custom address" : "Ustaw adres własny",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo o {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "Wystąpił błąd podczas ustawiania adresu lokalizacji.",
"There was an error setting the location." : "Wystąpił błąd podczas ustawiania lokalizacji.",
"There was an error saving the mode." : "Wystąpił błąd podczas zapisywania trybu.",
- "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu."
+ "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz."
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/apps/weather_status/l10n/pl.json b/apps/weather_status/l10n/pl.json
index 4a0d6bc5618..51f58c45675 100644
--- a/apps/weather_status/l10n/pl.json
+++ b/apps/weather_status/l10n/pl.json
@@ -5,7 +5,6 @@
"Error" : "Błąd",
"Weather status" : "Stan pogody",
"Weather status in your dashboard" : "Stan pogody na pulpicie",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz.",
"Detect location" : "Wykryj lokalizację",
"Set custom address" : "Ustaw adres własny",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Czyste niebo o {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "Wystąpił błąd podczas ustawiania adresu lokalizacji.",
"There was an error setting the location." : "Wystąpił błąd podczas ustawiania lokalizacji.",
"There was an error saving the mode." : "Wystąpił błąd podczas zapisywania trybu.",
- "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu."
+ "There was an error using personal address." : "Wystąpił błąd podczas korzystania z własnego adresu.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Stan pogody zintegrowany z aplikacją Pulpit.\nPozycja użytkownika może być określana automatycznie lub ręcznie. Następnie wyświetlana jest prognoza na 6 godzin.\nStan pogody można również zintegrować w innych miejscach np. w aplikacji Kalendarz."
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file
diff --git a/apps/weather_status/l10n/tr.js b/apps/weather_status/l10n/tr.js
index b52d917cc19..0c73260a4f1 100644
--- a/apps/weather_status/l10n/tr.js
+++ b/apps/weather_status/l10n/tr.js
@@ -7,7 +7,6 @@ OC.L10N.register(
"Error" : "Hata",
"Weather status" : "Hava durumu",
"Weather status in your dashboard" : "Panonuz için hava durumu",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir.",
"Detect location" : "Konum algılansın",
"Set custom address" : "Özel adres belirtin",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Açık {time}",
@@ -31,6 +30,7 @@ OC.L10N.register(
"There was an error setting the location address." : "Konum adresi ayarlanırken bir sorun çıktı.",
"There was an error setting the location." : "Konum ayarlanırken bir sorun çıktı.",
"There was an error saving the mode." : "Kip kaydedilirken bir sorun çıktı.",
- "There was an error using personal address." : "Kişisel adres kullanılırken bir sorun çıktı."
+ "There was an error using personal address." : "Kişisel adres kullanılırken bir sorun çıktı.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir."
},
"nplurals=2; plural=(n > 1);");
diff --git a/apps/weather_status/l10n/tr.json b/apps/weather_status/l10n/tr.json
index d79bab56bd2..02af1b608a5 100644
--- a/apps/weather_status/l10n/tr.json
+++ b/apps/weather_status/l10n/tr.json
@@ -5,7 +5,6 @@
"Error" : "Hata",
"Weather status" : "Hava durumu",
"Weather status in your dashboard" : "Panonuz için hava durumu",
- "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir.",
"Detect location" : "Konum algılansın",
"Set custom address" : "Özel adres belirtin",
"{temperature} {unit} Clear sky at {time}" : "{temperature} {unit} Açık {time}",
@@ -29,6 +28,7 @@
"There was an error setting the location address." : "Konum adresi ayarlanırken bir sorun çıktı.",
"There was an error setting the location." : "Konum ayarlanırken bir sorun çıktı.",
"There was an error saving the mode." : "Kip kaydedilirken bir sorun çıktı.",
- "There was an error using personal address." : "Kişisel adres kullanılırken bir sorun çıktı."
+ "There was an error using personal address." : "Kişisel adres kullanılırken bir sorun çıktı.",
+ "Weather status integrated in the dashboard app.\n User's position can be automatically determined or manually defined. A 6 hours forecast is then displayed.\n This status can also be integrated in other places like the Calendar app." : "Pano uygulaması ile bütünleşik hava durumu.\n Kullanıcının konumu el ile de ayarlanabileceği gibi otomatik olarak da algılanabilir. 6 saatlik tahmin görüntülenir.\n Hava durumu Takvim gibi diğer uygulamalarla da kullanılabilir."
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file