- Updated LocalizationSettings to use translation keys for titles and descriptions. - Refactored MFASettings to utilize translation for error messages, success messages, and UI text. - Improved NotificationSetting by integrating translation for all user-facing strings. - Initial Hebrew translation ( testing AI translation ( some of crowdin) - Adjusted ProfileSettings to use translation for the edit photo title. - Enhanced SettingsOverview to utilize translation for the early access label. - Updated SidepanelSettings to implement translation for card names and descriptions. - Refined StorageSettings to use translation for all storage-related messages and titles. - Improved ThemeSettings to utilize translation for theme descriptions and titles.
118 lines
3.5 KiB
JSON
118 lines
3.5 KiB
JSON
{
|
|
"save": "Save",
|
|
"cancel": "Cancel",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"loading": "Loading...",
|
|
"error": "Error",
|
|
"success": "Success",
|
|
"warning": "Warning",
|
|
"refresh": "Refresh",
|
|
"copy": "Copy",
|
|
"copied": "Copied!",
|
|
"settings": "Settings",
|
|
"yes": "Yes",
|
|
"no": "No",
|
|
"back": "Back",
|
|
"backToCalendar": "Back to Calendar",
|
|
"logout": "Logout",
|
|
"version": "Version",
|
|
"navigation": {
|
|
"search": "搜索",
|
|
"allTasks": "All Tasks",
|
|
"archived": "Archived",
|
|
"things": "Things",
|
|
"labels": "Labels",
|
|
"projects": "Projects",
|
|
"filters": "Filters",
|
|
"activities": "Activities",
|
|
"points": "Points",
|
|
"settings": "Settings"
|
|
},
|
|
"search": {
|
|
"title": "搜索",
|
|
"placeholder": "搜索 Donetick",
|
|
"inputAriaLabel": "搜索任务、历史、项目、标签和设置",
|
|
"deviceNote": "正在搜索此设备上可用的内容",
|
|
"escape": "Esc",
|
|
"recent": "最近",
|
|
"empty": {
|
|
"title": "没有直接匹配的结果",
|
|
"subtitle": "你仍然可以用此搜索筛选任务列表。"
|
|
},
|
|
"groups": {
|
|
"tasks": "任务",
|
|
"history": "备注",
|
|
"projects": "项目",
|
|
"labels": "标签",
|
|
"people": "成员",
|
|
"settings": "设置",
|
|
"actions": "快捷操作"
|
|
},
|
|
"actions": {
|
|
"quickAction": "快捷操作",
|
|
"navigation": "导航",
|
|
"createTask": "创建任务",
|
|
"viewAllTasks": "查看所有任务",
|
|
"viewArchivedTasks": "查看已归档任务",
|
|
"openSettings": "打开设置",
|
|
"filterTasks": "显示匹配“{{query}}”的任务",
|
|
"filterTasksSubtitle": "筛选任务列表"
|
|
},
|
|
"footer": {
|
|
"navigate": "导航",
|
|
"open": "打开",
|
|
"results_other": "{{count}} 个结果",
|
|
"typeToSearch": "输入以搜索"
|
|
}
|
|
},
|
|
"feedback": {
|
|
"later": "Maybe later",
|
|
"sentiment": {
|
|
"title": "How's Donetick working for you?",
|
|
"subtitle": "Your answer helps us decide what to build next.",
|
|
"options": {
|
|
"love": "Love it",
|
|
"okay": "It's okay",
|
|
"issues": "Having issues"
|
|
}
|
|
},
|
|
"categories": {
|
|
"bugs": "Bugs",
|
|
"missingFeature": "Missing feature",
|
|
"tooComplicated": "Too complicated",
|
|
"slow": "Slow",
|
|
"notifications": "Notifications",
|
|
"ai": "AI",
|
|
"other": "Other"
|
|
},
|
|
"details": {
|
|
"title": "What could we improve?",
|
|
"messageLabel": "Tell us more",
|
|
"messagePlaceholder": "What happened, or what would make this better?",
|
|
"contextNote": "We'll include your app version, device and platform so we can reproduce issues.",
|
|
"submit": "Send feedback",
|
|
"contextNoteSelfHosted": "You're on a self-hosted instance, so nothing is sent from your server — we'll open a pre-filled GitHub issue you can review and edit first.",
|
|
"submitSelfHosted": "Continue to GitHub"
|
|
},
|
|
"review": {
|
|
"title": "Glad you're enjoying it!",
|
|
"subtitle": "A rating or a star helps other people find Donetick.",
|
|
"github": "Star on GitHub",
|
|
"appStore": "Rate on the App Store",
|
|
"playStore": "Rate on Google Play"
|
|
},
|
|
"thanks": {
|
|
"title": "Thanks for the feedback",
|
|
"subtitle": "We read every response and it shapes what we work on next."
|
|
},
|
|
"github": {
|
|
"title": "Report it on GitHub",
|
|
"subtitle": "We've filled in an issue with your notes and version details. Nothing has been sent yet — review it and post when you're ready.",
|
|
"open": "Open the issue"
|
|
}
|
|
}
|
|
}
|