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/et_EE.js
Nextcloud bot f47609ec36
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-28 00:28:47 +00:00

14 lines
373 B
JavaScript

OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "OAuth 2.0 kliendid",
"Name" : "Nimi",
"Redirection URI" : "Suunamise URI",
"Client Identifier" : "Kliendi identifikaator",
"Secret key" : "Salavõti",
"Add client" : "Lisa klient",
"Add" : "Lisa",
"Delete" : "Kustuta",
"Secret" : "Saladus"
},
"nplurals=2; plural=(n != 1);");