nextcloud/apps/oauth2/l10n/id.js

14 lines
327 B
JavaScript
Raw Normal View History

2017-09-12 03:08:25 +03:00
OC.L10N.register(
"oauth2",
{
"OAuth 2.0 clients" : "Klien OAuth 2.0",
2020-09-01 05:16:09 +03:00
"Add client" : "Tambah klien",
2018-11-17 04:12:47 +03:00
"Name" : "Nama",
2018-06-27 13:06:12 +03:00
"Redirection URI" : "URI Pengalihan",
2020-09-01 05:16:09 +03:00
"Add" : "Tambah",
2018-11-17 04:12:47 +03:00
"Client Identifier" : "Identifier klien",
2018-06-27 13:06:12 +03:00
"Secret" : "Rahasia",
2019-12-22 05:28:34 +03:00
"Delete" : "Hapus"
2017-09-12 03:08:25 +03:00
},
"nplurals=1; plural=0;");