nextcloud/apps/oauth2/l10n/ka_GE.js

14 lines
724 B
JavaScript
Raw Normal View History

2017-11-09 04:09:13 +03:00
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;");