104 lines
3.1 KiB
Text
104 lines
3.1 KiB
Text
{
|
||
"@@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"
|
||
}
|