0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-01-31 06:43:12 +00:00
nextcloud_server/apps/profile/l10n/zh_CN.js
Nextcloud bot 4d61fd2e5a
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-23 13:39:30 +00:00

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;");