This commit is contained in:
2026-04-04 21:05:22 +08:00
parent 512dba4346
commit 550646b7d7
6 changed files with 74 additions and 7 deletions
+5 -2
View File
@@ -150,7 +150,8 @@
"delete": "Delete",
"copied": "Copied",
"pasted": "Pasted",
"not_your_schedule": "This is not your schedule"
"not_your_schedule": "This is not your schedule",
"someone_schedule": "Created by {name}"
},
"message": {
"functionality_not_yet_developed": "Functionality not yet developed",
@@ -239,7 +240,9 @@
"birthday_help": "Select your birthday for personalized services",
"save_notice": "Your personal information will be updated after saving",
"placeholder_name": "Enter your name",
"placeholder_remark": "Personal introduction or remark"
"placeholder_remark": "Personal introduction or remark",
"name_hint": "Display only, login name unchanged.",
"remark_hint": "Remark only"
},
"button": {
"submit": "Submit",
+5 -2
View File
@@ -150,7 +150,8 @@
"delete": "删除",
"copied": "已复制",
"pasted": "已粘贴",
"not_your_schedule": "这不是你的日程"
"not_your_schedule": "这不是你的日程",
"someone_schedule": "{name}创建的日程"
},
"message": {
"functionality_not_yet_developed": "功能未开发",
@@ -239,7 +240,9 @@
"birthday_help": "选择您的生日,用于个性化服务",
"save_notice": "保存后将更新您的个人信息",
"placeholder_name": "请输入您的姓名",
"placeholder_remark": "个人简介或备注"
"placeholder_remark": "个人简介或备注",
"name_hint": "仅用于显示,不影响登录名",
"remark_hint": "仅备注"
},
"button": {
"submit": "提交",