mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
7c83a5bb99
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
26 lines
1.8 KiB
JavaScript
26 lines
1.8 KiB
JavaScript
OC.L10N.register(
|
|
"oauth2",
|
|
{
|
|
"Your client is not authorized to connect. Please inform the administrator of your client." : "Klien Anda tidak berwenang untuk terhubung. Harap beri tahu administrator klien Anda.",
|
|
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "URL pengalihan Anda harus berupa URL lengkap, misalnya: [https://yourdomain.com/path](https://yourdomain.com/path)",
|
|
"OAuth 2.0" : "OAuth 2.0",
|
|
"Allows OAuth2 compatible authentication from other web applications." : "Memungkinkan autentikasi yang kompatibel dengan OAuth2 dari aplikasi web lain.",
|
|
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikasi OAuth2 memungkinkan administrator mengonfigurasi alur kerja autentikasi bawaan agar juga mengizinkan autentikasi yang kompatibel dengan OAuth2 dari aplikasi web lain.",
|
|
"Secret key" : "Kunci rahasia",
|
|
"Delete" : "Hapus",
|
|
"An unknown error occurred." : "Terjadi kesalahan yang tidak diketahui.",
|
|
"OAuth 2.0 clients" : "Klien OAuth 2.0",
|
|
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 memungkinkan layanan eksternal meminta akses ke {instanceName}.",
|
|
"Name" : "Nama",
|
|
"Redirection URI" : "URI pengalihan",
|
|
"Client identifier" : "Pengenal klien",
|
|
"Delete client" : "Hapus klien",
|
|
"Make sure you store the secret key, it cannot be recovered." : "Pastikan Anda menyimpan kunci rahasia, karena tidak dapat dipulihkan.",
|
|
"Add client" : "Tambahkan klien",
|
|
"Add" : "Tambah",
|
|
"Client Identifier" : "Pengenal Klien",
|
|
"Show client secret" : "Tampilkan rahasia klien",
|
|
"Hide client secret" : "Sembunyikan rahasia klien"
|
|
},
|
|
"nplurals=1; plural=0;");
|