mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4d61fd2e5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
11 lines
584 B
JavaScript
11 lines
584 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Edit Profile" : "แก้ไขโปรไฟล์",
|
|
"You have not added any info yet" : "คุณยังไม่ได้เพิ่มข้อมูลใด ๆ",
|
|
"{user} has not added any info yet" : "{user} ยังไม่ได้เพิ่มข้อมูลใด ๆ",
|
|
"Profile not found" : "ไม่พบโปรไฟล์",
|
|
"The profile does not exist." : "โปรไฟล์นี้ไม่มีอยู่",
|
|
"Back to %s" : "กลับสู่ %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|