summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-11-09 01:09:13 +0000
committerNextcloud bot <bot@nextcloud.com>2017-11-09 01:09:13 +0000
commitaa525d89e889216d17185a6934699a8f8ba7aa91 (patch)
tree8a675f9cc47703c63dbea1664b48befb40a9f8f6 /apps/oauth2
parent989a8a3668ee2f8214bc0391b8d38f1e9b99bde0 (diff)
downloadnextcloud-server-aa525d89e889216d17185a6934699a8f8ba7aa91.tar.gz
nextcloud-server-aa525d89e889216d17185a6934699a8f8ba7aa91.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/ka_GE.js13
-rw-r--r--apps/oauth2/l10n/ka_GE.json11
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ka_GE.js b/apps/oauth2/l10n/ka_GE.js
new file mode 100644
index 00000000000..2b33e4bc865
--- /dev/null
+++ b/apps/oauth2/l10n/ka_GE.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 უფლებას ანიჭებს გარე სერვისებს მოითხოვონ წვდომა %s-ზე.",
+ "Name" : "სახელი",
+ "Redirection URI" : "გადამისამართების URI",
+ "Client Identifier" : "კლიენტის იდენტიფიკატორი",
+ "Secret" : "საიდუმლო",
+ "Add client" : "კლიენტის დამატება",
+ "Add" : "დამატება"
+},
+"nplurals=1; plural=0;");
diff --git a/apps/oauth2/l10n/ka_GE.json b/apps/oauth2/l10n/ka_GE.json
new file mode 100644
index 00000000000..3623ad6b49d
--- /dev/null
+++ b/apps/oauth2/l10n/ka_GE.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 უფლებას ანიჭებს გარე სერვისებს მოითხოვონ წვდომა %s-ზე.",
+ "Name" : "სახელი",
+ "Redirection URI" : "გადამისამართების URI",
+ "Client Identifier" : "კლიენტის იდენტიფიკატორი",
+ "Secret" : "საიდუმლო",
+ "Add client" : "კლიენტის დამატება",
+ "Add" : "დამატება"
+},"pluralForm" :"nplurals=1; plural=0;"
+} \ No newline at end of file