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

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-07-13 05:48:06 +0300
committerNextcloud bot <bot@nextcloud.com>2019-07-13 05:48:06 +0300
commit289be8dcea9c691a6b714a00a8d60e13fcbdc8dc (patch)
tree03bb037a216303a2944000ec58702f1107dd4c8c /l10n
parent678083a805389a78519efa7316bc479f531d35e2 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/af.js23
-rw-r--r--l10n/af.json21
-rw-r--r--l10n/uz.js9
-rw-r--r--l10n/uz.json7
4 files changed, 60 insertions, 0 deletions
diff --git a/l10n/af.js b/l10n/af.js
new file mode 100644
index 0000000..970e5ef
--- /dev/null
+++ b/l10n/af.js
@@ -0,0 +1,23 @@
+OC.L10N.register(
+ "serverinfo",
+ {
+ "Total" : "Totaal",
+ "Current usage" : "Huidige gebruik",
+ "Users" : "Gebruikers",
+ "Groups" : "Groepe",
+ "Links" : "Skakels",
+ "Files:" : "LĂȘers",
+ "Active users" : "Aktiewe gebruikers",
+ "PHP" : "PHP",
+ "Version:" : "Weergawe:",
+ "Memory Limit:" : "Geheuelimiet:",
+ "Database" : "Databasis",
+ "Type:" : "Tipe:",
+ "Size:" : "Grootte:",
+ "Last 24 hours" : "Afgelope 24 uur",
+ "Last 1 hour" : "Afgelope 1 uur",
+ "Last 5 mins" : "Afgelope 5 min",
+ "Memory usage" : "Geheuegebruik",
+ "Users:" : "Gebruikers:"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/af.json b/l10n/af.json
new file mode 100644
index 0000000..8b167a7
--- /dev/null
+++ b/l10n/af.json
@@ -0,0 +1,21 @@
+{ "translations": {
+ "Total" : "Totaal",
+ "Current usage" : "Huidige gebruik",
+ "Users" : "Gebruikers",
+ "Groups" : "Groepe",
+ "Links" : "Skakels",
+ "Files:" : "LĂȘers",
+ "Active users" : "Aktiewe gebruikers",
+ "PHP" : "PHP",
+ "Version:" : "Weergawe:",
+ "Memory Limit:" : "Geheuelimiet:",
+ "Database" : "Databasis",
+ "Type:" : "Tipe:",
+ "Size:" : "Grootte:",
+ "Last 24 hours" : "Afgelope 24 uur",
+ "Last 1 hour" : "Afgelope 1 uur",
+ "Last 5 mins" : "Afgelope 5 min",
+ "Memory usage" : "Geheuegebruik",
+ "Users:" : "Gebruikers:"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file
diff --git a/l10n/uz.js b/l10n/uz.js
new file mode 100644
index 0000000..beaf73e
--- /dev/null
+++ b/l10n/uz.js
@@ -0,0 +1,9 @@
+OC.L10N.register(
+ "serverinfo",
+ {
+ "Load average" : "O'rtacha yuk",
+ "Total" : "Jami",
+ "Users" : "Foydalanuvchilar",
+ "Groups" : "Guruhlar"
+},
+"nplurals=1; plural=0;");
diff --git a/l10n/uz.json b/l10n/uz.json
new file mode 100644
index 0000000..04e4057
--- /dev/null
+++ b/l10n/uz.json
@@ -0,0 +1,7 @@
+{ "translations": {
+ "Load average" : "O'rtacha yuk",
+ "Total" : "Jami",
+ "Users" : "Foydalanuvchilar",
+ "Groups" : "Guruhlar"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file