mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
21 lines
1.0 KiB
JavaScript
21 lines
1.0 KiB
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Lihat profil",
|
|
"Profile" : "Profil",
|
|
"This application provides the profile" : "Aplikasi ini menyediakan profil",
|
|
"Provides a customisable user profile interface." : "Menyediakan antarmuka profil pengguna yang dapat disesuaikan.",
|
|
"Searching …" : "Mencari …",
|
|
"Not found" : "Tidak ditemukan",
|
|
"Insert" : "Sisipkan",
|
|
"You have not added any info yet" : "Anda belum menambahkan info apa pun",
|
|
"{user} has not added any info yet" : "{user} belum menambahkan info apa pun",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Kesalahan saat membuka modal status pengguna, coba lakukan hard refresh pada halaman",
|
|
"Edit Profile" : "Edit Profil",
|
|
"The headline and about sections will show up here" : "Bagian judul dan tentang akan muncul di sini",
|
|
"Profile not found" : "Profil tidak ditemukan",
|
|
"Back to %s" : "Kembali ke %s",
|
|
"The profile does not exist." : "Profil tidak ada."
|
|
},
|
|
"nplurals=1; plural=0;");
|