Files
espocrm/application/Espo/Resources/i18n/en_US/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

76 lines
3.9 KiB
JSON

{
"fields": {
"dateFormat": "Date Format",
"timeFormat": "Time Format",
"timeZone": "Time Zone",
"weekStart": "First Day of Week",
"thousandSeparator": "Thousand Separator",
"decimalMark": "Decimal Mark",
"defaultCurrency": "Default Currency",
"currencyList": "Currency List",
"language": "Language",
"exportDelimiter": "Export Delimiter",
"receiveAssignmentEmailNotifications": "Email notifications upon assignment",
"receiveMentionEmailNotifications": "Email notifications about mentions in posts",
"receiveStreamEmailNotifications": "Email notifications about posts and status updates",
"assignmentNotificationsIgnoreEntityTypeList": "In-app assignment notifications",
"assignmentEmailNotificationsIgnoreEntityTypeList": "Email assignment notifications",
"reactionNotifications": "In-app notifications about reactions",
"reactionNotificationsNotFollowed": "Notifications about reactions for non-followed records",
"autoFollowEntityTypeList": "Global Auto-Follow",
"signature": "Email Signature",
"dashboardTabList": "Tab List",
"defaultReminders": "Default Reminders",
"defaultRemindersTask": "Default Reminders for Tasks",
"theme": "Theme",
"pageContentWidth": "Content Width",
"useCustomTabList": "Custom Tab List",
"addCustomTabs": "Add Custom Tabs",
"tabList": "Tab List",
"emailReplyToAllByDefault": "Email Reply to all by default",
"dashboardLayout": "Dashboard Layout",
"dashboardLocked": "Lock Dashboard",
"emailReplyForceHtml": "Email Reply in HTML",
"doNotFillAssignedUserIfNotRequired": "Do not pre-fill assigned user on record creation",
"followEntityOnStreamPost": "Auto-follow record after posting in Stream",
"followCreatedEntities": "Auto-follow created records",
"followCreatedEntityTypeList": "Auto-follow created records of specific entity types",
"followAsCollaborator": "Auto-follow when added as a collaborator",
"emailUseExternalClient": "Use an external email client",
"textSearchStoringDisabled": "Disable text filter storing",
"calendarSlotDuration": "Calendar Slot Duration",
"calendarScrollHour": "Calendar Scroll to Hour"
},
"links": {
},
"options": {
"weekStart": {
"0": "Sunday",
"1": "Monday"
},
"pageContentWidth": {
"": "Normal",
"Wide": "Wide"
}
},
"labels": {
"Notifications": "Notifications",
"User Interface": "User Interface",
"Misc": "Misc",
"Locale": "Locale",
"Reset Dashboard to Default": "Reset Dashboard to Default"
},
"tooltips": {
"addCustomTabs": "If checked, custom tabs will be appended to default tabs. Otherwise, custom tabs will be used instead of default tabs.",
"autoFollowEntityTypeList": "Automatically follow ALL new records (created by any user) of the selected entity types. To be able to see information in the stream and receive notifications about all records in the system.",
"doNotFillAssignedUserIfNotRequired": "When creating a new record, the assigned user won't be pre-filled with the own user. If the assigned user field is required, then this parameter has no effect.",
"followCreatedEntities": "Created records will be automatically followed, regardless of who they assigned to.",
"followCreatedEntityTypeList": "Records of the selected entity types will be automatically followed, regardless of who they assigned to. Use this parameter to follow only specific entity types."
},
"tabFields": {
"label": "Label",
"iconClass": "Icon",
"color": "Color"
}
}