From 77c999197e4c4c63249dd7bdfc8b580366159643 Mon Sep 17 00:00:00 2001 From: "azure-pipelines[bot]" <36771401+azure-pipelines[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 04:10:38 +0000 Subject: [PATCH] Localized file check-in by OneLocBuild Task: Build definition ID 615: Build ID 203527 --- .../localized/de-DE/out.gotext.json | 43 ++++++++++++++++++- .../localized/es-ES/out.gotext.json | 43 ++++++++++++++++++- .../localized/fr-FR/out.gotext.json | 43 ++++++++++++++++++- .../localized/it-IT/out.gotext.json | 43 ++++++++++++++++++- .../localized/ja-JP/out.gotext.json | 43 ++++++++++++++++++- .../localized/ko-KR/out.gotext.json | 43 ++++++++++++++++++- .../localized/pt-BR/out.gotext.json | 43 ++++++++++++++++++- .../localized/ru-RU/out.gotext.json | 43 ++++++++++++++++++- .../localized/zh-CN/out.gotext.json | 43 ++++++++++++++++++- .../localized/zh-TW/out.gotext.json | 43 ++++++++++++++++++- 10 files changed, 410 insertions(+), 20 deletions(-) diff --git a/internal/translations/localized/de-DE/out.gotext.json b/internal/translations/localized/de-DE/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/de-DE/out.gotext.json +++ b/internal/translations/localized/de-DE/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/es-ES/out.gotext.json b/internal/translations/localized/es-ES/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/es-ES/out.gotext.json +++ b/internal/translations/localized/es-ES/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/fr-FR/out.gotext.json b/internal/translations/localized/fr-FR/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/fr-FR/out.gotext.json +++ b/internal/translations/localized/fr-FR/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/it-IT/out.gotext.json b/internal/translations/localized/it-IT/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/it-IT/out.gotext.json +++ b/internal/translations/localized/it-IT/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/ja-JP/out.gotext.json b/internal/translations/localized/ja-JP/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/ja-JP/out.gotext.json +++ b/internal/translations/localized/ja-JP/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/ko-KR/out.gotext.json b/internal/translations/localized/ko-KR/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/ko-KR/out.gotext.json +++ b/internal/translations/localized/ko-KR/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/pt-BR/out.gotext.json b/internal/translations/localized/pt-BR/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/pt-BR/out.gotext.json +++ b/internal/translations/localized/pt-BR/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/ru-RU/out.gotext.json b/internal/translations/localized/ru-RU/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/ru-RU/out.gotext.json +++ b/internal/translations/localized/ru-RU/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/zh-CN/out.gotext.json b/internal/translations/localized/zh-CN/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/zh-CN/out.gotext.json +++ b/internal/translations/localized/zh-CN/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.", diff --git a/internal/translations/localized/zh-TW/out.gotext.json b/internal/translations/localized/zh-TW/out.gotext.json index 9ef3510e..32160631 100644 --- a/internal/translations/localized/zh-TW/out.gotext.json +++ b/internal/translations/localized/zh-TW/out.gotext.json @@ -2368,6 +2368,13 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The -L parameter can not be used in combination with other parameters.", + "message": "The -L parameter can not be used in combination with other parameters.", + "translation": "The -L parameter can not be used in combination with other parameters.", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", "message": "'-a {PacketSize}': Packet size has to be a number between 512 and 32767.", @@ -2376,7 +2383,7 @@ "placeholders": [ { "id": "PacketSize", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2393,7 +2400,7 @@ "placeholders": [ { "id": "Headers", - "string": "%[1]d", + "string": "%#[1]v", "type": "int", "underlyingType": "int", "argNum": 1, @@ -2402,6 +2409,13 @@ ], "fuzzy": true }, + { + "id": "Servers:", + "message": "Servers:", + "translation": "Servers:", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Legal docs and information: aka.ms/SqlcmdLegal", "message": "Legal docs and information: aka.ms/SqlcmdLegal", @@ -3021,6 +3035,31 @@ ], "fuzzy": true }, + { + "id": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "message": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translation": "The {Flag1} and the {Flag2} options are mutually exclusive.", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Flag1", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "flag1" + }, + { + "id": "Flag2", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "flag2" + } + ], + "fuzzy": true + }, { "id": "'{P1}': Missing argument. Enter '-?' for help.", "message": "'{P1}': Missing argument. Enter '-?' for help.",