Files
espocrm/application/Espo/Resources/i18n/zh_CN/Preferences.json
bsiggel 127fa6503b chore: Update copyright year from 2025 to 2026 across core files
- Updated copyright headers in 3,055 core application files
- Changed 'Copyright (C) 2014-2025' to 'Copyright (C) 2014-2026'
- Added 123 new files from EspoCRM core updates
- Removed 4 deprecated files
- Total changes: 61,637 insertions, 54,283 deletions

This is a routine maintenance update for the new year 2026.
2026-02-07 16:05:21 +01:00

51 lines
2.0 KiB
JSON

{
"fields": {
"dateFormat": "日期格式",
"timeFormat": "时间格式",
"timeZone": "时区",
"weekStart": "每周始于",
"thousandSeparator": "千位分隔符",
"decimalMark": "小数点标记",
"defaultCurrency": "默认货币",
"currencyList": "货币列表",
"language": "语言",
"exportDelimiter": "导出分隔符",
"signature": "邮件签名",
"dashboardTabList": "功能列表",
"tabList": "功能列表",
"defaultReminders": "默认提醒",
"theme": "主题",
"useCustomTabList": "启用自定义功能列表",
"receiveAssignmentEmailNotifications": "任务邮件提醒",
"receiveMentionEmailNotifications": "邮寄时提及的邮件提醒",
"receiveStreamEmailNotifications": "关于邮寄和更新状态的邮件提醒",
"dashboardLayout": "仪表板布局",
"emailReplyForceHtml": "以 HTML 格式回复邮件",
"autoFollowEntityTypeList": "全局自动跟随",
"emailReplyToAllByDefault": "此邮件签名默认用于所有回复邮件.",
"doNotFillAssignedUserIfNotRequired": "不要在创建记录时预先填充指定的用户",
"followEntityOnStreamPost": "在信息流发信息后自动跟踪记录",
"followCreatedEntities": "自动跟踪创建的记录",
"followCreatedEntityTypeList": "自动跟踪特定功能创建的记录",
"emailUseExternalClient": "使用外部邮件客户端",
"dashboardLocked": "锁定仪表盘",
"addCustomTabs": "添加自定义标签页",
"pageContentWidth": "内容宽度"
},
"options": {
"weekStart": {
"0": "星期日",
"1": "星期一"
}
},
"labels": {
"Notifications": "通知",
"User Interface": "用户界面",
"Misc": "杂项",
"Locale": "语言环境",
"Reset Dashboard to Default": "将仪表盘重置为默认"
},
"tooltips": {
"autoFollowEntityTypeList": "自动跟随所选实体类型的所有新记录(由任何用户创建),能够在信息流中看到信息并接收关于系统中所有记录的通知。"
}
}