mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_START_*
This commit is contained in:
parent
5f6f61c591
commit
5a3d5f536d
11 changed files with 7 additions and 89 deletions
|
@ -106,7 +106,6 @@
|
|||
|
||||
// commands/Cmd*
|
||||
// USAGE strings are visible in 'task help'
|
||||
#define STRING_CMD_CONFLICT "Custom report '{1}' conflicts with built-in task command."
|
||||
#define STRING_CMD_VERSION_USAGE "taskwarrior バージョン番号の表示"
|
||||
#define STRING_CMD_VERSION_USAGE2 "taskwarrior バージョン番号のみの表示"
|
||||
#define STRING_CMD_VERSION_DOCS "taskwarrior のドキュメントは 'man task', 'man taskrc', 'man task-color', 'man task-sync' あるいは http://taskwarrior.org にあります。"
|
||||
|
@ -261,14 +260,6 @@
|
|||
#define STRING_CMD_PURGE_CONFIRM_R "Task '{1}' is a recurrence template. All its {2} deleted children tasks will be purged as well. Continue?"
|
||||
#define STRING_CMD_PURGE_NDEL_CHILD "Task '{1}' is a recurrence template. Its child task {2} must be deleted before it can be purged."
|
||||
|
||||
#define STRING_CMD_START_USAGE "Marks specified task as started"
|
||||
#define STRING_CMD_START_NO "タスク は開始していません。"
|
||||
#define STRING_CMD_START_ALREADY "タスク {1} '{2}' は既に開始しています。"
|
||||
#define STRING_CMD_START_TASK "タスク {1} '{2}' を開始。"
|
||||
#define STRING_CMD_START_CONFIRM "タスク {1} '{2}' を開始?"
|
||||
#define STRING_CMD_START_1 " {1} タスク を開始しました。"
|
||||
#define STRING_CMD_START_N " {1} タスク を開始しました。"
|
||||
|
||||
#define STRING_CMD_STOP_USAGE "Removes the 'start' time from a task"
|
||||
#define STRING_CMD_STOP_NO "Task は停止できません。"
|
||||
#define STRING_CMD_STOP_ALREADY "Task {1} '{2}' は停止できません。"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue