l10n: Eliminated STRING_CMD_SYNC_*

This commit is contained in:
Paul Beckingham 2018-01-20 15:34:00 -05:00
parent abf529eba8
commit 9613350bb3
10 changed files with 26 additions and 253 deletions

View file

@ -293,31 +293,6 @@
#define STRING_CMD_IMPORT_UUID_BAD "Not a valid UUID '{1}'."
#define STRING_TASK_NO_DESC "Annotation is missing a description: {1}"
#define STRING_TASK_NO_ENTRY "Annotation is missing an entry date: {1}"
#define STRING_CMD_SYNC_USAGE "Taskserver とデータを同期"
#define STRING_CMD_SYNC_NO_SERVER "Taskserver が構成されていません。"
#define STRING_CMD_SYNC_BAD_CRED "Taskserver credentials malformed."
#define STRING_CMD_SYNC_BAD_CERT "Taskserver certificate missing."
#define STRING_CMD_SYNC_BAD_KEY "Taskserver key がありません。"
#define STRING_CMD_SYNC_ADD " add {1} '{2}'"
#define STRING_CMD_SYNC_MOD "modify {1} '{2}'"
#define STRING_CMD_SYNC_PROGRESS "{1} と同期中"
#define STRING_CMD_SYNC_SUCCESS0 "同期成功。"
#define STRING_CMD_SYNC_SUCCESS1 "同期成功。 {1} 件の変更がアップロードされました。"
#define STRING_CMD_SYNC_SUCCESS2 "同期成功。 {1} 件の変更がダウンロードされました。"
#define STRING_CMD_SYNC_SUCCESS3 "同期成功。 {1} の変更がアップロードされ、{2} 件の本坑がダウンロードされました。"
#define STRING_CMD_SYNC_SUCCESS_NOP "同期成功。変更はありません。"
#define STRING_CMD_SYNC_FAIL_ACCOUNT "同期失敗。 認証情報が不正か Taskserver のアカウントが有効になっていません。"
#define STRING_CMD_SYNC_FAIL_ERROR "同期失敗。 Taskserver がエラー: {1} {2} を返した"
#define STRING_CMD_SYNC_FAIL_CONNECT "同期失敗。 Taskserverに接続できない。"
#define STRING_CMD_SYNC_BAD_SERVER "同期失敗。 不正な形式の設定 '{1}'"
#define STRING_CMD_SYNC_NO_TLS "Taskwarrior はGnuTLSサポートなしで構成されています。同期は無効です。"
#define STRING_CMD_SYNC_INIT "Please confirm that you wish to upload all your tasks to the Taskserver"
#define STRING_CMD_SYNC_NO_INIT "Taskwarrior will not proceed with first-time sync initialization."
#define STRING_CMD_SYNC_RELOCATE0 "The server account has been relocated. Please update your configuration using:"
#define STRING_CMD_SYNC_RELOCATE1 "task config taskd.server {1}"
#define STRING_CMD_SYNC_BAD_CA "CA certificate が見つからない。"
#define STRING_CMD_SYNC_TRUST_CA "You should either provide a CA certificate or override verification, but not both."
#define STRING_CMD_SYNC_TRUST_OBS "The 'taskd.trust' settings may now only contain a value of 'strict', 'ignore hostname' or 'allow all'."
#define STRING_CMD_COMMANDS_USAGE "Generates a list of all commands, with behavior details"
#define STRING_CMD_HCOMMANDS_USAGE "Generates a list of all commands, for autocompletion purposes"