mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4c6ecc6f15
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
12 lines
439 B
JavaScript
12 lines
439 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"Edit Profile" : "Sunting profil",
|
|
"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",
|
|
"Profile not found" : "Profil tidak ditemukan",
|
|
"The profile does not exist." : "Profil tidak ada.",
|
|
"Back to %s" : "Kembali ke %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|