mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Add localized strings
This commit is contained in:
parent
cd90b8a06d
commit
d1bdac2bef
8 changed files with 76 additions and 15 deletions
|
@ -270,9 +270,12 @@
|
|||
#define STRING_CMD_TAGS_SINGLE "1 etikedo"
|
||||
#define STRING_CMD_TAGS_PLURAL "{1} etikedoj"
|
||||
#define STRING_CMD_TAGS_NO_TAGS "Nenia etikedo."
|
||||
#define STRING_CMD_HISTORY_USAGE_D "Shows a report of task history, by day"
|
||||
#define STRING_CMD_HISTORY_USAGE_W "Shows a report of task history, by week"
|
||||
#define STRING_CMD_HISTORY_USAGE_M "Montras raporton de taska historio, per monato"
|
||||
#define STRING_CMD_HISTORY_YEAR "Jaro"
|
||||
#define STRING_CMD_HISTORY_MONTH "Monato"
|
||||
#define STRING_CMD_HISTORY_DAY "Day"
|
||||
#define STRING_CMD_HISTORY_ADDED "Kreitaj"
|
||||
#define STRING_CMD_HISTORY_COMP "Finitaj"
|
||||
#define STRING_CMD_HISTORY_DEL "Viŝitaj"
|
||||
|
@ -281,10 +284,13 @@
|
|||
#define STRING_CMD_HISTORY_AVERAGE "Meznombro"
|
||||
#define STRING_CMD_HISTORY_LEGEND "Gamo: {1}, {2}, {3}"
|
||||
#define STRING_CMD_HISTORY_LEGEND_A "Gamo: + kreita, X finita, - viŝita"
|
||||
#define STRING_CMD_GHISTORY_USAGE_D "Shows a graphical report of task history, by day"
|
||||
#define STRING_CMD_GHISTORY_USAGE_W "Shows a graphical report of task history, by week"
|
||||
#define STRING_CMD_GHISTORY_USAGE_M "Montras grafikan raporton de taska historio, per monato"
|
||||
#define STRING_CMD_GHISTORY_USAGE_A "Montras grafikan raporton de taska historio, per jaro"
|
||||
#define STRING_CMD_GHISTORY_YEAR "Jaro"
|
||||
#define STRING_CMD_GHISTORY_MONTH "Monato"
|
||||
#define STRING_CMD_GHISTORY_DAY "Day"
|
||||
#define STRING_CMD_GHISTORY_NUMBER "Nombro Kreitaj/Finitaj/Viŝitaj"
|
||||
#define STRING_CMD_UNIQUE_USAGE "Generates lists of unique attribute values"
|
||||
#define STRING_CMD_UNIQUE_MISSING "An attribute must be specified. See 'task _columns'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue