mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 14:53:18 +00:00
2f4abc774f
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
13 lines
337 B
JavaScript
13 lines
337 B
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"OAuth 2.0 clients" : "Klien OAuth 2.0",
|
|
"Name" : "Nama",
|
|
"Redirection URI" : "URI Pengalihan",
|
|
"Client Identifier" : "Identifier klien",
|
|
"Secret key" : "Kunci rahasia",
|
|
"Add client" : "Tambah klien",
|
|
"Add" : "Tambah",
|
|
"Delete" : "Hapus"
|
|
},
|
|
"nplurals=1; plural=0;");
|