nextcloud/apps/oauth2/l10n/ka_GE.js

15 lines
763 B
JavaScript
Raw Normal View History

2017-11-09 04:09:13 +03:00
OC.L10N.register(
"oauth2",
{
2018-03-02 04:12:16 +03:00
"OAuth 2.0" : "OAuth 2.0",
2017-11-09 04:09:13 +03:00
"OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
"Name" : "სახელი",
"Client Identifier" : "კლიენტის იდენტიფიკატორი",
"Add client" : "კლიენტის დამატება",
2018-06-27 13:06:12 +03:00
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 გარე სერვისებს ანიჭებს %s-ზე წვდომის მოთხოვნის უფლებას.",
"Redirection URI" : "გადამისამართების URI",
"Secret" : "საიდუმლო",
2017-11-09 04:09:13 +03:00
"Add" : "დამატება"
},
2018-05-18 03:13:45 +03:00
"nplurals=2; plural=(n!=1);");