0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 18:09:45 +00:00
nextcloud_server/apps/oauth2/l10n/ka_GE.js
Nextcloud bot 9cc3d9674f
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-12-16 00:19:48 +00:00

16 lines
750 B
JavaScript

OC.L10N.register(
"oauth2",
{
"OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "OAuth 2.0 კლიენტები",
"Name" : "სახელი",
"Redirection URI" : "გადამისამართების URI",
"Client Identifier" : "კლიენტის იდენტიფიკატორი",
"Secret key" : "საიდუმლო გასაღები",
"Add client" : "კლიენტის დამატება",
"Add" : "დამატება",
"Delete" : "წაშლა",
"Show client secret" : "გამოაჩინე კლიენტის საიდუმლო",
"Secret" : "საიდუმლო"
},
"nplurals=2; plural=(n!=1);");