blob: 13e586898eb7d24ce014aa3abcb999c415c508ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
OC.L10N.register(
"profile",
{
"Profile" : "个人资料",
"This application provides the profile" : "此应用程序提供个人资料",
"Provides a customisable user profile interface." : "提供可定制的用户个人资料界面。",
"You have not added any info yet" : "您尚未添加任何信息",
"{user} has not added any info yet" : "{user} 尚未添加任何信息",
"Error opening the user status modal, try hard refreshing the page" : "打开用户状态模块时出错,请努力刷新页面",
"Edit Profile" : "编辑个人资料",
"The headline and about sections will show up here" : "标题和关于部分将显示在此处",
"Profile not found" : "未找到个人资料",
"The profile does not exist." : "个人资料不存在",
"Back to %s" : "返回 %s"
},
"nplurals=1; plural=0;");
|