0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-02 13:00:42 +00:00
nextcloud_server/apps/profile/l10n/zh_CN.js
Nextcloud bot 7ef9ffa078
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-02-27 00:22:16 +00:00

16 lines
858 B
JavaScript

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