timetracker/lib/core/l10n/app_en.arb
2026-08-03 21:51:48 +02:00

104 lines
3.1 KiB
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"@@locale": "en",
"navTimer": "Timer",
"navEntries": "Entries",
"navProjects": "Projects",
"navReports": "Reports",
"navSettings": "Settings",
"timerStart": "Start",
"timerStop": "Stop",
"timerDiscard": "Discard",
"timerDiscardConfirm": "Discard this entry?",
"timerDiscardBody": "The current time entry will be deleted.",
"timerSelectProject": "Select project",
"timerAddNote": "Add a note…",
"timerTodayTotal": "Today: {duration}",
"@timerTodayTotal": {
"placeholders": {
"duration": { "type": "String" }
}
},
"timerRecentToday": "Recent today",
"entriesTitle": "Entries",
"entriesEmpty": "No entries yet.",
"entriesAdd": "Add entry",
"entriesDeleted": "Entry deleted",
"entriesUndo": "Undo",
"projectsTitle": "Projects",
"projectsEmpty": "No projects yet.",
"projectsArchivedEmpty": "No archived projects.",
"projectsAdd": "New project",
"projectsActive": "Active",
"projectsArchived": "Archived",
"projectsName": "Name",
"projectsDescription": "Description (optional)",
"projectsArchive": "Archive",
"projectsUnarchive": "Unarchive",
"projectsDeleteTitle": "Delete project?",
"projectsDeleteBlocked": "Cannot delete — project has time entries.",
"projectsColorLabel": "Color",
"reportsTitle": "Reports",
"reportsDay": "Day",
"reportsWeek": "Week",
"reportsMonth": "Month",
"reportsTotal": "Total",
"reportsNoData": "No data for this period",
"reportsByProject": "By project",
"timerQuickAccess": "Quick Access",
"timerSwitched": "{stopped} stopped, {started} started",
"@timerSwitched": {
"placeholders": {
"stopped": { "type": "String" },
"started": { "type": "String" }
}
},
"timerStopped": "{name} stopped",
"@timerStopped": {
"placeholders": {
"name": { "type": "String" }
}
},
"settingsTitle": "Settings",
"settingsAppearance": "Appearance",
"settingsTheme": "Theme",
"settingsThemeSystem": "System",
"settingsThemeLight": "Light",
"settingsThemeDark": "Dark",
"settingsLanguage": "Language",
"settingsLanguageSystem": "System",
"settingsTimer": "Timer",
"settingsQuickAccessCount": "Quick access projects",
"settingsQuickAccessCountHint": "Number of frequently used projects shown in quick access ({min}{max})",
"@settingsQuickAccessCountHint": {
"placeholders": {
"min": { "type": "int" },
"max": { "type": "int" }
}
},
"settingsData": "Data",
"settingsExport": "Export data",
"settingsAbout": "About",
"settingsVersion": "Version",
"settingsLicences": "Licences",
"exportTitle": "Export data",
"exportFormat": "Format",
"exportRange": "Date range",
"exportProject": "Project (optional)",
"exportAllProjects": "All projects",
"exportShare": "Share",
"exportFailed": "Export failed: {error}",
"@exportFailed": {
"placeholders": {
"error": { "type": "String" }
}
},
"cancel": "Cancel",
"save": "Save",
"delete": "Delete",
"edit": "Edit",
"confirm": "Confirm",
"today": "Today",
"yesterday": "Yesterday",
"thisWeek": "This week",
"thisMonth": "This month"
}