I18N
- Localized more commands.
This commit is contained in:
54
src/en-US.h
54
src/en-US.h
@@ -112,6 +112,8 @@
|
||||
#define STRING_COLUMN_LABEL_DEP_S "Dep"
|
||||
#define STRING_COLUMN_LABEL_DESC "Description"
|
||||
#define STRING_COLUMN_LABEL_DUE "Due"
|
||||
#define STRING_COLUMN_LABEL_END "End"
|
||||
#define STRING_COLUMN_LABEL_ENTERED "Entered"
|
||||
#define STRING_COLUMN_LABEL_COUNT "Count"
|
||||
#define STRING_COLUMN_LABEL_COMPLETE "Completed"
|
||||
#define STRING_COLUMN_LABEL_ADDED "Added"
|
||||
@@ -122,7 +124,10 @@
|
||||
#define STRING_COLUMN_LABEL_PROJECT "Project"
|
||||
#define STRING_COLUMN_LABEL_UNTIL "Until"
|
||||
#define STRING_COLUMN_LABEL_WAIT "Wait"
|
||||
#define STRING_COLUMN_LABEL_WAITING "Waiting until"
|
||||
#define STRING_COLUMN_LABEL_RECUR "Recur"
|
||||
#define STRING_COLUMN_LABEL_RECUR_L "Recurrence"
|
||||
#define STRING_COLUMN_LABEL_START "Start"
|
||||
#define STRING_COLUMN_LABEL_STARTED "Started"
|
||||
#define STRING_COLUMN_LABEL_ACTIVE "A"
|
||||
#define STRING_COLUMN_LABEL_STATUS "Status"
|
||||
@@ -141,6 +146,14 @@
|
||||
#define STRING_COLUMN_LABEL_TAG "Tag"
|
||||
#define STRING_COLUMN_LABEL_UUID "UUID"
|
||||
#define STRING_COLUMN_LABEL_URGENCY "Urgency"
|
||||
#define STRING_COLUMN_LABEL_NAME "Name"
|
||||
#define STRING_COLUMN_LABEL_VALUE "Value"
|
||||
#define STRING_COLUMN_LABEL_MASK "Mask"
|
||||
#define STRING_COLUMN_LABEL_MASK_IDX "Mask Index"
|
||||
#define STRING_COLUMN_LABEL_PARENT "Parent task"
|
||||
#define STRING_COLUMN_LABEL_FG "Foreground color"
|
||||
#define STRING_COLUMN_LABEL_BG "Background color"
|
||||
#define STRING_COLUMN_LABEL_DATE "Date"
|
||||
|
||||
// commands/Cmd*
|
||||
#define STRING_CMD_CONFLICT "Custom report '{1}' conflicts with built-in task command."
|
||||
@@ -165,6 +178,42 @@
|
||||
#define STRING_CMD_IDS_USAGE_RANGE "Shows only the IDs of matching tasks, in the form of a range."
|
||||
#define STRING_CMD_IDS_USAGE_LIST "Shows only the IDs of matching tasks, in the form of a list."
|
||||
#define STRING_CMD_IDS_USAGE_ZSH "Shows the IDs and descriptions of matching tasks."
|
||||
#define STRING_CMD_QUERY_USAGE "Executes external commands and scripts"
|
||||
#define STRING_CMD_INFO_USAGE "Shows all data and metadata for specified tasks."
|
||||
#define STRING_CMD_INFO_BLOCKED "This task blocked by"
|
||||
#define STRING_CMD_INFO_BLOCKING "This task is blocking"
|
||||
#define STRING_CMD_INFO_RECUR_UNTIL "Recur until"
|
||||
#define STRING_CMD_INFO_MODIFICATION "Modification"
|
||||
#define STRING_CMD_INFO_TOTAL_ACTIVE "Total active time"
|
||||
#define STRING_CMD_UNDO_USAGE "Reverts the most recent change to a task."
|
||||
#define STRING_CMD_STATS_USAGE "Shows task database statistics."
|
||||
#define STRING_CMD_STATS_CATEGORY "Category"
|
||||
#define STRING_CMD_STATS_DATA "Data"
|
||||
#define STRING_CMD_STATS_TOTAL "Total"
|
||||
#define STRING_CMD_STATS_ANNOTATIONS "Annotations"
|
||||
#define STRING_CMD_STATS_UNIQUE_TAGS "Unique tags"
|
||||
#define STRING_CMD_STATS_PROJECTS "Projects"
|
||||
#define STRING_CMD_STATS_DATA_SIZE "Data size"
|
||||
#define STRING_CMD_STATS_UNDO_TXNS "Undo transactions"
|
||||
#define STRING_CMD_STATS_TAGGED "Tasks tagged"
|
||||
#define STRING_CMD_STATS_OLDEST "Oldest task"
|
||||
#define STRING_CMD_STATS_NEWEST "Newest task"
|
||||
#define STRING_CMD_STATS_USED_FOR "Task used for"
|
||||
#define STRING_CMD_STATS_ADD_EVERY "Task added every"
|
||||
#define STRING_CMD_STATS_COMP_EVERY "Task completed every"
|
||||
#define STRING_CMD_STATS_DEL_EVERY "Task deleted every"
|
||||
#define STRING_CMD_STATS_AVG_PEND "Average time pending"
|
||||
#define STRING_CMD_STATS_DESC_LEN "Average desc length"
|
||||
#define STRING_CMD_STATS_CHARS "{1} characters"
|
||||
#define STRING_CMD_REPORTS_USAGE "Lists all supported reports."
|
||||
#define STRING_CMD_REPORTS_REPORT "Report"
|
||||
#define STRING_CMD_REPORTS_DESC "Description"
|
||||
#define STRING_CMD_REPORTS_SUMMARY "{1} reports"
|
||||
#define STRING_CMD_TAGS_USAGE "Shows a list of all tags used."
|
||||
#define STRING_CMD_COMTAGS_USAGE "Shows only a list of all tags used, for autocompletion purposes."
|
||||
#define STRING_CMD_TAGS_SINGLE "1 tag"
|
||||
#define STRING_CMD_TAGS_PLURAL "{1} tags"
|
||||
#define STRING_CMD_TAGS_NO_TAGS "No tags."
|
||||
|
||||
// Config
|
||||
#define STRING_CONFIG_OVERNEST "Configuration file nested to more than 10 levels deep - this has to be a mistake."
|
||||
@@ -186,6 +235,11 @@
|
||||
#define STRING_TRIVIAL_INPUT "You must specify a command, or a task ID to modify."
|
||||
#define STRING_ASSUME_INFO "No command - assuming 'info'"
|
||||
|
||||
// Feedback
|
||||
#define STRING_FEEDBACK_NO_MATCH "No matches."
|
||||
#define STRING_FEEDBACK_TASKS_SINGLE "(1 task)"
|
||||
#define STRING_FEEDBACK_TASKS_PLURAL "({1} tasks)"
|
||||
|
||||
// File
|
||||
#define STRING_FILE_PERMS "Task does not have the correct permissions for '{1}'."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user