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>
14 lines
670 B
JavaScript
14 lines
670 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "个人资料",
|
|
"Edit Profile" : "编辑个人资料",
|
|
"The headline and about sections will show up here" : "标题和关于部分将显示在此处",
|
|
"You have not added any info yet" : "您尚未添加任何信息",
|
|
"Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面",
|
|
"{user} has not added any info yet" : "{user} 尚未添加任何信息",
|
|
"Profile not found" : "未找到个人资料",
|
|
"The profile does not exist." : "个人资料不存在",
|
|
"Back to %s" : "返回 %s"
|
|
},
|
|
"nplurals=1; plural=0;");
|