From 1c98320ed8d47d7d4915700480eda3974bf7bddb Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Wed, 20 May 2020 16:27:01 -0500 Subject: [PATCH] [msbuild] missing localization comments - part 2 Fixes: https://github.com/xamarin/xamarin-macios/issues/8494 Added a missing `` field for `E0085`. --- msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx | 4 ++++ msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.cs.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.de.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.es.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.fr.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.it.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ja.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ko.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pl.xlf | 5 ++++- .../Xamarin.Localization.MSBuild/xlf/MSBStrings.pt-BR.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ru.xlf | 5 ++++- msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.tr.xlf | 5 ++++- .../Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hans.xlf | 5 ++++- .../Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hant.xlf | 5 ++++- 14 files changed, 56 insertions(+), 13 deletions(-) diff --git a/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx b/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx index 87a624962da0..0c30a514bfff 100644 --- a/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx +++ b/msbuild/Xamarin.Localization.MSBuild/MSBStrings.resx @@ -371,6 +371,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.cs.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.cs.xlf index cc7263ef11cc..3005feb07e6e 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.cs.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.cs.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.de.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.de.xlf index 5bf8b9200989..9124b31ed33e 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.de.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.de.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.es.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.es.xlf index 58d3fc6be470..93f8e448d994 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.es.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.es.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.fr.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.fr.xlf index a1498c438a69..312f1bee141c 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.fr.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.fr.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.it.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.it.xlf index 9c0c6310eeed..810563adf86b 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.it.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.it.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ja.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ja.xlf index 589787dc7c95..4e2828455885 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ja.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ja.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ko.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ko.xlf index 722e4585498b..a5c169b75752 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ko.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ko.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pl.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pl.xlf index 41f5131f132e..a1fc27b8ef0e 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pl.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pl.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pt-BR.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pt-BR.xlf index b4904780ac7d..d218b23aaf1d 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pt-BR.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.pt-BR.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ru.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ru.xlf index 0f7cc075babc..e37af0382615 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ru.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.ru.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.tr.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.tr.xlf index 4743ebbba85b..2d6e7eb03553 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.tr.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.tr.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hans.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hans.xlf index 2e2e20f8a0df..5294023ac7ec 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hans.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hans.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path diff --git a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hant.xlf b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hant.xlf index 82bd0594cb55..60b246b69638 100644 --- a/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hant.xlf +++ b/msbuild/Xamarin.Localization.MSBuild/xlf/MSBStrings.zh-Hant.xlf @@ -293,7 +293,10 @@ Could not locate the {0} '{1}' SDK usr path at '{2}' - + The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr +{0} - The platform name, such as 'iOS'. +{1} - The version number of the SDK. +{2} - The file path of the SDK. Could not find a valid Xcode developer path