aboutsummaryrefslogtreecommitdiffstats
path: root/apps/admin_audit/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-09-20 02:17:05 +0000
committerNextcloud bot <bot@nextcloud.com>2020-09-20 02:17:05 +0000
commitbdc60ef9b2d4793b3da7887632fb4b0e77bf964a (patch)
treec30fafca8df3e2ec928ae8ab819b2ac5691244b7 /apps/admin_audit/l10n
parented9f3ee990a4f31da34e44abd35bab903e125cfa (diff)
downloadnextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.tar.gz
nextcloud-server-bdc60ef9b2d4793b3da7887632fb4b0e77bf964a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r--apps/admin_audit/l10n/ca.js7
-rw-r--r--apps/admin_audit/l10n/ca.json5
-rw-r--r--apps/admin_audit/l10n/cs.js6
-rw-r--r--apps/admin_audit/l10n/cs.json4
-rw-r--r--apps/admin_audit/l10n/es.js7
-rw-r--r--apps/admin_audit/l10n/es.json5
-rw-r--r--apps/admin_audit/l10n/gl.js7
-rw-r--r--apps/admin_audit/l10n/gl.json5
-rw-r--r--apps/admin_audit/l10n/hu.js7
-rw-r--r--apps/admin_audit/l10n/hu.json5
-rw-r--r--apps/admin_audit/l10n/id.js7
-rw-r--r--apps/admin_audit/l10n/id.json5
-rw-r--r--apps/admin_audit/l10n/it.js7
-rw-r--r--apps/admin_audit/l10n/it.json5
-rw-r--r--apps/admin_audit/l10n/pl.js7
-rw-r--r--apps/admin_audit/l10n/pl.json5
-rw-r--r--apps/admin_audit/l10n/tr.js7
-rw-r--r--apps/admin_audit/l10n/tr.json5
18 files changed, 106 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/ca.js b/apps/admin_audit/l10n/ca.js
new file mode 100644
index 00000000000..925f6e4b0e7
--- /dev/null
+++ b/apps/admin_audit/l10n/ca.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditoria/Registre",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacitats de registre per a Nextcloud, com ara registre d’accés a fitxers o d’altres accions sensibles."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/ca.json b/apps/admin_audit/l10n/ca.json
new file mode 100644
index 00000000000..f7a526b54fd
--- /dev/null
+++ b/apps/admin_audit/l10n/ca.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditoria/Registre",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacitats de registre per a Nextcloud, com ara registre d’accés a fitxers o d’altres accions sensibles."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/admin_audit/l10n/cs.js b/apps/admin_audit/l10n/cs.js
new file mode 100644
index 00000000000..711348c5a7f
--- /dev/null
+++ b/apps/admin_audit/l10n/cs.js
@@ -0,0 +1,6 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditování / zaznamenávání událostí"
+},
+"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
new file mode 100644
index 00000000000..b3a8ebf74df
--- /dev/null
+++ b/apps/admin_audit/l10n/cs.json
@@ -0,0 +1,4 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditování / zaznamenávání událostí"
+},"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/admin_audit/l10n/es.js b/apps/admin_audit/l10n/es.js
new file mode 100644
index 00000000000..aa0c641209c
--- /dev/null
+++ b/apps/admin_audit/l10n/es.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditoría / Registro",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Ofrece a Nextcloud capacidades de registro tales como registrar los accesos a archivos u otras acciones sensibles."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/es.json b/apps/admin_audit/l10n/es.json
new file mode 100644
index 00000000000..b34ee67f6b7
--- /dev/null
+++ b/apps/admin_audit/l10n/es.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditoría / Registro",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Ofrece a Nextcloud capacidades de registro tales como registrar los accesos a archivos u otras acciones sensibles."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/admin_audit/l10n/gl.js b/apps/admin_audit/l10n/gl.js
new file mode 100644
index 00000000000..24d085532a4
--- /dev/null
+++ b/apps/admin_audit/l10n/gl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditoría / Rexistro",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece recursos de rexistro para o Nextcloud como rexistros de acceso a ficheiros ou calquera outra acción sensíbel."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/gl.json b/apps/admin_audit/l10n/gl.json
new file mode 100644
index 00000000000..bcfc4ecb0f1
--- /dev/null
+++ b/apps/admin_audit/l10n/gl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditoría / Rexistro",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornece recursos de rexistro para o Nextcloud como rexistros de acceso a ficheiros ou calquera outra acción sensíbel."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/admin_audit/l10n/hu.js b/apps/admin_audit/l10n/hu.js
new file mode 100644
index 00000000000..019e4f313a4
--- /dev/null
+++ b/apps/admin_audit/l10n/hu.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Audit / naplózás",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Naplózási funkciókat biztosít a Nexcloudhoz, például a fájlelérések vagy az érzékeny műveletek naplózhatók lesznek."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/hu.json b/apps/admin_audit/l10n/hu.json
new file mode 100644
index 00000000000..be83fce290f
--- /dev/null
+++ b/apps/admin_audit/l10n/hu.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Audit / naplózás",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Naplózási funkciókat biztosít a Nexcloudhoz, például a fájlelérések vagy az érzékeny műveletek naplózhatók lesznek."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/admin_audit/l10n/id.js b/apps/admin_audit/l10n/id.js
new file mode 100644
index 00000000000..441f1940069
--- /dev/null
+++ b/apps/admin_audit/l10n/id.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Pemeriksaan / Pencatatan",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Menyediakan kemampuan pencatatan untuk Nextcloud seperti pencatatan akses berkas atau tindakan sensitif lainnya."
+},
+"nplurals=1; plural=0;");
diff --git a/apps/admin_audit/l10n/id.json b/apps/admin_audit/l10n/id.json
new file mode 100644
index 00000000000..91af029f895
--- /dev/null
+++ b/apps/admin_audit/l10n/id.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Pemeriksaan / Pencatatan",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Menyediakan kemampuan pencatatan untuk Nextcloud seperti pencatatan akses berkas atau tindakan sensitif lainnya."
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file
diff --git a/apps/admin_audit/l10n/it.js b/apps/admin_audit/l10n/it.js
new file mode 100644
index 00000000000..0fa3385be04
--- /dev/null
+++ b/apps/admin_audit/l10n/it.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Auditing / Registrazione",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornisce capacità di registrazione per Nextcloud come la registrazione di accessi ai file o azioni altrimenti sensibili."
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/admin_audit/l10n/it.json b/apps/admin_audit/l10n/it.json
new file mode 100644
index 00000000000..ed9c60318b9
--- /dev/null
+++ b/apps/admin_audit/l10n/it.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Auditing / Registrazione",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Fornisce capacità di registrazione per Nextcloud come la registrazione di accessi ai file o azioni altrimenti sensibili."
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/apps/admin_audit/l10n/pl.js b/apps/admin_audit/l10n/pl.js
new file mode 100644
index 00000000000..492a3506091
--- /dev/null
+++ b/apps/admin_audit/l10n/pl.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Audyt/logowanie",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Zapewnia możliwość rejestrowania dla Nextcloud, takie jak rejestrowanie dostępu do plików lub inne wrażliwe akcje."
+},
+"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/admin_audit/l10n/pl.json b/apps/admin_audit/l10n/pl.json
new file mode 100644
index 00000000000..a0a1e16edb0
--- /dev/null
+++ b/apps/admin_audit/l10n/pl.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Audyt/logowanie",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Zapewnia możliwość rejestrowania dla Nextcloud, takie jak rejestrowanie dostępu do plików lub inne wrażliwe akcje."
+},"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/admin_audit/l10n/tr.js b/apps/admin_audit/l10n/tr.js
new file mode 100644
index 00000000000..adccbe266be
--- /dev/null
+++ b/apps/admin_audit/l10n/tr.js
@@ -0,0 +1,7 @@
+OC.L10N.register(
+ "admin_audit",
+ {
+ "Auditing / Logging" : "Denetim / Günlük Kaydı",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud için dosyalara erişim ve diğer önemli işlemlerin günlük kaydınının tutulması özelliği sağlar."
+},
+"nplurals=2; plural=(n > 1);");
diff --git a/apps/admin_audit/l10n/tr.json b/apps/admin_audit/l10n/tr.json
new file mode 100644
index 00000000000..0e5e81a0a34
--- /dev/null
+++ b/apps/admin_audit/l10n/tr.json
@@ -0,0 +1,5 @@
+{ "translations": {
+ "Auditing / Logging" : "Denetim / Günlük Kaydı",
+ "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud için dosyalara erişim ve diğer önemli işlemlerin günlük kaydınının tutulması özelliği sağlar."
+},"pluralForm" :"nplurals=2; plural=(n > 1);"
+} \ No newline at end of file