0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/oauth2/l10n/ka_GE.js
Nextcloud bot e218d1f98e
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-08-15 00:25:46 +00:00

15 lines
707 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" : "გამოაჩინე კლიენტის საიდუმლო"
},
"nplurals=2; plural=(n!=1);");