diff --git a/Configuration.props b/Configuration.props index ebc12657958..17333e26d36 100644 --- a/Configuration.props +++ b/Configuration.props @@ -237,11 +237,6 @@ $(ManagedRuntime) $(ManagedRuntimeArgs) "$(RemapAssemblyRefToolExecutable)" - - cs;de;es;fr;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant - true - - diff --git a/Directory.Build.props b/Directory.Build.props index 11c32ae8d20..13a8c5069e7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -50,7 +50,6 @@ 1.1.11 6.12.0.148 1.7.1 - 1.0.0-beta.20420.1 2.13.1 5.8.9.2 diff --git a/Documentation/workflow/Localization.md b/Documentation/workflow/Localization.md index 4d28f0c3663..5d4005b404b 100644 --- a/Documentation/workflow/Localization.md +++ b/Documentation/workflow/Localization.md @@ -33,12 +33,11 @@ so when adding a new message, follow these steps: ``` 4. After adding the new message, build `Xamarin.Android.Build.Tasks.csproj` - locally. This will run the targets from [dotnet/xliff-tasks][xliff-tasks] - to update the `.xlf` [XLIFF][xliff] localization files with the latest - changes from the `.resx` file. + locally. - 5. Include the changes to the`.resx` file as well as the generated changes to - the `.xlf` files in the commit. + 5. Include the changes to the`.resx` file in the commit. + + 6. The [OneLocBuild][oneloc] task will manage handoff and handback for string translations. ## Guidelines @@ -79,5 +78,4 @@ so when adding a new message, follow these steps: https://github.com/dotnet/sdk/blob/master/src/Tasks/Common/Resources/Strings.resx [resources-editor]: ../images/resources-editor-xa0000.png -[xliff-tasks]: https://github.com/dotnet/xliff-tasks -[xliff]: http://docs.oasis-open.org/xliff/v1.2/os/xliff-core.html +[oneloc]: https://aka.ms/onelocbuild diff --git a/build-tools/scripts/LocalizationLanguages.projitems b/build-tools/scripts/LocalizationLanguages.projitems index c59c0cd78bd..745d8c9d068 100644 --- a/build-tools/scripts/LocalizationLanguages.projitems +++ b/build-tools/scripts/LocalizationLanguages.projitems @@ -1,5 +1,5 @@ - <_LocalizationLanguages Include="$(XlfLanguages)" /> + <_LocalizationLanguages Include="cs;de;es;fr;it;ja;ko;pl;pt-BR;ru;tr;zh-Hans;zh-Hant" /> \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Microsoft.Android.Sdk.ILLink.csproj b/src/Microsoft.Android.Sdk.ILLink/Microsoft.Android.Sdk.ILLink.csproj index fa710a004f7..aa8694c7a3c 100644 --- a/src/Microsoft.Android.Sdk.ILLink/Microsoft.Android.Sdk.ILLink.csproj +++ b/src/Microsoft.Android.Sdk.ILLink/Microsoft.Android.Sdk.ILLink.csproj @@ -1,16 +1,13 @@  - $(DotNetTargetFramework) ILLINK false $(MicrosoftAndroidSdkOutDir) - true - @@ -60,5 +57,19 @@ PreserveNewest - + + + + True + True + Resources.resx + + + + + + PublicResXFileCodeGenerator + Resources.Designer.cs + + diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.Designer.cs b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.Designer.cs new file mode 100644 index 00000000000..6a5d84b56eb --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.Designer.cs @@ -0,0 +1,72 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Microsoft.Android.Sdk.ILLink.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.Android.Sdk.ILLink.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.. + /// + public static string XA2000 { + get { + return ResourceManager.GetString("XA2000", resourceCulture); + } + } + } +} diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.cs.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.cs.resx new file mode 100644 index 00000000000..568c9fb04ce --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.cs.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Použití funkce AppDomain.CreateDomain() zjištěné v sestavení: {0}. .NET 6 a vyšší bude podporovat jenom jednu doménu AppDomain, takže toto rozhraní API už nebude dostupné v Xamarin.Android po vydání .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.de.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.de.resx new file mode 100644 index 00000000000..eabe697e526 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.de.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + In der Assembly "{0}" wurde die Verwendung von "AppDomain.CreateDomain()" festgestellt. .NET 6 und höher unterstützt nur eine einzelne AppDomain, sodass diese API nach dem Release von .NET 6 nicht mehr in Xamarin.Android verfügbar ist. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.es.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.es.resx new file mode 100644 index 00000000000..c657a4ddb7a --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.es.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Se detectó el uso de AppDomain.CreateDomain() en el ensamblado: {0}. En .NET 6 y versiones posteriores solo se admitirá una instancia de AppDomain, por lo que esta API ya no estará disponible en Xamarin.Android una vez que se haya lanzado .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.fr.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.fr.resx new file mode 100644 index 00000000000..39721e6397c --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.fr.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Utilisation de AppDomain.CreateDomain() détectée dans l'assembly : {0}. .NET 6 et les versions ultérieures prend uniquement en charge un seul AppDomain. Cette API ne sera donc plus disponible dans Xamarin.Android après la publication de .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.it.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.it.resx new file mode 100644 index 00000000000..51d9d5035f2 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.it.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 6 e versioni successive supporteranno solo un singolo AppDomain, quindi questa API non sarà più disponibile in Xamarin.Android dopo il rilascio di .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ja.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ja.resx new file mode 100644 index 00000000000..cc134af3977 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ja.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + アセンブリ {0} で AppDomain.CreateDomain() が使用されていることが検出されました。.NET 6 以降では単一の AppDomain のみがサポートされる予定のため、.NET 6 がリリースされるとこの API は Xamarin.Android では使用できなくなります。 + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ko.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ko.resx new file mode 100644 index 00000000000..6d44bfe2771 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ko.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 어셈블리에서 AppDomain.CreateDomain()의 사용이 검색되었습니다. {0}. .NET 6 이상에서는 단일 AppDomain만 지원하므로 .NET 6이 릴리스된 후에는 이 API를 Xamarin.Android에서 더 이상 사용할 수 없습니다. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.pl.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.pl.resx new file mode 100644 index 00000000000..a66f0b6f2f5 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.pl.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Wykryto użycie metody AppDomain.CreateDomain() w zestawie: {0}. Platforma .NET 6 lub nowsza wersja obsługuje tylko jedną domenę aplikacji, dlatego ten interfejs API nie będzie już dostępny w rozszerzeniu Xamarin.Android po wydaniu platformy .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.pt-BR.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.pt-BR.resx new file mode 100644 index 00000000000..59bf986f565 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.pt-BR.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + O uso de AppDomain.CreateDomain() foi detectado no assembly: {0}. O .NET 6 e superior dará suporte apenas a um único AppDomain, portanto, esta API não estará mais disponível no Xamarin.Android quando o .NET 6 for lançado. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ru.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ru.resx new file mode 100644 index 00000000000..f5783091981 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.ru.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + В сборке обнаружено использование AppDomain.CreateDomain(): {0}. .NET 6 и более поздние версии будут поддерживать только один домен AppDomain, поэтому этот API больше не будет доступен в Xamarin.Android после выпуска .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.tr.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.tr.resx new file mode 100644 index 00000000000..4a1f3c8d803 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.tr.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0} bütünleştirilmiş kodunda AppDomain.CreateDomain() metodunun kullanıldığı saptandı. .NET 6 üstünde yalnızca tek bir AppDomain destekleneceğinden bu API, .NET 6 yayımlandıktan sonra artık Xamarin.Android içinde bulunmayacaktır. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.zh-Hans.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.zh-Hans.resx new file mode 100644 index 00000000000..51fc452cc8a --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.zh-Hans.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 在程序集 {0} 中检测到使用了 AppDomain.CreateDomain()。.NET 6 及更高版本将仅支持一个 AppDomain,因此 .NET 6 发布后,将无法再在 Xamarin.Android 中使用此 API。 + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.zh-Hant.resx b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.zh-Hant.resx new file mode 100644 index 00000000000..3885cb84c98 --- /dev/null +++ b/src/Microsoft.Android.Sdk.ILLink/Properties/Resources.zh-Hant.resx @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 在下列組件中偵測到使用 AppDomain.CreateDomain(): {0}。.NET 6 及更新版本只支援單一 AppDomain,因此在 .NET 6 發行之後,此 API 就無法再於 Xamarin.Android 中使用。 + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.cs.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.cs.xlf deleted file mode 100644 index af5aab76ade..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.cs.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - V sestavení {0} se zjistilo, že se používá AppDomain.CreateDomain(). .NET 5 bude podporovat jen jednu doménu AppDomain, proto toto rozhraní API už nebude po vydání rozhraní .NET 5 v Xamarin.Androidu k dispozici. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.de.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.de.xlf deleted file mode 100644 index 0bddfbda65c..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.de.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - In der Assembly "{0}" wurde die Verwendung von "AppDomain.CreateDomain()" festgestellt. .NET 5 unterstützt nur eine einzelne AppDomain, sodass diese API nach dem Release von .NET 5 nicht mehr in Xamarin.Android verfügbar ist. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.es.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.es.xlf deleted file mode 100644 index d909fd9c45d..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.es.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Se detectó el uso de AppDomain.CreateDomain() en el ensamblado: {0}. En .NET 5 solo se admitirá una instancia de AppDomain, por lo que esta API ya no estará disponible en Xamarin.Android una vez que se haya lanzado .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.fr.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.fr.xlf deleted file mode 100644 index b8df36823df..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.fr.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Utilisation de AppDomain.CreateDomain() détectée dans l'assembly {0}. .NET 5 prend uniquement en charge un seul AppDomain. Cette API ne sera donc plus disponible dans Xamarin.Android après la publication de .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.it.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.it.xlf deleted file mode 100644 index 5013732a1ba..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.it.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 5 supporterà solo un'unica istanza di AppDomain, di conseguenza questa API non sarà più disponibile in Xamarin.Android dopo il rilascio di .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ja.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ja.xlf deleted file mode 100644 index 98f10702bfc..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ja.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - アセンブリ {0} で AppDomain.CreateDomain() が使用されていることが検出されました。.NET 5 では単一の AppDomain のみがサポートされる予定のため、.NET 5 がリリースされるとこの API は Xamarin.Android では使用できなくなります。 - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ko.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ko.xlf deleted file mode 100644 index eb3a71f5197..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ko.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - {0} 어셈블리에서 AppDomain.CreateDomain() 사용이 검색되었습니다. .NET 5는 단일 AppDomain만 지원하므로 .NET 5가 릴리스되면 이 API는 Xamarin.Android에서 더는 사용할 수 없습니다. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.pl.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.pl.xlf deleted file mode 100644 index 129e8d94898..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.pl.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Wykryto użycie metody AppDomain.CreateDomain() w następującym zestawie: {0}. Program .NET 5 obsługuje tylko jeden obiekt AppDomain, dlatego ten interfejs API nie będzie już dostępny w interfejsie Xamarin.Android po wydaniu programu .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.pt-BR.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.pt-BR.xlf deleted file mode 100644 index a49ed9cdde4..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.pt-BR.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - O uso de AppDomain.CreateDomain() foi detectado no assembly: {0}. O .NET 5 dá suporte apenas a um único AppDomain, portanto, essa API não estará mais disponível no Xamarin.Android quando o .NET 5 for lançado. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ru.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ru.xlf deleted file mode 100644 index 2898e6d9aa3..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.ru.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - В сборке обнаружено использование AppDomain.CreateDomain(): {0}. .NET 5 поддерживает только один домен AppDomain, поэтому этот API не будет доступен в Xamarin.Android после выпуска .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.tr.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.tr.xlf deleted file mode 100644 index d5943e88b00..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.tr.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Bütünleştirilmiş kodda AppDomain.CreateDomain() metodunun kullanıldığı saptandı: {0}. .NET 5 yalnızca tek bir AppDomain'i destekleyeceğinden bu API, .NET 5 yayımlandıktan sonra artık Xamarin.Android içinde kullanılamayacak. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.zh-Hans.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.zh-Hans.xlf deleted file mode 100644 index b189a4679b8..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.zh-Hans.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - 在程序集 {0} 中检测到使用了 AppDomain.CreateDomain()。.NET 5 将仅支持一个 AppDomain,因此 .NET 5 发布后,将无法再在 Xamarin.Android 中使用此 API。 - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.zh-Hant.xlf b/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.zh-Hant.xlf deleted file mode 100644 index 161f7e55d0b..00000000000 --- a/src/Microsoft.Android.Sdk.ILLink/Properties/xlf/Resources.zh-Hant.xlf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - 在下列組件中偵測到使用 AppDomain.CreateDomain(): {0}。.NET 5 只支援單一 AppDomain,因此在 .NET 5 發行之後,此 API 就無法再於 Xamarin.Android 中使用。 - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.Designer.cs b/src/Xamarin.Android.Build.Tasks/Properties/Resources.Designer.cs new file mode 100644 index 00000000000..3986942c563 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.Designer.cs @@ -0,0 +1,1444 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Xamarin.Android.Tasks.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + public class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Xamarin.Android.Tasks.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + public static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to {0}. + /// + ///This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file.. + /// + public static string AAPTManifestError { + get { + return ResourceManager.GetString("AAPTManifestError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`.. + /// + public static string APT0001 { + get { + return ResourceManager.GetString("APT0001", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid file name: It must contain only {0}.. + /// + public static string APT0002 { + get { + return ResourceManager.GetString("APT0002", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid file name: It must contain only {0}.. + /// + public static string APT0003 { + get { + return ResourceManager.GetString("APT0003", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid file name: It must start with A-z or a-z or an underscore.. + /// + public static string APT0004 { + get { + return ResourceManager.GetString("APT0004", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Directory '{0}' is from '{1}'.. + /// + public static string XA_Directory_Is_From { + get { + return ResourceManager.GetString("XA_Directory_Is_From", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to + /// This code was generated by a tool. + /// It was generated from {0} + /// Changes to this file may cause incorrect behavior and will be lost if + /// the contents are regenerated. + /// . + /// + public static string XA_Manifest_AutoGenerated_Header { + get { + return ResourceManager.GetString("XA_Manifest_AutoGenerated_Header", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not determine API level for $(TargetFrameworkVersion) of '{0}'.. + /// + public static string XA0000_API_for_TargetFrameworkVersion { + get { + return ResourceManager.GetString("XA0000_API_for_TargetFrameworkVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached.. + /// + public static string XA0000_API_or_TargetFrameworkVersion_Fail { + get { + return ResourceManager.GetString("XA0000_API_or_TargetFrameworkVersion_Fail", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unhandled exception: {0}. + /// + public static string XA0000_Exception { + get { + return ResourceManager.GetString("XA0000_Exception", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not determine $(TargetFrameworkVersion) for API level '{0}.'. + /// + public static string XA0000_TargetFrameworkVersion_for_API { + get { + return ResourceManager.GetString("XA0000_TargetFrameworkVersion_for_API", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options.. + /// + public static string XA0001 { + get { + return ResourceManager.GetString("XA0001", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not find mono.android.jar. + /// + public static string XA0002 { + get { + return ResourceManager.GetString("XA0002", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value.. + /// + public static string XA0003 { + get { + return ResourceManager.GetString("XA0003", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}.. + /// + public static string XA0004 { + get { + return ResourceManager.GetString("XA0004", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors. + /// + public static string XA0030 { + get { + return ResourceManager.GetString("XA0030", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Java SDK {0} or above is required when using {1}. + ///Download the latest JDK at: https://aka.ms/msopenjdk + ///Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11. + /// + public static string XA0031 { + get { + return ResourceManager.GetString("XA0031", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk. + /// + public static string XA0031_NET { + get { + return ResourceManager.GetString("XA0031_NET", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Java SDK {0} or above is required when using Android SDK Build-Tools {1}.. + /// + public static string XA0032 { + get { + return ResourceManager.GetString("XA0032", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}```. + /// + public static string XA0033 { + get { + return ResourceManager.GetString("XA0033", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to get the Java SDK version. Please ensure you have Java {0} or above installed.. + /// + public static string XA0034 { + get { + return ResourceManager.GetString("XA0034", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform.. + /// + public static string XA0035 { + get { + return ResourceManager.GetString("XA0035", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead.. + /// + public static string XA0036 { + get { + return ResourceManager.GetString("XA0036", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead.. + /// + public static string XA0100 { + get { + return ResourceManager.GetString("XA0100", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid value for `$(AndroidSequencePointsMode)`: {0}. + /// + public static string XA0104 { + get { + return ResourceManager.GetString("XA0104", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project.. + /// + public static string XA0105 { + get { + return ResourceManager.GetString("XA0105", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} is a Reference Assembly.. + /// + public static string XA0107 { + get { + return ResourceManager.GetString("XA0107", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ignoring Reference Assembly `{0}`.. + /// + public static string XA0107_Ignoring { + get { + return ResourceManager.GetString("XA0107_Ignoring", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not get version from '{0}'. Defaulting to 1.0. + /// + public static string XA0108 { + get { + return ResourceManager.GetString("XA0108", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location.. + /// + public static string XA0111 { + get { + return ResourceManager.GetString("XA0111", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location.. + /// + public static string XA0112 { + get { + return ResourceManager.GetString("XA0112", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}).. + /// + public static string XA0113 { + get { + return ResourceManager.GetString("XA0113", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unable to find `EmbeddedResource` named `{0}`.. + /// + public static string XA0116 { + get { + return ResourceManager.GetString("XA0116", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher.. + /// + public static string XA0117 { + get { + return ResourceManager.GetString("XA0117", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not parse '{0}'. + /// + public static string XA0118_Parse { + get { + return ResourceManager.GetString("XA0118_Parse", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not resolve `target` in lock file for '{0}'. + /// + public static string XA0118_Target { + get { + return ResourceManager.GetString("XA0118_Target", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations.. + /// + public static string XA0119_AAB { + get { + return ResourceManager.GetString("XA0119_AAB", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations.. + /// + public static string XA0119_AOT { + get { + return ResourceManager.GetString("XA0119_AOT", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations.. + /// + public static string XA0119_Interpreter { + get { + return ResourceManager.GetString("XA0119_Interpreter", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations.. + /// + public static string XA0119_LinkMode { + get { + return ResourceManager.GetString("XA0119_LinkMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations.. + /// + public static string XA0119_LinkTool { + get { + return ResourceManager.GetString("XA0119_LinkTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author.. + /// + public static string XA0121 { + get { + return ResourceManager.GetString("XA0121", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author.. + /// + public static string XA0122 { + get { + return ResourceManager.GetString("XA0122", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Removing {0} from {1}. Lint {2} does not support this check.. + /// + public static string XA0123 { + get { + return ResourceManager.GetString("XA0123", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to '{0}' is using a deprecated debug information level. + ///Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. + ///If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author.. + /// + public static string XA0125 { + get { + return ResourceManager.GetString("XA0125", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1}. + /// + public static string XA1000 { + get { + return ResourceManager.GetString("XA1000", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AndroidResgen: Warning while updating resource XML '{0}': {1}. + /// + public static string XA1001 { + get { + return ResourceManager.GetString("XA1001", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization.. + /// + public static string XA1002 { + get { + return ResourceManager.GetString("XA1002", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Attempting basic type name matching for element with ID '{0}' and type '{1}'. + /// + public static string XA1005 { + get { + return ResourceManager.GetString("XA1005", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element.. + /// + public static string XA1005_Instructions { + get { + return ResourceManager.GetString("XA1005_Instructions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match.. + /// + public static string XA1006 { + get { + return ResourceManager.GetString("XA1006", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}).. + /// + public static string XA1007 { + get { + return ResourceManager.GetString("XA1007", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match.. + /// + public static string XA1008 { + get { + return ResourceManager.GetString("XA1008", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}`. + /// + public static string XA1010 { + get { + return ResourceManager.GetString("XA1010", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'.. + /// + public static string XA1011 { + get { + return ResourceManager.GetString("XA1011", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Included layout root element override ID '{0}' is not valid.. + /// + public static string XA1012 { + get { + return ResourceManager.GetString("XA1012", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to parse ID of node '{0}' in the layout file '{1}'.. + /// + public static string XA1013 { + get { + return ResourceManager.GetString("XA1013", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary.. + /// + public static string XA1014 { + get { + return ResourceManager.GetString("XA1014", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to More than one Android Wear project is specified as the paired project. It can be at most one.. + /// + public static string XA1015 { + get { + return ResourceManager.GetString("XA1015", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property.. + /// + public static string XA1016 { + get { + return ResourceManager.GetString("XA1016", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Target Wear application's AndroidManifest.xml does not specify required 'package' attribute.. + /// + public static string XA1017 { + get { + return ResourceManager.GetString("XA1017", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specified AndroidManifest file does not exist: {0}.. + /// + public static string XA1018 { + get { + return ResourceManager.GetString("XA1018", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory.. + /// + public static string XA1019 { + get { + return ResourceManager.GetString("XA1019", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties).. + /// + public static string XA1020 { + get { + return ResourceManager.GetString("XA1020", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specified source Java library not found: {0}. + /// + public static string XA1021 { + get { + return ResourceManager.GetString("XA1021", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specified reference Java library not found: {0}. + /// + public static string XA1022 { + get { + return ResourceManager.GetString("XA1022", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'.. + /// + public static string XA1023 { + get { + return ResourceManager.GetString("XA1023", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher.. + /// + public static string XA1024 { + get { + return ResourceManager.GetString("XA1024", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property.. + /// + public static string XA1025 { + get { + return ResourceManager.GetString("XA1025", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.. + /// + public static string XA1026 { + get { + return ResourceManager.GetString("XA1026", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'.. + /// + public static string XA1026_dotnet { + get { + return ResourceManager.GetString("XA1026_dotnet", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.. + /// + public static string XA1027 { + get { + return ResourceManager.GetString("XA1027", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'.. + /// + public static string XA1028 { + get { + return ResourceManager.GetString("XA1028", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released.. + /// + public static string XA2000 { + get { + return ResourceManager.GetString("XA2000", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7.. + /// + public static string XA2000_gcParams_bridgeImpl { + get { + return ResourceManager.GetString("XA2000_gcParams_bridgeImpl", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Source file '{0}' could not be found.. + /// + public static string XA2001 { + get { + return ResourceManager.GetString("XA2001", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile?. + /// + public static string XA2002_Framework { + get { + return ResourceManager.GetString("XA2002_Framework", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`.. + /// + public static string XA2002_NuGet { + get { + return ResourceManager.GetString("XA2002_NuGet", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded.. + /// + public static string XA2006 { + get { + return ResourceManager.GetString("XA2006", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Exception while loading assemblies: {0}. + /// + public static string XA2007 { + get { + return ResourceManager.GetString("XA2007", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name.. + /// + public static string XA2008 { + get { + return ResourceManager.GetString("XA2008", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not AOT the assembly: {0}. + /// + public static string XA3001 { + get { + return ResourceManager.GetString("XA3001", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid AOT mode: {0}. + /// + public static string XA3002 { + get { + return ResourceManager.GetString("XA3002", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not strip IL of assembly: {0}. + /// + public static string XA3003 { + get { + return ResourceManager.GetString("XA3003", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422.. + /// + public static string XA3004 { + get { + return ResourceManager.GetString("XA3004", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer.. + /// + public static string XA3005 { + get { + return ResourceManager.GetString("XA3005", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not compile native assembly file: {0}. + /// + public static string XA3006 { + get { + return ResourceManager.GetString("XA3006", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not link native shared library: {0}. + /// + public static string XA3007 { + get { + return ResourceManager.GetString("XA3007", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to generate Java type for class: {0} due to {1}. + /// + public static string XA4209 { + get { + return ResourceManager.GetString("XA4209", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute.. + /// + public static string XA4210 { + get { + return ResourceManager.GetString("XA4210", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation.. + /// + public static string XA4211 { + get { + return ResourceManager.GetString("XA4211", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The type '{0}' must provide a public default constructor. + /// + public static string XA4213 { + get { + return ResourceManager.GetString("XA4213", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical.. + /// + public static string XA4214 { + get { + return ResourceManager.GetString("XA4214", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to References to the type `{0}` will refer to `{0}, {1}`.. + /// + public static string XA4214_Result { + get { + return ResourceManager.GetString("XA4214_Result", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted.. + /// + public static string XA4215 { + get { + return ResourceManager.GetString("XA4215", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to `{0}` generated by: {1}. + /// + public static string XA4215_Details { + get { + return ResourceManager.GetString("XA4215_Details", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported.. + /// + public static string XA4216_MinSdkVersion { + get { + return ResourceManager.GetString("XA4216_MinSdkVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported.. + /// + public static string XA4216_TargetSdkVersion { + get { + return ResourceManager.GetString("XA4216_TargetSdkVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unable to find //manifest/application/uses-library at path: {0}. + /// + public static string XA4218 { + get { + return ResourceManager.GetString("XA4218", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot find binding generator for language {0} or {1}.. + /// + public static string XA4219 { + get { + return ResourceManager.GetString("XA4219", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Partial class item '{0}' does not have an associated binding for layout '{1}'.. + /// + public static string XA4220 { + get { + return ResourceManager.GetString("XA4220", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No layout binding source files were generated.. + /// + public static string XA4221 { + get { + return ResourceManager.GetString("XA4221", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No widgets found for layout ({0}).. + /// + public static string XA4222 { + get { + return ResourceManager.GetString("XA4222", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Malformed full class name '{0}'. Missing namespace.. + /// + public static string XA4223 { + get { + return ResourceManager.GetString("XA4223", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Malformed full class name '{0}'. Missing class name.. + /// + public static string XA4224 { + get { + return ResourceManager.GetString("XA4224", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2}. + /// + public static string XA4225 { + get { + return ResourceManager.GetString("XA4225", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Resource item '{0}' does not have the required metadata item '{1}'.. + /// + public static string XA4226 { + get { + return ResourceManager.GetString("XA4226", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unable to find specified //activity-alias/@android:targetActivity: '{0}'. + /// + public static string XA4228 { + get { + return ResourceManager.GetString("XA4228", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unrecognized `TransformFile` root element: {0}.. + /// + public static string XA4229 { + get { + return ResourceManager.GetString("XA4229", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Error parsing XML: {0}. + /// + public static string XA4230 { + get { + return ResourceManager.GetString("XA4230", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'.. + /// + public static string XA4231 { + get { + return ResourceManager.GetString("XA4231", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'.. + /// + public static string XA4232 { + get { + return ResourceManager.GetString("XA4232", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute.. + /// + public static string XA4233 { + get { + return ResourceManager.GetString("XA4233", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.. + /// + public static string XA4300 { + get { + return ResourceManager.GetString("XA4300", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to APK already contains the item {0}; ignoring.. + /// + public static string XA4301 { + get { + return ResourceManager.GetString("XA4301", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'.. + /// + public static string XA4301_ABI { + get { + return ResourceManager.GetString("XA4301_ABI", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not determine ABI of some native libraries. Ignoring those: {0}. + /// + public static string XA4301_ABI_Ignoring { + get { + return ResourceManager.GetString("XA4301_ABI_Ignoring", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author.. + /// + public static string XA4301_ABI_NuGet { + get { + return ResourceManager.GetString("XA4301_ABI_NuGet", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unhandled exception merging `AndroidManifest.xml`: {0}. + /// + public static string XA4302 { + get { + return ResourceManager.GetString("XA4302", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Error extracting resources from "{0}": {1}. + /// + public static string XA4303 { + get { + return ResourceManager.GetString("XA4303", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ProGuard configuration file '{0}' was not found.. + /// + public static string XA4304 { + get { + return ResourceManager.GetString("XA4304", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty.. + /// + public static string XA4305 { + get { + return ResourceManager.GetString("XA4305", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist.. + /// + public static string XA4305_File_Missing { + get { + return ResourceManager.GetString("XA4305_File_Missing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21. + /// + public static string XA4306 { + get { + return ResourceManager.GetString("XA4306", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Invalid ProGuard configuration file. {0}. + /// + public static string XA4307 { + get { + return ResourceManager.GetString("XA4307", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to generate type maps. + /// + public static string XA4308 { + get { + return ResourceManager.GetString("XA4308", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 'MultiDexMainDexList' file '{0}' does not exist.. + /// + public static string XA4309 { + get { + return ResourceManager.GetString("XA4309", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to `{0}` file `{1}` could not be found.. + /// + public static string XA4310 { + get { + return ResourceManager.GetString("XA4310", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target.. + /// + public static string XA4311 { + get { + return ResourceManager.GetString("XA4311", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead.. + /// + public static string XA4312 { + get { + return ResourceManager.GetString("XA4312", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The built-in '{0}' reference has been deprecated. + ///Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. + ///. + /// + public static string XA4313 { + get { + return ResourceManager.GetString("XA4313", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to `{0}` is empty. A value for `{0}` should be provided.. + /// + public static string XA4314 { + get { + return ResourceManager.GetString("XA4314", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Missing Android NDK toolchains directory '{0}'. Please install the Android NDK.. + /// + public static string XA5101 { + get { + return ResourceManager.GetString("XA5101", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to C compiler for target {0} was not found. Tried paths: "{1}". + /// + public static string XA5101_C_Compiler { + get { + return ResourceManager.GetString("XA5101_C_Compiler", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Toolchain directory for target {0} was not found.. + /// + public static string XA5101_Toolchain { + get { + return ResourceManager.GetString("XA5101_Toolchain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Conversion from assembly to native code failed. Exit code {0}. + /// + public static string XA5102 { + get { + return ResourceManager.GetString("XA5102", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to NDK C compiler exited with an error. Exit code {0}. + /// + public static string XA5103 { + get { + return ResourceManager.GetString("XA5103", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path.. + /// + public static string XA5104 { + get { + return ResourceManager.GetString("XA5104", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}". + /// + public static string XA5105 { + get { + return ResourceManager.GetString("XA5105", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to NDK linker exited with an error. Exit code {0}. + /// + public static string XA5201 { + get { + return ResourceManager.GetString("XA5201", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program.. + /// + public static string XA5205 { + get { + return ResourceManager.GetString("XA5205", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath.. + /// + public static string XA5205_Lint { + get { + return ResourceManager.GetString("XA5205_Lint", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.). + /// + public static string XA5207 { + get { + return ResourceManager.GetString("XA5207", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tools > Open Android SDK Manager.... + /// + public static string XA5207_SDK_Manager_macOS { + get { + return ResourceManager.GetString("XA5207_SDK_Manager_macOS", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tools > Android > Android SDK Manager.... + /// + public static string XA5207_SDK_Manager_Windows { + get { + return ResourceManager.GetString("XA5207_SDK_Manager_Windows", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Embedded Wear app package name differs from handheld app package name ({0} != {1}).. + /// + public static string XA5211 { + get { + return ResourceManager.GetString("XA5211", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}'. + /// + public static string XA5213 { + get { + return ResourceManager.GetString("XA5213", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program.. + /// + public static string XA5300_Android_Platforms { + get { + return ResourceManager.GetString("XA5300_Android_Platforms", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path.. + /// + public static string XA5300_Android_SDK { + get { + return ResourceManager.GetString("XA5300_Android_SDK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path.. + /// + public static string XA5300_Java_SDK { + get { + return ResourceManager.GetString("XA5300_Java_SDK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to generate Java type for class: {0} due to MAX_PATH: {1}. + /// + public static string XA5301 { + get { + return ResourceManager.GetString("XA5301", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Two processes may be building this project at once. Lock file exists at path: {0}. + /// + public static string XA5302 { + get { + return ResourceManager.GetString("XA5302", resourceCulture); + } + } + } +} diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx new file mode 100644 index 00000000000..299b3288e02 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Tato chyba je pravděpodobně způsobená problémem se souborem AndroidManifest.xml nebo s atributem pro generování manifestu pro Android v souboru zdrojového kódu. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Neznámá možnost {0}. Zkontrolujte prosím $(AndroidAapt2CompileExtraArgs) a $(AndroidAapt2LinkExtraArgs), podívejte se, jestli nezahrnují nějaké argumenty příkazového řádku aapt, které už nejsou pro aapt2 platné, a ujistěte se, že všechny ostatní argumenty jsou pro aapt2 platné. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Neplatný název souboru. Musí obsahovat jen {0}. + {0} - The regular expression that the file name must match + + + Neplatný název souboru. Musí obsahovat jen {0}. + {0} - The regular expression that the file name must match + + + Neplatný název souboru: Musí začínat A–z, a–z nebo podtržítkem. + + + Nepovedlo se určit úroveň rozhraní API pro $(TargetFrameworkVersion) {0}. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + Nepovedlo se určit $(AndroidApiLevel) nebo $(TargetFrameworkVersion); tato zpráva by se neměla zobrazit. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Neošetřená výjimka: {0} + {0} - The exception message of the associated exception + + + Nepovedlo se určit $(TargetFrameworkVersion) pro úroveň rozhraní API {0}. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Nepodporovaná nebo neplatná hodnota $(TargetFrameworkVersion) {0}. Aktualizujte prosím možnosti projektu. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + Nepovedlo se najít mono.android.jar. + The following are literal names and should not be translated: mono.android.jar + + + Neplatná hodnota android:versionCode {0} v AndroidManifest.xml. Musí být celočíselná. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Neplatná hodnota android:versionCode {0} v AndroidManifest.xml. Hodnota musí spadat do rozsahu od 0 do {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + Sestavování s verzí sady JDK {0} se nepodporuje. Nainstalujte prosím verzi sady JDK {1}. Další informace: https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + Sada Java SDK {0}nebo vyšší se vyžaduje při použití {1}. +Stáhněte si nejnovější sadu JDK na adrese: https://aka.ms/msopenjdk +Poznámka: Android Designer není kompatibilní se sadou Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + Při použití rozhraní .NET 6 nebo vyšší se vyžaduje sada Java SDK {0} nebo vyšší. Stáhněte si nejnovější sadu JDK na adrese: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + Když se používají nástroje Build-Tools {1} v sadě Android SDK, vyžaduje se sada Java SDK {0} nebo novější. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Nepovedlo se získat verzi sady Java SDK, protože vrácená hodnota podle všeho neobsahuje platné číslo verze. {0} -version vrátilo: {1} + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Nepovedlo se získat verzi sady Java SDK. Ujistěte se prosím, že máte nainstalovanou Javu {0} nebo novější. + {0} - The Java version number + + + Z hodnoty {0} se nepovedlo určit Android ABI. Upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu RuntimeIdentifiers tak, aby obsahovala jen platné identifikátory pro platformu Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + Vlastnost MSBuildu AndroidSupportedAbis se už nepodporuje. Upravte soubor projektu v textovém editoru, odeberte všechna použití vlastnosti AndroidSupportedAbis a místo ní použijte vlastnost MSBuildu RuntimeIdentifiers. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + Knihovna EmbeddedNativeLibrary {0} v projektech aplikací pro Android není platná. Použijte prosím místo ní AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Neplatná hodnota pro $(AndroidSequencePointsMode): {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + $(TargetFrameworkVersion) pro {0} ({1}) je větší než $(TargetFrameworkVersion) pro projekt aplikace ({2}). Zvyšte prosím $(TargetFrameworkVersion) aplikačního projektu. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} je referenční sestavení. + + + Ignoruje se referenční sestavení {0}. + {0} - File name of the assembly. + + + Nepovedlo se získat verzi z nástroje {0}. Nastavuje se výchozí hodnota 1.0. + {0} - The tool name + + + Na cestě {0} se našla nepodporovaná verze AAPT2. Otevřete soubor projektu v textovém editoru a odeberte vlastnost MSBuildu Aapt2ToolPath, nebo se ujistěte, že je nastavená na platné umístění. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Na cestě {0} se nenašlo AAPT2. Otevřete soubor projektu v textovém editoru a odeberte vlastnost MSBuildu Aapt2ToolPath, nebo se ujistěte, že je nastavená na platné umístění. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play vyžaduje, aby nové aplikace a aktualizace používaly TargetFrameworkVersion verze {0} (rozhraní API úrovně {1}) nebo vyšší. Aktuálně cílíte na verzi {2} (rozhraní API úrovně {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + Nepovedlo se najít EmbeddedResource s názvem {0}. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + Hodnota {0} pro TargetFrameworkVersion je zastaralá. Aktualizujte prosím tuto hodnotu na v5.0 nebo vyšší. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + Nepodařilo se analyzovat {0}. + {0} - A NuGet target framework moniker string + + + Nepodařilo se vyhodnotit target v souboru zámku pro: {0}. + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + Používání rychlého nasazení a Android App Bundles zároveň se v současné době nepodporuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak Android App Bundles. + The following are literal names and should not be translated: Android App Bundles + + + Používání rychlého nasazení a AOT najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak AOT. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Používání rychlého nasazení a linkeru najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak linker. + The following are literal names and should not be translated: Debug, Release. + + + Používání rychlého nasazení a nástroje pro zmenšování kódu najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak nástroj pro zmenšování kódu. + The following are literal names and should not be translated: Debug, Release. + + + Zakázání interpreta; použití interpretu a AOT ve stejnou dobu není podporováno. Použijte interpret pro podporu opětovného načítání za provozu v konfiguracích ladění a AOT pro konfigurace release. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Sestavení {0} používá atribut [assembly: {1}], který se už nepodporuje. Použijte novější verzi tohoto balíčku NuGet, nebo to oznamte autorovi knihovny. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + Sestavení {0} používá zastaralý atribut [assembly: {1}]. Použijte novější verzi tohoto balíčku NuGet, nebo to oznamte autorovi knihovny. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Odebírá se {0} z {1}. Lint {2} tuto kontrolu nepodporuje. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + {0} používá zastaralou úroveň ladicích informací. +Nastavte na stránkách vlastností projektu Visual Studio ladicí informace na Portable, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu DebugType na portable. Tak se bude používat novější úroveň ladicích informací pro různé platformy. +Pokud tento soubor pochází z balíčku NuGet, aktualizujte na novější verzi balíčku NuGet, nebo se obraťte na autora knihovny. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Při parsování {0} došlo k problému. Pravděpodobnou příčinou je neúplný nebo neplatný kód XML. Výjimka: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: Upozornění při aktualizaci prostředku XML {0}: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + Nejbližší shoda, která se pro {0} našla, je {1}, ale neodpovídají velká a malá písmena. Opravte je, prosím. + {0} - The user-provided type name +{1} - The type name found + + + Pro element s ID {0} a typem {1} probíhá pokus o základní porovnání názvu typu. + {0} - The Android resource ID name + + + Pokud základní porovnání názvu typu neproběhne úspěšně, přidejte prosím k elementu atribut xamarin:managedType, aby se zadal plně kvalifikovaný název spravovaného typu daného elementu. + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion (úroveň rozhraní Android API {0}) je vyšší než targetSdkVersion ({1}). Navyšte prosím android:targetSdkVersion v souboru AndroidManifest.xml tak, aby si úrovně rozhraní API odpovídaly. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Verze minSdkVersion ({0}) je větší než targetSdkVersion. Změňte prosím hodnotu tak, aby verze minSdkVersion byla nižší nebo stejná jako targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + TargetFrameworkVersion (úroveň rozhraní Android API {0}) je nižší než targetSdkVersion ({1}). Navyšte prosím $(TargetFrameworkVersion) nebo snižte android:targetSdkVersion v souboru AndroidManifest.xml tak, aby si úrovně rozhraní API odpovídaly. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Neplatná hodnota $(AndroidManifestPlaceholders) pro zástupné symboly manifestu pro Android. Použijte prosím formát klíč1=hodnota1;klíč2=hodnota2. Zadaná hodnota: {0} + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + Používání ProGuard s kompilátorem D8 DEX se už nepodporuje. Nastavte prosím na stránkách vlastností projektu sady Visual Studio nástroj pro zmenšování kódu na r8, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu AndroidLinkTool na r8. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + Zahrnuté ID přepisu kořenového prvku rozložení {0} není platné. + {0} - The Android resource ID name + + + Nepodařilo se analyzovat ID uzlu {0} v souboru rozložení {1}. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Knihovna JAR se odkazuje na totožné názvy souborů, ale našel se jiný obsah: {0}. Odeberte prosím konfliktní knihovny z EmbeddedJar, InputJar a AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Jako spárovaný projekt je zadán více než jeden projekt Android Wear. Může být maximálně jeden. + The following are literal names and should not be translated: Android Wear + + + Projekt {0} cílové aplikace Wear nespecifikuje požadovanou vlastnost projektu AndroidManifest. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Soubor AndroidManifest.xml cílové aplikace Wear nespecifikuje požadovaný atribut package. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Zadaný soubor AndroidManifest neexistuje: {0} + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + Soubor LibraryProjectProperties {0} se nachází v adresáři, který je nadřazený přechodnému výstupnímu adresáři vazebního projektu. Upravte prosím cestu tak, aby se používal původní soubor project.properties přímo z adresáře projektu knihovny Androidu. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Pro vazbu se vyžaduje nejméně jedna knihovna Java. Zkontrolujte, že knihovna Java je součástí projektu a že má vhodnou akci sestavení: LibraryProjectZip (pro AAR nebo ZIP), EmbeddedJar, InputJar (pro JAR) nebo LibraryProjectProperties (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + Zadaná zdrojová knihovna Java se nenašla: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + Zadaná referenční knihovna Java se nenašla: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + Použití kompilátoru DX DEX není podporováno. Nastavte kompilátor DEX na 'd8' na stránkách vlastností projektu Visual Studio nebo upravte soubor projektu v textovém editoru a nastavte vlastnost Microsoft Build Engine AndroidDexTool na 'd8'. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Ignoruje se konfigurační soubor {0}. Konfigurační soubory .NET se v projektech Xamarin.Androidu, které cílí na .NET 6 nebo vyšší, nepodporují. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + Experimentální hodnota Hybrid pro vlastnost MSBuildu AndroidAotMode není v tuto chvíli kompatibilní s cílovým ABI armeabi-v7a. Pokud chcete i nadále používat experimentální hodnotu Hybrid pro AndroidAotMode, zrušte výběr cílového ABI armeabi-v7a na stránkách vlastností projektu sady Visual Studio, nebo upravte soubor projektu v textovém editoru a odeberte z vlastnosti MSBuild AndroidSupportedAbis možnost armeabi-v7a. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + Používání AAPT je zastaralé, místo něj se používá AAPT2. Povolte prosím možnost Použít systém přírůstkového balení pro Android (aapt2) na stránce vlastností projektu sady Visual Studio, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu AndroidUseAapt2 na true. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + Používání AAPT se v projektech Xamarin.Androidu, které cílí na .NET 6 nebo vyšší, nepodporuje. Povolte prosím možnost Použít systém přírůstkového balení pro Android (aapt2) na stránce vlastností projektu sady Visual Studio, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu AndroidUseAapt2 na true. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + Vlastnost MSBuildu EnableProguard je nastavená na true a vlastnost MSBuildu AndroidLinkTool je prázdná, proto se AndroidLinkTool nastaví na výchozí možnost proguard. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Vlastnost MSBuildu AndroidEnableProguard je nastavená na true a vlastnost MSBuildu AndroidLinkTool je prázdná, proto se AndroidLinkTool nastaví na výchozí možnost proguard. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Použití funkce AppDomain.CreateDomain() zjištěné v sestavení: {0}. .NET 6 a vyšší bude podporovat jenom jednu doménu AppDomain, takže toto rozhraní API už nebude dostupné v Xamarin.Android po vydání .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + Podpora hodnoty MONO_GC_PARAMS=bridge-implementation=old bude v rozhraní .NET 7 odebrána. + + + Zdrojový soubor {0} se nenašel. + + + Nelze přeložit odkaz {0}, na který odkazuje {1}. Možná neexistuje v profilu Mono for Android. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Nelze přeložit odkaz: {0}, na který odkazuje {1}. Přidejte prosím balíček NuGet nebo odkaz na sestavení pro {0} nebo odeberte odkaz na {2}. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Nepodařilo se přeložit odkaz na {0} (definovaný v sestavení {1}) s oborem {2}. Když se obor liší od definujícího sestavení, obvykle to znamená, že je typ předán. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Výjimka při načítání sestavení: {0} + {0} - The exception message of the associated exception + + + V odkazovaném sestavení {0} vyžaduje položka Java.Interop.DoNotPackageAttribute název souboru, který není null. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Sestavení se nepovedlo zkompilovat AOT: {0} + The abbreviation "AOT" should not be translated. + + + Neplatný režim AOT: {0} + The abbreviation "AOT" should not be translated. + + + Nepovedlo se odebrat sestavení z IL: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d obsahuje chyby a poskytuje nekompatibilní knihovnu libm.so pro architekturu x86_64. Viz https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + Zjištěná verze Android NDK není kompatibilní s cílovou konfigurací LLVM. Upgradujte prosím NDK na r10d nebo novější. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Nepovedlo se zkompilovat soubor nativního sestavení: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Nepovedlo se připojit nativní sdílenou knihovnu: {0} + + + Kvůli {1} se nepovedlo vygenerovat typ Javy pro třídu {0}. + {0} - The managed type name +{1} - The exception message of the associated exception + + + Když používáte ExportAttribute nebo ExportFieldAttribute, přidejte prosím odkaz na Mono.Android.Export.dll. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion {0} je méně než $(TargetFrameworkVersion) '{1}'. Pro kompilaci ACW se používá API-{2}. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + Typ {0} musí poskytovat veřejný výchozí konstruktor. + + + Spravovaný typ {0} existuje ve více sestaveních: {1}. V těchto sestaveních prosím refaktorujte názvy spravovaných typů tak, aby nebyly identické. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + Odkazy na typ {0} budou odkazovat na typ {0}, {1}. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Typ Java {0} se generuje více než jedním spravovaným typem. Změňte prosím atribut [Register] tak, aby se negeneroval stejný typ Java. + The following are literal names and should not be translated: Java, [Register] + + + {0} vygenerováno pomocí {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion {0} je méně než API-{1}, tato konfigurace se nepodporuje. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion {0} je méně než API-{1}, tato konfigurace se nepodporuje. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Nepodařilo se najít položku //manifest/application/uses-library v cestě: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + Nepodařilo se najít generátor vazby pro jazyk {0} nebo {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + Částečná položka třídy {0} nemá přidruženou vazbu pro rozložení {1}. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Nebyly vygenerovány žádné zdrojové soubory pro vazbu rozložení. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Pro rozložení ({0}) se nenašly žádné widgety. + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Plný název třídy {0} má chybný formát. Chybí obor názvů. + {0} - The class name + + + Plný název třídy {0} má chybný formát. Chybí název třídy. + {0} - The class name + + + Widget {0} v rozložení {1} má více instancí s odlišnými typy. Typ vlastnosti se nastaví na: {2}. + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + Položka prostředku {0} nemá požadovanou položku metadat {1}. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Nepovedlo se najít zadané //activity-alias/@android:targetActivity: {0} + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Nerozpoznaný kořenový element TransformFile: {0} + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Při parsování XML došlo k chybě: {0} + {0} - The exception message and stack trace of the associated exception + + + Hodnota parseru tříd Androidu {0} je zastaralá a v budoucí verzi Xamarin.Androidu se odebere. Aktualizujte vlastnosti projektu tak, aby používaly class-parse. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Cíl generování kódu pro Androidu {0} je zastaralý a v budoucí verzi Xamarin.Androidu se odebere. Aktualizujte vlastnosti projektu tak, aby používaly XAJavaInterop1. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + Nativní knihovna {0} se nepřidá do balíčku, protože má nepodporované ABI. Přesuňte tento soubor do adresáře s platným názvem Android ABI, třeba libs/armeabi-v7a/. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK už obsahuje položku {0}. Ignoruje se. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Nepovedlo se určit ABI nativní knihovny {0}. Přesuňte tento soubor do adresáře s platným názvem Android ABI, třeba libs/armeabi-v7a/. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Nepovedlo se určit ABI nativní knihovny {0}. Odeberte balíček NuGet {1}, nebo dejte vědět autorovi knihovny. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Nepovedlo se určit ABI některých nativních knihoven. Ignorují se: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Při slučování AndroidManifest.xml se vyvolala nezpracovaná výjimka: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Při extrakci prostředků z {0} došlo k chybě: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + Konfigurační soubor ProGuard {0} nebyl nalezen. + The following are literal names and should not be translated: ProGuard + + + Multidex je povolený, ale soubor $(_AndroidMainDexListFile) je prázdný. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex je povolený, ale soubor $(_AndroidMainDexListFile) {0} neexistuje. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + R8 nepodporuje soubory @(MultiDexMainDexList), když je android:minSdkVersion >= 21. + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Neplatný konfigurační soubor ProGuard. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Nepovedlo se vygenerovat mapy typů. + + + Soubor MultiDexMainDexList {0} neexistuje. + The following are literal names and should not be translated: MultiDexMainDexList + + + {0} soubor {1} nebyl nalezen. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Aplikace nebude obsahovat spárovaný balíček Wear, protože ještě není vytvořen soubor APK pro balíček aplikace Wear. Při sestavování na příkazovém řádku nezapomeňte sestavit cíl SignAndroidPackage. + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Odkazování na projekt aplikace pro Android Wear {0} z projektu aplikace pro Android je zastaralé a v budoucí verzi Xamarin.Androidu se už nebude podporovat. Odeberte odkaz na projekt aplikace pro Android Wear z projektu aplikace pro Android a distribuujte aplikaci pro Wear jako samostatnou aplikaci. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + Předdefinovaný odkaz {0} je zastaralý. +Odeberte z projektu odkaz na {0} a místo toho přidejte balíček NuGet{1}. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + {0} je prázdné. Měla by se zadat hodnota pro {0}. + {0} - The MSBuildProperty which contains a value. + + + + Chybí adresář sady nástrojů Android NDK {0}. Nainstalujte prosím sadu Android NDK. + {0} - The path of the missing directory + + + Kompilátor jazyka C pro cíl {0} se nenašel. Vyzkoušely se tyto cesty: {1} + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + Adresář sady nástrojů pro cíl {0} se nenašel. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Převod ze sestavení na nativní kód se nezdařil. Ukončovací kód {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + Kompilátor NDK C byl ukončen s chybou. Ukončovací kód {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Nepovedlo se najít sadu Android NDK. Ujistěte se prosím, že v Android SDK Manageru je nainstalovaná sada Android NDK, nebo pokud používáte vlastní cestu k sadě NDK, ujistěte se prosím, že vlastnost MSBuildu $(AndroidNdkDirectory) je nastavená na danou vlastní cestu. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + Nástroj sady nástrojů {0} pro cíl {1} se nenašel. Prohledala se tato cesta: {2} + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + Linker NDK byl ukončen s chybou. Ukončovací kód {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + Nepovedlo se najít {0}. Nainstalujte prosím balíček Android SDK Build-Tools pomocí programu {1}{2}tools{2}{3}. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + V sadě Android SDK se nepovedlo najít nástroj {0}. Nastavte prosím jeho cestu pomocí /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + Nepovedlo se najít android.jar pro úroveň rozhraní API {0}. To znamená, že platforma sady Android SDK pro úroveň rozhraní API {0} není nainstalovaná. Buď ji nainstalujte ve Správci sady Android SDK ({2}), nebo změňte projekt Xamarin.Android tak, aby cílil na verzi rozhraní API, která je nainstalovaná. (Chybí {1}.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Nástroje > Otevřít správce sady Android SDK... + This string is the location of a menu command in Visual Studio for Mac. + + + Nástroje > Android > Správce sady Android SDK... + This string is the location of a menu command in Visual Studio. + + + Název vložené aplikace pro Wear se liší od názvu balíčku aplikace pro kapesní zařízení ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Zvažte zvýšení hodnoty $(JavaMaximumHeapSize). Při provádění {0} {1} došlo v prostředí Java k nedostatku paměti. + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + V nástroji {0} není nainstalovaná žádná platforma Android. Nainstalujte prosím platformu sady SDK pomocí programu {1}{2}tools{2}{3}. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Nepovedlo se najít adresář sady Android SDK. Zkontrolujte, jestli Správce sady Android SDK v sadě Visual Studio zobrazuje platnou instalaci. Pokud chcete použít vlastní cestu sady SDK pro sestavení z příkazového řádku, nastavte vlastnost AndroidSdkDirectory nástroje MSBuild na danou vlastní cestu. + The following terms should not be translated: AndroidSdkDirectory + + + Nepovedlo se najít adresář sady Java SDK. Zajistěte, aby byl v možnostech sady Visual Studio v části Android nakonfigurovaný platný adresář sady Java SDK. Pokud chcete použít vlastní cestu sady SDK pro sestavení z příkazového řádku, nastavte vlastnost JavaSdkDirectory nástroje MSBuild na danou vlastní cestu. + The following terms should not be translated: JavaSdkDirectory + + + Nepovedlo se vygenerovat typ Javy pro třídu {0} kvůli MAX_PATH: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Tento projekt možná sestavují dva procesy najednou. Na následující cestě existuje soubor zámku: {0} + + + + Tento kód byl vygenerován pomocí nástroje. + Byl vygenerován ze souboru {0}. + Změny tohoto souboru můžou způsobit nesprávné chování + a při opakovaném vygenerování obsahu dojde k jejich ztrátě. + + {0} - The path of the template file. + + + Atribut <AndroidNamespaceReplacement> pro {0} neurčuje atribut Replacement. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + Adresář {0} je z {1}. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx new file mode 100644 index 00000000000..6729fa0c920 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Dieser Fehler wird wahrscheinlich durch ein Problem mit der Datei "AndroidManifest.xml" oder mit einem Attribut zur Android-Manifestgenerierung in einer Quellcodedatei verursacht. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Unbekannte Option "{0}". Überprüfen Sie "$(AndroidAapt2CompileExtraArgs)" und "$(AndroidAapt2LinkExtraArgs)" auf aapt-Befehlszeilenargumente, die für "aapt2" nicht mehr gültig sind, und stellen Sie sicher, dass alle anderen Argumente für "aapt2" gültig sind. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Ungültiger Dateiname: Der Name darf nur {0} enthalten. + {0} - The regular expression that the file name must match + + + Ungültiger Dateiname: Der Name darf nur {0} enthalten. + {0} - The regular expression that the file name must match + + + Ungültiger Dateiname: Er muss mit A-z oder a-z oder einem Unterstrich beginnen. + + + Die API-Ebene für $(TargetFrameworkVersion) {0} konnte nicht bestimmt werden. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + $(AndroidApiLevel) oder $(TargetFrameworkVersion) konnte nicht bestimmt werden. Dieser Fehler sollte nicht auftreten. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Ausnahmefehler: {0} + {0} - The exception message of the associated exception + + + $(TargetFrameworkVersion) für API-Ebene {0} konnte nicht bestimmt werden. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Nicht unterstützter oder ungültiger $(TargetFrameworkVersion)-Wert von {0}. Aktualisieren Sie Ihre Projektoptionen. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + "mono.android.jar" wurde nicht gefunden. + The following are literal names and should not be translated: mono.android.jar + + + Ungültiger android:versionCode-Wert "{0}" in "AndroidManifest.xml". Es muss sich um einen ganzzahligen Wert handeln. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Ungültiger android:versionCode-Wert "{0}" in "AndroidManifest.xml". Der Wert muss zwischen 0 und {1} liegen. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + Eine Kompilierung mit JDK-Version {0} wird nicht unterstützt. Installieren Sie JDK-Version {1}. Siehe https://aka.ms/xamarin/jdk9-errors. + The abbreviation "JDK" should not be translated. + + + Java SDK {0} oder höher ist erforderlich, wenn {1} verwendet wird. +Laden Sie das neueste JDK herunter unter: https://aka.ms/msopenjdk +Hinweis: Die Android Designer ist nicht mit Java SDK 11.0 kompatibel: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + Java SDK {0} oder höher ist erforderlich, wenn .NET 6 oder höher verwendet wird. Laden Sie das neueste JDK herunter unter: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + Bei Verwendung der Android SDK Build-Tools {1} ist Java SDK {0} oder höher erforderlich. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Fehler beim Abrufen der Java SDK-Version, weil der zurückgegebene Wert offenbar keine gültige Versionsnummer enthält. Von "{0} -version" zurückgegebener Wert: "{1}" + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Fehler beim Abrufen der Java SDK-Version. Stellen Sie sicher, dass Java {0} oder höher installiert ist. + {0} - The Java version number + + + Die Android-ABI kann aus dem Wert "{0}" nicht ermittelt werden. Bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "RuntimeIdentifiers" so fest, dass nur gültige Bezeichner für die Android-Plattform enthalten sind. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + Die MSBuild-Eigenschaft "AndroidSupportedAbis" wird nicht mehr unterstützt. Bearbeiten Sie die Projektdatei in einem Text-Editor, entfernen Sie alle Vorkommen von "AndroidSupportedAbis", und verwenden Sie stattdessen die MSBuild-Eigenschaft "RuntimeIdentifiers". + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + EmbeddedNativeLibrary "{0}" ist in Android-Anwendungsprojekten ungültig. Verwenden Sie stattdessen AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Ungültiger Wert für "$(AndroidSequencePointsMode)": {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + Die $(TargetFrameworkVersion) für "{0}" ({1}) ist höher als die $(TargetFrameworkVersion) für das Anwendungsprojekt ({2}). Erhöhen Sie die $(TargetFrameworkVersion) für das Anwendungsprojekt. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + "{0}" ist eine Referenzassembly. + + + Die Referenzassembly "{0}" wird ignoriert. + {0} - File name of the assembly. + + + Die Version konnte nicht aus "{0}" abgerufen werden. Es wird die Standardeinstellung 1.0 verwendet. + {0} - The tool name + + + Im Pfad "{0}" wurde eine nicht unterstützte Version von AAPT2 gefunden. Öffnen Sie die Projektdatei in einem Text-Editor, und entfernen Sie die MSBuild-Eigenschaft "Aapt2ToolPath", oder stellen Sie sicher, dass sie auf einen gültigen Speicherort festgelegt ist. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + AAPT2 wurde im Pfad "{0}" nicht gefunden. Öffnen Sie die Projektdatei in einem Text-Editor, und entfernen Sie die MSBuild-Eigenschaft "Aapt2ToolPath", oder stellen Sie sicher, dass sie auf einen gültigen Speicherort festgelegt ist. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play erfordert, dass neue Anwendungen und Updates die TargetFrameworkVersion {0} (API-Ebene {1}) oder höher verwenden müssen. Sie verwenden als Ziel aktuell Version {2} (API-Ebene {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + Die EmbeddedResource namens "{0}" wurde nicht gefunden. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + Die TargetFrameworkVersion {0} ist veraltet. Führen Sie eine Aktualisierung auf Version 5.0 oder höher durch. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + "{0}" konnte nicht analysiert werden. + {0} - A NuGet target framework moniker string + + + "target" konnte in der Sperrdatei für "{0}" nicht aufgelöst werden. + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + Das gleichzeitige Verwenden von schneller Bereitstellung und Android App Bundles wird derzeit nicht unterstützt. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und Android App Bundles für Releasekonfigurationen. + The following are literal names and should not be translated: Android App Bundles + + + Von der gleichzeitigen Verwendung der schnellen Bereitstellung und der AOT wird abgeraten. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und die AOT für Releasekonfigurationen. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Von der gleichzeitigen Verwendung der schnellen Bereitstellung und des Linkers wird abgeraten. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und den Linker für Releasekonfigurationen. + The following are literal names and should not be translated: Debug, Release. + + + Von der gleichzeitigen Verwendung der schnellen Bereitstellung und des Codeshrinkers wird abgeraten. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und den Codeshrinker für Releasekonfigurationen. + The following are literal names and should not be translated: Debug, Release. + + + Interpreter wird deaktiviert; die gleichzeitige Verwendung des Interpreters und des AOT wird nicht unterstützt. Verwenden Sie den Interpreter für hot reload-Unterstützung in Debugkonfigurationen und AOT für Releasekonfigurationen. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Die Assembly "{0}" verwendet das Attribut "[assembly: {1}]", dieses wird nicht mehr unterstützt. Verwenden Sie eine neuere Version dieses NuGet-Pakets, oder benachrichtigen Sie den Bibliotheksautor. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + Die Assembly "{0}" verwendet ein veraltetes Attribut "[assembly: {1}]". Verwenden Sie eine neuere Version dieses NuGet-Pakets, oder benachrichtigen Sie den Bibliotheksautor. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + "{0}" wird aus "{1}" entfernt. Diese Überprüfung wird von Lint "{2}" nicht unterstützt. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + "{0}" verwendet eine veraltete Debuginformationsebene. +Legen Sie die Debuginformationen auf den Visual Studio-Projekteigenschaftenseiten als portierbar fest, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "DebugType" auf "portable" fest, um die neuere plattformübergreifende Debuginformationsebene zu verwenden. +Wenn diese Datei aus einem NuGet-Paket stammt, führen Sie ein Update auf eine neuere Version des NuGet-Pakets durch, oder benachrichtigen Sie den Autor der Bibliothek. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Problem beim Analysieren von "{0}". Dies ist wahrscheinlich auf eine unvollständige oder ungültige XML-Datei zurückzuführen. Ausnahme: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: Warnung beim Aktualisieren der Ressourcen-XML-Datei "{0}": {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + Die nächste Übereinstimmung für "{0}" ist "{1}", aber die Groß-/Kleinschreibung stimmt nicht überein. Korrigieren Sie die Groß-/Kleinschreibung. + {0} - The user-provided type name +{1} - The type name found + + + Es wird versucht, einen Basistypnamen für das Element mit der ID {0} und dem Typ "{1}" abzugleichen. + {0} - The Android resource ID name + + + Wenn der Abgleich des Basistypnamens nicht erfolgreich ist, fügen Sie dem Element ein xamarin:managedType-Attribut hinzu, um den vollqualifizierten Namen des verwalteten Typs für das Element anzugeben. + "xamarin:managedType" is a literal name and should not be translated. + + + Die TargetFrameworkVersion (Android-API-Ebene {0}) ist höher als die targetSdkVersion ({1}). Erhöhen Sie "android:targetSdkVersion" in "AndroidManifest.xml", sodass die API-Ebenen übereinstimmen. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Die minSdkVersion ({0}) ist größer als die targetSdkVersion. Ändern Sie den Wert so ab, dass der minSdkVersion-Wert kleiner ist als der targetSdkVersion-Wert ({1}) oder diesem entspricht. + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + Die TargetFrameworkVersion (Android-API-Ebene {0}) ist niedriger als die targetSdkVersion ({1}). Erhöhen Sie "$(TargetFrameworkVersion)", oder verringern Sie den Wert für "android:targetSdkVersion" in "AndroidManifest.xml", sodass die API-Ebenen übereinstimmen. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Ungültiger $(AndroidManifestPlaceholders)-Wert für Android-Manifestplatzhalter. Verwenden Sie das Format "Schlüssel1=Wert1;Schlüssel2=Wert2". Der angegebene Wert lautete "{0}". + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + Die Verwendung von ProGuard mit dem D8 DEX-Compiler wird nicht mehr unterstützt. Legen Sie den Codeshrinker in den Visual Studio-Projekteigenschaftenseiten auf "r8" fest. Sie können auch die Projektdatei in einem Text-Editor bearbeiten und die MSBuild-Eigenschaft "AndroidLinkTool" auf "r8" festlegen. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + Die enthaltene Überschreibungs-ID "{0}" des enthaltenen Layoutstammelements ist ungültig. + {0} - The Android resource ID name + + + Fehler beim Analysieren der ID des Knotens "{0}" in der Layoutdatei "{1}". + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Es wurden JAR-Bibliotheksverweise mit identischen Dateinamen, aber unterschiedlichen Inhalten gefunden: {0}. Entfernen Sie alle widersprüchlichen Bibliotheken aus EmbeddedJar, InputJar und AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Es ist mehr als ein Android Wear-Projekt als gekoppeltes Projekt angegeben. Es darf höchstens Projekt angegeben werden. + The following are literal names and should not be translated: Android Wear + + + Das Projekt "{0}" der Wear-Zielanwendung gibt nicht die erforderliche Projekteigenschaft "AndroidManifest" an. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Die Datei "AndroidManifest.xml" der Wear-Zielanwendung gibt nicht das erforderliche Attribut "package" an. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Die angegebene AndroidManifest-Datei ist nicht vorhanden: {0} + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + Die LibraryProjectProperties-Datei "{0}" befindet sich in einem übergeordneten Verzeichnis des Zwischenausgabeverzeichnisses für das Bindungsprojekt. Passen Sie den Pfad so an, dass die ursprüngliche Datei "project.properties" direkt aus dem Android-Bibliotheksprojektverzeichnis verwendet wird. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Für die Bindung ist mindestens eine Java-Bibliothek erforderlich. Stellen Sie sicher, dass eine Java-Bibliothek im Projekt enthalten ist und über die entsprechende Buildaktion verfügt: "LibraryProjectZip" (für AAR oder ZIP), "EmbeddedJar", "InputJar" (für JAR) oder "LibraryProjectProperties" (project.Properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + Die angegebene Java-Quellbibliothek wurde nicht gefunden: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + Die angegebene Java-Referenzbibliothek wurde nicht gefunden: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + Die Verwendung des DX DEX-Compiler wird nicht unterstützt. Legen Sie den DEX-Compiler in den Visual Studio-Projekteigenschaftenseiten auf "d8" fest, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidDexTool" auf "d8" fest. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Die Konfigurationsdatei "{0}" wird ignoriert. .NET-Konfigurationsdateien werden in Xamarin.Android-Projekten für .NET 6 oder höher nicht unterstützt. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + Der experimentelle Wert "Hybrid" für die MSBuild-Eigenschaft "AndroidAotMode" ist derzeit nicht mit der Ziel-ABI "armeabi-v7a" kompatibel. Um den experimentellen Wert "Hybrid" für "AndroidAotMode" weiterhin zu verwenden, heben Sie die Auswahl der Ziel-ABI "armeabi-v7a" auf den Visual Studio-Projekteigenschaftenseiten auf, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und entfernen Sie "armeabi-v7a" aus der MSBuild-Eigenschaft "AndroidSupportedAbis". + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + Die Verwendung von AAPT wird zugunsten von AAPT2 eingestellt. Aktivieren Sie "Inkrementelles Android-Paketierungssystem (aapt2) verwenden" in den Visual Studio-Projekteigenschaftenseiten, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidUseAapt2" auf TRUE fest. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + Die Verwendung von AAPT wird in Xamarin.Android-Projekten für .NET 6 oder höher nicht unterstützt. Aktivieren Sie "Inkrementelles Android-Paketierungssystem (aapt2) verwenden" in den Visual Studio-Projekteigenschaftenseiten, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidUseAapt2" auf TRUE fest. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + Die MSBuild-Eigenschaft "EnableProguard" ist auf TRUE festgelegt, und die MSBuild-Eigenschaft "AndroidLinkTool" ist leer. Daher wird "AndroidLinkTool" standardmäßig auf "proguard" festgelegt. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Die MSBuild-Eigenschaft "AndroidEnableProguard" ist auf TRUE festgelegt, und die MSBuild-Eigenschaft "AndroidLinkTool" ist leer. Daher wird "AndroidLinkTool" standardmäßig auf "proguard" festgelegt. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + In der Assembly "{0}" wurde die Verwendung von "AppDomain.CreateDomain()" festgestellt. .NET 6 und höher unterstützt nur eine einzelne AppDomain, sodass diese API nach dem Release von .NET 6 nicht mehr in Xamarin.Android verfügbar ist. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + Die Unterstützung für den Wert "MONO_GC_PARAMS=bridge-implementation=old" wird in .NET 7 entfernt. + + + Quelldatei "{0}" wurde nicht gefunden. + + + Der durch "{1}" referenzierte Verweis "{0}" kann nicht aufgelöst werden. Möglicherweise ist er im Mono für Android-Profil nicht vorhanden. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Der durch "{1}" referenzierte Verweis "{0}" kann nicht aufgelöst werden. Fügen Sie einen Verweis auf ein NuGet-Paket oder eine Assembly für "{0}" hinzu, oder entfernen Sie den Verweis auf "{2}". + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Der Verweis auf "{0}" (definiert in Assembly "{1}") mit dem Bereich "{2}" konnte nicht aufgelöst werden. Wenn sich der Bereich von der definierenden Assembly unterscheidet, weist dies üblicherweise auf einen weitergeleiteten Typ hin. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Ausnahme beim Laden von Assemblys: {0} + {0} - The exception message of the associated exception + + + In der referenzierten Assembly "{0}" ist für "Java.Interop.DoNotPackageAttribute" ein Dateiname ungleich NULL erforderlich. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + AOT für Assembly nicht möglich: {0} + The abbreviation "AOT" should not be translated. + + + Ungültiger AOT-Modus: {0} + The abbreviation "AOT" should not be translated. + + + IL für Assembly konnte nicht entfernt werden: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d ist fehlerhaft und stellt eine inkompatible x86_64-Bibliothek "libm.so" bereit. Siehe https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + Die erkannte Android-NDK-Version ist nicht mit der LLVM-Zielkonfiguration kompatibel. Führen Sie ein Upgrade auf NDK r10d oder höher aus. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Die native Assemblydatei konnte nicht kompiliert werden: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Die native freigegebene Bibliothek konnte nicht verknüpft werden: {0} + + + Fehler beim Generieren des Java-Typs für die Klasse "{0}". Ursache: {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + Fügen Sie einen Verweis auf "Mono.Android.Export.dll" hinzu, wenn Sie "ExportAttribute" oder "ExportFieldAttribute" verwenden. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ist niedriger als $(TargetFrameworkVersion) "{1}". Für die ACW-Kompilierung wird API-{2} verwendet. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + Der Typ "{0}" muss einen öffentlichen Standardkonstruktor angeben. + + + Der verwaltete Typ "{0}" ist in mehreren Assemblys vorhanden: {1}. Gestalten Sie die Namen der verwalteten Typen in diesen Assemblys so um, dass sie nicht übereinstimmen. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + Verweise auf den Typ "{0}" verweisen auf "{0}, {1}". + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Der Java-Typ "{0}" wird von mehr als einem verwalteten Typ generiert. Ändern Sie das [Register]-Attribut, sodass nicht derselbe Java-Typ ausgegeben wird. + The following are literal names and should not be translated: Java, [Register] + + + "{0}" generiert von: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion "{0}" ist niedriger als API-{1}, diese Konfiguration wird nicht unterstützt. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ist niedriger als API-{1}, diese Konfiguration wird nicht unterstützt. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + "//manifest/application/uses-library" wurde nicht im Pfad "{0}" gefunden. + The following are literal names and should not be translated: //manifest/application/uses-library + + + Der Bindungsgenerator für die Sprache {0} oder {1} wurde nicht gefunden. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + Das partielle Klassenelement "{0}" besitzt keine zugeordnete Bindung für das Layout "{1}". + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Es wurden keine Bindungsquelldateien für das Layout generiert. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Für das Layout ({0}) wurden keine Widgets gefunden. + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Falsch formatierter vollständiger Klassenname "{0}". Namespace fehlt. + {0} - The class name + + + Falsch formatierter vollständiger Klassenname "{0}". Klassenname fehlt. + {0} - The class name + + + Das Widget "{0}" im Layout "{1}" weist mehrere Instanzen mit unterschiedlichen Typen auf. Der Eigenschaftentyp wird auf "{2}" festgelegt. + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + Das Ressourcenelement "{0}" verfügt nicht über das erforderliche Metadatenelement "{1}". + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Die angegebene //activity-alias/@android:targetActivity wurde nicht gefunden: "{0}" + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Unbekanntes TransformFile-Stammelement: {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Fehler beim Analysieren von XML: {0} + {0} - The exception message and stack trace of the associated exception + + + Der Wert "{0}" des Android-Klassenparsers ist veraltet und wird in einer zukünftigen Version von Xamarin.Android entfernt. Aktualisieren Sie die Projekteigenschaften auf die Verwendung von "class-parse". + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Das Ziel "{0}" für die Android-Codegenerierung ist veraltet und wird in einer zukünftigen Version von Xamarin.Android entfernt. Aktualisieren Sie die Projekteigenschaften auf die Verwendung von "XAJavaInterop1". + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + Die native Bibliothek "{0}" wird nicht in das Paket eingeschlossen, weil sie eine nicht unterstützte ABI verwendet. Verschieben Sie diese Datei in ein Verzeichnis mit einem gültigen Android-ABI-Namen wie z. B. "libs/armeabi-v7a/". + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK enthält bereits das Element "{0}". Das Element wird ignoriert. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Die ABI der nativen Bibliothek "{0}" kann nicht ermittelt werden. Verschieben Sie diese Datei in ein Verzeichnis mit einem gültigen Android-ABI-Namen wie z. B. "libs/armeabi-v7a/". + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Die ABI der nativen Bibliothek "{0}" kann nicht ermittelt werden. Entfernen Sie das NuGet-Paket "{1}", oder benachrichtigen Sie den Autor der Bibliothek. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + ABI konnte für einige native Bibliotheken nicht ermittelt werden. Diese werden ignoriert: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Unbehandelte Ausnahme beim Zusammenführen von "AndroidManifest.xml": {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Fehler beim Extrahieren von Ressourcen aus "{0}": {1} + {0} - The file name +{1} - The exception message of the associated exception + + + Die ProGuard-Konfigurationsdatei "{0}" wurde nicht gefunden. + The following are literal names and should not be translated: ProGuard + + + Multidex ist aktiviert, aber "$(_AndroidMainDexListFile)" ist leer. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex ist aktiviert, aber die $(_AndroidMainDexListFile)-Datei "{0}" ist nicht vorhanden. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + R8 unterstützt keine @(MultiDexMainDexList)-Dateien, wenn "android:minSdkVersion" größer oder gleich 21 ist. + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Ungültige ProGuard-Konfigurationsdatei. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Fehler beim Generieren von Typzuordnungen. + + + Die MultiDexMainDexList-Datei "{0}" ist nicht vorhanden. + The following are literal names and should not be translated: MultiDexMainDexList + + + {0} Die Datei {1} wurde nicht gefunden. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Die Anwendung enthält nicht das gekoppelte Wear-Paket, weil das Wear-Anwendungspaket "APK" noch nicht erstellt wurde. Stellen Sie bei einer Kompilierung über die Befehlszeile sicher, dass Sie das Ziel "SignAndroidPackage" erstellen. + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Verweise von einem Android-Anwendungsprojekt auf das Android Wear-Anwendungsprojekt "{0}" ist veraltet und wird in zukünftigen Versionen von Xamarin.Android nicht mehr unterstützt. Entfernen Sie den Verweis auf das Android Wear-Anwendungsprojekt aus dem Android-Anwendungsprojekt, und verteilen Sie die Wear-Anwendung stattdessen als eigenständige Anwendung. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + Der integrierte '{0}'-Verweis ist veraltet. +Entfernen Sie den '{0}' Verweis aus Ihrem Projekt, und fügen Sie stattdessen das '{1}' NuGet-Paket hinzu. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + '{0}' ist leer. Für "{0}" muss ein Wert angegeben werden. + {0} - The MSBuildProperty which contains a value. + + + + Das Android NDK-Toolkettenverzeichnis "{0}" fehlt. Installieren Sie das Android NDK. + {0} - The path of the missing directory + + + Der C-Compiler für das Ziel "{0}" wurde nicht gefunden. Durchsuchte Pfade: {1} + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + Das Toolkettenverzeichnis für das Ziel "{0}" wurde nicht gefunden. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Fehler beim Konvertieren der Assembly in nativen Code. Exitcode: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + Der NDK C-Compiler wurde mit einem Fehler beendet. Exitcode: {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Das Android NDK wurde nicht gefunden. Stellen Sie sicher, dass das Android NDK im Android SDK Manager installiert ist, oder stellen Sie bei Verwendung eines benutzerdefinierten NDK-Pfads sicher, dass die MSBuild-Eigenschaft "$(AndroidNdkDirectory)" auf den benutzerdefinierten Pfad festgelegt ist. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + Das Toolketten-Hilfsprogramm "{0}" für das Ziel "{1}" wurde nicht gefunden. Durchsuchter Pfad: {2} + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + Der NDK-Linker wurde mit einem Fehler beendet. Exitcode: {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + "{0}" wurde nicht gefunden. Installieren Sie das Paket mit den Android SDK-Buildtools mit dem Programm "{1}{2}tools{2}{3}". + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + "{0}" wurde im Android SDK nicht gefunden. Legen Sie den Pfad über "/p:LintToolPath" fest. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + "android.jar" wurde für API-Ebene {0} nicht gefunden. Dies bedeutet, dass die Android SDK-Plattform für API-Ebene {0} nicht installiert ist. Führen Sie die Installation entweder im Android-SDK-Manager ({2}) durch, oder ändern Sie das Xamarin.Android-Projekt, um eine installierte API-Version als Ziel zu verwenden ("{1}" fehlt.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Extras > Android-SDK-Manager öffnen... + This string is the location of a menu command in Visual Studio for Mac. + + + Extras > Android > Android-SDK-Manager... + This string is the location of a menu command in Visual Studio. + + + Der Name des eingebetteten Wear-App-Pakets weicht vom Namen des Handheld-App-Pakets ab ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Erwägen Sie eine Erhöhung des Werts von $(JavaMaximumHeapSize). Für Java stand während der Ausführung von "{0} {1}" nicht genügend Arbeitsspeicher zur Verfügung. + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Auf "{0}" wurden keine Android-Plattformen installiert. Installieren Sie eine SDK-Plattform mit dem Programm "{1}{2}tools{2}{3}". + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Das Android SDK-Verzeichnis wurde nicht gefunden. Überprüfen Sie, ob der Android SDK-Manager in Visual Studio eine gültige Installation anzeigt. Legen Sie die MSBuild-Eigenschaft "AndroidSdkDirectory" auf den benutzerdefinierten Pfad fest, um einen benutzerdefinierten SDK-Pfad für einen Befehlszeilenbuild zu verwenden. + The following terms should not be translated: AndroidSdkDirectory + + + Das Java SDK-Verzeichnis wurde nicht gefunden. Überprüfen Sie, ob im Abschnitt "Android" der Visual Studio-Optionen ein gültiges Java SDK-Verzeichnis konfiguriert ist. Legen Sie die MSBuild-Eigenschaft "JavaSdkDirectory" auf den benutzerdefinierten Pfad fest, um einen benutzerdefinierten SDK-Pfad für einen Befehlszeilenbuild zu verwenden. + The following terms should not be translated: JavaSdkDirectory + + + Fehler beim Generieren des Java-Typs für die Klasse "{0}" aufgrund von MAX_PATH: {1}. + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Möglicherweise wird dieses Projekt von zwei Prozessen gleichzeitig kompiliert. Im Pfad ist eine Sperrdatei vorhanden: {0} + + + + Dieser Code wurde durch ein Tool generiert. + Die Erstellung erfolgte anhand von "{0}". + Änderungen an dieser Datei führen möglicherweise zu einem falschem Verhalten + und gehen verloren, wenn der Code neu generiert wird. + + {0} - The path of the template file. + + + In der <AndroidNamespaceReplacement> für '{0}' ist kein Ersetzungsattribut angegeben. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + Das Verzeichnis '{0}' stammt aus '{1}'. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx new file mode 100644 index 00000000000..1c1700752d1 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Este error se debe probablemente a un problema con el archivo AndroidManifest.xml o con un atributo de generación del manifiesto de Android en un archivo de código fuente. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Opción "{0}" desconocida. Compruebe "$(AndroidAapt2CompileExtraArgs)" y "$(AndroidAapt2LinkExtraArgs)" para ver si incluyen los argumentos de la línea de comandos "aapt" que ya no son válidos para "aapt2" y asegúrese de que el resto de argumentos sean válidos para "aapt2". + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Nombre de archivo no válido: debe contener solo {0}. + {0} - The regular expression that the file name must match + + + Nombre de archivo no válido: debe contener solo {0}. + {0} - The regular expression that the file name must match + + + Nombre de archivo no válido: debe comenzar con A-z o a-z o un guion bajo. + + + No se pudo determinar el nivel de API para $(TargetFrameworkVersion) de "{0}". + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + No se pudo determinar $(AndroidApiLevel) o $(TargetFrameworkVersion); no se esperaba llegar a esta situación. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Excepción no controlada: {0} + {0} - The exception message of the associated exception + + + No se pudo determinar $(TargetFrameworkVersion) para el nivel de API "{0}". + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Valor de $(TargetFrameworkVersion) de "{0}" no admitido o no válido. Actualice las opciones del proyecto. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + No se encontró mono.android.jar + The following are literal names and should not be translated: mono.android.jar + + + Valor "{0}" de "android:versionCode" no válido en "AndroidManifest.xml". Debe ser un valor entero. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Valor "{0}" de "android:versionCode" no válido en "AndroidManifest.xml". El valor debe estar comprendido en el intervalo de 0 a {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + No se admite la compilación con la versión "{0}" de JDK. Instale la versión "{1}" de JDK. Consulte https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + Se requiere el SDK de Java {0} o una versión superior al usar {1}. +Descargue el último JDK en: https://aka.ms/msopenjdk +Nota: Android Designer no es compatible con el SDK de Java 11.0: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + Se requiere el SDK de Java {0} o una versión superior cuando se usa .NET 6 o una versión posterior. Descargue el último JDK en: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + Se requiere el SDK de Java {0} o posterior cuando se use Android SDK Build-Tools {1}. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + No se pudo obtener la versión del SDK de Java porque el valor devuelto no parece contener un número de versión válido. "`{0} -version`" devolvió ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + No se pudo obtener la versión del SDK de Java. Asegúrese de que tiene instalado Java {0} o una versión posterior. + {0} - The Java version number + + + No se puede determinar la ABI de Android a partir del valor "{0}". Edite el archivo de proyecto en un editor de texto y establezca la propiedad de MSBuild "RuntimeIdentifiers" para que contenga solo identificadores válidos para la plataforma Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + Ya no se admite la propiedad de MSBuild "AndroidSupportedAbis". Edite el archivo de proyecto en un editor de texto, quite los usos de "AndroidSupportedAbis" y utilice en su lugar la propiedad de MSBuild "RuntimeIdentifiers". + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + EmbeddedNativeLibrary "{0}" no es válido en los proyectos de aplicación Android. Use en su lugar AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Valor no válido para "$(AndroidSequencePointsMode)": {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + El valor de $(TargetFrameworkVersion) de {0} ({1}) es mayor que el valor de $(TargetFrameworkVersion) del proyecto de aplicación ({2}). Aumente el valor de $(TargetFrameworkVersion) del proyecto de aplicación. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} es un ensamblado de referencia. + + + Omitiendo el ensamblado de referencia "{0}". + {0} - File name of the assembly. + + + No se pudo obtener la versión de "{0}". Se tomará como valor predeterminado 1.0 + {0} - The tool name + + + Se encontró una versión no admitida de AAPT2 en la ruta de acceso "{0}". Abra el archivo del proyecto en un editor de texto y quite la propiedad "Aapt2ToolPath" de MSBuild o asegúrese de que esté establecida en una ubicación válida. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + No se encontró AAPT2 en la ruta de acceso "{0}". Abra el archivo del proyecto en un editor de texto y quite la propiedad "Aapt2ToolPath" de MSBuild o asegúrese de que esté establecida en una ubicación válida. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play requiere que las nuevas aplicaciones y actualizaciones usen un valor de TargetFrameworkVersion de {0} (nivel de API {1}) o superior. Actualmente se dirige a {2} (nivel de API {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + No se encuentra el elemento "EmbeddedResource" llamado "{0}". + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + El valor de TargetFrameworkVersion {0} está en desuso. Actualícelo a v5.0 o superior. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + No se pudo analizar "{0}" + {0} - A NuGet target framework moniker string + + + No se pudo resolver "target" en el archivo de bloqueo para "{0}" + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + No se admite el uso de Android App Bundles y Fast Deployment al mismo tiempo. Use Fast Deployment para las configuraciones de depuración y Android App Bundles para las configuraciones de versión. + The following are literal names and should not be translated: Android App Bundles + + + No se recomienda usar una implementación rápida y AOT al mismo tiempo. Use la implementación rápida para configuraciones de Debug y AOT para configuraciones de Release. + The following are literal names and should not be translated: AOT, Debug, Release. + + + No se recomienda usar una implementación rápida y el enlazador al mismo tiempo. Use la implementación rápida para configuraciones de Debug y el enlazador para configuraciones de Release. + The following are literal names and should not be translated: Debug, Release. + + + No se recomienda usar una implementación rápida y un reducidor de código al mismo tiempo. Use la implementación rápida para configuraciones de Debug y un reductor de código para configuraciones de Release. + The following are literal names and should not be translated: Debug, Release. + + + Deshabilitación del intérprete; no se admite el uso del intérprete y AOT al mismo tiempo. Use el intérprete para la compatibilidad con la recarga activa en las configuraciones de depuración y AOT para las configuraciones de versión. + The following are literal names and should not be translated: AOT, Debug, Release. + + + El ensamblado "{0}" usa "[assembly: {1}]", que ya no se admite. Utilice una versión más reciente de este paquete NuGet o informe al autor de la biblioteca. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + El ensamblado "{0}" usa un atributo "[assembly: {1}]" en desuso. Utilice una versión más reciente de este paquete NuGet o informe al autor de la biblioteca. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Quitando {0} de {1}. Lint {2} no admite esta comprobación. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + "{0}" usa un nivel de información de depuración en desuso. +Establezca la información de depuración como Portable en las páginas de propiedades del proyecto de Visual Studio o edite el archivo de proyecto en un editor de texto y establezca la propiedad "DebugType" de MSBuild en "portable" para usar el nivel de información de depuración multiplataforma más reciente. +Si este archivo procede de un paquete NuGet, actualice a una versión más reciente del paquete NuGet o notifíquelo al autor de la biblioteca. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Hubo un problema al analizar {0}. Probablemente se deba a un elemento XML incompleto o no válido. Excepción: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: advertencia al actualizar el XML de recursos "{0}": {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + La coincidencia más cercana que se encontró para "{0}" es "{1}", pero el uso de mayúsculas no coincide. Corríjalo. + {0} - The user-provided type name +{1} - The type name found + + + Se está intentando realizar una coincidencia de nombres de tipo básico para el elemento con el identificador "{0}" y el tipo "{1}". + {0} - The Android resource ID name + + + Si se produce un error en la coincidencia de nombres de tipo básico, agregue un atributo "xamarin:managedType" al elemento para especificar su nombre de tipo administrado completo correspondiente. + "xamarin:managedType" is a literal name and should not be translated. + + + El valor de TargetFrameworkVersion (nivel de API {0} de Android) es mayor que el de targetSdkVersion ({1}). Aumente el valor de "android:targetSdkVersion" en "AndroidManifest.xml" para que los niveles de API coincidan. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + El valor de minSdkVersion ({0}) es mayor que el de targetSdkVersion. Cambie el valor de forma que minSdkVersion sea menor o igual que targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + El valor de TargetFrameworkVersion (nivel de API {0} de Android) es menor que el de targetSdkVersion ({1}). Aumente el valor de "$(TargetFrameworkVersion)" o reduzca el de "android:targetSdkVersion" en "AndroidManifest.xml" para que los niveles de API coincidan. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Valor de "$(AndroidManifestPlaceholders)" no válido para los marcadores de posición del manifiesto de Android. Use el formato "clave1=valor1;clave2=valor2". El valor especificado era "{0}". + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + Ya no se admite el uso de ProGuard con el compilador D8 DEX. Establezca el reductor de código en "r8" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo del proyecto en un editor de texto y establezca la propiedad "AndroidLinkTool" de MSBuild en "r8". + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + El identificador de reemplazo del elemento raíz del diseño "{0}" que se ha incluido no es válido. + {0} - The Android resource ID name + + + No se pudo analizar el identificador del nodo "{0}" en el archivo de diseño "{1}". + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Se han encontrado referencias de biblioteca JAR con nombres de archivo idénticos pero contenido distinto: {0}. Quite las bibliotecas en conflicto de EmbeddedJar, InputJar y AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Se ha especificado más de un proyecto de Android Wear como proyecto emparejado. Debe ser uno como máximo. + The following are literal names and should not be translated: Android Wear + + + El proyecto de la aplicación Wear de destino "{0}" no especifica la propiedad del proyecto "AndroidManifest" requerida. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + El archivo AndroidManifest.xml de la aplicación Wear de destino no especifica el atributo "package" requerido. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + El archivo AndroidManifest especificado no existe: {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + El archivo "LibraryProjectProperties" en "{0}" se encuentra en un directorio principal del directorio de salida intermedio del proyecto de enlaces. Ajuste la ruta de acceso para usar el archivo "project.properties" original directamente desde el directorio del proyecto de la biblioteca de Android. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Se necesita al menos una biblioteca Java para el enlace. Compruebe que haya una biblioteca Java incluida en el proyecto y que tenga la acción de compilación apropiada: "LibraryProjectZip" (para AAR o ZIP), "EmbeddedJar", "InputJar" (para JAR) o "LibraryProjectProperties" (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + No se encontró la biblioteca Java de origen especificada: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + No se encontró la biblioteca Java de referencia especificada: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + Ya no se admite el uso de ProGuard con el compilador DX DEX. Establezca el compilador DEX en "d8" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo de proyecto en un editor de texto y establezca la propiedad "AndroidLinkTool" de MSBuild en "d8". + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Omitiendo el archivo de configuración "{0}". Los archivos de configuración .NET no se admiten en proyectos Xamarin.Android destinados a .NET 6 o versiones posteriores. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + El valor "Hybrid" experimental de la propiedad de MSBuild "AndroidAotMode" no es compatible actualmente con el valor ABI de destino armeabi-v7a. Para seguir usando el valor "Hybrid" experimental para "AndroidAotMode", anule la selección del valor ABI de destino armeabi-v7a en las páginas de propiedades del proyecto de Visual Studio o edite el archivo del proyecto en un editor de texto y quite "armeabi-v7a" de la propiedad de MSBuild "AndroidSupportedAbis". + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + El uso de AAPT está en desuso en favor de AAPT2. Habilite "Use el sistema de empaquetado de Android incremental (aapt2)" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo del proyecto en un editor de texto y establezca la propiedad "AndroidUseAapt2" de MSBuild en "true". + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + No se admite el uso de AAPT en los proyectos de Xamarin.Android destinados a .NET 6 o versiones posteriores. Habilite "Use el sistema de empaquetado de Android incremental (aapt2)" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo del proyecto en un editor de texto y establezca la propiedad "AndroidUseAapt2" de MSBuild en "true". + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + La propiedad "EnableProguard" de MSBuild está establecida en "true" y la propiedad "AndroidLinkTool" de MSBuild está vacía, por lo que "AndroidLinkTool" usará "proguard" de forma predeterminada. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + La propiedad "AndroidEnableProguard" de MSBuild está establecida en "true" y la propiedad "AndroidLinkTool" de MSBuild está vacía, por lo que "AndroidLinkTool" usará "proguard" de forma predeterminada. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Se detectó el uso de AppDomain.CreateDomain() en el ensamblado: {0}. En .NET 6 y versiones posteriores solo se admitirá una instancia de AppDomain, por lo que esta API ya no estará disponible en Xamarin.Android una vez que se haya lanzado .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + La compatibilidad con el valor "MONO_GC_PARAMS=bridge-implementation=old" se quitará en .NET 7. + + + No se encontró el archivo de origen '{0}'. + + + No se puede resolver la referencia "{0}", a la que hace referencia {1}. ¿Puede que no exista en el perfil de Mono para Android? + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + No se puede resolver la referencia "{0}", a la que hace referencia {1}. Agregue un paquete NuGet o una referencia de ensamblado para "{0}", o bien quite la referencia a "{2}". + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + No se pudo resolver la referencia a "{0}" (definida en el ensamblado "{1}") con el ámbito "{2}"'. Cuando el ámbito es diferente del ensamblado de definición, normalmente significa que el tipo se reenvía. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Excepción al cargar los ensamblados: {0} + {0} - The exception message of the associated exception + + + En el ensamblado {0} al que se hace referencia, Java.Interop.DoNotPackageAttribute requiere un nombre de archivo que no sea NULL. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + No se pudo aplicar AOT al ensamblado: {0} + The abbreviation "AOT" should not be translated. + + + Modo AOT no válido: {0} + The abbreviation "AOT" should not be translated. + + + No se pudo quitar IL del ensamblado: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d ha dado error y proporciona un archivo x86_64 libm.so no compatible. Consulte https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + La versión de Android NDK detectada no es compatible con la configuración de LLVM de destino. Actualice a NDK r10d o una versión más reciente. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + No se pudo compilar el archivo de ensamblado nativo: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + No se pudo vincular la biblioteca compartida nativa: {0} + + + No se pudo generar el tipo Java {0} para la clase debido a lo siguiente: {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + Agregue una referencia a Mono.Android.Export.dll al usar ExportAttribute o ExportFieldAttribute. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" es anterior a $(TargetFrameworkVersion) "{1}". Se usa API-{2} para la compilación ACW. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + El tipo "{0}" debe proporcionar un constructor predeterminado público. + + + El tipo "{0}" administrado existe en varios ensamblados: {1}. Refactorice los nombres de los tipos administrados en estos ensamblados para que no sean idénticos. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + Las referencias al tipo "{0}" harán referencia a "{0}, {1}". + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Más de un tipo administrado genera el tipo Java "{0}". Cambie el atributo [Register] para que no se emita el mismo tipo Java. + The following are literal names and should not be translated: Java, [Register] + + + "{0}" generado por {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion "{0}" es anterior a la versión de la API-{1}; no se admite esta configuración. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" es anterior a la versión de la API-{1}; esta configuración no se admite. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + No se puede encontrar //manifest/application/uses-library en la ruta de acceso: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + No se encuentra el generador de enlaces para el lenguaje {0} o {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + El elemento de clase parcial "{0}" no tiene ningún enlace asociado para el diseño "{1}". + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + No se ha generado ningún archivo de origen de enlace del diseño. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + No se ha encontrado ningún widget para el diseño ({0}). + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + El nombre de clase completo "{0}" tiene un formato incorrecto. Falta el espacio de nombres. + {0} - The class name + + + El nombre de clase completo "{0}" tiene un formato incorrecto. Falta el nombre de la clase. + {0} - The class name + + + El widget "{0}" del diseño "{1}" tiene varias instancias con tipos distintos. El tipo de propiedad se establecerá como {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + El elemento del recurso "{0}" no tiene el elemento de metadatos "{1}" necesario. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + No se encuentra el elemento //activity-alias/@android:targetActivity especificado: "{0}" + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Elemento raíz "TransformFile" no reconocido: {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Error al analizar XML: {0} + {0} - The exception message and stack trace of the associated exception + + + El valor "{0}" del analizador de clases de Android está en desuso y se quitará en una versión futura de Xamarin.Android. Actualice las propiedades del proyecto para usar "class-parse". + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + El destino "{0}" de generación de código de Android está en desuso y se quitará en una versión futura de Xamarin.Android. Actualice las propiedades del proyecto para usar "XAJavaInterop1". + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + La biblioteca nativa "{0}" no se empaquetará porque tiene una instancia de ABI no admitida. Mueva este archivo a un directorio con un nombre de ABI de Android válido, como "libs/armeabi-v7a/". + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK ya contiene el elemento {0}; omitiendo. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + No se puede determinar la instancia de ABI de la biblioteca nativa "{0}". Mueva este archivo a un directorio con un nombre de ABI de Android válido, como "libs/armeabi-v7a/". + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + No se puede determinar la opción de ABI de la biblioteca nativa "{0}". Quite el paquete NuGet "{1}" o informe al autor de la biblioteca. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + No se pudo determinar el ABI de algunas bibliotecas nativas. Se omitirán esas: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Excepción no controlada al aplicar "merge" a "AndroidManifest.xml": {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Error al extraer los recursos de "{0}": {1} + {0} - The file name +{1} - The exception message of the associated exception + + + No se encontró el archivo de configuración de ProGuard "{0}". + The following are literal names and should not be translated: ProGuard + + + Multidex está habilitado, pero "$(_AndroidMainDexListFile)" está vacío. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex está habilitado, pero el archivo "$(_AndroidMainDexListFile)" "{0}" no existe. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + R8 no admite archivos "@(MultiDexMainDexList)" cuando android:minSdkVersion >= 21 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Archivo de configuración de ProGuard no válido. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + No se pudieron generar las asignaciones de tipo. + + + El archivo "MultiDexMainDexList" "{0}" no existe. + The following are literal names and should not be translated: MultiDexMainDexList + + + No se encontró "{0}" archivo "{1}". + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + La aplicación no contendrá el paquete Wear emparejado porque aún no se ha creado el archivo APK del paquete de la aplicación Wear. Si se está compilando en la línea de comandos, asegúrese de compilar el destino "SignAndroidPackage". + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + La referencia al proyecto de aplicación Android Wear "{0}" de un proyecto de aplicación Android está en desuso y ya no se admitirá en una versión futura de Xamarin.Android. Quítela y distribuya en cambio la aplicación Wear como una aplicación independiente. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + La referencia integrada "{0}" integrada está en desuso. +Quite la referencia de "{0}" del proyecto y agregue el paquete NuGet "{1}". + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + "{0}" está vacío. Se debe proporcionar un valor para "{0}". + {0} - The MSBuildProperty which contains a value. + + + + Falta el directorio de cadenas de herramientas de Android NDK "{0}". Instale Android NDK. + {0} - The path of the missing directory + + + No se encontró el compilador de C para el destino {0}. Rutas de acceso probadas: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + No se encontró el directorio de cadena de herramientas para el destino {0}. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + No se pudo realizar la conversión de ensamblado a código nativo. Código de salida {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + El compilador de C del NDK se cerró con un error. Código de salida {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + No se pudo encontrar Android NDK. Asegúrese de que está instalado en el Administrador de Android SDK o, si usa una ruta de acceso de NDK personalizada, asegúrese de que la propiedad $(AndroidNdkDirectory) de MSBuild está establecida en la ruta de acceso personalizada. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + No se encontró la utilidad de cadena de herramientas "{0}" para el destino {1}. Se intentó en la ruta de acceso: "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + El enlazador de NDK se cerró con un error. Código de salida {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + No se puede encontrar "{0}". Instale el paquete Build-Tools de Android SDK con el programa "{1}{2}tools{2}{3}". + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + No se encuentra "{0}" en Android SDK. Establezca su ruta de acceso mediante /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + No se encontró ningún archivo android.jar para el nivel de API {0}. Esto significa que la plataforma Android SDK para el nivel de API {0} no está instalada. Instálela en el Administrador de Android SDK ({2}) o cambie el proyecto Xamarin.Android para que tenga como destino una versión de la API que esté instalada. (Falta {1}). + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Herramientas > Abrir el Administrador de Android SDK... + This string is the location of a menu command in Visual Studio for Mac. + + + Herramientas > Android > Administrador de Android SDK... + This string is the location of a menu command in Visual Studio. + + + El nombre del paquete de la aplicación Wear que se ha insertado es distinto del nombre del paquete de la aplicación para dispositivos de mano ({0}! = {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + Java.lang.OutOfMemoryError. Considere la posibilidad de aumentar el valor de $(JavaMaximumHeapSize). Se agotó la memoria de Java mientras se ejecutaba "{0} {1}". + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + No hay ninguna plataforma Android instalada en "{0}". Instale una plataforma de SDK con el programa "{1}{2}tools{2}{3}". + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + No se encontró el directorio de Android SDK. Compruebe que el Administrador de Android SDK en Visual Studio muestre una instalación válida. Para usar una ruta de acceso de SDK personalizada para una compilación de línea de comandos, establezca la propiedad "AndroidSdkDirectory" de MSBuild en la ruta de acceso personalizada. + The following terms should not be translated: AndroidSdkDirectory + + + No se encontró el directorio del SDK de Java. Asegúrese de que la sección de Android de las opciones de Visual Studio tenga configurado un directorio válido del SDK de Java. Para usar una ruta de acceso del SDK personalizada para una compilación de línea de comandos, establezca la propiedad "JavaSdkDirectory" de MSBuild en la ruta de acceso personalizada. + The following terms should not be translated: JavaSdkDirectory + + + No se pudo generar el tipo Java {0} para la clase debido a la excepción MAX_PATH siguiente: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Puede que haya dos procesos compilando este proyecto a la vez. El archivo de bloqueo existe en la ruta de acceso {0} + + + + Una herramienta generó este código. + Se generó desde {0} + Los cambios realizados en este archivo pueden generar un comportamiento incorrecto y se perderán si + se regenera el contenido. + + {0} - The path of the template file. + + + El <AndroidNamespaceReplacement> para "{0}" no especifica un atributo "Replacement". + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + El directorio "{0}" es de "{1}". + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx new file mode 100644 index 00000000000..f5aa7c23a41 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Cette erreur est probablement due à un problème avec le fichier AndroidManifest.xml ou à un attribut de génération de manifeste Android dans un fichier de code source. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Option '{0}' inconnue. Examinez '$(AndroidAapt2CompileExtraArgs)' et '$(AndroidAapt2LinkExtraArgs)' pour voir s'ils comportent des arguments de ligne de commande 'aapt' qui ne sont plus valides pour 'aapt2', et pour vérifier si tous les autres arguments sont valides pour 'aapt2'. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Nom de fichier non valide : il doit contenir uniquement {0}. + {0} - The regular expression that the file name must match + + + Nom de fichier non valide : il doit contenir uniquement {0}. + {0} - The regular expression that the file name must match + + + Nom de fichier non valide : il doit commencer par A-z, a-z ou un trait de soulignement. + + + Impossible de déterminer le niveau d'API pour $(TargetFrameworkVersion) '{0}'. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + Impossible de déterminer $(AndroidApiLevel) ou $(TargetFrameworkVersion) ; erreur inattendue. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Exception non prise en charge : {0} + {0} - The exception message of the associated exception + + + Impossible de déterminer $(TargetFrameworkVersion) pour le niveau d'API '{0}'. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Valeur '{0}' non prise en charge ou non valide pour $(TargetFrameworkVersion). Mettez à jour les options du projet. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + Fichier mono.android.jar introuvable + The following are literal names and should not be translated: mono.android.jar + + + Valeur '{0}' de 'android:versionCode' non valide dans 'AndroidManifest.xml'. Il doit s'agir d'une valeur entière. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Valeur '{0}' de 'android:versionCode' non valide dans 'AndroidManifest.xml'. La valeur doit être comprise entre 0 et {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + La génération avec la version '{0}' du kit JDK n'est pas prise en charge. Installez le kit JDK version '{1}'. Consultez https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + Le Kit de développement logiciel (SDK) Java {0} ou une version ultérieure est requis lors de l’utilisation de {1}. +Téléchargez le dernier JDK à l’adresse : https://aka.ms/msopenjdk +Remarque : le Android Designer est incompatible avec le Kit de développement logiciel (SDK) Java 11.0 : https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + Le Kit de développement logiciel (SDK) Java {0} ou une version ultérieure est requis lors de l’utilisation de .NET 6 ou d’une version ultérieure. Téléchargez le dernier JDK à l’adresse : https://aka.ms/msopenjdk. + +{0} - The Java SDK version number + + + Le kit Java SDK {0} ou une version ultérieure est obligatoire pour l'utilisation de Android SDK Build-Tools {1}. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Échec de l'obtention de la version du Kit Java SDK, car la valeur retournée ne semble pas contenir de numéro de version valide. `{0} -version` a retourné : ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Échec de l'obtention de la version du Kit Java SDK. Vérifiez que Java {0} (ou une version ultérieure) est installé. + {0} - The Java version number + + + Impossible de déterminer l'ABI Android à partir de la valeur '{0}'. Modifiez le fichier projet dans un éditeur de texte, puis définissez la propriété MSBuild 'RuntimeIdentifiers' afin qu'elle contienne uniquement des identificateurs valides pour la plateforme Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + La propriété MSBuild 'AndroidSupportedAbis' n'est plus prise en charge. Modifiez le fichier projet dans un éditeur de texte, supprimez les utilisations de 'AndroidSupportedAbis', et utilisez à la place la propriété MSBuild 'RuntimeIdentifiers'. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + EmbeddedNativeLibrary '{0}' est non valide dans les projets d'application Android. Utilisez AndroidNativeLibrary à la place. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Valeur non valide pour '$(AndroidSequencePointsMode)' : {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + Le $(TargetFrameworkVersion) de {0} ({1}) est supérieur au $(TargetFrameworkVersion) du projet d'application ({2}). Augmentez le $(TargetFrameworkVersion) du projet d'application. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} est un assembly de référence. + + + L'assembly de référence '{0}' est ignoré. + {0} - File name of the assembly. + + + Impossible d'obtenir la version de '{0}'. Affectation par défaut de la valeur 1.0 + {0} - The tool name + + + Version d'AAPT2 non prise en charge sur le chemin '{0}'. Ouvrez le fichier projet dans un éditeur de texte et supprimez la propriété MSBuild 'Aapt2ToolPath', ou vérifiez qu'elle est définie sur un emplacement valide. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + AAPT2 introuvable sur le chemin '{0}'. Ouvrez le fichier projet dans un éditeur de texte et supprimez la propriété MSBuild 'Aapt2ToolPath', ou vérifiez qu'elle est définie sur un emplacement valide. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play impose aux nouvelles applications et aux mises à jour d'utiliser le TargetFrameworkVersion version {0} (niveau d'API {1}) ou une version ultérieure. Vous ciblez {2} (niveau d'API {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + 'EmbeddedResource' nommé '{0}' introuvable. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + Le TargetFrameworkVersion {0} est déprécié. Mettez-le à jour vers la version 5.0 ou une version ultérieure. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + Impossible d'analyser '{0}' + {0} - A NuGet target framework moniker string + + + Impossible de résoudre 'target' dans le fichier de verrouillage pour '{0}' + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + L'utilisation simultanée du déploiement rapide et des bundles d'applications Android n'est pas prise en charge actuellement. Utilisez le déploiement rapide pour les configurations de débogage et les bundles d'applications Android pour les configurations de mise en production. + The following are literal names and should not be translated: Android App Bundles + + + Il n'est pas recommandé d'utiliser le déploiement rapide et la compilation AOT en même temps. Utilisez le déploiement rapide pour les configurations Debug et la compilation AOT pour les configurations Release. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Il n'est pas recommandé d'utiliser le déploiement rapide et l'éditeur de liens en même temps. Utilisez le déploiement rapide pour les configurations Debug et l'éditeur de liens pour les configurations Release. + The following are literal names and should not be translated: Debug, Release. + + + Il n'est pas recommandé d'utiliser le déploiement rapide et un réducteur de code en même temps. Utilisez le déploiement rapide pour les configurations Debug et un réducteur de code pour les configurations Release. + The following are literal names and should not be translated: Debug, Release. + + + Désactivation de l’interpréteur; l’utilisation simultanée de l’interpréteur et d’AOT n’est pas prise en charge. Utilisez l’interpréteur pour la prise en charge du rechargement à chaud dans les configurations de débogage et AOT pour les configurations de mise en production. + The following are literal names and should not be translated: AOT, Debug, Release. + + + L'assembly '{0}' utilise '[assembly : {1}]', qui n'est plus pris en charge. Utilisez une version plus récente de ce package NuGet ou notifiez l'auteur de la bibliothèque. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + L'assembly '{0}' utilise un attribut déprécié '[assembly : {1}]'. Utilisez une version plus récente de ce package NuGet ou notifiez l'auteur de la bibliothèque. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Suppression de {0} dans {1}. La validation lint {2} ne prend pas en charge cette vérification. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + '{0}' utilise un niveau d'informations de débogage déprécié. +Affectez la valeur Portable aux informations de débogage dans les pages de propriétés de Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis affectez la valeur 'portable' à la propriété MSBuild 'DebugType' pour utiliser un niveau d'informations de débogage plus récent et multiplateforme. +Si ce fichier provient d'un package NuGet, effectuez une mise à jour vers une version plus récente du package NuGet, ou notifiez l'auteur de la bibliothèque. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Un problème s'est produit durant l'analyse de {0}. Cela est probablement dû à du code XML incomplet ou non valide. Exception : {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen : avertissement durant la mise à jour du XML de ressources '{0}' : {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + La correspondance la plus proche pour '{0}' est '{1}', mais la mise en majuscules ne correspond pas. Corrigez la mise en majuscules. + {0} - The user-provided type name +{1} - The type name found + + + Tentative de mise en correspondance du nom de type de base pour l'élément avec l'ID '{0}' et le type '{1}' + {0} - The Android resource ID name + + + En cas d'échec de la mise en correspondance du nom de type de base, ajoutez un attribut 'xamarin:managedType' à l'élément pour spécifier le nom de type managé complet de l'élément. + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion (niveau d'API Android {0}) est supérieur à targetSdkVersion ({1}). Augmentez 'android:targetSdkVersion' dans 'AndroidManifest.xml' pour que les niveaux d'API correspondent. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + minSdkVersion ({0}) est supérieur à targetSdkVersion. Changez la valeur pour que minSdkVersion soit inférieur ou égal à targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + TargetFrameworkVersion (niveau d'API Android {0}) est inférieur à targetSdkVersion ({1}). Augmentez '$(TargetFrameworkVersion)' ou diminuez 'android:targetSdkVersion' dans 'AndroidManifest.xml' pour que les niveaux d'API correspondent. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Valeur '$(AndroidManifestPlaceholders)' non valide pour les espaces réservés de manifeste Android. Utilisez le format 'clé1=valeur1;clé2=valeur2'. La valeur spécifiée est : '{0}' + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + L'utilisation de ProGuard avec le compilateur D8 DEX n'est plus prise en charge. Définissez le réducteur de code sur 'r8' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte et définissez la propriété MSBuild 'AndroidLinkTool' sur 'r8'. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + L'ID de substitution de l'élément racine de disposition inclus '{0}' n'est pas valide. + {0} - The Android resource ID name + + + L'analyse de l'ID du nœud '{0}' dans le fichier de disposition '{1}' a échoué. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Des références de bibliothèque JAR avec des noms de fichiers identiques mais des contenus différents ont été trouvés : {0}. Supprimez toutes les bibliothèques en conflit de EmbeddedJar, InputJar et AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Plusieurs projets Android Wear sont spécifiés en tant que projets appairés. Il ne doit en exister qu'un seul. + The following are literal names and should not be translated: Android Wear + + + Le projet '{0}' de l'application Wear cible ne spécifie pas la propriété de projet 'AndroidManifest' nécessaire. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Le fichier AndroidManifest.xml de l'application Wear cible ne spécifie pas l'attribut 'package' nécessaire. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Le fichier AndroidManifest spécifié n'existe pas : {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + Le fichier 'LibraryProjectProperties' '{0}' se trouve dans un répertoire parent du répertoire de sortie intermédiaire du projet de liaisons. Modifiez le chemin pour utiliser le fichier 'project.properties' d'origine directement à partir du répertoire du projet de bibliothèque Android. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Au moins une bibliothèque Java est nécessaire pour la liaison. Vérifiez qu'une bibliothèque Java est incluse dans le projet et qu'elle a l'action de génération appropriée : 'LibraryProjectZip' (pour AAR ou ZIP), 'EmbeddedJar', 'InputJar' (pour JAR) ou 'LibraryProjectProperties' (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + Bibliothèque Java source spécifiée introuvable : {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + Bibliothèque Java de référence spécifiée introuvable : {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + L'utilisation du compilateur DEX DX n’est pas prise en charge. Affectez au compilateur DEX la valeur 'd8' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis affectez la valeur 'd8' à la propriété MSBuild 'AndroidDexTool'. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Fichier config '{0}' ignoré. Les fichiers config .NET ne sont pas pris en charge dans les projets Xamarin.Android qui ciblent .NET 6 ou une version ultérieure. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + L'utilisation de la valeur expérimentale 'Hybrid' pour la propriété MSBuild 'AndroidAotMode' n'est pas compatible avec l'ABI cible armeabi-v7a. Si vous souhaitez continuer à utiliser la valeur expérimentale 'Hybrid' pour 'AndroidAotMode', désélectionnez l'ABI cible armeabi-v7a dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis supprimez 'armeabi-v7a' dans la propriété MSBuild 'AndroidSupportedAbis'. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + L'utilisation d'AAPT est dépréciée en faveur d'AAPT2. Activez 'Utiliser le système d'empaquetage Android incrémentiel (aapt2)' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte et définissez la propriété MSBuild 'AndroidUseAapt2' sur 'true'. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + L'utilisation d'AAPT n'est pas prise en charge dans les projets Xamarin.Android qui ciblent .NET 6 ou une version ultérieure. Activez 'Utiliser le système d'empaquetage Android incrémentiel (aapt2)' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis affectez la valeur 'true' à la propriété MSBuild 'AndroidUseAapt2'. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + La propriété MSBuild 'EnableProguard' est définie sur 'true' et la propriété MSBuild 'AndroidLinkTool' est vide. Par conséquent, 'AndroidLinkTool' a 'ProGuard' comme valeur par défaut. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + La propriété MSBuild 'AndroidEnableProguard' est définie sur 'true' et la propriété MSBuild 'AndroidLinkTool' est vide. Par conséquent, 'AndroidLinkTool' a 'ProGuard' comme valeur par défaut. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Utilisation de AppDomain.CreateDomain() détectée dans l'assembly : {0}. .NET 6 et les versions ultérieures prend uniquement en charge un seul AppDomain. Cette API ne sera donc plus disponible dans Xamarin.Android après la publication de .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + La prise en charge de la valeur 'MONO_GC_PARAMS=bridge-implementation=old' sera supprimée dans .NET 7. + + + Fichier source '{0}' introuvable. + + + Impossible de résoudre la référence '{0}', référencée par {1}. Peut-être qu'elle n'existe pas dans le profil Mono pour Android ? + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Impossible de résoudre la référence '{0}', référencée par {1}. Ajoutez un paquet NuGet ou une référence d'assembly pour '{0}', ou supprimez la référence à '{2}'. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Impossible de résoudre la référence à '{0}' (définie dans l'assembly '{1}') avec l'étendue '{2}'. Quand l'étendue est différente de l'assembly de définition, cela signifie généralement que le type est transmis. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Exception durant le chargement des assemblys : {0} + {0} - The exception message of the associated exception + + + Dans l'assembly référencé {0}, Java.Interop.DoNotPackageAttribute nécessite un nom de fichier non null. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Impossible d'effectuer une compilation AOT de l'assembly : {0} + The abbreviation "AOT" should not be translated. + + + Mode de compilation AOT non valide : {0} + The abbreviation "AOT" should not be translated. + + + Impossible de supprimer l'IL de l'assembly : {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d ne fonctionne pas correctement, et fournit une bibliothèque libm.so x86_64 incompatible. Consultez https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + La version du kit Android NDK détectée est incompatible avec la configuration LLVM ciblée. Effectuez une mise à niveau vers le NDK r10d ou une version ultérieure. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Impossible de compiler le fichier d'assembly natif : {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Impossible de lier la bibliothèque partagée native : {0} + + + Échec de la génération du type Java pour la classe {0} en raison de {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + Ajoutez une référence à Mono.Android.Export.dll quand vous utilisez ExportAttribute ou ExportFieldAttribute. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' est inférieur à $(TargetFrameworkVersion) '{1}'. Utilisation d'API-{2} pour la compilation ACW. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + Le type '{0}' doit fournir un constructeur public par défaut + + + Le type managé '{0}' existe dans plusieurs assemblys : {1}. Refactorisez les noms de types managés dans ces assemblys pour qu'ils ne soient pas identiques. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + Les références au type '{0}' vont faire référence à '{0}, {1}'. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Le type Java '{0}' est généré par plusieurs types managés. Changez l'attribut [Register] pour que le même type Java ne soit pas envoyé. + The following are literal names and should not be translated: Java, [Register] + + + '{0}' généré par : {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' est inférieur à API-{1}, cette configuration n'est pas prise en charge. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' est inférieur à API-{1}, cette configuration n'est pas prise en charge. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Impossible de localiser //manifest/application/uses-library dans le chemin : {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + Impossible de trouver le générateur de liaisons pour le langage {0} ou {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + L'élément de classe partiel '{0}' n'a pas de liaison associée pour la disposition '{1}'. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Aucun fichier source de liaison de disposition n'a été généré. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Aucun widget trouvé pour la disposition ({0}). + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Nom de classe complet incorrect : '{0}'. Espace de noms manquant. + {0} - The class name + + + Nom de classe complet incorrect : '{0}'. Nom de classe manquant. + {0} - The class name + + + Le widget '{0}' dans la disposition '{1}' a plusieurs instances avec des types différents. Le type de propriété aura la valeur suivante : {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + L'élément de ressource '{0}' n'a pas l'élément de métadonnées obligatoire '{1}'. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Le //activity-alias/@android:targetActivity spécifié est introuvable : '{0}' + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Élément racine 'TransformFile' non reconnu : {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Erreur d'analyse du code XML : {0} + {0} - The exception message and stack trace of the associated exception + + + La valeur '{0}' de l'analyseur de classe Android est dépréciée et va être supprimée dans une future version de Xamarin.Android. Mettez à jour les propriétés du projet pour utiliser 'class-parse'. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + La cible de génération de code Android '{0}' est dépréciée et va être supprimée dans une future version de Xamarin.Android. Mettez à jour les propriétés du projet pour utiliser 'XAJavaInterop1'. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + La bibliothèque native '{0}' ne fera pas partie du bundle, car elle comporte une ABI non prise en charge. Déplacez ce fichier dans un répertoire ayant un nom d'ABI Android valide, par exemple 'libs/armeabi-v7a/'. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + L'APK contient déjà l'élément {0}. Ignoré. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Impossible de déterminer l'ABI de la bibliothèque native '{0}'. Déplacez ce fichier dans un répertoire ayant un nom d'ABI Android valide, par exemple 'libs/armeabi-v7a/'. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Impossible de déterminer l'ABI de la bibliothèque native '{0}'. Supprimez le package NuGet '{1}', ou notifiez l'auteur de la bibliothèque. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Impossible de déterminer l'ABI de certaines bibliothèques natives. Bibliothèques ignorées : {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Exception non prise en charge au moment de la fusion de 'AndroidManifest.xml' : {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Erreur au moment de l'extraction des ressources de "{0}" : {1} + {0} - The file name +{1} - The exception message of the associated exception + + + Le fichier config ProGuard '{0}' est introuvable. + The following are literal names and should not be translated: ProGuard + + + Multidex est activé, mais '$(_AndroidMainDexListFile)' est vide. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex est activé, mais le fichier '$(_AndroidMainDexListFile)' '{0}' n'existe pas. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + R8 ne prend pas en charge les fichiers '@(MultiDexMainDexList)' quand android:minSdkVersion >= 21 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Fichier config ProGuard non valide. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + La génération des mappages de type a échoué + + + Le fichier 'MultiDexMainDexList' '{0}' n'existe pas. + The following are literal names and should not be translated: MultiDexMainDexList + + + `{0}` le fichier `{1}` est introuvable. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + L'application ne contient pas le package Wear appairé, car le fichier APK du package d'application Wear n'est pas encore créé. Si vous effectuez la génération à partir de la ligne de commande, veillez à générer la cible "SignAndroidPackage". + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + L'opération qui consiste à référencer le projet d'application Android Wear '{0}' à partir d'un projet d'application Android est dépréciée. Elle ne sera plus prise en charge dans une prochaine version de Xamarin.Android. Supprimez la référence au projet d'application Android Wear du projet d'application Android, et distribuez l'application Wear en tant qu'application autonome à la place. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + La référence de '{0}' intégrée est déconseillée. +Supprimez la référence de '{0}' de votre projet et ajoutez plutôt le '{1}'.package NuGet + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + `{0}` est vide. Une valeur doit être fournie pour `{0}`. + {0} - The MSBuildProperty which contains a value. + + + + Répertoire de chaînes d'outils du kit Android NDK manquant '{0}'. Installez le kit Android NDK. + {0} - The path of the missing directory + + + Le compilateur C pour la cible {0} est introuvable. Chemins tentés : "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + Le répertoire de chaîne d'outils pour la cible {0} est introuvable. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Échec de la conversion de l'assembly en code natif. Code de sortie : {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + Arrêt du compilateur NDK C à la suite d'une erreur. Code de sortie : {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Impossible de localiser le kit Android NDK. Vérifiez que le kit Android NDK est installé dans le Gestionnaire SDK Android, ou si vous utilisez un chemin de kit NDK personnalisé, vérifiez que la propriété MSBuild $(AndroidNdkDirectory) a la valeur du chemin personnalisé. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + L'utilitaire de chaîne d'outils '{0}' pour la cible {1} est introuvable. Chemin tenté : "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + Arrêt de l'éditeur de liens NDK C à la suite d'une erreur. Code de sortie : {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + '{0}' est introuvable. Installez le package Android SDK Build-Tools avec le programme '{1}{2}Tools{2}{3}'. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + '{0}' est introuvable dans le kit Android SDK. Définissez son chemin avec /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + Le fichier android.jar est introuvable pour le niveau d'API {0}. Cela signifie que la plateforme du kit Android SDK pour le niveau d'API {0} n'est pas installée. Installez-la dans le Gestionnaire SDK Android ({2}), ou changez le projet Xamarin.Android pour cibler une version d'API installée. ({1} manquant.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Outils > Ouvrir le Gestionnaire SDK Android... + This string is the location of a menu command in Visual Studio for Mac. + + + Outils > Android > Gestionnaire SDK Android... + This string is the location of a menu command in Visual Studio. + + + Le nom du package d'application Wear embarqué diffère du nom du package d'application du terminal portable ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Augmentez la valeur de $(JavaMaximumHeapSize). Mémoire insuffisante pour Java durant l'exécution de '{0} {1}' + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Aucune plateforme Android installée dans '{0}'. Installez une SDK Platform avec le programme '{1}{2}Tools{2}{3}'. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Le répertoire du kit Android SDK est introuvable. Vérifiez que le Gestionnaire SDK Android de Visual Studio montre que l'installation est valide. Pour utiliser un chemin de kit SDK personnalisé dans une build à partir de la ligne de commande, affectez le chemin personnalisé à la propriété MSBuild 'AndroidSdkDirectory'. + The following terms should not be translated: AndroidSdkDirectory + + + Le répertoire du kit SDK Java est introuvable. Vérifiez que la section Android des options de Visual Studio comporte des informations de configuration valides pour le répertoire du kit SDK Java. Pour utiliser un chemin de kit SDK personnalisé dans une build à partir de la ligne de commande, affectez le chemin personnalisé à la propriété MSBuild 'JavaSdkDirectory'. + The following terms should not be translated: JavaSdkDirectory + + + Échec de la génération du type Java pour la classe {0} en raison de MAX_PATH : {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Deux processus génèrent peut-être ce projet en même temps. Il existe un fichier de verrouillage dans le chemin suivant : {0} + + + + Ce code a été généré par un outil. + Il a été généré à partir de {0} + Les changements apportés à ce fichier peuvent provoquer un comportement incorrect et seront perdus si + le contenu est regénéré. + + {0} - The path of the template file. + + + Le <AndroidNamespaceReplacement> de '{0}' ne spécifie pas d’attribut « Replacement ». + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + Le '{0}' d’annuaire provient de '{1}'. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx new file mode 100644 index 00000000000..ccfb2b0d728 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Questo errore è probabilmente causato da un problema con il file di AndroidManifest.xml o con un attributo di generazione del manifesto Android in un file del codice sorgente. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Opzione `{0}` sconosciuta. Controllare `$(AndroidAapt2CompileExtraArgs)` e `$(AndroidAapt2LinkExtraArgs)` per verificare se includono argomenti della riga di comando di `aapt` che non sono più validi per `aapt2` e assicurarsi che tutti gli altri argomenti siano validi per `aapt2`. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Nome file non valido: deve contenere solo {0}. + {0} - The regular expression that the file name must match + + + Nome file non valido: deve contenere solo {0}. + {0} - The regular expression that the file name must match + + + Nome file non valido: deve iniziare con A-z, a-z o un carattere di sottolineatura. + + + Non è stato possibile determinare il livello API per $(TargetFrameworkVersion) di '{0}'. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + Non è stato possibile determinare $(AndroidApiLevel) o $(TargetFrameworkVersion). Non deve essere raggiunto. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Eccezione non gestita: {0} + {0} - The exception message of the associated exception + + + Non è stato possibile determinare $(TargetFrameworkVersion) per il livello API '{0}.' + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Il valore '{0}' di $(TargetFrameworkVersion) non è supportato o non è valido. Aggiornare le opzioni del progetto. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + Non è stato possibile trovare mono.android.jar + The following are literal names and should not be translated: mono.android.jar + + + Il valore `{0}` di `android:versionCode` in `AndroidManifest.xml` non è valido. Deve essere un valore intero. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Il valore `{0}` di `android:versionCode` in `AndroidManifest.xml` non è valido. Il valore deve essere compreso tra 0 e {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + La compilazione con la versione JDK `{0}` non è supportata. Installare JDK versione `{1}`. Vedere https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + Java SDK {0} o versioni successive è obbligatorio quando si usa {1}. +Scaricare la versione più recente di JDK in: https://aka.ms/msopenjdk +Nota: Android Designer non è compatibile con Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + Java SDK {0} o versione successiva è obbligatorio quando si usa .NET 6 o versione successiva. Scarica la versione più recente di JDK all'indirizzo: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + Quando si usa Android SDK Build-Tools {1}, è richiesto Java SDK {0} o versioni successive. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Non è stato possibile ottenere la versione di Java SDK perché il valore restituito non sembra contenere un numero di versione valido. `{0} -version` restituito: ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Non è stato possibile ottenere la versione di Java SDK. Assicurarsi di aver installato Java {0} o versioni successive. + {0} - The Java version number + + + Non è possibile determinare l'ABI Android dal valore '{0}'. Modificare il file di progetto in un editor di testo e impostare la proprietà 'RuntimeIdentifiers' di MSBuild in modo che contenga solo identificatori validi per la piattaforma Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + La proprietà 'AndroidSupportedAbis' di MSBuild non è più supportata. Modificare il file di progetto in un editor di testo, rimuovere tutti gli utilizzi di 'AndroidSupportedAbis' e sostituirli con la proprietà 'RuntimeIdentifiers' di MSBuild. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + La libreria '{0}' di EmbeddedNativeLibrary non è valida in progetti Applicazione Android. In alternativa usare AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Valore non valido per `$(AndroidSequencePointsMode)`: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + Il valore di $(TargetFrameworkVersion) per {0} ({1}) è maggiore di quello di $(TargetFrameworkVersion) per il progetto dell'applicazione ({2}). Aumentare il valore di $(TargetFrameworkVersion) per il progetto dell'applicazione. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} è un assembly di riferimento. + + + L'assembly di riferimento `{0}` verrà ignorato. + {0} - File name of the assembly. + + + Non è stato possibile ottenere la versione da '{0}'. Come impostazione predefinita verrà usata 1.0 + {0} - The tool name + + + Nel percorso '{0}' è stata trovata una versione non supportata di AAPT2. Aprire il file di progetto in un editor di testo e rimuovere la proprietà 'Aapt2ToolPath' di MSBuild oppure assicurarsi che sia impostata su un percorso valido. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + AAPT2 non è stato trovato nel percorso '{0}'. Aprire il file di progetto in un editor di testo e rimuovere la proprietà 'Aapt2ToolPath' di MSBuild oppure assicurarsi che sia impostata su un percorso valido. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Con Google Play le nuove applicazioni e gli aggiornamenti devono usare la versione del framework di destinazione {0} (livello API {1}) o una versione successiva. La versione di destinazione attualmente impostata è la {2} (livello API {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + Non è possibile trovare l'elemento `EmbeddedResource` denominato `{0}`. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + TargetFrameworkVersion {0} è deprecato. Aggiornarlo alla versione 5.0 o successiva. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + Non è stato possibile analizzare '{0}' + {0} - A NuGet target framework moniker string + + + Non è stato possibile risolvere `target` nel file di blocco per '{0}' + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + L'uso contestuale di Fast Deployment e di bundle dell'app Android non è attualmente supportato. Usare Fast Deployment per le configurazioni di debug e i bundle dell'app Android per le configurazioni di versione. + The following are literal names and should not be translated: Android App Bundles + + + L'uso contestuale della distribuzione rapida e di AOT è sconsigliato. Usare la distribuzione rapida per le configurazioni di debug e AOT per le configurazioni di versione. + The following are literal names and should not be translated: AOT, Debug, Release. + + + L'uso contestuale della distribuzione rapida e del linker è sconsigliato. Usare la distribuzione rapida per le configurazioni di debug e il linker per le configurazioni di versione. + The following are literal names and should not be translated: Debug, Release. + + + L'uso contestuale della distribuzione rapida e di un code shrinker è sconsigliato. Usare la distribuzione rapida per le configurazioni di debug e un code shrinker per le configurazioni di versione. + The following are literal names and should not be translated: Debug, Release. + + + Disabilitazione dell'interprete; l'uso dell'interprete e dell'AOT contemporaneamente non è supportato. Usare l'interprete per il supporto del ricaricamento rapido nelle configurazioni di debug e AOT per le configurazioni di versione. + The following are literal names and should not be translated: AOT, Debug, Release. + + + L'assembly '{0}' usa '[assembly: {1}]', che non è più supportato. Usare una versione più recente di questo pacchetto NuGet o inviare una notifica all'autore della libreria. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + L'assembly '{0}' usa un attributo deprecato '[assembly: {1}]'. Usare una versione più recente di questo pacchetto NuGet o inviare una notifica all'autore della libreria. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Rimozione di {0} da {1}. Lint {2} non supporta questa verifica. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + '{0}' usa un livello di informazioni di debug obsoleto. +Impostare le informazioni di debug su Portabile nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'DebugType' di MSBuild su 'portable' per usare il livello di informazioni di debug multipiattaforma più recente. +Se questo file proviene da un pacchetto NuGet, eseguire l'aggiornamento a una versione più recente del pacchetto NuGet o inviare una notifica all'autore della libreria. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Si è verificato un problema durante l'analisi di {0}, probabilmente a causa di codice XML incompleto o non valido. Eccezione: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: avviso durante l'aggiornamento del codice XML '{0}' della risorsa: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + La corrispondenza più vicina trovata per '{0}' è '{1}', ma l'uso di maiuscole/minuscole non corrisponde. Correggere l'uso di maiuscole/minuscole. + {0} - The user-provided type name +{1} - The type name found + + + Tentativo di abbinamento di base dei nomi di tipo per l'elemento con ID '{0}' e tipo '{1}' + {0} - The Android resource ID name + + + Se l'abbinamento di base dei nomi di tipo non riesce, aggiungere un attributo `xamarin:managedType` all'elemento per specificare il nome completo del tipo gestito dell'elemento. + "xamarin:managedType" is a literal name and should not be translated. + + + Il valore di TargetFrameworkVersion (livello API Android {0}) è maggiore di quello di targetSdkVersion ({1}). Aumentare il valore di `android:targetSdkVersion` in `AndroidManifest.xml` in modo che i livelli API corrispondano. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Il valore di minSdkVersion ({0}) è maggiore di quello di targetSdkVersion. Modificare il valore in modo che quello di minSdkVersion sia minore o uguale a quello di targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + Il valore di TargetFrameworkVersion (livello API Android {0}) è minore di quello di targetSdkVersion ({1}). Aumentare il valore di `$(TargetFrameworkVersion)` o diminuire quello di `android:targetSdkVersion` in `AndroidManifest.xml` in modo che i livelli API corrispondano. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Il valore di `$(AndroidManifestPlaceholders)` non è valido per i segnaposto di manifesti Android. Usare il formato `key1=value1;key2=value2`. Il valore specificato è: `{0}` + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + L'uso di ProGuard con il compilatore DEX D8 non è più supportato. Impostare il code shrinker su 'r8' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidLinkTool' di MSBuild su 'r8'. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + L'ID '{0}' di override dell'elemento radice del layout incluso non è valido. + {0} - The Android resource ID name + + + Non è stato possibile analizzare l'ID del nodo '{0}' nel file di layout '{1}'. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Sono stati trovati riferimenti a librerie JAR con nomi file identici e contenuto diverso: {0}. Rimuovere le eventuali librerie in conflitto da EmbeddedJar, InputJar e AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Come progetto associato è stato specificato più di un progetto Android Wear. È possibile specificarne al massimo uno. + The following are literal names and should not be translated: Android Wear + + + Il progetto '{0}' dell'applicazione Wear di destinazione non specifica la proprietà di progetto obbligatoria 'AndroidManifest'. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Il file AndroidManifest.xml dell'applicazione Wear di destinazione non specifica l'attributo obbligatorio 'package'. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Il file AndroidManifest specificato non esiste: {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + Il file `{0}` di `LibraryProjectProperties` si trova in una directory padre della directory di output intermedia del progetto di binding. Modificare il percorso in modo da usare il file `project.properties` originale della directory del progetto della libreria Android. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Per il binding è richiesta almeno una libreria Java. Verificare che il progetto includa una libreria Java che contenga l'azione di compilazione appropriata: 'LibraryProjectZip' (per AAR o ZIP), 'EmbeddedJar', 'InputJar' (per JAR) o 'LibraryProjectProperties' (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + La libreria Java di origine specificata non è stata trovata: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + La libreria Java di riferimento specificata non è stata trovata: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + L'uso del compilatore DX DEX non è supportato. Impostare il compilatore DEX su 'd8' nelle pagine delle proprietà del progetto Visual Studio oppure modificare il file di progetto in un editor di testo e impostare la proprietà MSBuild 'AndroidDexTool' su 'd8'. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Il file di configurazione '{0}' verrà ignorato. I file di configurazione .NET non sono supportati in progetti Xamarin.Android destinati a .NET 6 o versione successiva. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + Il valore sperimentale 'Hybrid' per la proprietà 'AndroidAotMode' MSBuild non è attualmente compatibile con l'ABI di destinazione armeabi-v7a. Per continuare a usare il valore sperimentale 'Hybrid' per 'AndroidAotMode', deselezionare l'ABI di destinazione armeabi-v7a nelle pagine delle proprietà del progetto Visual Studio o modificare il file di progetto in un editor di testo e rimuovere 'armeabi-v7a' dalla proprietà 'AndroidSupportedAbis' di MSBuild. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + L'uso di AAPT è deprecato. In sostituzione verrà usato AAPT2. Abilitare 'Usa sistema di creazione pacchetti Android incrementale (AAPT2)' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidUseAapt2' di MSBuild su 'true'. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + L'uso di AAPT non è supportato in progetti Xamarin.Android destinati a .NET 6 o versione successiva. Abilitare 'Usa sistema di creazione pacchetti Android incrementale (AAPT2)' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidUseAapt2' di MSBuild su 'true'. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + La proprietà 'EnableProguard' di MSBuild è impostata su 'true' e la proprietà 'AndroidLinkTool' di MSBuild è vuota, di conseguenza per 'AndroidLinkTool' verrà usato il valore predefinito 'proguard'. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + La proprietà 'AndroidEnableProguard' di MSBuild è impostata su 'true' e la proprietà 'AndroidLinkTool' di MSBuild è vuota, di conseguenza per 'AndroidLinkTool' verrà usato il valore predefinito 'proguard'. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 6 e versioni successive supporteranno solo un singolo AppDomain, quindi questa API non sarà più disponibile in Xamarin.Android dopo il rilascio di .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + Il supporto per il valore 'MONO_GC_PARAMS=bridge-implementation=old' verrà rimosso in .NET 7. + + + Il file di origine '{0}' non è stato trovato. + + + Non è possibile risolvere il riferimento `{0}`, a cui fa riferimento {1}. Forse non esiste nel profilo Mono per Android? + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Non è possibile risolvere il riferimento `{0}`, a cui fa riferimento {1}. Aggiungere un pacchetto NuGet o un riferimento a un assembly per `{0}` oppure rimuovere il riferimento a `{2}`. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Non è stato possibile risolvere il riferimento a '{0}' (definito nell'assembly '{1}') con ambito '{2}'. Quando l'ambito è diverso dall'assembly che lo definisce, in genere significa che il tipo è stato inoltrato. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Si è verificata un'eccezione durante il caricamento degli assembly: {0} + {0} - The exception message of the associated exception + + + Nell'assembly di riferimento {0} Java.Interop.DoNotPackageAttribute richiede un nome file diverso da Null. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Non è stato possibile eseguire la compilazione AOT dell'assembly: {0} + The abbreviation "AOT" should not be translated. + + + Modalità AOT non valida: {0} + The abbreviation "AOT" should not be translated. + + + Non è stato possibile rimuovere IL dell'assembly: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d contiene bug e fornisce un file x86_64 libm.so incompatibile. Vedere https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + La versione di Android NDK rilevata non è compatibile con la configurazione di LLVM di destinazione. Eseguire l'aggiornamento a NDK r10d o versione successiva. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Non è stato possibile compilare il file di assembly nativo: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Non è stato possibile collegare la libreria condivisa nativa: {0} + + + Non è stato possibile generare il tipo Java per la classe {0} a causa di {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + Aggiungere un riferimento a Mono.Android.Export.dll quando si usa ExportAttribute o ExportFieldAttribute. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + La versione //uses-sdk/@android:targetSdkVersion '{0}' di AndroidManifest.xml è precedente a $(TargetFrameworkVersion) '{1}'. Per la compilazione ACW verrà usata l'API {2}. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + Il tipo '{0}' deve fornire un costruttore predefinito pubblico + + + Il tipo gestito `{0}` è presente in più assembly: {1}. Effettuare il refactoring dei nomi di tipo gestito in questi assembly in modo che non siano identici. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + I riferimenti al tipo `{0}` faranno riferimento a `{0}, {1}`. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Il tipo Java `{0}` è stato generato da più di un tipo gestito. Modificare l'attributo [Register] in modo che non venga creato lo stesso tipo Java. + The following are literal names and should not be translated: Java, [Register] + + + `{0}` generato da: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + La versione //uses-sdk/@android:minSdkVersion '{0}' di AndroidManifest.xml è precedente all'API {1}. Questa configurazione non è supportata. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + La versione //uses-sdk/@android:targetSdkVersion '{0}' di AndroidManifest.xml è precedente all'API {1}. Questa configurazione non è supportata. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Non è possibile trovare //manifest/application/uses-library nel percorso: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + Non è possibile trovare il generatore di binding per il linguaggio {0} o {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + L'elemento di classe parziale '{0}' non contiene un binding associato per il layout '{1}'. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Non è stato generato alcun file di origine del binding di layout. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Non sono stati trovati widget per il layout ({0}). + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Il nome della classe completo '{0}' non è valido. Manca lo spazio dei nomi. + {0} - The class name + + + Il nome della classe completo '{0}' non è valido. Manca il nome della classe. + {0} - The class name + + + Il widget '{0}' nel layout '{1}' contiene più istanze con tipi diversi. Il tipo di proprietà verrà impostato su {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + L'elemento di risorsa '{0}' non contiene l'elemento di metadati richiesto '{1}'. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Non è possibile trovare l'attività specificata //activity-alias/@android:targetActivity: '{0}' + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Elemento radice di `TransformFile` non riconosciuto: {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Si è verificato un errore durante l'analisi del file XML: {0} + {0} - The exception message and stack trace of the associated exception + + + Il valore '{0}' del parser di classi Android è deprecato e verrà rimosso in una versione futura di Xamarin.Android. Aggiornare le proprietà del progetto in modo da usare 'class-parse'. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + La destinazione '{0}' per la generazione del codice Android è deprecato e verrà rimosso in una versione futura di Xamarin.Android. Aggiornare le proprietà del progetto in modo da usare 'XAJavaInterop1'. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + La libreria nativa '{0}' non verrà inclusa nel bundle perché ha un ABI non supportato. Spostare questo file in una directory con un nome ABI Android valido, ad esempio 'libs/armeabi-v7a/'. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + L'APK contiene già l'elemento {0}. Verrà ignorato. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Non è possibile determinare l'ABI della libreria nativa '{0}'. Spostare questo file in una directory con un nome ABI Android valido, ad esempio 'libs/armeabi-v7a/'. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Non è possibile determinare l'ABI della libreria nativa '{0}'. Rimuovere il pacchetto NuGet '{1}' o informare l'autore della libreria. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Non è stato possibile determinare l'ABI di alcune librerie native. Le seguenti verranno ignorate: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Si è verificata un'eccezione non gestita durante il merge di `AndroidManifest.xml`: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Si è verificato un errore durante l'estrazione delle risorse da "{0}": {1} + {0} - The file name +{1} - The exception message of the associated exception + + + Il file di configurazione '{0}' di ProGuard non è stato trovato. + The following are literal names and should not be translated: ProGuard + + + Multidex è abilitato, ma `$(_AndroidMainDexListFile)` è vuoto. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex è abilitato, ma il file '{0}' `$(_AndroidMainDexListFile)` non esiste. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + R8 non supporta i file di `@(MultiDexMainDexList)` quando android:minSdkVersion >= 21 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Il file di configurazione di ProGuard non è valido. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Non è stato possibile generare i mapping dei tipi + + + Il file '{0}' di 'MultiDexMainDexList' non esiste. + The following are literal names and should not be translated: MultiDexMainDexList + + + '{0}' file '{1}' non trovato. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + L'applicazione non conterrà il pacchetto Wear associato perché non è ancora stato creato il file APK del pacchetto dell'applicazione Wear. Se si compila dalla riga di comando, assicurarsi di compilare la destinazione "SignAndroidPackage". + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Il riferimento a un progetto applicazione Android Wear '{0}' da un progetto Applicazione Android è deprecato e non sarà più supportato in una versione futura di Xamarin.Android. Rimuovere il riferimento al progetto Applicazione Android Wear dal progetto Applicazione Android e distribuire l'applicazione Wear come applicazione autonoma. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + Il riferimento '{0}' predefinito è stato deprecato. +Rimuovere il riferimento '{0}' dal progetto e aggiungere invece il pacchetto NuGet '{1}'. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + '{0}' è vuoto. È necessario specificare un valore per '{0}'. + {0} - The MSBuildProperty which contains a value. + + + + La directory '{0}' delle toolchain di Android NDK non è presente. Installare Android NDK. + {0} - The path of the missing directory + + + Il compilatore C per la destinazione {0} non è stato trovato. Percorsi provati: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + La directory della toolchain per la destinazione {0} non è stata trovata. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + La conversione da assembly a codice nativo non è riuscita. Codice di uscita: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + Il compilatore C di NDK è stato terminato con un errore. Codice di uscita: {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Non è stato possibile trovare Android NDK. Assicurarsi che Android NDK sia installato in Gestione Android SDK, oppure se si usa un percorso NDK personalizzato, assicurarsi che la proprietà $(AndroidNdkDirectory) di MSBuild sia impostata sul percorso personalizzato. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + L'utilità '{0}' della toolchain per la destinazione {1} non è stata trovata. Tentativi effettuati nel percorso: "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + Il linker di NDK è stato terminato con un errore. Codice di uscita: {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + Non è possibile trovare `{0}`. Installare il pacchetto Android SDK Build-Tools con il programma `{1}{2}tools{2}{3}`. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + Non è possibile trovare `{0}` in Android SDK. Impostarne il percorso tramite /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + Non è stato possibile trovare android.jar per il livello API {0}. Questo errore indica che la piattaforma Android SDK per il livello API {0} non è installata. Installarla in Gestione Android SDK ({2}) oppure modificare il progetto Xamarin.Android in modo che la destinazione sia una versione API installata ({1} mancante). + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Strumenti > Apri Gestione Android SDK... + This string is the location of a menu command in Visual Studio for Mac. + + + Strumenti > Android > Gestione Android SDK... + This string is the location of a menu command in Visual Studio. + + + Il nome del pacchetto dell'app Wear incorporata è diverso da quello dell'app palmare ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Provare ad aumentare il valore di $(JavaMaximumHeapSize). Java ha esaurito la memoria durante l'esecuzione di '{0} {1}' + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Non ci sono piattaforme Android installate in '{0}'. Installare un'istanza di SDK Platform con il programma `{1}{2}tools{2}{3}`. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Non è stato possibile trovare la directory di Android SDK. Verificare che in Gestione Android SDK in Visual Studio sia indicata un'installazione valida. Per usare un percorso SDK personalizzato per una compilazione avviata tramite riga di comando, impostare la proprietà 'AndroidSdkDirectory' di MSBuild sul percorso personalizzato. + The following terms should not be translated: AndroidSdkDirectory + + + Non è stato possibile trovare la directory di Java SDK. Assicurarsi che nella sezione Android nelle opzioni di Visual Studio sia stata configurata una directory valida per Java SDK. Per usare un percorso SDK personalizzato per una compilazione avviata tramite riga di comando, impostare la proprietà 'JavaSdkDirectory' di MSBuild sul percorso personalizzato. + The following terms should not be translated: JavaSdkDirectory + + + Non è stato possibile generare il tipo Java per la classe {0} perché MAX_PATH è impostato su {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Due processi possono compilare il progetto contemporaneamente. Il file di blocco si trova nel percorso: {0} + + + + Questo codice è stato generato da uno strumento. + È stato generato da {0} + Le modifiche a questo file potrebbero causare un comportamento non corretto + e verranno perse se si rigenera il contenuto. + + {0} - The path of the template file. + + + <AndroidNamespaceReplacement> per '{0}' non specifica un attributo 'Replacement'. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + La directory '{0}' è da '{1}'. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx new file mode 100644 index 00000000000..f9b505736ac --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}。 + +このエラーは、AndroidManifest.xml ファイルまたはソース コード ファイル内の Android マニフェスト生成属性の問題が原因で発生した可能性があります。 + {0} - The error message returned by the AAPT or AAPT2 tool + + + オプション '{0}' が不明です。`$(AndroidAapt2CompileExtraArgs)` と `$(AndroidAapt2LinkExtraArgs)` に、`aapt2` で有効ではなくなった `aapt` コマンド ライン引数が含まれていないか確認し、他のすべての引数が `aapt2` で有効であることを確かめてください。 + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + ファイル名が無効です: {0} のみを指定する必要があります。 + {0} - The regular expression that the file name must match + + + ファイル名が無効です: {0} のみを指定する必要があります。 + {0} - The regular expression that the file name must match + + + 無効なファイル名: a-z または A-Z で始まり、またはアンダースコアで始まる必要があります。 + + + '{0}' の $(TargetFrameworkVersion) の API レベルを特定できませんでした。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + $(AndroidApiLevel) も $(TargetFrameworkVersion) も特定できませんでした。これは、通常は表示されないメッセージです。 + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + ハンドルされない例外: {0} + {0} - The exception message of the associated exception + + + API レベル '{0}' の $(TargetFrameworkVersion) を特定できませんでした。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + '{0}' の $(TargetFrameworkVersion) 値がサポートされていないか、無効です。プロジェクトのオプションを更新してください。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + mono.android.jar が見つかりませんでした + The following are literal names and should not be translated: mono.android.jar + + + `AndroidManifest.xml` の `android:versionCode` の値 `{0}` が無効です。整数値である必要があります。 + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + `AndroidManifest.xml` の `android:versionCode` の値 `{0}` が無効です。値は 0 から {1} の範囲内にする必要があります。 + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + JDK バージョン '{0}' でのビルドはサポートされていません。JDK バージョン '{1}' をインストールしてください。https://aka.ms/xamarin/jdk9-errors を参照してください + The abbreviation "JDK" should not be translated. + + + {1} を使用する場合は、ava SDK {0} 以上が必要です。 +最新の JDK のダウンロード場所: https://aka.ms/msopenjdk +注意: Android Designerは Java SDK 11.0 と互換性がありません: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + .NET 6 以降を使用する場合は、Java SDK {0}以上が必要です。最新の JDK のダウンロード場所: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + Android SDK ビルドツール {1} を使用するときには、Java SDK {0} 以上が必要です。 + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + 返された値に有効なバージョン番号が含まれていない可能性があるため、Java SDK バージョンを取得できませんでした。`{0} -version` が返されました。```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Java SDK バージョンを取得できませんでした。Java {0} 以上がインストールされていることをご確認ください。 + {0} - The Java version number + + + 値 '{0}' から Android ABI を特定できません。プロジェクト ファイルをテキスト エディターで編集し、'RuntimeIdentifiers' MSBuild プロパティに、Android プラットフォームで有効な識別子だけが含まれるように設定してください。 + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + 'AndroidSupportedAbis' MSBuild プロパティはサポートされなくなりました。プロジェクト ファイルをテキスト エディターで編集し、'AndroidSupportedAbis' の使用をすべて削除して、代わりに 'RuntimeIdentifiers' MSBuild プロパティを使用してください。 + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + EmbeddedNativeLibrary '{0}' は Android アプリケーション プロジェクトでは無効です。代わりに AndroidNativeLibrary を使用してください。 + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + '$(AndroidSequencePointsMode)' の値が無効です: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + {0} ({1}) の $(TargetFrameworkVersion) が、アプリケーション プロジェクト ({2}) の $(TargetFrameworkVersion) よりも大きくなっています。アプリケーション プロジェクトの $(TargetFrameworkVersion) を大きくしてください。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} は参照アセンブリです。 + + + 参照アセンブリ '{0}' を無視しています。 + {0} - File name of the assembly. + + + '{0}' からバージョンを取得できませんでした。既定で 1.0 を使用します + {0} - The tool name + + + サポートされていないバージョンの AAPT2 がパス '{0}' に見つかりました。テキスト エディターでプロジェクト ファイルを開き、'Aapt2ToolPath' MSBuild プロパティを削除するか、これを有効な場所に設定してください。 + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + パス '{0}' に AAPT2 が見つかりませんでした。テキスト エディターでプロジェクト ファイルを開き、'Aapt2ToolPath' MSBuild プロパティを削除するか、これを有効な場所に設定してください。 + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play では、新しいアプリケーションと更新プログラムで {0} (API レベル {1}) 以上の TargetFrameworkVersion を使用する必要があります。現在は、{2} (API レベル {3}) をターゲットにしています。 + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + `{0}` という名前の `EmbeddedResource` が見つかりません。 + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + TargetFrameworkVersion {0} は非推奨です。v5.0 以上に更新してください。 + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + '{0}' を解析できませんでした + {0} - A NuGet target framework moniker string + + + '{0}' のロック ファイルで 'target' を解決できませんでした + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + Fast Deployment および Android App Bundles を同時に使用することは、現在サポートされていません。デバッグ構成には Fast Deployment を使用し、リリース構成には Android App Bundles を使用してください。 + The following are literal names and should not be translated: Android App Bundles + + + 高速展開と AOT を同時に使用することはお勧めしません。Debug 構成には高速展開、Release 構成には AOT を使用してください。 + The following are literal names and should not be translated: AOT, Debug, Release. + + + 高速展開とリンカーを同時に使用することはお勧めできません。Debug 構成には高速展開、Release 構成にはリンカーを使用してください。 + The following are literal names and should not be translated: Debug, Release. + + + 高速展開とコード シュリンカーを同時に使用することはお勧めできません。Debug 構成には高速展開、Release 構成にはコード シュリンカーを使用してください。 + The following are literal names and should not be translated: Debug, Release. + + + インタープリターを無効にしているため、インタープリターと AOT の同時使用はサポートされていません。デバッグ構成でサポートするホット リロードのインタープリターとリリース構成の AOT を使用します。 + The following are literal names and should not be translated: AOT, Debug, Release. + + + アセンブリ '{0}' は、今はサポートされていない '[assembly: {1}]' を使用しています。この NuGet パッケージの新しいバージョンを使用するか、ライブラリの作成者に連絡してください。 + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + アセンブリ '{0}' は、非推奨の属性 '[assembly: {1}]' を使用しています。この NuGet パッケージの新しいバージョンを使用するか、ライブラリの作成者に連絡してください。 + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + {1} から {0} を削除しています。lint {2} は、このチェックをサポートしていません。 + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + '{0}' では非推奨のデバッグ情報レベルが使用されています。 +Visual Studio プロジェクトのプロパティ ページでデバッグ情報を [移植可能] に設定するか、テキスト エディターでプロジェクト ファイルを編集して 'DebugType' MSBuild プロパティを 'portable' に設定し、新しいクロスプラットフォームのデバッグ情報レベルを使用してください。 +このファイルが NuGet パッケージからのものである場合は、この NuGet パッケージの新しいバージョンに更新するか、ライブラリの作成者に通知してください。 + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + {0} の解析で問題が発生しました。不完全または無効な XML が原因である可能性があります。例外: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: リソース XML '{0}' の更新中に警告が発生しました: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + '{0}' に最も近いのは '{1}' ですが、大文字と小文字が一致しません。大文字と小文字の区別を訂正してください。 + {0} - The user-provided type name +{1} - The type name found + + + ID '{0}'、型 '{1}' の要素に対して、基本型の名前の一致を試行しています + {0} - The Android resource ID name + + + 基本型の名前の一致に失敗した場合は、`xamarin:managedType` 属性を要素に追加して、要素のマネージ型の完全修飾名を指定してください。 + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion (Android API レベル {0}) が targetSdkVersion ({1}) より大きくなっています。API レベルが一致するように、'AndroidManifest.xml' の 'android:targetSdkVersion' を大きくしてください。 + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + minSdkVersion ({0}) が targetSdkVersion より大きくなっています。minSdkVersion が targetSdkVersion ({1}) 以下になるよう値を変更してください。 + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + TargetFrameworkVersion (Android API レベル {0}) が targetSdkVersion ({1}) より小さくなっています。API レベルが一致するように、'AndroidManifest.xml' の '$(TargetFrameworkVersion)' を大きくするか、'android:targetSdkVersion' を小さくしてください。 + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Android マニフェストのプレースホルダーの `$(AndroidManifestPlaceholders)` 値が無効です。`key1=value1;key2=value2` の形式を使用してください。指定された値: `{0}` + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + D8 DEX コンパイラで ProGuard を使用することはサポートされなくなりました。Visual Studio プロジェクトのプロパティ ページでコード shrinker を 'r8' に設定するか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidLinkTool' MSBuild プロパティを 'r8' に設定してください。 + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + 含まれているレイアウトのルート要素のオーバーライド ID '{0}' が有効ではありません。 + {0} - The Android resource ID name + + + レイアウト ファイル '{1}' のノード '{0}' の ID を解析できませんでした。 + {0} - The Android resource XML element name +{1} - The path of the layout file + + + ファイル名が同じですが内容が異なる JAR ライブラリ参照 {0} が見つかりました。競合しているライブラリを EmbeddedJar、InputJar、AndroidJavaLibrary からすべて削除してください。 + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + 複数の Android Wear プロジェクトが、ペアリングされたプロジェクトとして指定されています。最大 1 つ指定できます。 + The following are literal names and should not be translated: Android Wear + + + Target Wear アプリケーションのプロジェクト '{0}' は、必須の 'AndroidManifest' プロジェクト プロパティを指定しません。 + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Target Wear アプリケーションの AndroidManifest.xml は、必須の 'package' 属性を指定しません。 + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + 指定された AndroidManifest ファイル ({0}) は存在しません。 + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + 'LibraryProjectProperties' ファイル '{0}' は、バインド プロジェクトの中間出力ディレクトリの親ディレクトリにあります。元の 'project.properties' ファイルを Android ライブラリ プロジェクト ディレクトリから直接使用するには、パスを調整してください。 + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + バインドには、少なくとも 1 つの Java ライブラリが必要です。Java ライブラリがプロジェクトに含まれており、適切なビルド アクションが存在することを確認してください: 'LibraryProjectZip' (AAR または ZIP 用)、'EmbeddedJar'、'InputJar' (JAR 用)、または 'LibraryProjectProperties' (project.properties)。 + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + 指定されたソース Java ライブラリが見つかりませんでした: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + 指定されたリファレンス Java ライブラリが見つかりません: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + DX DEX コンパイラはサポートされなくなりました。Visual Studio プロジェクトのプロパティ ページで DEX コンパイラを 'd8' に設定するか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidDexTool' MSBuild プロパティを 'd8' に設定してください。 + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + 構成ファイル '{0}' を無視しています。.NET 構成ファイルは、.NET 6 以降を対象とする Xamarin.Android プロジェクトではサポートされていません。 + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + 'AndroidAotMode' MSBuild プロパティの試験的な 'Hybrid' 値は、現在、armeabi-v7a ターゲット ABI と互換性がありません。'AndroidAotMode' の試験的な 'Hybrid' 値を継続して使用するには、Visual Studio プロジェクト プロパティ ページで armeabi-v7a ターゲット ABI の選択を解除するか、テキスト エディターでプロジェクト ファイルを編集して、'AndroidSupportedAbis' MSBuild プロパティから 'armeabi-v7a' を削除します。 + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + AAPT の使用は非推奨になり、AAPT2 を使用するようになりました。Visual Studio プロジェクトのプロパティ ページで [インクリメンタル Android パッケージ システム (aapt2) を使用します] を有効にするか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidUseAapt2' MSBuild プロパティを 'true' に設定してください。 + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + .NET 6 以降を対象とする Xamarin.Android プロジェクトでは、AAPT の使用はサポートされていません。Visual Studio プロジェクトのプロパティ ページで [インクリメンタル Android パッケージ システム (aapt2) を使用します] を有効にするか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidUseAapt2' MSBuild プロパティを 'true' に設定してください。 + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + 'EnableProguard' MSBuild プロパティが 'true' に設定されており、'AndroidLinkTool' MSBuild プロパティが空であるため、'AndroidLinkTool' の既定値は 'proguard' になります。 + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + MSBuild の 'AndroidEnableProguard' プロパティが 'true' に設定されており、MSBuild の 'AndroidLinkTool' プロパティが空であるため、'AndroidLinkTool' の既定値は 'proguard' になります。 + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + アセンブリ {0} で AppDomain.CreateDomain() が使用されていることが検出されました。.NET 6 以降では単一の AppDomain のみがサポートされる予定のため、.NET 6 がリリースされるとこの API は Xamarin.Android では使用できなくなります。 + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + 'MONO_GC_PARAMS=bridge-implementation=old' 値のサポートは .NET 7 で解除されます。 + + + ソース ファイル '{0}' が見つかりませんでした。 + + + {1} によって参照されている参照 '{0}' を解決できません。Mono for Android プロファイル内にそれが存在しないと思われます。 + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + {1} によって参照されている参照 '{0}' を解決できません。'{0}' の NuGet パッケージまたはアセンブリ参照を追加するか、'{2}' への参照を削除してください。 + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + '{0}' (アセンブリ '{1}' 内で定義されている) への参照をスコープ '{2}' で解決できませんでした。定義しているアセンブリとスコープが異なる場合、通常は、その型が転送されることを意味します。 + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + アセンブリの読み込み中に例外が発生しました。{0} + {0} - The exception message of the associated exception + + + 参照されたアセンブリ {0} では、Java.Interop.DoNotPackageAttribute に Null 以外のファイル名が必要です。 + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + アセンブリを AOT できませんでした: {0} + The abbreviation "AOT" should not be translated. + + + 無効な AOT モード: {0} + The abbreviation "AOT" should not be translated. + + + アセンブリの IL を削除できませんでした: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d にはバグがあるため、互換性のない x86_64 libm.so が提供されます。https://code.google.com/p/android/issues/detail?id=161422 をご覧ください。 + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + 検出された Android NDK のバージョンは、ターゲットの LLVM 構成と互換性がありません。NDK r10d 以降にアップグレードしてください。 + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + ネイティブ アセンブリ ファイルをコンパイルできませんでした: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + ネイティブの共有ライブラリをリンクできませんでした: {0} + + + {1} のため、クラス {0} の Java の型を生成できませんでした + {0} - The managed type name +{1} - The exception message of the associated exception + + + ExportAttribute または ExportFieldAttribute を使用するときには、Mono.Android.Export.dll への参照を追加してください。 + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' が $(TargetFrameworkVersion) '{1}' より小さいため、ACW のコンパイルに API-{2} を使用します。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + 型 '{0}' には、既定のパブリック コンストラクターを指定する必要があります + + + マネージ型 '{0}' が複数のアセンブリに存在します: {1}。これらのアセンブリにあるマネージ型の名前をリファクターして、それらが同一にならないようにしてください。 + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + 型 '{0}' への参照では、'{0}, {1}' が参照されます。 + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Java の型 `{0}` は複数のマネージ型によって生成されています。同じ Java の型が生成されないように、[Register] 属性を変更してください。 + The following are literal names and should not be translated: Java, [Register] + + + `{0}` が以下によって生成されました: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' が API-{1} よりも小さいため、この構成はサポートされていません。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' が API-{1} よりも小さいため、この構成はサポートされません。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + パスに //manifest/application/uses-library が見つかりませんでした: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + 言語 {0} または {1} のバインド ジェネレーターが見つかりません。 + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + 部分クラス項目 '{0}' には、レイアウト '{1}' に関連付けられたバインドがありません。 + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + レイアウト バインドのソース ファイルが生成されませんでした。 + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + レイアウトのウィジェットが見つかりません ({0})。 + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + 完全なクラス名 '{0}' の形式が正しくありません。名前空間がありません。 + {0} - The class name + + + 完全なクラス名 '{0}' の形式が正しくありません。クラス名がありません。 + {0} - The class name + + + レイアウト '{1}' 内のウィジェット '{0}' には、型が異なる複数のインスタンスがあります。プロパティの型は {2} に設定されます + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + リソース項目 '{0}' に、必要なメタデータ項目 '{1}' がありません。 + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + 指定された //activity-alias/@android:targetActivity '{0}' が見つかりません + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + 認識されない 'TransformFile' ルート要素: {0}。 + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + XML の解析中にエラーが発生しました: {0} + {0} - The exception message and stack trace of the associated exception + + + Android クラス パーサーの値 '{0}' は非推奨であり、Xamarin.Android の今後のバージョンでは削除されます。'class-parse' を使用するようにプロジェクトのプロパティを更新してください。 + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Android コード生成ターゲット '{0}' は非推奨であり、Xamarin.Android の今後のバージョンでは削除されます。'XAJavaInterop1' を使用するようにプロジェクトのプロパティを更新してください。 + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + ネイティブ ライブラリ '{0}' は、サポートされていない ABI があるため、バンドルされません。このファイルを、'libs/armeabi-v7a/' などの有効な Android ABI 名のディレクトリに移動します。 + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK には既に項目 {0} が含まれています; 無視しています。 + The abbreviation "APK" should not be translated. +{0} - The file name. + + + ネイティブ ライブラリ '{0}' の ABI を特定できません。このファイルを、'libs/armeabi-v7a/' などの有効な Android ABI 名のディレクトリに移動します。 + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + ネイティブ ライブラリ '{0}' の ABI を特定できません。'{1}' NuGet パッケージを削除するか、ライブラリの作成者に通知してください。 + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + いくつかのネイティブ ライブラリの ABI を特定できませんでした。以下は無視しています: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + ハンドルされない例外が 'AndroidManifest.xml' をマージしています。{0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + "{0}" からのリソースの抽出でエラーが発生しました。{1} + {0} - The file name +{1} - The exception message of the associated exception + + + ProGuard 構成ファイル '{0}' が見つかりませんでした。 + The following are literal names and should not be translated: ProGuard + + + Multidex が有効になっていますが、`$(_AndroidMainDexListFile)` が空です。 + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex が有効になっていますが、`$(_AndroidMainDexListFile)` ファイル '{0}' が存在しません。 + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + android:minSdkVersion が 21 以上の場合、R8 では `@(MultiDexMainDexList)` ファイルはサポートされません。 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + ProGuard 構成ファイルが無効です。{0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + 型のマップを生成できませんでした + + + 'MultiDexMainDexList' ファイル '{0}' が存在しません。 + The following are literal names and should not be translated: MultiDexMainDexList + + + `{0}` ファイル `{1}` が見つかりませんでした。 + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Wear アプリケーション パッケージ APK がまだ作成されていないため、アプリケーションにはペアリングされた Wear パッケージは含まれません。コマンド ラインでビルドする場合は、"SignAndroidPackage" ターゲットをビルドしてください。 + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト '{0}' を参照することは非推奨となり、Xamarin.Android の今後のバージョンではサポートされなくなります。Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト参照を削除し、代わりにスタンドアロン アプリケーションとして Wear アプリケーションを配布してください。 + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + 組み込みの '{0}' 参照は非推奨になりました。 +プロジェクトから '{0}' 参照を削除し、代わりに '{1}' NuGet パッケージ追加します。 + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + '{0}' は空です。'{0}' の値を指定する必要があります。 + {0} - The MSBuildProperty which contains a value. + + + + Android NDK のツールチェーン ディレクトリ '{0}' がありません。Android NDK をインストールしてください。 + {0} - The path of the missing directory + + + ターゲット {0} の C コンパイラが見つかりませんでした。試行したパス: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + ターゲット {0} のためのツールチェーン ディレクトリが見つかりませんでした。 + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + アセンブリからネイティブ コードへの変換に失敗しました。終了コード {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + NDK C コンパイラがエラーで終了しました。終了コード {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Android NDK が見つかりませんでした。Android NDK が Android SDK マネージャーにインストールされていることを確認するか、カスタムの NDK パスを使用している場合は、$(AndroidNdkDirectory) MSBuild プロパティがカスタム パスに設定されていることを確認してください。 + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + ターゲット {1} のためのツールチェーン ユーティリティ '{0}' が見つかりませんでした。試行したパス: "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + NDK リンカーがエラーで終了しました。終了コード {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + `{0}` が見つかりません。`{1}{2}tools{2}{3}` プログラムを使用して Android SDK Build-Tools パッケージをインストールしてください。 + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + Android SDK に `{0}` が見つかりません。/p:LintToolPath 経由のパスを設定してください。 + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + API レベル {0} の android .jar が見つかりませんでした。これは、API レベル {0} の Android SDK プラットフォームがインストールされていないことを意味します。Android SDK マネージャー ({2}) にインストールするか、インストールされている API バージョンを対象とする Xamarin.Android プロジェクトを変更します。({1} がありません。) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + [ツール] > [Android SDK マネージャーを開く...] + This string is the location of a menu command in Visual Studio for Mac. + + + [ツール] > [Android] > [Android SDK マネージャー...] + This string is the location of a menu command in Visual Studio. + + + 組み込みの Wear アプリ パッケージ名がハンドヘルド アプリ パッケージ名と異なります ({0}! = {1})。 + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError。$(JavaMaximumHeapSize) の値を増やすことを検討してください。'{0} {1}' の実行中に Java でメモリ不足が発生しました + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Android プラットフォームが '{0}' にインストールされていません。`{1}{2}tools{2}{3}` プログラムを使用して SDK プラットフォームをインストールしてください。 + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Android SDK ディレクトリが見つかりませんでした。Visual Studio の Android SDK マネージャーで正常にインストールされていることを確認します。コマンド ライン ビルドにカスタムの SDK パスを使用するには、'AndroidSdkDirectory' MSBuild プロパティをカスタム パスに設定します。 + The following terms should not be translated: AndroidSdkDirectory + + + Java SDK ディレクトリが見つかりませんでした。Visual Studio オプションの Android セクションで、Java SDK ディレクトリが適切に構成されていることを確認します。コマンド ライン ビルドにカスタムの SDK パスを使用するには、'JavaSdkDirectory' MSBuild プロパティをカスタム パスに設定します。 + The following terms should not be translated: JavaSdkDirectory + + + MAX_PATH のため、クラス {0} の Java の型を生成できませんでした: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + 2 つのプロセスがこのプロジェクトを同時にビルドしている可能性があります。ロック ファイルはパス {0} に存在します + + + + このコードはツールによって生成されました。 + これは {0} から生成されました + このファイルへの変更は、正しくない動作の原因になる可能性があると共に、 + コンテンツが再生成された場合に失われます。 + + {0} - The path of the template file. + + + '{0}' の <AndroidNamespaceReplacement>に 'Replacement' 属性が指定されていません。 + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + ディレクトリ '{0}' は '{1}' からのディレクトリです。 + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx new file mode 100644 index 00000000000..461da4b4176 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +이 오류는 AndroidManifest.xml 파일 관련 문제 또는 소스 코드 파일의 Android 매니페스트 생성 특성으로 인해 발생할 수 있습니다. + {0} - The error message returned by the AAPT or AAPT2 tool + + + 알 수 없는 옵션 `{0}`입니다. `$(AndroidAapt2CompileExtraArgs)` 및 `$(AndroidAapt2LinkExtraArgs)`를 확인하여 `aapt2`에 대해 이제 유효하지 않은 `aapt` 명령줄 인수가 포함되는지 확인하고 `aapt2`에 대해 모든 다른 인수가 유효한지 확인하세요. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + 잘못된 파일 이름: {0}만 포함해야 합니다. + {0} - The regular expression that the file name must match + + + 잘못된 파일 이름: {0}만 포함해야 합니다. + {0} - The regular expression that the file name must match + + + 잘못된 파일 이름: A-z 또는 a-z 또는 밑줄로 시작해야 합니다. + + + '{0}'의 $(TargetFrameworkVersion)에 대한 API 레벨을 확인할 수 없습니다. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + $(AndroidApiLevel) 또는 $(TargetFrameworkVersion)을 확인할 수 없습니다. 이 오류 메시지가 표시되면 안 됩니다. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + 처리되지 않은 예외: {0} + {0} - The exception message of the associated exception + + + API 레벨 '{0}'의 $(TargetFrameworkVersion)을 확인할 수 없습니다. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + '{0}'의 $(TargetFrameworkVersion) 값이 지원되지 않거나 잘못되었습니다. 프로젝트 옵션을 업데이트하세요. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + mono.android.jar을 찾을 수 없습니다. + The following are literal names and should not be translated: mono.android.jar + + + 'AndroidManifest'의 'android:versionCode' 값 '{0}'이(가) 잘못되었습니다. 정수 값이어야 합니다. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + 'AndroidManifest'의 'android:versionCode' 값 '{0}'이(가) 잘못되었습니다. 값은 0에서 {1} 사이여야 합니다. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + JDK 버전 '{0}'을(를) 사용하여 빌드할 수 없습니다. JDK 버전 '{1}'을(를) 설치하세요. https://aka.ms/xamarin/jdk9-errors를 참조하세요. + The abbreviation "JDK" should not be translated. + + + {1}을(를) 사용하는 경우 Java SDK {0} 이상이 필요합니다. +최신 JDK 다운로드: https://aka.ms/msopenjdk +참고: Android Designer는 Java SDK 11.0과 호환되지 않습니다. https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + .NET 6 이상을 사용하는 경우 Java SDK {0} 이상이 필요합니다. https://aka.ms/msopenjdk에서 최신 JDK를 다운로드하세요. + +{0} - The Java SDK version number + + + Android SDK 빌드-도구 {1}을(를) 사용하는 경우 Java SDK {0} 이상이 필요합니다. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + 반환된 값이 유효한 버전 번호를 포함하지 않아서 Java SDK 버전을 가져오지 못했습니다. '{0} -version'에서 반환된 값: ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Java SDK 버전을 가져오지 못했습니다. Java {0} 이상이 설치되어 있는지 확인하세요. + {0} - The Java version number + + + '{0}' 값에서 Android ABI를 확인할 수 없습니다. 텍스트 편집기에서 프로젝트 파일을 편집하고 Android 플랫폼에 대해 유효한 식별자만 포함하도록 'RuntimeIdentifiers' MSBuild 속성을 설정하세요. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + 'AndroidSupportedAbis' MSBuild 속성은 더 이상 지원되지 않습니다. 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidSupportedAbis' 사용을 모두 제거한 후 대신 'RuntimeIdentifiers' MSBuild 속성을 사용하세요. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + Android 애플리케이션 프로젝트의 EmbeddedNativeLibrary '{0}'이(가) 잘못되었습니다. 대신 AndroidNativeLibrary를 사용하세요. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + '$(AndroidSequencePointsMode)'의 잘못된 값: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + {0}({1})의 $(TargetFrameworkVersion)이 애플리케이션 프로젝트({2})의 $(TargetFrameworkVersion)보다 큽니다. 애플리케이션 프로젝트의 $(TargetFrameworkVersion)을 늘리세요. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0}은(는) 참조 어셈블리입니다. + + + 참조 어셈블리 '{0}'을(를) 무시합니다. + {0} - File name of the assembly. + + + '{0}'에서 버전을 가져올 수 없습니다. 기본값인 1.0으로 설정합니다. + {0} - The tool name + + + '{0}' 경로에 AAPT2의 지원되지 않는 버전이 있습니다. 텍스트 편집기에서 프로젝트 파일을 열고 'Aapt2ToolPath' MSBuild 속성을 제거하거나 유효한 위치로 설정되었는지 확인하세요. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + '{0}' 경로에 AAPT2가 없습니다. 텍스트 편집기에서 프로젝트 파일을 열고 'Aapt2ToolPath' MSBuild 속성을 제거하거나 유효한 위치로 설정되었는지 확인하세요. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play에서는 새 애플리케이션 및 업데이트가 {0}(API 레벨 {1}) 이상의 TargetFrameworkVersion을 사용하도록 요구합니다. 현재 {2}(API 레벨 {3})을(를) 대상으로 하고 있습니다. + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + 이름이 '{0}'인 'EmbeddedResource'를 찾을 수 없습니다. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + TargetFrameworkVersion {0}은(는) 사용되지 않습니다. v5.0 이상으로 업데이트하세요. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + '{0}'을(를) 구문 분석할 수 없습니다. + {0} - A NuGet target framework moniker string + + + '{0}'의 잠금 파일에서 'target'을 확인할 수 없습니다. + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + 현재는 빠른 배포와 Android App Bundles를 동시에 사용할 수 없습니다. 디버그 구성에는 빠른 배포를 사용하고 릴리스 구성에는 Android App Bundles를 사용하세요. + The following are literal names and should not be translated: Android App Bundles + + + 빠른 배포와 AOT를 동시에 사용하는 것은 좋지 않습니다. Debug 구성에 빠른 배포를 사용하고, Release 구성에 AOT를 사용하세요. + The following are literal names and should not be translated: AOT, Debug, Release. + + + 빠른 배포와 링커를 동시에 사용하는 것은 좋지 않습니다. Debug 구성에 빠른 배포를 사용하고, Release 구성에 링커를 사용하세요. + The following are literal names and should not be translated: Debug, Release. + + + 빠른 배포와 코드 Shrinker를 동시에 사용하는 것은 좋지 않습니다. Debug 구성에 빠른 배포를 사용하고, Release 구성에 코드 Shrinker를 사용하세요. + The following are literal names and should not be translated: Debug, Release. + + + 인터프리터를 사용하지 않도록 설정하는 중입니다. 인터프리터와 AOT를 동시에 사용하는 것은 지원되지 않습니다. 디버그 구성에서 핫 다시 로드 지원에 인터프리터를 사용하고 릴리스 구성에 AOT를 사용합니다. + The following are literal names and should not be translated: AOT, Debug, Release. + + + '{0}' 어셈블리가 더 이상 지원되지 않는 '[assembly: {1}]'을(를) 사용하고 있습니다. 이 NuGet 패키지의 최신 버전을 사용하거나 라이브러리 작성자에게 알리세요. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + '{0}' 어셈블리가 사용되지 않는 특성 '[assembly: {1}]'을(를) 사용하고 있습니다. 이 NuGet 패키지의 최신 버전을 사용하거나 라이브러리 작성자에게 알리세요. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + {1}에서 {0}을(를) 제거하는 중입니다. Lint {2}은(는) 이 검사를 지원하지 않습니다. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + '{0}'은(는) 사용되지 않는 디버그 정보 수준을 사용하고 있습니다. +Visual Studio 프로젝트 속성 페이지에서 디버깅 정보를 이식 가능으로 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'DebugType' MSBuild 속성을 'portable'로 설정하여 새로운 플랫폼 간 디버그 정보 수준을 사용하세요. +이 파일이 NuGet 패키지에서 제공되는 경우 최신 버전의 NuGet 패키지로 업데이트하거나 라이브러리 작성자에게 알리세요. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + {0}을(를) 구문 분석하는 중 문제가 발생했습니다. XML이 불완전하거나 잘못된 것 같습니다. 예외: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: 리소스 XML '{0}'을(를) 업데이트하는 동안 경고가 발생했습니다. {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + '{0}'에 대해 찾은 가장 가깝게 일치하는 항목은 '{1}'(이)지만, 대문자 표시가 일치하지 않습니다. 대문자 표시를 수정하세요. + {0} - The user-provided type name +{1} - The type name found + + + ID가 '{0}'이고 형식이 '{1}'인 요소의 기본 형식 이름 일치를 시도하는 중 + {0} - The Android resource ID name + + + 기본 형식 이름 일치에 실패하면 요소에 'xamarin:managedType' 특성을 추가하여 요소의 정규화된 관리형 형식 이름을 지정하세요. + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion(Android API 레벨 {0})이 targetSdkVersion({1})보다 높습니다. API 레벨이 일치하도록 'AndroidManifest.xml'에서 'android:targetSdkVersion'을 높이세요. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + minSdkVersion({0})이 targetSdkVersion보다 큽니다. minSdkVersion이 targetSdkVersion({1})보다 작거나 같도록 값을 변경하세요. + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + TargetFrameworkVersion(Android API 레벨 {0})이 targetSdkVersion({1})보다 낮습니다. API 레벨이 일치하도록 'AndroidManifest.xml'에서 '$(TargetFrameworkVersion)'을(를) 높이거나 'android:targetSdkVersion'을 낮추세요. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Android 매니페스트 자리 표시자에 대한 '$(AndroidManifestPlaceholders)' 값이 잘못되었습니다. 'key1=value1;key2=value2' 형식을 사용하세요. 지정된 값은 '{0}'입니다. + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + ProGuard는 더 이상 D8 DEX 컴파일러와 함께 사용할 수 없습니다. Visual Studio 프로젝트 속성 페이지에서 코드 Shrinker를 'r8'로 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidLinkTool' MSBuild 속성을 'r8'로 설정하세요. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + 포함된 레이아웃 루트 요소 재정의 ID '{0}'이(가) 잘못되었습니다. + {0} - The Android resource ID name + + + '{1}' 레이아웃 파일에서 '{0}' 노드의 ID를 구문 분석하지 못했습니다. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + 파일 이름은 같지만 콘텐츠가 다른 JAR 라이브러리 참조를 찾았습니다. {0}. EmbeddedJar, InputJar 및 AndroidJavaLibrary에서 충돌하는 라이브러리를 제거하세요. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + 두 개 이상의 Android Wear 프로젝트가 페어링된 프로젝트로 지정되었습니다. 최대 한 개를 사용할 수 있습니다. + The following are literal names and should not be translated: Android Wear + + + 대상 Wear 애플리케이션의 프로젝트 '{0}'이(가) 필요한 'AndroidManifest' 프로젝트 속성을 지정하지 않습니다. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + 대상 Wear 애플리케이션의 AndroidManifest.xml이 필요한 'package' 특성을 지정하지 않습니다. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + 지정한 AndroidManifest 파일이 없습니다. {0} + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + `LibraryProjectProperties` 파일 `{0}`이(가) 바인딩 프로젝트의 중간 출력 디렉터리의 부모 디렉터리에 있습니다. 경로를 조정하여 Android 라이브러리 프로젝트 디렉터리에서 바로 원본 `project.properties` 파일을 사용하세요. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + 바인딩에 하나 이상의 Java 라이브러리가 필요합니다. Java 라이브러리가 프로젝트에 포함되어 있으며 적합한 빌드 작업('LibraryProjectZip'(AAR 또는 ZIP의 경우), 'EmbeddedJar', 'InputJar'(JAR의 경우) 또는 'LibraryProjectProperties'(project.properties))이 있는지 확인하세요. + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + 지정한 소스 Java 라이브러리를 찾을 수 없음: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + 지정한 참조 Java 라이브러리를 찾을 수 없음: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + DX DEX 컴파일러 사용은 지원되지 않습니다. Visual Studio 프로젝트 속성 페이지에서 DEX 컴파일러를 'd8'로 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidDexTool' MSBuild 속성을 'd8'로 설정하세요. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + 구성 파일 '{0}'을(를) 무시합니다. .Net 6 이상을 대상으로 Xamarin.Android 프로젝트에서 .NET 구성 파일은 지원되지 않습니다. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + 'AndroidAotMode' MSBuild 속성의 실험적 'Hybrid' 값은 현재 armeabi-v7a 대상 ABI와 호환되지 않습니다. 'AndroidAotMode'에 대해 실험적 'Hybrid' 값을 계속 사용하려면 Visual Studio 프로젝트 속성 페이지에서 armeabi-v7a 대상 ABI를 선택 취소하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidSupportedAbis' MSBuild 속성에서 'armeabi-v7a'를 제거하세요. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + AAPT는 사용되지 않으며 대신 AAPT2가 사용됩니다. Visual Studio 프로젝트 속성 페이지에서 '증분 Android 패키징 시스템(aapt2) 사용'을 사용하도록 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidUseAapt2' MSBuild 속성을 'true'로 설정하세요. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + AAPT는 .NET 6 이상을 대상으로 하는 Xamarin.Android 프로젝트에서 사용할 수 없습니다. Visual Studio 프로젝트 속성 페이지에서 '증분 Android 패키징 시스템(aapt2) 사용'을 사용하도록 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidUseAapt2' MSBuild 속성을 'true'로 설정하세요. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + 'EnableProguard' MSBuild 속성이 'true'로 설정되어 있고 'AndroidLinkTool' MSBuild 속성이 비어 있으므로 'AndroidLinkTool'이 기본값적으로 'proguard'로 설정됩니다. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + 'AndroidEnableProguard' MSBuild 속성이 'true'로 설정되어 있고 'AndroidLinkTool' MSBuild 속성이 비어 있으므로 'AndroidLinkTool'이 기본값적으로 'proguard'로 설정됩니다. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + 어셈블리에서 AppDomain.CreateDomain()의 사용이 검색되었습니다. {0}. .NET 6 이상에서는 단일 AppDomain만 지원하므로 .NET 6이 릴리스된 후에는 이 API를 Xamarin.Android에서 더 이상 사용할 수 없습니다. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + 'MONO_GC_PARAMS=bridge-implementation=old' 값에 대한 지원은 .NET 7에서 제거됩니다. + + + '{0}' 소스 파일을 찾을 수 없습니다. + + + {1}에서 참조하는 '{0}' 참조를 확인할 수 없습니다. Mono for Android 프로필에 해당 참조가 없는 것 같습니다. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + {1}에서 참조하는 '{0}' 참조를 확인할 수 없습니다. '{0}'에 대한 NuGet 패키지 또는 어셈블리 참조를 추가하거나 '{2}'에 대한 참조를 제거하세요. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + 범위가 '{2}'인 '{0}'('{1}' 어셈블리에 정의되어 있음)에 대한 참조를 확인할 수 없습니다. 범위가 정의 어셈블리와 다르면 일반적으로 형식이 전달되었음을 의미합니다. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + 어셈블리 로드 중 예외 발생: {0} + {0} - The exception message of the associated exception + + + 참조된 어셈블리 {0}에서 Java.Interop.DoNotPackageAttribute에 null이 아닌 파일 이름이 필요합니다. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + 어셈블리를 AOT할 수 없음: {0} + The abbreviation "AOT" should not be translated. + + + 잘못된 AOT 모드: {0} + The abbreviation "AOT" should not be translated. + + + 어셈블리의 IL을 제거할 수 없음: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d는 버그가 있으며 호환되지 않는 x86_64 libm.so를 제공합니다. https://code.google.com/p/android/issues/detail?id=161422를 참조하세요. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + 검색된 Android NDK 버전이 대상 LLVM 구성과 호환되지 않습니다. NDK r10d 이상으로 업그레이드하세요. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + 네이티브 어셈블리 파일을 컴파일할 수 없음: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + 네이티브 공유 라이브러리를 연결할 수 없음: {0} + + + 클래스의 Java 형식({0})을 생성하지 못했습니다(원인: {1}). + {0} - The managed type name +{1} - The exception message of the associated exception + + + ExportAttribute 또는 ExportFieldAttribute를 사용할 때 Mono.Android.Export.dll에 대한 참조를 추가하세요. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}'이(가) $(TargetFrameworkVersion) '{1}'보다 작습니다. ACW 컴파일에 API-{2}을(를) 사용합니다. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + '{0}' 형식은 public 기본 생성자를 제공해야 합니다. + + + 관리되는 형식 '{0}'이(가) 여러 어셈블리({1})에 있습니다. 이와 같은 어셈블리의 관리되는 형식 이름을 리팩터링하여 서로 다른 이름을 사용하도록 하세요. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + '{0}' 형식에 대한 참조는 '{0}, {1}'을(를) 참조합니다. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Java 형식 '{0}'은(는) 둘 이상의 관리형 형식에 의해 생성되었습니다. 같은 Java 형식을 내보내지 않도록 [Register] 특성을 변경하세요. + The following are literal names and should not be translated: Java, [Register] + + + '{0}'은(는) 다음에 의해 생성됨: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}'이(가) API-{1}보다 작으므로 이 구성은 지원되지 않습니다. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}'이(가) API-{1}보다 작으므로 이 구성은 지원되지 않습니다. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + {0} 경로에서 //manifest/application/uses-library를 찾을 수 없습니다. + The following are literal names and should not be translated: //manifest/application/uses-library + + + {0} 또는 {1} 언어에 대한 바인딩 생성기를 찾을 수 없습니다. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + partial 클래스 항목 '{0}'에 레이아웃 '{1}'과(와) 연결된 바인딩이 없습니다. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + 레이아웃 바인딩 소스 파일이 생성되지 않았습니다. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + 레이아웃({0})에 대한 위젯을 찾을 수 없습니다. + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + 전체 클래스 이름 '{0}'의 형식이 잘못되었습니다. 네임스페이스가 없습니다. + {0} - The class name + + + 전체 클래스 이름 '{0}'의 형식이 잘못되었습니다. 클래스 이름이 없습니다. + {0} - The class name + + + '{1}' 레이아웃의 '{0}' 위젯에 형식이 다른 여러 인스턴스가 있습니다. 속성 형식이 다음으로 설정됩니다. {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + 리소스 항목 '{0}'에 필수 메타데이터 항목 '{1}'이(가) 없습니다. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + 지정한 //activity-alias/@android:targetActivity를 찾을 수 없음: '{0}' + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + `TransformFile` 루트 요소 {0}을(를) 인식할 수 없습니다. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + XML 구문 분석 중 오류 발생: {0} + {0} - The exception message and stack trace of the associated exception + + + Android 클래스 파서 값 '{0}'은(는) 사용되지 않으며 Xamarin.Android의 이후 버전에서 제거됩니다. 'class-parse'를 사용하도록 프로젝트 속성을 업데이트하세요. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Android 코드 생성 대상 '{0}'은(는) 사용되지 않으며 Xamarin.Android의 이후 버전에서 제거됩니다. 'XAJavaInterop1'을 사용하도록 프로젝트 속성을 업데이트하세요. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + 네이티브 라이브러리 '{0}'은(는) 지원되지 않는 ABI를 포함하므로 번들로 제공되지 않습니다. 이 파일을 유효한 Android ABI 이름(예: 'libs/armeabi-v7a/')을 가진 디렉터리로 이동하세요. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK에 {0} 항목이 이미 포함되어 있습니다. 무시합니다. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + 네이티브 라이브러리 '{0}'의 ABI를 확인할 수 없습니다. 이 파일을 유효한 Android ABI 이름(예: 'libs/armeabi-v7a/')을 가진 디렉터리로 이동하세요. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + 네이티브 라이브러리 '{0}'의 ABI를 확인할 수 없습니다. '{1}' NuGet 패키지를 제거하거나 라이브러리 작성자에게 알리세요. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + 일부 네이티브 라이브러리의 ABI를 확인할 수 없습니다. {0}을(를) 무시합니다. + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + 'AndroidManifest.xml'을(를) 병합하는 중 처리되지 않은 예외 발생: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + "{0}"에서 리소스를 추출하는 중 오류 발생: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + ProGuard 구성 파일 '{0}'을(를) 찾을 수 없습니다. + The following are literal names and should not be translated: ProGuard + + + Multidex가 사용하도록 설정되어 있지만, '$(_AndroidMainDexListFile)'이 비어 있습니다. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex가 사용하도록 설정되어 있지만, '$(_AndroidMainDexListFile)' 파일 '{0}'이(가) 없습니다. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + android:minSdkVersion >= 21인 경우 R8은 '@(MultiDexMainDexList)' 파일을 지원하지 않습니다. + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + ProGuard 구성 파일이 잘못되었습니다. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + 형식 맵을 생성하지 못했습니다. + + + 'MultiDexMainDexList' 파일 '{0}'이(가) 없습니다. + The following are literal names and should not be translated: MultiDexMainDexList + + + '{0}' 파일 '{1}'을(를) 찾을 수 없습니다. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Wear 애플리케이션 패키지 APK가 아직 만들어지지 않았기 때문에 애플리케이션에 페어링된 Wear 패키지가 포함되지 않습니다. 명령줄에서 빌드하는 경우 "SignAndroidPackage" 대상을 빌드해야 합니다. + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 '{0}'을(를) 참조하는 기능은 사용되지 않으며 Xamarin.Android의 이후 버전에서 더 이상 지원되지 않습니다. Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 참조를 제거하고 대신 Wear 애플리케이션을 독립 실행형 애플리케이션으로 배포하세요. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + 기본 제공 '{0}' 참조는 더 이상 사용되지 않습니다. + 프로젝트에서 '{0}' 참조를 제거하고 대신 '{1}' NuGet 패키지를 추가하세요. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + '{0}'이(가) 비어 있습니다. '{0}'에 대한 값을 제공해야 합니다. + {0} - The MSBuildProperty which contains a value. + + + + Android NDK 도구 체인 디렉터리 '{0}'이(가) 없습니다. Android NDK를 설치하세요. + {0} - The path of the missing directory + + + 대상 {0}용 C 컴파일러를 찾을 수 없습니다. 시도한 경로: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + 대상 {0}용 도구 체인 디렉터리를 찾을 수 없습니다. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + 어셈블리에서 네이티브 코드로 변환하지 못했습니다. 종료 코드 {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + NDK C 컴파일러가 오류로 인해 종료되었습니다. 종료 코드 {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Android NDK를 찾을 수 없습니다. Android SDK 관리자에 Android NDK가 설치되어 있는지 확인하거나, 사용자 지정 NDK 경로를 사용하는 경우 $(AndroidNdkDirectory) MSBuild 속성이 사용자 지정 경로로 설정되어 있는지 확인하세요. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + 대상 {1}용 도구 체인 유틸리티 '{0}'을(를) 찾을 수 없습니다. 시도한 경로: "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + NDK 링커가 오류로 인해 종료되었습니다. 종료 코드 {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + '{0}'을(를) 찾을 수 없습니다. '{1}{2}tools{2}{3}' 프로그램을 사용하여 Android SDK Build-Tools 패키지를 설치하세요. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + Android SDK에서 '{0}'을(를) 찾을 수 없습니다. /p:LintToolPath를 통해 해당 경로를 설정하세요. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + API 레벨 {0}의 android.jar을 찾을 수 없습니다. API 레벨 {0}의 Android SDK 플랫폼이 설치되어 있지 않습니다. Android SDK 관리자({2})에서 설치하거나, 설치된 API 버전을 대상으로 하도록 Xamarin.Android 프로젝트를 변경하세요.({1}이(가) 없습니다.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + 도구 > Android SDK 관리자 열기... + This string is the location of a menu command in Visual Studio for Mac. + + + 도구 > Android > Android SDK 관리자... + This string is the location of a menu command in Visual Studio. + + + 포함된 Wear 앱 패키지 이름이 핸드헬드 앱 패키지 이름과 다릅니다({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. $(JavaMaximumHeapSize) 값을 늘려 보세요. '{0} {1}'을(를) 실행하는 동안 Java에 메모리가 부족합니다. + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Android 플랫폼을 '{0}'에 설치하지 않았습니다. '{1}{2}tools{2}{3}' 프로그램을 사용하여 SDK Platform을 설치하세요. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Android SDK 디렉터리를 찾을 수 없습니다. Visual Studio의 Android SDK 관리자에서 유효한 설치를 표시하는지 확인합니다. 명령줄 빌드에 사용자 지정 SDK 경로를 사용하려면 'AndroidSdkDirectory' MSBuild 속성을 사용자 지정 경로로 설정합니다. + The following terms should not be translated: AndroidSdkDirectory + + + Java SDK 디렉터리를 찾을 수 없습니다. Visual Studio 옵션의 Android 섹션에 유효한 Java SDK 디렉터리가 구성되어 있는지 확인하세요. 명령줄 빌드에 사용자 지정 SDK 경로를 사용하려면 'JavaSdkDirectory' MSBuild 속성을 사용자 지정 경로로 설정합니다. + The following terms should not be translated: JavaSdkDirectory + + + 클래스의 Java 형식({0})을 생성하지 못했습니다(원인: MAX_PATH: {1}). + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + 두 프로세스에서 이 프로젝트를 동시에 빌드할 수 있습니다. 잠금 파일은 {0} 경로에 있습니다. + + + + 이 코드는 도구를 사용하여 생성되었습니다. + 이 코드는 {0}에서 생성되었습니다. + 파일 내용을 변경하면 잘못된 동작이 발생할 수 있으며, + 콘텐츠를 다시 생성하면 변경 내용이 손실됩니다. + + {0} - The path of the template file. + + + '{0}'에 대한 <AndroidNamespaceReplacement>은(는) 'Replacement' 특성을 지정하지 않습니다. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + 디렉터리 '{0}'은(는) '{1}'에서 가져온 것입니다. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx new file mode 100644 index 00000000000..1d643ead570 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Ten błąd jest prawdopodobnie spowodowany problemem dotyczącym pliku AndroidManifest.xml lub atrybutem generowania manifestu systemu Android w pliku kodu źródłowego. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Nieznana opcja „{0}”. Sprawdź zmienne „$(AndroidAapt2CompileExtraArgs)” i „$(AndroidAapt2LinkExtraArgs)” pod kątem tego, czy zawierają jakiekolwiek argumenty wiersza polecenia „aapt”, które nie są już prawidłowe dla elementu „aapt2”, oraz upewnij się, że wszystkie pozostałe argumenty są prawidłowe dla elementu „aapt2”. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Nieprawidłowa nazwa pliku: może ona zawierać tylko: {0}. + {0} - The regular expression that the file name must match + + + Nieprawidłowa nazwa pliku: może ona zawierać tylko: {0}. + {0} - The regular expression that the file name must match + + + Nieprawidłowa nazwa pliku: musi zaczynać się od litery w zakresie od A-z lub a-z bądź od podkreślenia. + + + Nie można określić poziomu interfejsu API dla parametru $(TargetFrameworkVersion) elementu „{0}”. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + Nie można określić parametru $(AndroidApiLevel) lub $(TargetFrameworkVersion); ten komunikat nie powinien być wyświetlany. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Nieobsłużony wyjątek: {0} + {0} - The exception message of the associated exception + + + Nie można określić parametru $(TargetFrameworkVersion) dla poziomu „{0}” interfejsu API. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Nieobsługiwana lub nieprawidłowa wartość parametru $(TargetFrameworkVersion) dla elementu „{0}”. Zaktualizuj opcje projektu. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + Nie można było znaleźć pliku mono.android.jar + The following are literal names and should not be translated: mono.android.jar + + + Nieprawidłowa wartość „android:versionCode” „{0}” w pliku „AndroidManifest.xml”. Musi to być wartość całkowita. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Nieprawidłowa wartość „android:versionCode” „{0}” w pliku „AndroidManifest.xml”. Wartość musi mieścić się w zakresie od 0 do {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + Kompilowanie przy użyciu wersji zestawu JDK „{0}” nie jest obsługiwane. Zainstaluj zestaw JDK w wersji „{1}”. Zobacz https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + W przypadku korzystania z {1} wymagany jest zestaw Java SDK {0} lub nowszy. +Pobierz najnowszy zestaw JDK w witrynie: https://aka.ms/msopenjdk +Uwaga: Android Designer jest niezgodny z zestawem Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + W przypadku korzystania z platformy .NET 6 lub nowszej wymagany jest zestaw Java SDK {0} lub nowszy. Pobierz najnowszy zestaw JDK w witrynie: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + W przypadku używania narzędzi Android SDK Build-Tools {1} jest wymagany zestaw Java SDK {0} lub nowszy. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Nie udało się pobrać wersji zestawu Java SDK, ponieważ wygląda na to, że zwrócona wartość nie zawiera prawidłowego numeru wersji. Dane wyjściowe polecenia „{0} -version”: „{1}” + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Nie udało się pobrać wersji zestawu Java SDK. Upewnij się, że masz zainstalowany język Java {0} lub nowszy. + {0} - The Java version number + + + Nie można określić interfejsu Android ABI na podstawie wartości „{0}”. Edytuj plik projektu w edytorze tekstu i ustaw właściwość „RuntimeIdentifiers” programu MSBuild tak, aby zawierała wyłącznie prawidłowe identyfikatory platformy Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + Właściwość „AndroidSupportedAbis” programu MSBuild nie jest już obsługiwana. Edytuj plik projektu w edytorze tekstu, usuń wszystkie wystąpienia właściwości „AndroidSupportedAbis” i użyj zamiast niej właściwości „RuntimeIdentifiers” programu MSBuild. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + Biblioteka EmbeddedNativeLibrary „{0}” jest nieprawidłowa w projektach aplikacji systemu Android. Zamiast niej należy użyć biblioteki AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Nieprawidłowa wartość parametru „$(AndroidSequencePointsMode)”: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + Parametr $(TargetFrameworkVersion) dla elementu {0} ({1}) jest większy niż parametr $(TargetFrameworkVersion) dla projektu aplikacji ({2}). Zwiększ wartość parametru $(TargetFrameworkVersion) dla projektu aplikacji. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} to zestaw odwołania. + + + Ignorowanie zestawu odwołania „{0}”. + {0} - File name of the assembly. + + + Nie można pobrać wersji z elementu „{0}”. Zostanie użyta wartość domyślna 1.0. + {0} - The tool name + + + W ścieżce „{0}” znaleziono nieobsługiwaną wersję narzędzia AAPT2. Otwórz plik projektu w edytorze tekstu i usuń właściwość narzędzia MSBuild „Aapt2ToolPath” lub upewnij się, że jest ona ustawiona na prawidłową lokalizację. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Nie znaleziono narzędzia AAPT2 w ścieżce „{0}”. Otwórz plik projektu w edytorze tekstu i usuń właściwość programu MSBuild o nazwie „Aapt2ToolPath” lub upewnij się, że jest ona ustawiona na prawidłową lokalizację. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Sklep Google Play wymaga, aby nowe aplikacje i aktualizacje używały elementu TargetFrameworkVersion o wartości {0} (poziom interfejsu API: {1}) lub wyższej. Obecna wersja docelowa to {2} (poziom interfejsu API: {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + Nie można odnaleźć elementu „EmbeddedResource” o nazwie „{0}”. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + Wartość {0} dla elementu TargetFrameworkVersion jest przestarzała. Zaktualizuj ją na wartość v5.0 lub wyższą. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + Nie można przeanalizować elementu „{0}” + {0} - A NuGet target framework moniker string + + + Nie można rozpoznać elementu „target” w pliku blokady dla elementu „{0}” + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + Jednoczesne używanie opcji Fast Deployment i pakietów Android App Bundles nie jest obecnie obsługiwane. Używaj opcji Fast Deployment w przypadku konfiguracji debugowania, a pakietów Android App Bundles na potrzeby konfiguracji wydania. + The following are literal names and should not be translated: Android App Bundles + + + W tym samym czasie nie zaleca się korzystania z funkcji szybkiego wdrażania i drzewa obiektów aplikacji (AOT). Użyj szybkiego wdrażania do konfiguracji debugowania, a drzewa AOT do konfiguracji wydania. + The following are literal names and should not be translated: AOT, Debug, Release. + + + W tym samym czasie nie zaleca się używania funkcji szybkiego wdrażania i konsolidatora. Użyj szybkiego wdrażania do konfiguracji debugowania, a konsolidatora do konfiguracji wydania. + The following are literal names and should not be translated: Debug, Release. + + + W tym samym czasie nie zaleca się korzystania z funkcji szybkiego wdrażania i zmniejszania kodu. Użyj szybkiego wdrażania do konfiguracji debugowania, a zmniejszania kodu do konfiguracji wydania. + The following are literal names and should not be translated: Debug, Release. + + + Wyłączanie interpretera; używanie jednocześnie interpretera i obiektu AOT nie jest obsługiwane. Użyj interpretera do obsługi przeładowywania na gorąco w konfiguracjach debugowania i AOT dla konfiguracji wydania. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Zestaw „{0}” korzysta z atrybutu „[assembly: {1}]”, który nie jest już obsługiwany. Użyj nowszej wersji tego pakietu NuGet lub powiadom autora biblioteki. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + Zestaw „{0}” korzysta z przestarzałego atrybutu „[assembly: {1}]”. Użyj nowszej wersji tego pakietu NuGet lub powiadom autora biblioteki. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Usuwanie kontroli {0} z właściwości {1}. Program Lint {2} nie obsługuje tej kontroli. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + Plik „{0}” używa przestarzałego poziomu informacji debugowania. +Dla informacji debugowania ustaw wartość Przenośne na stronach właściwości projektu w programie Visual Studio lub edytuj plik projektu w edytorze tekstów i ustaw właściwość „DebugType” programu MSBuild na wartość „portable”, aby używać nowszego, międzyplatformowego poziomu informacji debugowania. +Jeśli ten plik pochodzi z pakietu NuGet, zaktualizuj do nowszej wersji pakietu NuGet lub powiadom autora biblioteki. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Wystąpił problem podczas analizowania pliku {0}. Prawdopodobnie jest to spowodowane niekompletnym lub nieprawidłowym kodem XML. Wyjątek: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: ostrzeżenie podczas aktualizacji kodu XML zasobu „{0}”: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + Najbliższy znaleziony odpowiednik dla typu „{0}” to „{1}”, ale nie zgadza się wielkość liter. Popraw wielkość liter. + {0} - The user-provided type name +{1} - The type name found + + + Podjęto próbę dopasowania nazwy typu podstawowego dla elementu o identyfikatorze „{0}” i typie „{1}” + {0} - The Android resource ID name + + + Jeśli dopasowanie nazwy typu podstawowego nie powiedzie się, dodaj atrybut „xamarin:managedType” do elementu, aby określić w pełni kwalifikowaną nazwę typu zarządzanego elementu. + "xamarin:managedType" is a literal name and should not be translated. + + + Wartość atrybutu TargetFrameworkVersion (poziom interfejsu API systemu Android {0}) jest większa niż wartość atrybutu targetSdkVersion ({1}). Zwiększ wartość atrybutu „android:targetSdkVersion” w pliku „AndroidManifest.xml”, aby poziomy interfejsów API były zgodne. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Wartość atrybutu minSdkVersion ({0}) jest większa niż wartość atrybutu minSdkVersion. Zmień wartość atrybutu minSdkVersion w taki sposób, aby była mniejsza lub równa wartości atrybutu targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + Wartość atrybutu TargetFrameworkVersion (poziom interfejsu API systemu Android {0}) jest mniejsza niż wartość atrybutu targetSdkVersion ({1}). Zwiększ wartość atrybutu „$(TargetFrameworkVersion)” lub zmniejsz wartość atrybutu „android:targetSdkVersion” w pliku „AndroidManifest.xml”, aby poziomy interfejsów API były zgodne. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Nieprawidłowa wartość „$(AndroidManifestPlaceholders)” dla symboli zastępczych manifestu systemu Android. Użyj formatu „klucz1=wartość1; klucz2=wartość2”. Podana wartość: „{0}” + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + Używanie narzędzia ProGuard z kompilatorem DEX D8 nie jest już obsługiwane. Ustaw narzędzie do zmniejszania objętości kodu na wartość „r8” na stronach właściwości projektu w programie Visual Studio lub edytuj plik projektu za pomocą edytora tekstów i ustaw właściwość programu MSBuild o nazwie „AndroidLinkTool” na wartość „r8”. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + Dołączony identyfikator przesłonięcia „{0}” elementu głównego układu jest nieprawidłowy. + {0} - The Android resource ID name + + + Nie można przeanalizować identyfikatora węzła „{0}” w pliku układu „{1}”. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Znaleziono odwołania do bibliotek JAR z identycznymi nazwami plików, ale różną zawartością: {0}. Usuń wszystkie biblioteki powodujące konflikt z elementów EmbeddedJar, InputJar i AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Jako projekt sparowany określono więcej niż jeden projekt systemu Android Wear. Może być najwyżej jeden taki projekt. + The following are literal names and should not be translated: Android Wear + + + Projekt aplikacji docelowej systemu Wear „{0}” nie określa wymaganej właściwości projektu „AndroidManifest”. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Plik AndroidManifest.xml aplikacji docelowej systemu Wear nie określa wymaganego atrybutu „package”. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Określony plik AndroidManifest nie istnieje: {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + Plik „LibraryProjectProperties” „{0}” znajduje się w katalogu nadrzędnym pośredniego katalogu wyjściowego projektu powiązań. Dostosuj ścieżkę tak, aby użyć oryginalnego pliku „project.properties” bezpośrednio z katalogu projektu biblioteki systemu Android. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Do powiązania wymagana jest co najmniej jedna biblioteka języka Java. Sprawdź, czy biblioteka języka Java jest dołączona do projektu i czy ma odpowiednią akcję kompilacji: „LibraryProjectZip” (w przypadku pliku AAR lub ZIP), „EmbeddedJar”, „InputJar” (w przypadku pliku JAR) lub „LibraryProjectProperties” (w przypadku pliku project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + Nie odnaleziono określonej źródłowej biblioteki języka Java: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + Nie odnaleziono biblioteki języka Java określonej przez odwołanie: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + Używanie kompilatora DX DEX nie jest obsługiwane. Ustaw kompilator DEX na „d8” na stronach właściwości projektu w programie Visual Studio lub edytuj plik projektu w edytorze tekstów i ustaw właściwość „AndroidDexTool” MSBuild na wartość „d8”. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Plik konfiguracji „{0}” zostanie zignorowany. Pliki konfiguracji platformy .NET nie są obsługiwane w projektach Xamarin.Android, których miejscem docelowym jest platforma .NET 6 lub nowsza. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + Eksperymentalna wartość „Hybrid” dla właściwości programu MSBuild „AndroidAotMode” jest obecnie niezgodna z docelowym interfejsem ABI armeabi-v7a. Aby nadal używać eksperymentalnej wartości „Hybrid” dla właściwości „AndroidAotMode”, usuń zaznaczenie docelowego interfejsu ABI armeabi-v7a na stronach właściwości projektu w programie Visual Studio albo zmodyfikuj plik projektu w edytorze tekstów, usuwając wartość „armeabi-v7a” z właściwości programu MSBuild „AndroidSupportedAbis”. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + Narzędzie AAPT zostało wycofane na rzecz narzędzia AAPT2. Włącz opcję „Użyj systemu przyrostowego tworzenia pakietów systemu Android (aapt2)” na stronach właściwości projektu programu Visual Studio lub edytuj plik projektu w edytorze tekstu i ustaw właściwość programu MSBuild o nazwie „AndroidUseAapt2” na wartość „true”. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + Używanie narzędzia AAPT nie jest obsługiwane w projektach Xamarin.Android, których miejscem docelowym jest platforma .NET 6 lub nowsza. Włącz opcję „Użyj systemu przyrostowego tworzenia pakietów systemu Android (aapt2)” na stronach właściwości projektu w programie Visual Studio lub zmodyfikuj plik projektu w edytorze tekstów, ustawiając właściwość programu MSBuild o nazwie „AndroidUseAapt2” na wartość „true”. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + Właściwość programu MSBuild „EnableProguard” ma wartość „true”, a właściwość programu MSBuild „AndroidLinkTool” jest pusta, dlatego właściwość „AndroidLinkTool” zostanie ustawiona na wartość domyślną „proguard”. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Właściwość programu MSBuild „AndroidEnableProguard” ma wartość „true”, a właściwość programu MSBuild „AndroidLinkTool” jest pusta, dlatego właściwość „AndroidLinkTool” zostanie ustawiona na wartość domyślną „proguard”. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Wykryto użycie metody AppDomain.CreateDomain() w zestawie: {0}. Platforma .NET 6 lub nowsza wersja obsługuje tylko jedną domenę aplikacji, dlatego ten interfejs API nie będzie już dostępny w rozszerzeniu Xamarin.Android po wydaniu platformy .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + Obsługa wartości „MONO_GC_PARAMS=bridge-implementation=old” zostanie usunięta na platformie .NET 7. + + + Nie można znaleźć pliku źródłowego „{0}”. + + + Nie można rozpoznać odwołania „{0}” przywoływanego przez element {1}. Być może nie istnieje ono w profilu platformy Mono dla systemu Android? + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Nie można rozpoznać odwołania „{0}” przywoływanego przez element {1}. Dodaj odwołanie do pakietu lub zestawu NuGet dla elementu „{0}” lub usuń odwołanie do elementu „{2}”. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Nie można rozpoznać odwołania do elementu „{0}” (zdefiniowanego w zestawie „{1}”) z zakresem „{2}”. Jeśli zakres różni się od zestawu definiującego, zazwyczaj oznacza to, że typ jest przekazywany. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Wyjątek podczas ładowania zestawów: {0} + {0} - The exception message of the associated exception + + + W przywoływanym zestawie {0} element Java.Interop.DoNotPackageAttribute wymaga nazwy pliku o wartości innej niż null. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Nie można utworzyć widoku AOT zestawu: {0} + The abbreviation "AOT" should not be translated. + + + Nieprawidłowy tryb AOT: {0} + The abbreviation "AOT" should not be translated. + + + Nie można usunąć kodu IL zestawu: {0} + The abbreviation "IL" should not be translated. + + + Zestaw Android NDK r10d zawiera wiele usterek i dostarcza niezgodną bibliotekę libm.so dla architektury x86_64. Zobacz https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + Wykryta wersja zestawu Android NDK jest niezgodna z docelową konfiguracją programu LLVM. Uaktualnij do zestawu NDK r10d lub nowszego. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Nie można skompilować natywnego pliku zestawu: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Nie można połączyć natywnej biblioteki współużytkowanej: {0} + + + Nie można wygenerować typu języka Java dla klasy {0} z powodu wyjątku {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + Dodaj odwołanie do pliku Mono.Android.Export.dll w przypadku używania atrybutu ExportAttribute lub ExportFieldAttribute. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + Wersja //uses-sdk/@android:targetSdkVersion w pliku AndroidManifest.xml „{0}” jest niższa niż $(TargetFrameworkVersion) „{1}”. Używanie wersji API-{2} na potrzeby kompilacji ACW. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + Typ „{0}” musi dostarczać publiczny konstruktor domyślny + + + Typ zarządzany „{0}” istnieje w wielu zestawach: {1}. Wykonaj refaktoryzację nazw typów zarządzanych w tych zestawach, aby nie były identyczne. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + Odwołania do typu „{0}” będą odwoływać się do typu „{0}, {1}”. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Typ języka Java „{0}” jest generowany przez więcej niż jeden typ zarządzany. Zmień atrybut [Register], aby ten sam typ języka Java nie był emitowany. + The following are literal names and should not be translated: Java, [Register] + + + Element „{0}” wygenerowany przez zarządzany element „{1}” + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + Wersja //uses-sdk/@android:minSdkVersion w pliku AndroidManifest.xml „{0}” jest niższa niż API-{1}. Taka konfiguracja nie jest obsługiwana. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + Wersja //uses-sdk/@android:targetSdkVersion w pliku AndroidManifest.xml „{0}” jest niższa niż API-{1}. Taka konfiguracja nie jest obsługiwana. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Nie można znaleźć elementu //manifest/application/uses-library w ścieżce: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + Nie można odnaleźć generatora powiązań dla języka {0} ani {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + Element klasy częściowej „{0}” nie ma skojarzonego powiązania dla układu „{1}”. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Nie wygenerowano żadnych plików źródłowych powiązania układu. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Nie odnaleziono żadnych widżetów dla układu ({0}). + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Źle sformułowana pełna nazwa klasy „{0}”. Brak przestrzeni nazw. + {0} - The class name + + + Źle sformułowana pełna nazwa klasy „{0}”. Brak nazwy klasy. + {0} - The class name + + + Widżet „{0}” w układzie „{1}” ma wiele wystąpień o różnych typach. Typ właściwości zostanie skonfigurowany na następującą wartość: {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + Element zasobu „{0}” nie ma wymaganego elementu metadanych „{1}”. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Nie można znaleźć określonego elementu //activity-alias/@android:targetActivity: „{0}” + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Nierozpoznany element główny „TransformFile”: {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Błąd podczas analizowania kodu XML: {0} + {0} - The exception message and stack trace of the associated exception + + + Wartość analizatora klas systemu Android „{0}” jest przestarzała i zostanie usunięta w przyszłej wersji rozszerzenia Xamarin.Android. Zaktualizuj właściwości projektu, aby używać literału „class-parse”. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Element docelowy generowania kodu systemu Android „{0}” jest przestarzały i zostanie usunięty w przyszłej wersji rozszerzenia Xamarin.Android. Zaktualizuj właściwości projektu, aby używać literału „XAJavaInterop1”. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + Biblioteka natywna „{0}” nie zostanie uwzględniona w pakiecie, ponieważ ma nieobsługiwany interfejs ABI. Przenieś ten plik do katalogu o prawidłowej nazwie interfejsu ABI systemu Android, np. „libs/armeabi-v7a/”. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Zestaw APK zawiera już element {0}; jest ignorowany. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Nie można określić interfejsu ABI biblioteki natywnej „{0}”. Przenieś ten plik do katalogu o prawidłowej nazwie systemu Android, np. „libs/armeabi-v7a/”. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Nie można określić instrukcji ABI natywnej biblioteki „{0}”. Usuń pakiet NuGet „{1}” lub powiadom autora biblioteki. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Nie można było określić interfejsu ABI niektórych bibliotek natywnych. Następujące są ignorowane: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Nieobsługiwany wyjątek podczas scalania pliku „AndroidManifest.xml”: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Błąd podczas wyodrębniania zasobów z pliku „{0}”: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + Nie znaleziono pliku konfiguracji programu ProGuard „{0}”. + The following are literal names and should not be translated: ProGuard + + + Biblioteka Multidex jest włączona, ale plik „$(_AndroidMainDexListFile)” jest pusty. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Biblioteka Multidex jest włączona, ale plik „$(_AndroidMainDexListFile)” „{0}” nie istnieje. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Element R8 nie obsługuje plików „@(MultiDexMainDexList)”, jeśli wartość właściwości android:minSdkVersion jest większa lub równa 21 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Nieprawidłowy plik konfiguracji programu ProGuard. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Nie można wygenerować map typów + + + Plik „MultiDexMainDexList” „{0}” nie istnieje. + The following are literal names and should not be translated: MultiDexMainDexList + + + Nie znaleziono pliku „{0}” „{1}”. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Aplikacja nie będzie zawierać sparowanego pakietu systemu Wear, ponieważ plik APK pakietu aplikacji systemu Wear nie został jeszcze utworzony. W przypadku kompilowania z poziomu wiersza polecenia pamiętaj, aby skompilować element docelowy „SignAndroidPackage”. + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Odwoływanie się do projektu aplikacji dla systemu Android Wear „{0}” z projektu aplikacji dla systemu Android jest przestarzałe i nie będzie już obsługiwane w przyszłej wersji programu Xamarin.Android. Usuń odwołanie do projektu aplikacji dla systemu Android Wear z projektu aplikacji dla systemu Android i dystrybuuj aplikację dla systemu Wear jako autonomiczną aplikację. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + Wbudowane odwołanie „{0}” jest przestarzałe. +Usuń odwołanie „{0}” z projektu i zamiast niego dodaj pakiet NuGet „{1}”. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + Właściwość „{0}” jest pusta. Należy podać wartość w przypadku właściwości „{0}”. + {0} - The MSBuildProperty which contains a value. + + + + Brak katalogu łańcuchów narzędzi zestawu Android NDK „{0}”. Zainstaluj zestaw Android NDK. + {0} - The path of the missing directory + + + Nie znaleziono kompilatora języka C dla docelowej architektury {0}. Sprawdzone ścieżki: „{1}” + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + Nie znaleziono katalogu łańcucha narzędzi dla docelowej architektury {0}. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Konwersja z zestawu do kodu natywnego nie powiodła się. Kod zakończenia {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + Kompilator języka C zestawu NDK zakończył pracę z błędem. Kod zakończenia {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Nie można było zlokalizować zestawu Android NDK. Upewnij się, że zestaw Android NDK jest zainstalowany w Menedżerze zestawów Android SDK, a jeśli używana jest niestandardowa ścieżka zestawu NDK, upewnij się, że właściwość $(AndroidNdkDirectory) narzędzia MSBuild jest ustawiona na ścieżkę niestandardową. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + Nie znaleziono programu łańcucha narzędzi „{0}” dla docelowej architektury {1}. Sprawdzone ścieżki: „{2}” + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + Konsolidator zestawu NDK zakończył pracę z błędem. Kod zakończenia {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + Nie można znaleźć narzędzia „{0}”. Zainstaluj pakiet Android SDK Build-Tools za pomocą programu „{1}{2}tools{2}{3}”. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + W zestawie Android SDK nie można znaleźć narzędzia „{0}”. Określ jego ścieżkę za pomocą opcji /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + Nie można było znaleźć pliku android.jar dla poziomu interfejsu API {0}. Oznacza to, że platforma Android SDK dla poziomu interfejsu API {0} nie jest zainstalowana. Zainstaluj ją w Menedżerze zestawów Android SDK ({2}) lub zmień projekt Xamarin.Android tak, aby był przeznaczony dla zainstalowanej wersji interfejsu API. (Brak pliku {1}). + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Narzędzia > Otwórz Menedżer zestawów SDK dla systemu Android... + This string is the location of a menu command in Visual Studio for Mac. + + + Narzędzia > Android > Menedżer zestawów Android SDK... + This string is the location of a menu command in Visual Studio. + + + Nazwa pakietu osadzonej aplikacji systemu Wear jest inna niż nazwa pakietu aplikacji dla urządzenia podręcznego ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Rozważ zwiększenie wartości parametru $(JavaMaximumHeapSize). Zabrakło pamięci dla środowiska Java podczas wykonywania elementu „{0} {1}”. + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Brak platform systemu Android zainstalowanych w: „{0}”. Zainstaluj platformę zestawu SDK za pomocą programu „{1}{2}tools{2}{3}”. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Nie odnaleziono katalogu zestawu SDK systemu Android. Sprawdź, czy jest wyświetlana prawidłowa instalacja w menedżerze zestawu SDK systemu Android w programie Visual Studio. Aby użyć niestandardowej ścieżki zestawu SDK dla kompilacji w wierszu polecenia, ustaw tę ścieżkę we właściwości programu MSBuild „AndroidSdkDirectory”. + The following terms should not be translated: AndroidSdkDirectory + + + Nie odnaleziono katalogu zestawu SDK języka Java. Sprawdź, czy jest skonfigurowany prawidłowy katalog zestawu SDK języka Java w sekcji systemu Android w opcjach programu Visual Studio. Aby użyć niestandardowej ścieżki zestawu SDK dla kompilacji w wierszu polecenia, ustaw tę ścieżkę we właściwości programu MSBuild „JavaSdkDirectory”. + The following terms should not be translated: JavaSdkDirectory + + + Nie można wygenerować typu języka Java dla klasy {0} z powodu elementu MAX_PATH: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Ten projekt może być kompilowany jednocześnie przez dwa procesy. Plik blokady istnieje w ścieżce: {0} + + + + Ten kod został wygenerowany przez narzędzie. + Został on wygenerowany na podstawie pliku {0} + Zmiany w tym pliku mogą powodować niepoprawne zachowanie i zostaną utracone + w przypadku ponownego wygenerowania zawartości. + + {0} - The path of the template file. + + + Właściwość <AndroidNamespaceReplacement> w przypadku „{0}” nie określa atrybutu „Replacement”. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + Katalog „{0}” pochodzi z „{1}”. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx new file mode 100644 index 00000000000..5ccce38d6fd --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Provavelmente esse erro foi causado por um problema com o arquivo AndroidManifest.xml ou com um atributo de geração de manifesto do Android em um arquivo de código-fonte. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Opção desconhecida `{0}`. Verifique se '$(AndroidAapt2CompileExtraArgs)' e '$(AndroidAapt2LinkExtraArgs)' incluem argumentos de linha de comando de `aapt` que não sejam mais válidos para `aapt2` e verifique se todos os outros argumentos são válidos para `aapt2`. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Nome de arquivo inválido: ele precisa conter apenas {0}. + {0} - The regular expression that the file name must match + + + Nome de arquivo inválido: ele precisa conter apenas {0}. + {0} - The regular expression that the file name must match + + + Nome de arquivo inválido: ele deve começar com A-z ou a-z ou um sublinhado. + + + Não foi possível determinar o nível da API da $(TargetFrameworkVersion) de '{0}'. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + Não foi possível determinar o $(AndroidApiLevel) ou a $(TargetFrameworkVersion). Isso não deveria ter ocorrido. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Exceção sem tratamento: {0} + {0} - The exception message of the associated exception + + + Não foi possível determinar a $(TargetFrameworkVersion) para o nível '{0}' da API. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Valor da $(TargetFrameworkVersion) '{0}' inválido ou sem suporte. Atualize as Opções do Projeto. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + Não foi possível encontrar o mono.android.jar + The following are literal names and should not be translated: mono.android.jar + + + Valor `{0}` de `android:versionCode` inválido em `AndroidManifest.xml`. Deve ser um valor inteiro. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Valor `{0}` de `android:versionCode` em `AndroidManifest.xml` inválido. O valor deve estar no intervalo de 0 a {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + Não há suporte para o build com a versão `{0}` do JDK. Instale a versão `{1}` do JDK. Consulte https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + O SDK do Java {0} ou superior é necessário ao usar {1}. +Baixe o JDK mais recente em: https://aka.ms/msopenjdk +Observação: o Android Designer é incompatível com o SDK do Java 11.0: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + O SDK do Java {0} ou superior é necessário ao usar o .NET 6 ou superior. Baixe o JDK mais recente em: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + O SDK do Java {0} ou superior é necessário ao usar as Ferramentas de Build do SDK do Android {1}. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Falha ao obter a versão do SDK do Java porque o valor retornado não parece conter um número de versão válido. `{0} -version` retornou: ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Falha ao obter a versão do SDK do Java. Verifique se o Java {0} ou superior está instalado. + {0} - The Java version number + + + Não foi possível determinar o ABI do Android com base no valor '{0}'. Edite o arquivo de projeto em um editor de texto e defina a propriedade 'RuntimeIdentifiers' do MSBuild para conter somente identificadores válidos para a plataforma Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + Não há mais suporte para a propriedade 'AndroidSupportedAbis' do MSBuild. Edite o arquivo de projeto em um editor de texto, remova todas as ocorrências de 'AndroidSupportedAbis' e use a propriedade 'RuntimeIdentifiers' MSBuild em seu lugar. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + A EmbeddedNativeLibrary '{0}' é inválida nos projetos de Aplicativo Android. Use a AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Valor inválido de `$(AndroidSequencePointsMode)`: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + A $(TargetFrameworkVersion) de {0} ({1}) é superior à $(TargetFrameworkVersion) do projeto de aplicativo ({2}). Aumente a $(TargetFrameworkVersion) do projeto de aplicativo. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} é um Assembly de Referência. + + + Ignorando o Assembly de Referência `{0}`. + {0} - File name of the assembly. + + + Não foi possível obter a versão de '{0}'. Usando 1.0 como padrão + {0} - The tool name + + + Versão sem suporte do AAPT2 encontrada no caminho ' {0} '. Abra o arquivo de projeto em um editor de texto e remova a propriedade ' Aapt2ToolPath ' do MSBuild ou verifique se ela está definida para um local válido. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + AAPT2 não foi encontrado no caminho ' {0} '. Abra o arquivo de projeto em um editor de texto e remova a propriedade ' Aapt2ToolPath ' do MSBuild ou verifique se ela está definida para um local válido. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + O Google Play exige que novos aplicativos e atualizações usem a TargetFrameworkVersion {0} (nível {1} da API) ou superior. No momento, você está fazendo o direcionamento à {2} (nível {3} da API). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + Não é possível encontrar 'EmbeddedResource' com o nome '{0}'. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + A TargetFrameworkVersion {0} foi preterida. Atualize para a v5.0 ou superior. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + Não foi possível analisar '{0}' + {0} - A NuGet target framework moniker string + + + Não foi possível resolver `target` no arquivo de bloqueio de '{0}' + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + No momento, não há suporte para usar a Implantação Rápida e o Lotes de Aplicativo Android ao mesmo tempo. Use a Implantação Rápida para configurações de Depuração e os Lotes de Aplicativo Android para configurações de Versão. + The following are literal names and should not be translated: Android App Bundles + + + Não é recomendado usar a implantação rápida e a AOT ao mesmo tempo. Use a implantação rápida para configurações de Depuração e a AOT para configurações de Liberação. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Não é recomendado usar a implantação rápida e o vinculador ao mesmo tempo. Use a implantação rápida para configurações de Depuração e o vinculador para configurações de Liberação. + The following are literal names and should not be translated: Debug, Release. + + + Não é recomendado usar a implantação rápida e a redução de código ao mesmo tempo. Use a implantação rápida para configurações de Depuração e a redução de código para configurações de Liberação. + The following are literal names and should not be translated: Debug, Release. + + + Desabilitando o interpretador; não há suporte para o uso do interpretador e da AOT ao mesmo tempo. Use o interpretador para suporte à recarga dinâmica em Configurações de depuração e a AOT para Configurações de versão. + The following are literal names and should not be translated: AOT, Debug, Release. + + + O assembly '{0}' está usando '[assembly: {1}]', que não tem mais suporte. Use uma versão mais recente deste pacote NuGet ou notifique o autor da biblioteca. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + O assembly '{0}' está usando um atributo preterido '[assembly: {1}]'. Use uma versão mais recente deste pacote NuGet ou notifique o autor da biblioteca. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Removendo {0} de {1}. O lint {2} não dá suporte a essa verificação. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + O '{0}' está usando um nível de informações de depuração preterido. +Defina as informações de depuração para Portátil nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade 'DebugType' do MSBuild como 'portable' para usar o nível de informações de depuração multiplataforma mais recente. +Se esse arquivo provém de um pacote NuGet, faça a atualização para uma versão mais recente do pacote NuGet ou notifique o autor da biblioteca. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Ocorreu um problema ao analisar {0}. Isso provavelmente se deve a XML incompleto ou inválido. Exceção: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: aviso ao atualizar o recurso XML '{0}': {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + A correspondência mais próxima encontrada para '{0}' é '{1}', mas não há correspondência entre maiúsculas e minúsculas. Corrija o uso de maiúsculas e minúsculas. + {0} - The user-provided type name +{1} - The type name found + + + Tentando correspondência de nome de tipo básico para o elemento com a ID '{0}' e o tipo '{1}' + {0} - The Android resource ID name + + + Se a correspondência de nome de tipo básico falhar, adicione um atributo `xamarin:managedType` ao elemento para especificar o nome do tipo gerenciado totalmente qualificado do elemento. + "xamarin:managedType" is a literal name and should not be translated. + + + A TargetFrameworkVersion (nível da API do Android {0}) é maior que a targetSdkVersion ({1}). Aumente `android:targetSdkVersion` em `AndroidManifest.xml` para que os níveis de API correspondam. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + A minSdkVersion ({0}) é maior que a targetSdkVersion. Altere o valor de modo que a minSdkVersion seja inferior ou igual à targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + A TargetFrameworkVersion (nível de API do Android {0}) é menor que a targetSdkVersion ({1}). Aumente `$(TargetFrameworkVersion)` ou diminua `android:targetSdkVersion` em `AndroidManifest.xml` para que os níveis de API correspondam. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Valor de `$(AndroidManifestPlaceholders)` inválido para os espaços reservados do manifesto do Android. Use o formato `key1=value1;key2=value2`. O valor especificado era: `{0}` + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + Não há mais suporte para o uso do ProGuard com o compilador DEX D8. Defina o redutor de código para 'r8' nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade 'AndroidLinkTool' do MSBuild como 'r8'. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + A ID de substituição do elemento raiz do layout incluída '{0}' não é válida. + {0} - The Android resource ID name + + + Falha ao analisar a ID do nó '{0}' no arquivo de layout '{1}'. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Foram encontradas referências de biblioteca JAR com nomes de arquivo idênticos, mas conteúdos diferentes: {0}. Remova todas as bibliotecas conflitantes de EmbeddedJar, InputJar e AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Mais de um projeto do Android Wear está especificado como o projeto emparelhado. Ele pode ter no máximo um. + The following are literal names and should not be translated: Android Wear + + + O projeto '{0}' do aplicativo do Wear do destino não especifica a propriedade do projeto 'AndroidManifest' necessária. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + O AndroidManifest.xml do aplicativo do Wear de destino não especifica o atributo 'package' necessário. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + O arquivo AndroidManifest especificado não existe: {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + O arquivo `LibraryProjectProperties` `{0}` está localizado em um diretório pai do diretório de saída intermediário do projeto de associações. Ajuste o caminho para usar o arquivo original `project.properties` diretamente no diretório do projeto de biblioteca do Android. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Pelo menos uma biblioteca Java é necessária para associação. Verifique se uma biblioteca Java está incluída no projeto e se ela tem a ação de build apropriada: 'LibraryProjectZip' (para AAR ou ZIP), 'EmbeddedJar', 'InputJar' (para JAR) ou 'LibraryProjectProperties' (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + A biblioteca Java de origem especificada não foi encontrada: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + A biblioteca Java de referência especificada não foi encontrada: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + Não há suporte para o uso do Compilador DX DEX. Defina o compilador DEX para 'd8' nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade 'AndroidDexTool' do MSBuild como 'd8'. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Ignorando o arquivo de configuração '{0}'. Não há suporte para arquivos de configuração do .NET em projetos Xamarin.Android direcionados ao .NET 6 ou posterior. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + O valor 'Hybrid' experimental para a propriedade 'AndroidAotMode' do MSBuild não é compatível atualmente com o ABI de destino armeabi-v7a. Para continuar usando o valor 'Hybrid' experimental para 'AndroidAotMode', desmarque o ABI de destino armeabi-v7a nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e remova 'armeabi-v7a' da propriedade 'AndroidSupportedAbis' do MSBuild. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + O uso de AAPT está preterido em favor do AAPT2. Habilite 'Usar aapt2 (sistema de empacotamento Android) incremental' nas páginas de propriedades do projeto de Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade ' AndroidUseAapt2 ' MSBuild como ' true '. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + Não há suporte para o uso de AAPT nos projetos Xamarin.Android direcionados ao .NET 6 ou superior. Habilite 'Usar o sistema de empacotamento Android incremental (aapt2)' nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade 'AndroidUseAapt2' do MSBuild como 'true'. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + A propriedade 'EnableProguard' do MSBuild está definida como 'true' e a propriedade 'AndroidLinkTool' do MSBuild está vazia, portanto, a 'AndroidLinkTool' usará 'proguard' como padrão. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + A propriedade 'AndroidEnableProguard' do MSBuild está definida como 'true' e a propriedade 'AndroidLinkTool' do MSBuild está vazia, portanto, a 'AndroidLinkTool' usará 'proguard' como padrão. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + O uso de AppDomain.CreateDomain() foi detectado no assembly: {0}. O .NET 6 e superior dará suporte apenas a um único AppDomain, portanto, esta API não estará mais disponível no Xamarin.Android quando o .NET 6 for lançado. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + O suporte para o valor 'MONO_GC_PARAMS=bridge-implementation=old' será removido no .NET 7. + + + Arquivo de origem "{0}" não pode ser encontrado. + + + Não é possível resolver a referência: `{0}`, referenciada por {1}. É possível que ela não exista no perfil do Mono para Android? + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Não é possível resolver a referência: `{0}`, referenciada por {1}. Adicione um pacote NuGet ou uma referência de assembly para `{0}` ou remova a referência a `{2}`. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Não foi possível resolver a referência a '{0}' (definida no assembly '{1}') com o escopo '{2}'. Quando o escopo é diferente do assembly de definição, geralmente o tipo é encaminhado. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Exceção ao carregar os assemblies: {0} + {0} - The exception message of the associated exception + + + No assembly referenciado {0}, Java.Interop.DoNotPackageAttribute exige um nome de arquivo não nulo. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Não foi possível fazer AOT no assembly: {0} + The abbreviation "AOT" should not be translated. + + + Modo de AOT inválido: {0} + The abbreviation "AOT" should not be translated. + + + Não foi possível remover o IL do assembly: {0} + The abbreviation "IL" should not be translated. + + + O NDK r10d apresenta um bug e fornece um libm.so do x86_64 incompatível. Confira https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + A versão do Android NDK detectada é incompatível com a configuração de LLVM de destino. Atualize para o NDK r10d ou mais recente. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Não foi possível compilar o arquivo do assembly nativo: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Não foi possível vincular a biblioteca compartilhada nativa: {0} + + + Falha ao gerar o tipo Java para a classe: {0} devido a {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + Adicione uma referência a Mono.Android.Export.dll ao usar ExportAttribute ou ExportFieldAttribute. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' é menor que $(TargetFrameworkVersion) '{1}'. Usando a API-{2} para compilação do ACW. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + O tipo '{0}' deve fornecer um construtor padrão público + + + O tipo gerenciado `{0}` existe em vários assemblies: {1}. Refatore os nomes de tipos gerenciados nesses assemblies para que eles não sejam idênticos. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + As referências ao tipo `{0}` farão referência a `{0}, {1}`. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + O tipo de Java '{0}' é gerado por mais de um tipo gerenciado. Altere o atributo [Register] para que o mesmo tipo de Java não seja emitido. + The following are literal names and should not be translated: Java, [Register] + + + '{0}' gerado por: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' é menor que a API-{1}, essa configuração não tem suporte. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' é menor que a API-{1}, essa configuração não tem suporte. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Não é possível localizar //manifest/application/uses-library no caminho: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + Não é possível encontrar o gerador de associação para a linguagem {0} ou {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + O item de classe parcial '{0}' não tem uma associação associada para o layout '{1}'. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Não foi gerado nenhum arquivo de origem de associação de layout. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Não foi encontrado nenhum widget para o layout ({0}). + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Nome de classe completo mal formado '{0}'. Namespace ausente. + {0} - The class name + + + Nome de classe completo mal formado '{0}'. Nome de classe ausente. + {0} - The class name + + + O widget '{0}' no layout '{1}' tem várias instâncias com tipos diferentes. O tipo de propriedade será definido como: {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + O item de recurso '{0}' não tem o item de metadados necessário '{1}'. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Não é possível localizar o //activity-alias/@android:targetActivity especificado: '{0}' + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Elemento raiz `TransformFile` não reconhecido: {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Erro ao analisar o XML: {0} + {0} - The exception message and stack trace of the associated exception + + + O valor do analisador de classe do Android '{0}' foi preterido e será removido em uma versão futura do Xamarin.Android. Atualize as propriedades do projeto para usar 'class-parse'. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + O destino de geração de código Android '{0}' foi preterido e será removido em uma versão futura do Xamarin.Android. Atualize as propriedades do projeto para usar 'XAJavaInterop1'. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + A biblioteca nativa '{0}' não será agrupada porque tem um ABI sem suporte. Mova este arquivo para um diretório com um nome de ABI do Android válido, como 'libs/armeabi-v7a/'. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + O APK já contém o item {0}. Ignorando. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Não é possível determinar o ABI da biblioteca nativa '{0}'. Mova este arquivo para um diretório com um nome de ABI do Android válido, como 'libs/armeabi-v7a/'. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Não é possível determinar a ABI da biblioteca nativa '{0}'. Remova o pacote NuGet '{1}' ou notifique o autor da biblioteca. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Não foi possível determinar o ABI de algumas bibliotecas nativas. Ignorando estas: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Exceção sem tratamento ao mesclar `AndroidManifest.xml`: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Erro ao extrair recursos de "{0}": {1} + {0} - The file name +{1} - The exception message of the associated exception + + + O arquivo de configuração do ProGuard '{0}' não foi encontrado. + The following are literal names and should not be translated: ProGuard + + + Multidex está habilitado, mas '$(_AndroidMainDexListFile)' está vazio. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex está habilitado, mas o arquivo '$(_AndroidMainDexListFile)' '{0}' não existe. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + A R8 não dá suporte a arquivos '@(MultiDexMainDexList)' quando android:minSdkVersion >= 21 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Arquivo de configuração do ProGuard inválido. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Falha ao gerar mapas de tipo + + + O arquivo 'MultiDexMainDexList' '{0}' não existe. + The following are literal names and should not be translated: MultiDexMainDexList + + + `{0}` arquivo `{1}` não pode ser encontrado. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + O aplicativo não conterá o pacote do Wear emparelhado porque o APK do pacote de aplicativos do Wear ainda não foi criado. Se estiver criando na linha de comando, não se esqueça de criar o destino "SignAndroidPackage". + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + A referência ao projeto de aplicativo Wear Android '{0}' de um projeto de aplicativo Android foi preterida e não haverá mais suporte para ela em uma versão futura do Xamarin.Android. Remova a referência ao projeto de aplicativo Wear Android do projeto de aplicativo Android e distribua o aplicativo Wear como um aplicativo autônomo. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + A referência interna '{0}' foi preterida. +Remover a referência '{0}' de seu projeto e adicionar o pacote NuGet '{1}' em vez disso. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + '{0}' está vazio. Um valor para '{0}' deve ser fornecido. + {0} - The MSBuildProperty which contains a value. + + + + O diretório de cadeias de ferramentas '{0}' do Android NDK está ausente. Instale o Android NDK. + {0} - The path of the missing directory + + + O compilador C do {0} de destino não foi encontrado. Caminhos tentados: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + O diretório de cadeia ferramentas do {0} de destino não foi encontrado. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Falha na conversão de assembly em código nativo. Código de saída {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + O compilador NDK C foi encerrado com um erro. Código de saída {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Não foi possível localizar o Android NDK. Verifique se o Android NDK está instalado no Gerenciador de SDK Android ou, se estiver usando um caminho personalizado do NDK, verifique se a propriedade $(AndroidNdkDirectory) do MSBuild está definida para o caminho personalizado. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + O utilitário de cadeia de ferramentas '{0}' para o {1} de destino não foi encontrado. Foi tentado o caminho: "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + O vinculador NDK C foi encerrado com um erro. Código de saída {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + Não é possível localizar `{0}`. Instale o pacote Build-Tools do SDK do Android com o programa `{1}{2}tools{2}{3}`. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + Não é possível localizar `{0}` no SDK do Android. Defina seu caminho por meio de /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + Não foi possível encontrar android.jar para o nível da API {0}. Isso significa que a plataforma do SDK do Android para o nível da API {0} não está instalada. Instale-a no Gerenciador de SDK Android ({2}) ou altere o projeto Xamarin.Android para que ele seja direcionado a uma versão da API instalada. ({1} ausente.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Ferramentas > Abrir o Gerenciador de SDK Android... + This string is the location of a menu command in Visual Studio for Mac. + + + Ferramentas > Android > Gerenciador de SDK Android... + This string is the location of a menu command in Visual Studio. + + + O nome do pacote do aplicativo Wear inserido difere do nome do pacote do aplicativo portátil ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Considere o aumento do valor de $(JavaMaximumHeapSize). O Java ficou sem memória ao executar '{0} {1}' + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + Não há nenhuma plataforma Android instalada em '{0}'. Instale uma Plataforma de SDK com o programa `{1}{2}tools{2}{3}`. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Não foi possível encontrar o diretório do SDK do Android. Verifique se o Gerenciador de SDK Android no Visual Studio mostra uma instalação válida. Para usar um caminho do SDK personalizado para um build de linha de comando, defina a propriedade 'AndroidSdkDirectory' do MSBuild para o caminho personalizado. + The following terms should not be translated: AndroidSdkDirectory + + + Não foi possível encontrar o diretório do SDK do Java. Verifique se a seção Android das opções do Visual Studio tem um diretório válido do SDK do Java configurado. Para usar um caminho do SDK personalizado para um build de linha de comando, defina a propriedade 'JavaSdkDirectory' do MSBuild para o caminho personalizado. + The following terms should not be translated: JavaSdkDirectory + + + Falha ao gerar o tipo Java para a classe: {0} devido a MAX_PATH: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Dois processos podem estar criando este projeto ao mesmo tempo. O arquivo de bloqueio existe no caminho: {0} + + + + Este código foi gerado por uma ferramenta. + Ele foi gerado de {0} + As alterações feitas neste arquivo poderão causar comportamento incorreto e serão perdidas se + o conteúdo for regenerado. + + {0} - The path of the template file. + + + O <AndroidNamespaceReplacement> para '{0}' não especifica um atributo 'Substituição'. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + O diretório '{0}' é de '{1}'. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx new file mode 100644 index 00000000000..c05fa169d2d --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Эта ошибка может быть вызвана проблемой с файлом AndroidManifest.xml или с атрибутом создания манифеста Android в файле исходного кода. + {0} - The error message returned by the AAPT or AAPT2 tool + + + Неизвестный параметр "{0}". Проверьте "$(AndroidAapt2CompileExtraArgs)" и "$(AndroidAapt2LinkExtraArgs)", чтобы проверить, содержат ли они аргументы командной строки "aapt", которые больше не являются допустимыми для "aapt2", и убедитесь, что все остальные аргументы являются допустимыми для "aapt2". + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Недопустимое имя файла: оно должно содержать только {0}. + {0} - The regular expression that the file name must match + + + Недопустимое имя файла: оно должно содержать только {0}. + {0} - The regular expression that the file name must match + + + Недопустимое имя файла: оно должно начинаться с букв A–z, a–z или символа подчеркивания. + + + Не удалось определить уровень API для $(TargetFrameworkVersion) "{0}". + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + Не удалось определить $(AndroidApiLevel) или $(TargetFrameworkVersion). Отображение этого сообщения не ожидается при нормальном использовании. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + Необработанное исключение: {0} + {0} - The exception message of the associated exception + + + Не удалось определить $(TargetFrameworkVersion) для уровня API "{0}". + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + Неподдерживаемое или недопустимое значение $(TargetFrameworkVersion) "{0}". Измените параметры проекта. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + Не удалось найти mono.android.jar. + The following are literal names and should not be translated: mono.android.jar + + + Недопустимое значение "android:versionCode" "{0}" в "AndroidManifest.xml". Значение должно быть целым числом. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + Недопустимое значение "android:versionCode" "{0}" в "AndroidManifest.xml". Значение должно быть целым числом в диапазоне от 0 до {1}. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + Сборка с использованием версии JDK "{0}" не поддерживается. Установите версию JDK "{1}". Дополнительные сведения см. на странице https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + При использовании {1} требуется пакет SDK для Java {0} и более поздних версий. +Скачать последнюю версию JDK по адресу: https://aka.ms/msopenjdk +Примечание. Android Designer несовместим с пакетом SDK для Java 11.0: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + При использовании .NET 6 и более поздних версий требуется пакет SDK для Java {0} и более поздних версий. Скачать последнюю версию JDK по адресу: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + При использовании Android SDK Build-Tools {1} требуется пакет SDK для Java версии {0} или более поздней версии. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Не удалось получить версию пакета SDK для Java, поскольку возвращаемое значение не содержит допустимый номер версии. Команда "{0} -version" возвратила "{1}" + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Не удалось получить версию пакета SDK для Java. Убедитесь, что на компьютере установлен пакет Java {0} или более поздней версии. + {0} - The Java version number + + + Не удалось определить ABI для Android по значению "{0}". Откройте файл проекта в текстовом редакторе и измените свойство MSBuild "RuntimeIdentifiers" так, чтобы оно содержало только допустимые идентификаторы для платформы Android. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + Свойство MSBuild "AndroidSupportedAbis" больше не поддерживается. Откройте файл проекта в текстовом редакторе, удалите все вхождения "AndroidSupportedAbis" и используйте вместо них свойство MSBuild "RuntimeIdentifiers". + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + Библиотека EmbeddedNativeLibrary "{0}" недопустима в проектах приложений Android. Используйте библиотеку AndroidNativeLibrary. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + Недопустимое значение для "$(AndroidSequencePointsMode)": {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + $(TargetFrameworkVersion) для {0} ({1}) выше $(TargetFrameworkVersion) для проекта приложения ({2}). Используйте более новую версию $(TargetFrameworkVersion) для проекта приложения. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} является базовой сборкой. + + + Базовая сборка "{0}" будет пропущена. + {0} - File name of the assembly. + + + Не удалось получить версию из "{0}". Устанавливается версия по умолчанию (1.0). + {0} - The tool name + + + В пути "{0}" обнаружена неподдерживаемая версия AAPT2. Откройте файл проекта в текстовом редакторе и удалите свойство MSBuild "Aapt2ToolPath" или задайте для него допустимое расположение. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + AAPT2 не найдено в пути "{0}". Откройте файл проекта в текстовом редакторе и удалите свойство MSBuild "Aapt2ToolPath" или задайте для него допустимое расположение. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play требует, чтобы новые приложения и обновления использовали версию TargetFrameworkVersion {0} (уровень API {1}) или выше. Текущая целевая версия — {2} (уровень API {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + Не удалось найти "EmbeddedResource" с именем "{0}". + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + Версия TargetFrameworkVersion {0} является нерекомендуемой. Обновите ее как минимум до v5.0. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + Не удалось проанализировать "{0}". + {0} - A NuGet target framework moniker string + + + Не удалось разрешить "Target" в файле блокировки для "{0}". + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + Одновременное использование Fast Deployment и Android App Bundles сейчас не поддерживается. Используйте Fast Deployment для конфигураций отладки и Android App Bundles для конфигураций выпуска. + The following are literal names and should not be translated: Android App Bundles + + + Не рекомендуется использовать быстрое развертывание и AOT одновременно. Используйте быстрое развертывание для конфигураций отладки, а AOT — для конфигураций выпуска. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Не рекомендуется использовать быстрое развертывание и компоновщик одновременно. Используйте быстрое развертывание для конфигураций отладки, а компоновщик — для конфигураций выпуска. + The following are literal names and should not be translated: Debug, Release. + + + Не рекомендуется использовать быстрое развертывание и средство сжатия кода одновременно. Используйте быстрое развертывание для конфигураций отладки и средство сжатия кода для конфигураций выпуска. + The following are literal names and should not be translated: Debug, Release. + + + Отключение интерпретатора; одновременное использование интерпретатора и AOT не поддерживается. Используйте интерпретатор для поддержки горячей перезагрузки в конфигурациях отладки и конфигурациях AOT для выпуска. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Сборка "{0}" использует "[assembly: {1}]", которая больше не поддерживается. Используйте более новую версию этого пакета NuGet или уведомите автора библиотеки. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + Сборка "{0}" использует устаревший атрибут "[assembly: {1}]". Используйте более новую версию этого пакета NuGet или уведомите автора библиотеки. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + Идет удаление {0} из {1}. Lint {2} не поддерживает эту проверку. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + В файле "{0}" используется устаревший уровень отладочной информации. +Задайте значение "Переносимая" для отладочной информации на страницах свойств проекта Visual Studio или измените файл проекта в текстовом редакторе, задав для свойства MSBuild "DebugType" значение "portable", чтобы использовать более новый кроссплатформенный уровень отладочной информации. +Если этот файл получен из пакета NuGet, обновите пакет NuGet до более поздней версии или уведомите автора библиотеки. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + Возникла проблема при синтаксическом анализе {0}. Возможная причина: неполный или недопустимый код XML. Исключение: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: предупреждение при обновлении XML-файла ресурсов "{0}". {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + Для "{0}" найдено ближайшее соответствие "{1}", однако регистр символов не совпадает. Необходимо исправить его. + {0} - The user-provided type name +{1} - The type name found + + + Попытка сопоставления имени базового типа для элемента с идентификатором "{0}" и типом "{1}". + {0} - The Android resource ID name + + + Если сопоставление имени базового типа не удается выполнить, добавьте к элементу атрибут "xamarin:managedType", чтобы указать полное имя управляемого типа элемента. + "xamarin:managedType" is a literal name and should not be translated. + + + Версия TargetFrameworkVersion (уровень API Android {0}) больше версии targetSdkVersion ({1}). Увеличьте версию "android:targetSdkVersion" в файле "AndroidManifest.xml", чтобы уровни API совпадали. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Версия minSdkVersion ({0}) больше версии targetSdkVersion. Измените значение таким образом, чтобы версия minSdkVersion была меньше или равна версии targetSdkVersion ({1}). + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + Версия TargetFrameworkVersion (уровень API Android {0}) меньше версии targetSdkVersion ({1}). Увеличьте версию "$(TargetFrameworkVersion)" или уменьшите "android:targetSdkVersion" в файле "AndroidManifest.xml", чтобы уровни API совпадали. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Недопустимое значение "$(AndroidManifestPlaceholders)" для заполнителей манифеста Android. Используйте формат "ключ1=значение1;ключ2=значение2". Указано значение: "{0}". + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + Использование ProGuard с компилятором D8 DEX больше не поддерживается. Установите средство сжатия кода "r8" на страницах свойств проекта в Visual Studio или измените файл проекта в текстовом редакторе, установив значение "r8" для свойства MSBuild "AndroidLinkTool". + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + Включенный идентификатор переопределения корневого элемента макета "{0}" является недопустимым. + {0} - The Android resource ID name + + + Не удалось проанализировать идентификатор узла "{0}" в файле макета "{1}". + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Обнаружены ссылки на библиотеки JAR с одинаковыми именами файлов, но разным содержимым: {0}. Удалите конфликтующие библиотеки из EmbeddedJar, InputJar и AndroidJavaLibrary. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + В качестве связанного проекта указано несколько проектов Android Wear. Такой проект может быть только один. + The following are literal names and should not be translated: Android Wear + + + В проекте целевого приложения Wear "{0}" не указано обязательное свойство проекта "AndroidManifest". + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + В файле AndroidManifest.xml целевого приложения Wear не указан обязательный атрибут "package". + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Указанный файл AndroidManifest не существует: {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + Файл "LibraryProjectProperties" "{0}" находится в родительском каталоге промежуточного выходного каталога проекта привязок. Измените путь, чтобы использовать исходный файл "project.properties" непосредственно из каталога проекта библиотеки Android. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Для привязки требуется по меньшей мере одна библиотека Java. Убедитесь, что в проект включена библиотека Java, имеющая соответствующее действие сборки: "LibraryProjectZip" (для AAR или ZIP), "EmbeddedJar", "InputJar" (для JAR) или "LibraryProjectProperties" (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + Указанная исходная библиотека Java не найдена: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + Указанная справочная библиотека Java не найдена: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + Использование DEX-компилятора DX не поддерживается. Установите компилятор DEX "d8" на страницах свойств проекта в Visual Studio или измените файл проекта в текстовом редакторе, задав значение "d8" для свойства MSBuild "AndroidDexTool". + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + Пропуск файла конфигурации "{0}". Файлы конфигурации .NET не поддерживаются в проектах Xamarin.Android для .NET 6 и более поздних версиях. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + Экспериментальное значение "Hybrid" для свойства MSBuild "AndroidAotMode" сейчас не совместимо с целевым ABI armeabi-v7a. Чтобы продолжить использовать экспериментальное значение "Hybrid" для свойства "AndroidAotMode", отмените выбор целевого ABI armeabi-v7a на страницах свойств проекта Visual Studio или откройте файл проекта в текстовом редакторе и удалите "armeabi-v7a" из свойства "AndroidSupportedAbis" MSBuild. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + Рекомендуется перейти с AAPT на AAPT2. Установите параметр "Использование инкрементной системы создания пакетов Android (AAPT2)" на страницах свойств проекта в Visual Studio или откройте файл проекта в текстовом редакторе и задайте значение "true" для свойства MSBuild "AndroidUseAapt2". + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + Использование AAPT не поддерживается в проектах Xamarin.Android для .NET 6 и более поздних версий. Установите параметр "Использование инкрементной системы создания пакетов Android (AAPT2)" на страницах свойств проекта в Visual Studio или откройте файл проекта в текстовом редакторе и задайте значение "true" для свойства MSBuild "AndroidUseAapt2". + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + Для свойства MSBuild "EnableProguard" задано значение "true", а свойство MSBuild "AndroidLinkTool" является пустым, поэтому для свойства "AndroidLinkTool" будет по умолчанию использовано значение "proguard". + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + Для свойства MSBuild "AndroidEnableProguard" задано значение "true", а свойство MSBuild "AndroidLinkTool" является пустым, поэтому для свойства "AndroidLinkTool" будет по умолчанию использовано значение "proguard". + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + В сборке обнаружено использование AppDomain.CreateDomain(): {0}. .NET 6 и более поздние версии будут поддерживать только один домен AppDomain, поэтому этот API больше не будет доступен в Xamarin.Android после выпуска .NET 6. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + Поддержка значения "MONO_GC_PARAMS=bridge-implementation=old" будет удалена в .NET 7. + + + Не удалось найти исходный файл "{0}". + + + Не удается разрешить ссылку "{0}", на которую ссылается {1}. Возможно, она отсутствует в профиле Mono для Android. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + Не удается разрешить ссылку "{0}", на которую ссылается {1}. Добавьте пакет NuGet или ссылку на сборку для "{0}" либо удалите ссылку на "{2}". + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + Не удалось разрешить ссылку на "{0}" (определенную в сборке "{1}") с областью "{2}". Если область отличается от определяющей сборки, обычно это означает, что тип передается. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Исключение при загрузке сборок: {0}. + {0} - The exception message of the associated exception + + + В сборке {0}, на которую указывает ссылка, для Java.Interop.DoNotPackageAttribute требуется имя файла, отличное от NULL. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Не удалось выполнить AOT для сборки: {0} + The abbreviation "AOT" should not be translated. + + + Недопустимый режим AOT: {0} + The abbreviation "AOT" should not be translated. + + + Не удалось удалить промежуточный язык сборки: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d содержит ошибки и предоставляет несовместимый пакет x86_64 libm.so. См. https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + Обнаруженная версия Android NDK несовместима с целевой конфигурацией LLVM. Выполните обновление до NDK r10d или более поздней версии. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Не удалось скомпилировать файл собственной сборки: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Не удалось связать собственную общую библиотеку: {0} + + + Не удалось создать тип Java для класса {0}, так как возникло исключение {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + При использовании ExportAttribute или ExportFieldAttribute добавьте ссылку на Mono.Android.Export.dll. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + Версия AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ниже версии $(TargetFrameworkVersion) "{1}". Использование API-{2} для компиляции ACW. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + Тип "{0}" должен предоставлять открытый конструктор по умолчанию. + + + Управляемый тип "{0}" существует в нескольких сборках: {1}. Выполните рефакторинг имен управляемых типов в этих сборках, чтобы они не совпадали. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + Ссылки на тип "{0}" будут ссылаться на "{0}, {1}". + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Тип Java "{0}" создан несколькими управляемыми типами. Измените атрибут [Register] так, чтобы один и тот же тип Java не создавался. + The following are literal names and should not be translated: Java, [Register] + + + Имя типа: "{0}", создан: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + Версия AndroidManifest.xml //uses-sdk/@android:minSdkVersion "{0}" ниже версии API-{1}, эта конфигурация не поддерживается. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + Версия AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ниже версии API-{1}, эта конфигурация не поддерживается. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Не удалось найти //manifest/application/uses-library по пути: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + Не удается найти генератор привязки для языка {0} или {1}. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + С элементом разделяемого класса "{0}" не связана привязка для макета "{1}". + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Не были созданы исходные файлы привязки макета. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Не найдены мини-приложения для макета ({0}). + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Полное имя класса "{0}" сформировано неправильно. Отсутствует пространство имен. + {0} - The class name + + + Полное имя класса "{0}" сформировано неправильно. Отсутствует имя класса. + {0} - The class name + + + Мини-приложение "{0}" в макете "{1}" содержит несколько экземпляров с разными типами. Будет установлен тип свойства {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + Элемент ресурса "{0}" не включает необходимый элемент метаданных "{1}". + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Не найдено указанное действие //activity-alias/@android:targetActivity: "{0}". + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + Нераспознанный корневой элемент "TransformFile": {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + Ошибка анализа XML: {0} + {0} - The exception message and stack trace of the associated exception + + + Значение "{0}" синтаксического анализатора класса Android является устаревшим и будет удалено в следующей версии Xamarin.Android. Обновите свойства проекта, чтобы использовать "class-parse". + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Целевой объект "{0}" создания кода Android является устаревшим и будет удален в следующей версии Xamarin.Android. Обновите свойства проекта, чтобы использовать "XAJavaInterop1". + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + Собственная библиотека "{0}" не будет объединена, так как она содержит неподдерживаемый ABI. Переместите этот файл в каталог с допустимым именем ABI для Android, например, "libs/armeabi-v7a/". + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Пакет APK уже содержит элемент {0}; он будет пропущен. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + Не удается определить ABI для собственной библиотеки "{0}". Переместите этот файл в каталог с допустимым именем ABI для Android, например, "libs/armeabi-v7a/". + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + Не удается определить ABI для собственной библиотеки "{0}". Удалите пакет NuGet "{1}" или сообщите об этом автору библиотеки. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Не удалось определить ABI для некоторых собственных библиотек. Следующие будут пропущены: {0}. + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + Слияние необработанных исключений "AndroidManifest.xml": {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + Ошибка при извлечении ресурсов из "{0}": {1} + {0} - The file name +{1} - The exception message of the associated exception + + + Не удалось найти файл конфигурации ProGuard "{0}". + The following are literal names and should not be translated: ProGuard + + + Multidex включен, но "$(_AndroidMainDexListFile)" пуст. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex включен, но файл "$(_AndroidMainDexListFile)" "{0}" не существует. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + R8 не поддерживает файлы "@(MultiDexMainDexList)", если android:minSdkVersion >= 21. + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Недопустимый файл конфигурации ProGuard. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Не удалось создать сопоставления типов. + + + Файл MultiDexMainDexList "{0}" не существует. + The following are literal names and should not be translated: MultiDexMainDexList + + + Не удалось найти файл "{0}" "{1}". + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Приложение не будет содержать связанный пакет Wear, так как пакет APK приложения Wear еще не создан. При сборке в командной строке необходимо выполнить сборку целевого объекта "SignAndroidPackage". + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Использование ссылки на проект приложения Android Wear "{0}" из проекта приложения Android является нерекомендуемым, и в будущей версии Xamarin.Android поддержка такой ссылки будет прекращена. Удалите ссылку на проект приложения Android Wear из проекта приложения Android и распространяйте приложение Wear в качестве автономного приложения. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + Встроенная ссылка "{0}" устарела. +Удалите ссылку "{0}" из проекта и добавьте вместо него пакет "{1}" NuGet. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + "{0}" пуст. Необходимо указать значение для "{0}". + {0} - The MSBuildProperty which contains a value. + + + + Отсутствует каталог цепочек инструментов Android NDK "{0}". Установите Android NDK. + {0} - The path of the missing directory + + + Компилятор C для целевой архитектуры {0} не найден. Проверенные пути: "{1}". + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + Каталог цепочки инструментов для целевой архитектуры {0} не найден. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Не удалось выполнить преобразование из сборки в машинный код. Код выхода: {0}. + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + Компилятор NDK C завершил работу с ошибкой. Код выхода: {0}. + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Не удалось найти Android NDK. Проверьте установку этого пакета в Диспетчере SDK Android, а если используется особый путь к NDK, этот путь должен быть задан в свойстве MSBuild $(AndroidNdkDirectory). + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + Служебная программа "{0}" цепочки инструментов для целевой архитектуры {1} не найдена. Проверенный путь: "{2}". + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + Работа компоновщика NDK завершилась с ошибкой. Код выхода: {0}. + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + Не удается найти "{0}". Установите пакет Android SDK Build-Tools с программой "{1}{2}tools{2}{3}". + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + Не удается найти "{0}" в пакете SDK для Android. Укажите путь к нему с помощью параметра /p:LintToolPath. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + Не удалось найти файл android.jar для уровня API {0}. Это означает, что платформа SDK для Android для уровня API {0} не установлена. Установите его в Диспетчере SDK Android ({2}) или измените проект Xamarin.Android, чтобы установленная версия API использовалась в нем в качестве целевой. (Отсутствует файл {1}.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Средства > Открыть Диспетчер SDK Android… + This string is the location of a menu command in Visual Studio for Mac. + + + Средства > Android > Диспетчер SDK Android… + This string is the location of a menu command in Visual Studio. + + + Имя пакета приложения Wear для встроенных устройств отличается от имени пакета приложения для наладонных устройств ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. Попробуйте увеличить значение $(JavaMaximumHeapSize). В Java недостаточно памяти для выполнения "{0} {1}" + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + На "{0}" не установлены платформы Android. Установите SDK Platform с помощью программы "{1}{2}tools{2}{3}". + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Не удалось найти каталог пакета SDK для Android. Убедитесь, что в Диспетчере SDK Android в Visual Studio отображается допустимая установка. Чтобы использовать настраиваемый путь к пакету SDK при сборке из командной строки, задайте этот путь в свойстве MSBuild "AndroidSdkDirectory". + The following terms should not be translated: AndroidSdkDirectory + + + Не удалось найти каталог пакета SDK для Java. Убедитесь, что в разделе "Android" в параметрах Visual Studio указан допустимый каталог пакета SDK для Java. Чтобы использовать настраиваемый путь к пакету SDK при сборке из командной строки, задайте этот путь в свойстве MSBuild "JavaSdkDirectory". + The following terms should not be translated: JavaSdkDirectory + + + Не удалось создать тип Java для класса {0} из-за MAX_PATH: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Сборка этого проекта может одновременно осуществляться двумя процессами. Файл блокировки находится по следующему пути: {0} + + + + Этот код был создан программным средством. + Он был создан на основе файла шаблона {0} + Изменения, внесенные в этот файл, могут привести к неправильному поведению и будут потеряны + в случае повторного создания содержимого. + + {0} - The path of the template file. + + + В <AndroidNamespaceReplacement> для "{0}" не указан атрибут "Replacement". + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + Каталог "{0}" из "{1}". + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx new file mode 100644 index 00000000000..c06b84cecc4 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}. + +Bu hata, büyük olasılıkla AndroidManifest.xml dosyasında veya kaynak kod dosyasındaki Android bildirim oluşturma özniteliğinde karşılaşılan bir sorundan kaynaklanıyor. + {0} - The error message returned by the AAPT or AAPT2 tool + + + `{0}` seçeneği bilinmiyor. `aapt2` için artık geçerli olmayan `aapt` komut satırı bağımsız değişkenlerini içerip içermediklerini görmek ve diğer tüm bağımsız değişkenlerin `aapt2` için geçerli olduğundan emin olmak için lütfen `$(AndroidAapt2CompileExtraArgs)` ve `$(AndroidAapt2LinkExtraArgs)` özelliklerini denetleyin. + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + Dosya adı geçersiz: Yalnızca {0} içermesi gerekir. + {0} - The regular expression that the file name must match + + + Dosya adı geçersiz: Yalnızca {0} içermesi gerekir. + {0} - The regular expression that the file name must match + + + Geçersiz dosya adı: A-z ya da a-z veya alt çizgi ile başlamalıdır. + + + '{0}' değerine sahip $(TargetFrameworkVersion) için API düzeyi belirlenemedi. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + $(AndroidApiLevel) veya $(TargetFrameworkVersion) belirlenemedi. Ulaşılmamalıdır. + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + İşlenmeyen özel durum: {0} + {0} - The exception message of the associated exception + + + API düzeyi '{0}' için $(TargetFrameworkVersion) belirlenemedi. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + '{0}' $(TargetFrameworkVersion) değeri desteklenmiyor veya geçersiz. Lütfen Proje Seçeneklerinizi güncelleştirin. + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + mono.android.jar bulunamadı + The following are literal names and should not be translated: mono.android.jar + + + `AndroidManifest.xml` içindeki `android:versionCode` `{0}` değeri geçersiz. Değer bir tamsayı olmalıdır. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + `AndroidManifest.xml` içindeki `android:versionCode` `{0}` değeri geçersiz. Değer, 0 - {1} aralığında olmalıdır. + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + JDK `{0}` sürümü ile derleme desteklenmiyor. Lütfen JDK `{1}` sürümünü yükleyin. Bkz. https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + {1} kullanılırken Java SDK {0} veya üzeri gerekir. +En son JDK'yi şu konumdan indirin: https://aka.ms/msopenjdk +Not: Android Designer, Java SDK 11.0 ile uyumsuzdur: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + .NET 6 veya üzeri kullanılırken Java SDK {0} veya üzeri gerekir. En son JDK'yi şuradan indirin: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + Android SDK Derleme Araçları {1} kullanılırken Java SDK {0} veya üzeri bir sürüm gerekir. + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + Döndürülen değer geçerli bir sürüm numarası içermediğinden Java SDK sürümü alınamadı. `{0} -version` şunu döndürdü: ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + Java SDK sürümü alınamadı. Lütfen Java {0} veya üzeri bir sürümün yüklü olduğundan emin olun. + {0} - The Java version number + + + Android ABI'si, '{0}' değerinden belirlenemiyor. Proje dosyasını bir metin düzenleyicisinde düzenleyin ve 'RuntimeIdentifiers' MSBuild özelliğini yalnızca Android platformu için geçerli tanımlayıcıları içerecek şekilde ayarlayın. + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + 'AndroidSupportedAbis' MSBuild özelliği artık desteklenmiyor. Proje dosyasını bir metin düzenleyicisinde düzenleyin, tüm 'AndroidSupportedAbis' kullanımlarını kaldırın ve bunun yerine 'RuntimeIdentifiers' MSBuild özelliğini kullanın. + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + Android Uygulama projelerinde '{0}' EmbeddedNativeLibrary geçersiz. Lütfen bunun yerine AndroidNativeLibrary kullanın. + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + `$(AndroidSequencePointsMode)` için geçersiz değer: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + {0} ({1}) için $(TargetFrameworkVersion), uygulama projesinin ({2}) $(TargetFrameworkVersion) değerinden daha büyük. Lütfen uygulama projesi için $(TargetFrameworkVersion) değerini artırın. + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} bir Başvuru Bütünleştirilmiş Kodudur. + + + `{0}` Başvuru Bütünleştirilmiş Kodu yoksayılıyor. + {0} - File name of the assembly. + + + '{0}' aracından sürüm alınamadı. 1.0 varsayılan olarak ayarlanıyor + {0} - The tool name + + + '{0}' yolunda desteklenmeyen AAPT2 sürümü bulundu. Proje dosyasını bir metin düzenleyicisinde açıp 'Aapt2ToolPath' MSBuild özelliğini kaldırın veya özelliğin geçerli bir konuma ayarlandığından emin olun. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + AAPT2, '{0}' yolunda bulunamadı. Proje dosyasını bir metin düzenleyicisinde açıp 'Aapt2ToolPath' MSBuild özelliğini kaldırın veya özelliğin geçerli bir konuma ayarlandığından emin olun. + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play, yeni uygulamaların ve güncelleştirmelerin {0} (API düzeyi {1}) veya üzeri bir TargetFrameworkVersion kullanmasını gerektiriyor. Şu anda hedeflediğiniz: {2} (API düzeyi {3}). + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + `{0}` adlı `EmbeddedResource` bulunamıyor. + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + TargetFrameworkVersion {0} kullanım dışı. Lütfen bu sürümü v5.0 veya üzeri olacak şekilde güncelleştirin. + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + '{0}' ayrıştırılamadı + {0} - A NuGet target framework moniker string + + + '{0}' için kilit dosyasında `target` çözümlenemedi + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + Hızlı Dağıtım ve Android Uygulama Paketlerinin aynı anda kullanılması şu anda desteklenmiyor. Hata Ayıklama yapılandırmaları için Hızlı Dağıtımı, Sürüm yapılandırmaları için Android Uygulama Paketlerini kullanın. + The following are literal names and should not be translated: Android App Bundles + + + Hızlı dağıtımın ve AOT'nin aynı anda kullanılması önerilmez. Hata ayıklama yapılandırmaları için hızlı dağıtımı, Yayın yapılandırmaları için AOT'yi kullanın. + The following are literal names and should not be translated: AOT, Debug, Release. + + + Hızlı dağıtımın ve bağlayıcının aynı anda kullanılması önerilmez. Hata Ayıklama yapılandırmaları için hızlı dağıtımı, Yayın yapılandırmaları için bağlayıcıyı kullanın. + The following are literal names and should not be translated: Debug, Release. + + + Hızlı dağıtımın ve kod küçültücünün aynı anda kullanılması önerilmez. Hata ayıklama yapılandırmaları için hızlı dağıtımı, Yayın yapılandırmaları için kod küçültücüyü kullanın. + The following are literal names and should not be translated: Debug, Release. + + + Yorumlayıcı devre dışı bırakılıyor. Yorumlayıcıyı ve AOT'yi aynı anda kullanma desteklenmemektdir. Yorumlayıcıyı Hata Ayıklama yapılandırmalarında ve Yayınlama için AOT yapılandırmalarında yeniden yükleme desteği için kullanın. + The following are literal names and should not be translated: AOT, Debug, Release. + + + '{0}' bütünleştirilmiş kodu artık desteklenmeyen '[assembly: {1}]' kullanıyor. Bu NuGet paketinin daha yeni bir sürümünü kullanın veya bu durumu kitaplık yazarına bildirin. + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + '{0}' bütünleştirilmiş kodu, kullanım dışı '[assembly: {1}]' özniteliğini kullanıyor. Bu NuGet paketinin daha yeni bir sürümünü kullanın veya bu durumu kitaplık yazarına bildirin. + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + {0}, {1} özelliğinden kaldırılıyor. Lint {2} bu denetimi desteklemiyor. + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + '{0}', kullanım dışı bir hata ayıklama bilgileri düzeyini kullanıyor. +Hata ayıklama bilgilerini Visual Studio projesi özellik sayfalarında Taşınabilir olarak ayarlayın veya bir metin düzenleyicisinde proje dosyasını düzenleyerek daha yeni, platformlar arası hata ayıklama bilgileri düzeyini kullanmak için 'DebugType' MSBuild özelliğini 'portable' olarak ayarlayın. +Bu dosya bir NuGet paketinden geliyorsa NuGet paketinin daha yeni bir sürümüne güncelleştirin veya kitaplık yazarına bildirin. + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + {0} ayrıştırılırken bir sorun oluştu. Bunun nedeni büyük olasılıkla tamamlanmamış veya geçersiz XML olabilir. Özel durum: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: '{0}' kaynak XML dosyası güncelleştirilirken uyarı oluştu: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + '{0}' için bulunan en yakın eşleşme '{1}' ancak büyük harf kullanımı eşleşmiyor. Lütfen büyük harf kullanımını düzeltin. + {0} - The user-provided type name +{1} - The type name found + + + Kimliği '{0}' ve türü '{1}' olan öğe için temel tür adı eşleştirmesi deneniyor + {0} - The Android resource ID name + + + Temel tür adı eşleştirme başarısız olursa, öğenin yönetilen tür tam adını belirtmek için öğeye bir `xamarin:managedType` özniteliği ekleyin. + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion (Android API düzey {0}), targetSdkVersion ({1}) değerinden daha yüksek. Lütfen API düzeylerinin eşleştiğinden emin olmak için `AndroidManifest.xml` içindeki `android:targetSdkVersion` değerini artırın. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + minSdkVersion ({0}), targetSdkVersion'dan daha büyük. Lütfen minSdkVersion değerini targetSdkVersion ({1}) değerine eşit veya daha küçük olacak şekilde değiştirin. + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + TargetFrameworkVersion (Android API düzey {0}), targetSdkVersion ({1}) değerinden daha düşük. Lütfen API düzeylerinin eşleştiğinden emin olmak için `AndroidManifest.xml` içindeki `$(TargetFrameworkVersion)` değerini artırın veya `android:targetSdkVersion` değerini azaltın. + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Android bildirim yer tutucuları için `$(AndroidManifestPlaceholders)` değeri geçersiz. Lütfen `anahtar1=değer1;anahtar2=değer2` biçimini kullanın. Belirtilen değer: `{0}` + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + ProGuard'ın D8 DEX derleyicisi ile kullanılması artık desteklenmiyor. Lütfen Visual Studio projesi özellik sayfalarında kod sıkıştırıcıyı 'r8' olarak ayarlayın veya proje dosyasını bir metin düzenleyicisinde düzenleyip 'AndroidLinkTool' MSBuild özelliğini 'r8' olarak ayarlayın. + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + Eklenen düzen kök öğesi geçersiz kılma kimliği ('{0}') geçerli değil. + {0} - The Android resource ID name + + + '{1}' düzen dosyasındaki '{0}' düğümünün kimliği ayrıştırılamadı. + {0} - The Android resource XML element name +{1} - The path of the layout file + + + Aynı dosya adına ancak farklı içeriğe sahip JAR kitaplığı başvuruları bulundu: {0}. Lütfen EmbeddedJar, InputJar ve AndroidJavaLibrary'den çakışan kitaplıkları kaldırın. + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + Eşleştirilmiş proje olarak birden fazla Android Wear projesi belirtildi. En fazla bir proje belirtilebilir. + The following are literal names and should not be translated: Android Wear + + + Hedef Wear uygulamasının '{0}' projesinde, gerekli 'AndroidManifest' proje özelliği belirtilmiyor. + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + Hedef Wear uygulamasının AndroidManifest.xml dosyasında, gerekli 'package' özniteliği belirtilmiyor. + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Belirtilen AndroidManifest dosyası yok: {0}. + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + `LibraryProjectProperties` dosyası `{0}`, bağlama projesinin ara çıkış dizininin bir üst dizininde yer alıyor. Lütfen yolu özgün `project.properties` dosyasını doğrudan Android kitaplığı proje dizininden kullanacak şekilde ayarlayın. + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + Bağlama için en az bir Java kitaplığı gerekir. Projede bir Java kitaplığı olduğundan ve kitaplığın uygun derleme eylemine sahip olduğundan emin olun: 'LibraryProjectZip' (AAR veya ZIP için),' EmbeddedJar', 'InputJar' (JAR için) veya 'LibraryProjectProperties' (project.properties). + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + Belirtilen kaynak Java kitaplığı bulunamadı: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + Belirtilen başvuru Java kitaplığı bulunamadı: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + DX DEX Derleyicisinin kullanılması desteklenmemektedir. Lütfen Visual Studio projesi özellik sayfalarında DEX derleyicisini 'd8' olarak ayarlayın veya proje dosyasını bir metin düzenleyicide düzenleyip 'AndroidDexTool' MSBuild özelliğini 'd8' olarak ayarlayın. + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + '{0}' yapılandırma dosyası yoksayılıyor. .NET yapılandırma dosyaları, .NET 6 veya üstünü hedefleyen Xamarin.Android projelerinde desteklenmiyor. + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + 'AndroidAotMode' MSBuild özelliği için deneysel 'Hybrid' değeri şu anda armeabi-v7a hedef ABI ile uyumlu değil. 'AndroidAotMode' için deneysel 'Hybrid' değerini kullanmaya devam etmek için Visual Studio projesinin özellik sayfalarındaki armeabi-v7a hedef ABI seçimini kaldırın veya metin düzenleyicisinde proje dosyasını düzenleyerek 'AndroidSupportedAbis' MSBuild özelliğinden 'armeabi-v7a' öğesini kaldırın. + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + AAPT kullanımı, kullanım dışı bırakılarak yerine AAPT2 getirildi. Lütfen Visual Studio projesinin özellik sayfalarındaki 'Artımlı Android paketleme sistemini (aapt2) kullan' seçeneğini etkinleştirin veya proje dosyasını bir metin düzenleyicisinde düzenleyip 'AndroidUseAapt2' MSBuild özelliğini 'true' olarak ayarlayın. + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + .NET 6 veya üstünü hedefleyen Xamarin.Android projelerinde AAPT kullanımı desteklenmiyor. Lütfen Visual Studio projesinin özellik sayfalarındaki 'Artımlı Android paketleme sistemini (aapt2) kullan' seçeneğini etkinleştirin veya proje dosyasını bir metin düzenleyicisinde düzenleyip 'AndroidUseAapt2' MSBuild özelliğini 'true' olarak ayarlayın. + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + 'EnableProguard' MSBuild özelliği 'true' olarak ayarlandığından ve 'AndroidLinkTool' MSBuild özelliği boş olduğundan 'AndroidLinkTool' varsayılan olarak 'proguard' değerini alır. + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + 'AndroidEnableProguard' MSBuild özelliği 'true' olarak ayarlandığından ve 'AndroidLinkTool' MSBuild özelliği boş olduğundan 'AndroidLinkTool' varsayılan olarak 'proguard' değerini alır. + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + {0} bütünleştirilmiş kodunda AppDomain.CreateDomain() metodunun kullanıldığı saptandı. .NET 6 üstünde yalnızca tek bir AppDomain destekleneceğinden bu API, .NET 6 yayımlandıktan sonra artık Xamarin.Android içinde bulunmayacaktır. + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + 'MONO_GC_PARAMS=bridge-implementation=old' değeri için destek .NET 7'de kaldırılacaktır. + + + '{0}' kaynak dosyası bulunamadı. + + + {1} tarafından başvurulan `{0}` başvurusu çözümlenemiyor. Mono for Android profilinde bulunmuyor olabilir. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + {1} tarafından başvurulan `{0}` başvurusu çözümlenemiyor. Lütfen `{0}` için bir NuGet paketi veya bütünleştirilmiş kod başvurusu ekleyin ya da `{2}` başvurusunu kaldırın. + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + '{2}' kapsamına sahip ('{1}' bütünleştirilmiş kodunda tanımlanan) '{0}' başvurusu çözümlenemedi. Kapsam, tanımlayan bütünleştirilmiş koddan farklı olduğunda, bu durum genellikle türün iletildiğini gösterir. + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + Bütünleştirilmiş kodlar yüklenirken özel durum oluştu: {0} + {0} - The exception message of the associated exception + + + Başvurulan {0} bütünleştirilmiş kodundaki Java.Interop.DoNotPackageAttribute, null olmayan dosya adı gerektiriyor. + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + Bütünleştirilmiş koda AOT uygulanamadı: {0} + The abbreviation "AOT" should not be translated. + + + Geçersiz AOT modu: {0} + The abbreviation "AOT" should not be translated. + + + Derlemenin IL'si ayrılamadı: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d hatalı olduğundan uyumsuz bir x86_64 libm.so dosyası sağlıyor. Bkz. https://code.google.com/p/android/issues/detail?id=161422. + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + Algılanan Android NDK sürümü, hedeflenen LLVM yapılandırmasıyla uyumsuz. Lütfen NDK r10d veya daha yeni bir sürüme yükseltin. + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + Yerel bütünleştirilmiş kod dosyası derlenemedi: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + Yerel paylaşılan kitaplık bağlanamadı: {0} + + + {0} sınıfı için şu özel durum nedeniyle Java türü oluşturulamadı: {1} + {0} - The managed type name +{1} - The exception message of the associated exception + + + ExportAttribute veya ExportFieldAttribute kullanırken lütfen Mono.Android.Export.dll dosyasına bir başvuru ekleyin. + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}', $(TargetFrameworkVersion) '{1}' değerinden küçük. ACW derlemesi için API-{2} kullanılıyor. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + '{0}' türü, genel bir varsayılan oluşturucu sağlamalıdır + + + `{0}` yönetilen türü birden çok derlemede var: {1}. Lütfen bu derlemelerde yönetilen tür adlarını aynı olmayacak şekilde yeniden düzenleyin. + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + `{0}` türüne yapılan başvurular şuna başvurur: `{0}, {1}`. + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + `{0}` Java türü birden çok yönetilen tür tarafından üretiliyor. Lütfen aynı Java türünün gösterilmemesi için [Register] özniteliğini değiştirin. + The following are literal names and should not be translated: Java, [Register] + + + `{0}` türü, {1} tarafından oluşturuldu + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}', API-{1} değerinden küçük, bu yapılandırma desteklenmiyor. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}', API-{1} değerinden küçük, bu yapılandırma desteklenmiyor. + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + Yolda //manifest/application/uses-library bulunamıyor: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + {0} veya {1} dili için bağlama oluşturucusu bulunamıyor. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + '{0}' parçalı sınıf öğesi '{1}' düzeni için ilişkili bir bağlamaya sahip değil. + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + Düzen bağlama kaynağı dosyası oluşturulmadı. + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + Düzen ({0}) için pencere öğesi bulunamadı. + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + Tam sınıf adı ('{0}') hatalı biçimlendirilmiş. Ad alanı eksik. + {0} - The class name + + + Tam sınıf adı ('{0}') hatalı biçimlendirilmiş. Sınıf adı eksik. + {0} - The class name + + + '{1}' düzenindeki '{0}' pencere öğesi farklı türlerde birden çok örneğe sahip. Özellik türü {2} olarak ayarlanacak + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + '{0}' kaynak öğesinde gerekli meta veri öğesi ('{1}') yok. + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + Belirtilen //activity-alias/@android:targetActivity: '{0}' bulunamadı + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + ‘TransformFile‘ kök öğesi tanınmıyor: {0}. + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + XML ayrıştırılırken hata oluştu: {0} + {0} - The exception message and stack trace of the associated exception + + + '{0}' Android sınıf ayrıştırıcı değeri kullanımdan kaldırıldı ve Xamarin.Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'class-parse' kullanacak şekilde güncelleştirin. + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + '{0}' Android kod oluşturma hedefi kullanımdan kaldırıldı ve Xamarin.Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'XAJavaInterop1' kullanacak şekilde güncelleştirin. + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + '{0}' yerel kitaplığı, desteklenmeyen bir ABI içerdiğinden paketlenmeyecek. Bu dosyayı, as 'libs/armeabi-v7a/' gibi geçerli bir Android ABI adına sahip bir dizine taşıyın. + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK zaten {0} dosyasını içerdiğinden yoksayılıyor. + The abbreviation "APK" should not be translated. +{0} - The file name. + + + '{0}' yerel kitaplığının ABI'si belirlenemiyor. Bu dosyayı, 'libs/armeabi-v7a/' gibi geçerli bir Android ABI adına sahip bir dizine taşıyın. + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + '{0}' yerel kitaplığının ABI'si belirlenemiyor. '{1}' NuGet paketini kaldırın veya kitaplık yazarına bildirin. + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + Bazı yerel kitaplıkların ABI'sı belirlenemedi. Yoksayılanlar: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + `AndroidManifest.xml` birleştirilirken işlenmeyen özel durum oluştu: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + "{0}" dosyasından kaynaklar ayıklanırken hata oluştu: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + '{0}' ProGuard yapılandırma dosyası bulunamadı. + The following are literal names and should not be translated: ProGuard + + + Multidex etkin, ancak `$(_AndroidMainDexListFile)` boş. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + Multidex etkin, ancak '{0}' adlı `$(_AndroidMainDexListFile)` dosyası yok. + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + android:minSdkVersion >= 21 olduğunda R8, `@(MultiDexMainDexList)` dosyalarını desteklemiyor + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + Geçersiz ProGuard yapılandırma dosyası. {0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + Tür eşlemeleri oluşturulamadı + + + '{0}' adlı 'MultiDexMainDexList' dosyası yok. + The following are literal names and should not be translated: MultiDexMainDexList + + + `{0}` dosyası`{1}` bulunamadı. + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + Wear uygulama paketi APK'sı henüz oluşturulmadığından uygulama, eşleştirilen Wear paketini içermeyecek. Komut satırında derleme yapıyorsanız, "SignAndroidPackage" hedefini derlediğinizden emin olun. + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + Android uygulama projesinden '{0}' Android Wear uygulama projesine başvurulması kullanımdan kaldırıldı ve artık Xamarin.Android'in gelecekteki sürümlerinde desteklenmeyecek. Android uygulama projesinden Android Wear uygulama projesi başvurusunu kaldırın ve bunun yerine Wear uygulamasını bağımsız bir uygulama olarak dağıtın. + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + Yerleşik '{0}' başvurusu kullanımdan kaldırıldı. +Projenizden '{0}' başvurusunu kaldırın ve yerine '{1}' NuGet paketini ekleyin. + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + `{0}` boş. `{0}` için bir değer sağlanmlıdır. + {0} - The MSBuildProperty which contains a value. + + + + '{0}' Android NDK araç zincirleri dizini eksik. Lütfen Android NDK'yi yükleyin. + {0} - The path of the missing directory + + + {0} hedefi için C derleyicisi bulunamadı. Denenen yollar: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + {0} hedefi için araç zinciri dizini bulunamadı. + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + Bütünleştirilmiş koddan yerel koda dönüştürülemedi. Çıkış kodu {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + NDK C derleyicisi bir hatayla çıkış yaptı. Çıkış kodu {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + Android NDK bulunamadı. Lütfen Android NDK'nin Android SDK Yöneticisi'nde yüklü olduğundan veya özel bir NDK yolu kullandığından emin olun. Lütfen $(AndroidNdkDirectory) MSBuild özelliğinin özel yola ayarlandığından emin olun. + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + {1} hedefi için '{0}' araç zinciri yardımcı programı bulunamadı. "{2}" yolunda denendi + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + NDK bağlayıcısı bir hatayla çıkış yaptı. Çıkış kodu {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + `{0}` bulunamıyor. Lütfen `{1}{2}tools{2}{3}` programıyla Android SDK Build-Tools paketini yükleyin. + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + Android SDK'sında `{0}` bulunamıyor. Lütfen yolunu /p:LintToolPath ile ayarlayın. + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + API düzeyi {0} için android.jar bulunamadı. Bu, API düzeyi {0} için Android SDK platformunun yüklü olmadığı anlamına gelir. Bu platformu Android SDK Yöneticisi'nde ({2}) yükleyin veya Xamarin.Android projesini, yüklü bir API sürümünü hedefleyecek şekilde değiştirin. ({1} eksik.) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + Araçlar > Android SDK Yöneticisi'ni Aç... + This string is the location of a menu command in Visual Studio for Mac. + + + Araçlar > Android > Android SDK Yöneticisi... + This string is the location of a menu command in Visual Studio. + + + Eklenmiş Wear uygulama paketi adı, el bilgisayarı uygulama paketi adından farklı ({0} != {1}). + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError. $(JavaMaximumHeapSize) değerini artırmayı deneyin. '{0} {1}' yürütülürken Java'da yeterli bellek kalmadı + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + '{0}' konumunda yüklü Android platformu yok. Lütfen `{1}{2}tools{2}{3}` programıyla bir SDK Platform yükleyin. + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + Android SDK dizini bulunamadı. Visual Studio Android SDK Yöneticisi'nde geçerli bir yükleme gösterilip gösterilmediğini denetleyin. Komut satırı derlemesi için özel bir SDK yolu kullanmak üzere 'AndroidSdkDirectory' MSBuild özelliğini özel yola ayarlayın. + The following terms should not be translated: AndroidSdkDirectory + + + Java SDK dizini bulunamadı. Visual Studio seçeneklerindeki Android bölümünde geçerli bir Java SDK dizininin yapılandırıldığından emin olun. Komut satırı derlemesi için özel bir SDK yolu kullanmak üzere 'JavaSdkDirectory' MSBuild özelliğini özel yola ayarlayın. + The following terms should not be translated: JavaSdkDirectory + + + {0} sınıfı için MAX_PATH nedeniyle Java türü oluşturulamadı: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + Bu proje aynı anda iki işlemde derleniyor olabilir. Yolda kilit dosyası var: {0} + + + + Bu kod, bir araç tarafından oluşturuldu. + {0} dosyasından oluşturuldu + Bu dosyada yapılan değişiklikler, içerik yeniden oluşturulursa + yanlış davranışlara yol açabilir ve kaybolabilir. + + {0} - The path of the template file. + + + '{0}' için <AndroidNamespaceReplacement> bir 'Replacement' özniteliği belirtmiyor. + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + '{0}' dizininin kaynağı '{1}'. + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx new file mode 100644 index 00000000000..f67830e2766 --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}。 + +出现此错误的原因可能是源代码文件中的 AndroidManifest.xml 文件或 Android 清单生成特性出现问题。 + {0} - The error message returned by the AAPT or AAPT2 tool + + + 未知选项“{0}”。请检查 "$(AndroidAapt2CompileExtraArgs)" 和 "$(AndroidAapt2LinkExtraArgs)",以查看它们是否包含任何对 "aapt2" 不再有效的 "aapt" 命令行参数,并确保所有其他参数都对 "aapt2" 有效。 + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + 文件名无效: 它必须仅包含 {0}。 + {0} - The regular expression that the file name must match + + + 文件名无效: 它必须仅包含 {0}。 + {0} - The regular expression that the file name must match + + + 文件名无效: 必须以 A-z、a-z 或下划线开头。 + + + 无法确定 $(TargetFrameworkVersion) "{0}" 的 API 级别。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + 无法确定 $(AndroidApiLevel),或不应访问 $(TargetFrameworkVersion);。 + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + 未处理的异常: {0} + {0} - The exception message of the associated exception + + + 无法确定 API 级别 "{0}" 的 $(TargetFrameworkVersion)。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + "{0}" 的 $(TargetFrameworkVersion) 值不受支持或无效。请更新项目选项。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + 找不到 mono.android.jar + The following are literal names and should not be translated: mono.android.jar + + + `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 无效。它必须是一个整数值。 + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 无效。该值必须介于 0 到 {1} 范围内。 + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + 不支持使用 JDK 版本 `{0}` 生成。请安装 JDK 版本 `{1}`。请参阅 https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + 使用 {1} 时,需要 Java SDK {0} 或更高版本。 +下载最新的 JDK: https://aka.ms/msopenjdk +注意: Android Designer 与 Java SDK 11.0 不兼容: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + 使用 .NET 6 或更高版本时,需要 Java SDK {0} 或更高版本。在以下位置下载最新的 JDK: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + 使用 Android SDK 生成工具 {1} 时需要 Java SDK {0} 或更高版本。 + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + 未能获取 Java SDK 版本,因为返回的值似乎不包含有效的版本号。`{0} -version` 返回的值为 ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + 未能获取 Java SDK 版本。请确保安装了 Java {0} 或更高版本。 + {0} - The Java version number + + + 无法根据值“{0}”确定 Android ABI。请在文本编辑器中编辑项目文件,并将 MSBuild 属性 "RuntimeIdentifiers" 设置为仅包含 Android 平台的有效标识符。 + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + 不再支持 MSBuild 属性 "AndroidSupportedAbis"。请在文本编辑器中编辑项目文件,删除对 "AndroidSupportedAbis" 的任何使用,并改为使用 MSBuild 属性 "RuntimeIdentifiers"。 + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + EmbeddedNativeLibrary“{0}”在 Android 应用程序项目中无效。请改用 AndroidNativeLibrary。 + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + `$(AndroidSequencePointsMode)` 的无效值: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + {0} 的 $(TargetFrameworkVersion) ({1})大于应用程序项目的 $(TargetFrameworkVersion) ({2})。请增大应用程序项目的 $(TargetFrameworkVersion)。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} 是引用程序集。 + + + 正在忽略引用程序集 `{0}`。 + {0} - File name of the assembly. + + + 无法从 "{0}" 获取版本。将采用默认值 1.0 + {0} - The tool name + + + 在路径“{0}”中找到不受支持的 AAPT2 版本。请在文本编辑器中打开项目文件并删除 "'Aapt2ToolPath" MSBuild 属性,或者请确保将它设置为有效位置。 + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + 在路径“{0}”中找不到 AAPT2。请在文本编辑器中打开项目文件并删除 "'Aapt2ToolPath" MSBuild 属性,或者请确保将它设置为有效位置。 + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play 要求新应用程序和更新所使用的 TargetFrameworkVersion 必须为 {0} (API 级别 {1})或更高版本。当前目标是 {2} (API 级别 {3})。 + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + 找不到名为 `{0}` 的 `EmbeddedResource`。 + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + TargetFrameworkVersion {0} 已弃用。请将其更新到 v5.0 或更高版本。 + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + 无法分析 "{0}" + {0} - A NuGet target framework moniker string + + + 无法解析 "{0}" 的锁定文件中的 `target` + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + 当前不支持同时使用快速部署和 Android 应用程序包。请使用快速部署进行调试配置,使用 Android 应用程序包进行发布配置。 + The following are literal names and should not be translated: Android App Bundles + + + 建议不要同时使用快速部署和 AOT。请对调试配置使用快速部署,对发布配置使用 AOT。 + The following are literal names and should not be translated: AOT, Debug, Release. + + + 建议不要同时使用快速部署和链接器。请对调试配置使用快速部署,对发布配置使用链接器。 + The following are literal names and should not be translated: Debug, Release. + + + 建议不要同时使用快速部署和代码 Shrinker。请对调试配置使用快速部署,对发布配置使用代码 Shrinker。 + The following are literal names and should not be translated: Debug, Release. + + + 禁用解释器;不支持同时使用解释器和 AOT。使用解释器在调试配置和 AOT for Release 配置中进行热重载支持。 + The following are literal names and should not be translated: AOT, Debug, Release. + + + 程序集“{0}”使用不再受支持的“[assembly: {1}]”。请使用此 NuGet 包的较新版本或通知库作者。 + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + 程序集“{0}”使用已弃用的属性“[assembly: {1}]”。请使用此 NuGet 包的较新版本或通知库作者。 + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + 正在从 {1} 中删除 {0}。lint {2} 不支持此检查。 + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + “{0}”使用的调试信息级别已弃用。 +请在 Visual Studio 项目属性页面中将调试信息设置为“可移植”,或者在文本编辑器中编辑项目文件,并将 "DebugType" MSBuild 属性设置为“可移植”,以使用更新的跨平台调试信息级别。 +如果此文件来自 NuGet 包,请更新到 NuGet 包的较新版本或通知库作者。 + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + 分析 {0} 时出现问题。这可能是由于 XML 不完整或无效。异常: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: 更新资源 XML“{0}”时出现警告: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + 找到的最接近“{0}”的匹配项是“{1}”,但其大小写不匹配。请更正大小写。 + {0} - The user-provided type name +{1} - The type name found + + + 正在尝试对 ID 为“{0}”、类型为“{1}”的元素执行基本类型名称匹配 + {0} - The Android resource ID name + + + 如果基本类型名称匹配失败,请向该元素添加 `xamarin:managedType` 属性,以指定该元素的完全限定托管类型名称。 + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion (Android API 级别 {0})高于 targetSdkVersion ({1})。请在 `AndroidManifest.xml` 中增加 `android:targetSdkVersion`,使 API 级别匹配。 + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + minSdkVersion ({0}) 大于 targetSdkVersion。请更改该值,使 minSdkVersion 小于或等于 targetSdkVersion ({1})。 + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + `TargetFrameworkVersion (Android API 级别 {0})低于 targetSdkVersion ({1})。请在 `AndroidManifest.xml` 上增加 $(TargetFrameworkVersion)` 或减少 `android:targetSdkVersion`,使 API 级别匹配。 + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Android 清单占位符的 `$(AndroidManifestPlaceholders)` 值无效。请使用 `key1=value1;key2=value2` 格式。指定的值为: `{0}` + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + 不再支持将 ProGuard 与 D8 DEX 编译器一起使用。请在 Visual Studio 项目属性页中将代码收缩工具设置为 "r8",或在文本编辑器中编辑项目文件,将 "AndroidLinkTool" MSBuild 属性设置为 "r8"。 + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + 包含的布局根元素替代 ID“{0}”无效。 + {0} - The Android resource ID name + + + 未能分析布局文件“{1}”中节点“{0}”的 ID。 + {0} - The Android resource XML element name +{1} - The path of the layout file + + + 发现具有相同文件名内容不同的 JAR 库参考: {0}。请从 EmbeddedJar、InputJar 和 AndroidJavaLibrary 删除任何冲突的库。 + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + 已将多个 Android Wear 项目指定为配对的项目。最多只能有一个。 + The following are literal names and should not be translated: Android Wear + + + 目标 Wear 应用程序的项目“{0}”未指定所需的 "AndroidManifest" 项目属性。 + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + 目标 Wear 应用程序的 AndroidManifest.xml 未指定所需的 "package" 特性。 + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + 指定的 AndroidManifest 文件不存在: {0}。 + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + "LibraryProjectProperties" 文件“{0}”位于绑定项目的中间输出目录的父目录中。请调整路径,以直接从 Android 库项目目录使用原始 "project.properties" 文件。 + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + 至少需要一个 Java 库才能进行绑定。请检查项目中是否包含了 Java 库且该库是否具有适当的生成操作: "LibraryProjectZip" (对于 AAR 或 ZIP)、"EmbeddedJar"、"InputJar"(对于 JAR)或 "LibraryProjectProperties" (project.properties)。 + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + 未找到指定的源 Java 库: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + 未找到指定的引用 Java 库: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + 已不支持 DX DEX 编译器。请在 Visual Studio 项目属性页中将 DEX 编译器设置为 "d8",或者在文本编辑器中编辑项目文件,并将 "AndroidDexTool" MSBuild 属性设置为 "d8"。 + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + 将忽略配置文件“{0}”。在面向 .NET 6 或更高版本的 Xamarin.Android 项目中不支持 .NET 配置文件。 + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + "AndroidAotMode" MSBuild 属性的实验性“混合”值当前与 armeabi-v7a 目标 ABI 不兼容。若要继续使用 "AndroidAotMode" 的实验性“混合”值,请在 Visual Studio 项目属性页中取消选择 armeabi-v7a 目标 ABI,或在文本编辑器中编辑项目文件,并从 "AndroidSupportedAbis' MSBuild" 属性中删除 "armeabi-v7a"。 + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + 已禁止使用 AAPT,取而代之的是使用 AAPT2。请在 Visual Studio 项目属性页面中启用“使用增量 Android 打包系统(aapt2)”,或者在文本编辑器中编辑项目文件,并将 "AndroidUseAapt2" MSBuild 属性设置为 "true"。 + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + 在面向 .NET 6 或更高版本的 Xamarin.Android 项目中不支持使用 AAPT。请在 Visual Studio 项目属性页面中启用“使用增量 Android 打包系统(aapt2)”,或者在文本编辑器中编辑项目文件,并将 "AndroidUseAapt2" MSBuild 属性设置为 "true"。 + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + "EnableProguard" MSBuild 属性设置为 "true",并且 "AndroidLinkTool" MSBuild 属性为空,因此 "AndroidLinkTool" 将默认为 "proguard"。 + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + "AndroidEnableProguard" MSBuild 属性设置为 "true",并且 "AndroidLinkTool" MSBuild 属性为空,因此 "AndroidLinkTool" 将默认为 "proguard"。 + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + 在程序集 {0} 中检测到使用了 AppDomain.CreateDomain()。.NET 6 及更高版本将仅支持一个 AppDomain,因此 .NET 6 发布后,将无法再在 Xamarin.Android 中使用此 API。 + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + .NET 7 中将删除对 "MONO_GC_PARAMS=bridge-implementation=old" 值的支持。 + + + 未能找到源文件“{0}”。 + + + 无法解析 {1} 引用的引用“{0}”。Mono for Android 配置文件中可能没有该引用。 + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + 无法解析引用: `{0}`,引用者为 {1}。请为 `{0}` 添加 NuGet 包或程序集引用,或删除对 `{2}` 的引用。 + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + 未能使用范围 "{2}" 解析对(程序集 "{1}" 中定义的) "{0}" 的引用。当范围与进行定义的程序集不同时,这通常意味着已转发该类型。 + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + 加载程序集时出错: {0} + {0} - The exception message of the associated exception + + + 在引用的程序集 {0} 中,Java.Interop.DoNotPackageAttribute 需要非 null 的文件名。 + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + 无法 AOT 程序集: {0} + The abbreviation "AOT" should not be translated. + + + AOT 模式无效: {0} + The abbreviation "AOT" should not be translated. + + + 无法提取程序集的 IL: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d 有 bug,且提供了不兼容的 x86_64 libm.so。请参阅 https://code.google.com/p/android/issues/detail?id=161422。 + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + 检测到的 Android NDK 版本与目标 LLVM 配置不兼容。请升级到 NDK r10d 或更高版本。 + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + 无法编译本机程序集文件: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + 无法链接本机共享库: {0} + + + 由于 {1},未能为类 {0} 生成 Java 类型 + {0} - The managed type name +{1} - The exception message of the associated exception + + + 使用 ExportAttribute 或 ExportFieldAttribute 时,请添加对 Mono.Android.Export.dll 的引用。 + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion“{0}”小于 $(TargetFrameworkVersion)“{1}”。请使用 API {2} 进行 ACW 编译。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + 类型 "{0}" 必须提供公共的默认构造函数 + + + 托管类型 `{0}` 存在于多个程序集中: {1}。请重构这些程序集中的托管类型名称,使它们不相同。 + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + 对类型 `{0}` 的引用将引用 `{0}, {1}`。 + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Java 类型 `{0}` 由多个托管类型生成。请更改 [Register] 属性,以确保不发出相同的 Java 类型。 + The following are literal names and should not be translated: Java, [Register] + + + `{0}` 生成类型: {1} + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + Androidmanifest.xml//uses-sdk/@android: minSdkVersion“{0}”小于 API-{1},此配置不受支持。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + Androidmanifest.xml//uses-sdk/@android: targetSdkVersion“{0}”小于 API-{1},此配置不受支持。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + 在以下路径找不到 //manifest/application/uses-library: {0} + The following are literal names and should not be translated: //manifest/application/uses-library + + + 找不到语言 {0} 或 {1} 的绑定生成器。 + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + 分部类项“{0}”没有布局“{1}”的关联绑定。 + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + 未生成任何布局绑定源文件。 + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + 找不到布局的小组件({0})。 + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + 完整类名“{0}”格式错误。缺少命名空间。 + {0} - The class name + + + 完整类“{0}”格式错误。缺少类名。 + {0} - The class name + + + 布局“{1}”中的小组件“{0}”包含多个具有不同类型的实例。属性类型将设置为: {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + 资源项“{0}”没有所需的元数据项“{1}”。 + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + 找不到指定的 //activity-alias/@android:targetActivity:“{0}” + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + 无法识别的 "TransformFile" 根元素: {0}。 + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + 分析 XML 时出错: {0} + {0} - The exception message and stack trace of the associated exception + + + Android 类分析器值“{0}”已被弃用,并将在 Xamarin.Android 的未来版本中被删除。要使用 "class-parse",请更新项目属性。 + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Android 代码生成目标“{0}”已被弃用,并将在 Xamarin.Android 的未来版本中被删除。要使用 "XAJavaInterop1",请更新项目属性。 + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + 不会捆绑本机库“{0}”,因为 ABI 不受支持。将此文件移动到具有有效 Android ABI 名称的目录,如“.lib/armeabi-v7a/”。 + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK 已包含项 {0};正在忽略。 + The abbreviation "APK" should not be translated. +{0} - The file name. + + + 无法确定本机库“{0}”的 ABI。将此文件移动到具有有效 Android ABI 名称的目录,如“.lib/armeabi-v7a/”。 + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + 无法确定本机库“{0}”的 ABI。请删除“{1}”NuGet 包,或者通知库作者。 + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + 无法确定某些本机库的 ABI。正在忽略这些库: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + 合并 `AndroidManifest.xml` 时出现未经处理的异常: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + 从 "{0}" 提取资源时出错: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + 未找到 ProGuard 配置文件 "{0}"。 + The following are literal names and should not be translated: ProGuard + + + 已启用 Multidex,但 `$(_AndroidMainDexListFile)` 为空。 + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + 已启用 Multidex,但 `$(_AndroidMainDexListFile)` 文件“{0}”不存在。 + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + 当 android:minSdkVersion >= 21,R8 不支持 `@(MultiDexMainDexList)` 文件 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + ProGuard 配置文件无效。{0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + 无法生成类型映射 + + + MultiDexMainDexList 文件“{0}”不存在。 + The following are literal names and should not be translated: MultiDexMainDexList + + + 找不到 '{0}' 文件 '{1}'。 + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + 应用程序不包含配对的 Wear 包,因为尚未创建 Wear 应用程序包 APK。如果在命令行上生成,请确保生成 "SignAndroidPackage" 目标。 + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + 已弃用从 Android 应用程序项目中引用 Android Wear 应用程序项目“{0}”的功能,并且未来版本的 Xamarin.Android 中将不再支持此功能。请从 Android 应用程序项目中删除 Android Wear 应用程序项目引用,并将 Wear 应用程序作为独立应用程序进行分发。 + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + 已弃用内置的“{0}”引用。 +从项目中删除“{0}”引用,并改为添加“{1}”NuGet 包。 + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + “{0}”为空。应提供“{0}”的值。 + {0} - The MSBuildProperty which contains a value. + + + + 缺少 Android NDK 工具链目录“{0}”。请安装 Android NDK。 + {0} - The path of the missing directory + + + 找不到目标 {0} 的 C 编译器。已尝试的路径:“{1}” + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + 找不到目标 {0} 的工具链目录。 + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + 从程序集到本机代码转换失败。退出代码 {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + NDK C 编译器已退出,但出现错误。退出代码 {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + 找不到 Android NDK。请确保在 Android SDK 管理器中安装 Android NDK,或者如果使用自定义 NDK 路径,请确保将 $(AndroidNdkDirectory) MSBuild 属性设置为自定义路径。 + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + 找不到目标 {1} 的工具链实用工具“{0}”。已尝试的路径:“{2}” + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + NDK 链接器已退出,但出现错误。退出代码 {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + 找不到“{0}”。请使用 `{1}{2}tools{2}{3}` 程序安装 Android SDK 生成工具包。 + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + 在 Android SDK 中找不到“{0}”。请通过 /p:LintToolPath 设置其路径。 + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + 找不到 API 级别 {0} 的 android jar。这意味着未安装 API 级别 {0} 的 Android SDK 平台。请在 Android SDK 管理器 {2} 中安装它,或更改 Xamarin.Android 项目,使其将安装的 API 版本作为目标。(缺少 {1}。) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + “工具”>“打开 Android SDK 管理器”… + This string is the location of a menu command in Visual Studio for Mac. + + + “工具”>“ Android”>“Android SDK 管理器”… + This string is the location of a menu command in Visual Studio. + + + 嵌入的 Wear 应用包名称与手持式应用包名称不同({0} != {1})。 + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError。请考虑增大 $(JavaMaximumHeapSize) 的值。执行 "{0} {1}" 时,Java 内存不足 + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + “{0}”中未安装任何 Android 平台。请使用 `{1}{2}tools{2}{3}` 程序安装 SDK 平台。 + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + 找不到 Android SDK 目录。请检查 Visual Studio 中的 Android SDK 管理器是否显示有效的安装。若要使用命令行生成的自定义 SDK 路径,请将 "AndroidSdkDirectory" MSBuild 属性设置为自定义路径。 + The following terms should not be translated: AndroidSdkDirectory + + + 找不到 Java SDK 目录。请确保 Visual Studio 选项的 Android 部分配置了有效的 Java SDK 目录。若要使用命令行生成的自定义 SDK 路径,请将 "JavaSdkDirectory" MSBuild 属性设置为自定义路径。 + The following terms should not be translated: JavaSdkDirectory + + + 由于 MAX_PATH 未能为类 {0} 生成 Java 类型: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + 可同时生成此项目的两个进程。以下路径中存在锁定文件: {0} + + + + 此代码由工具生成。 + 它是从 {0} 生成的 + 如果重新生成内容,则对此文件的更改可能导致不正确的 + 行为并将丢失。 + + {0} - The path of the template file. + + + “{0}”的<AndroidNamespaceReplacement>未被指定“Replacement”特性。 + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + 目录“{0}”来自“{1}”。 + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx new file mode 100644 index 00000000000..8e04ed2667b --- /dev/null +++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx @@ -0,0 +1,881 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + {0}。 + +發生此錯誤的原因,可能是因為原始程式碼檔中的 AndroidManifest.xml 檔案或 Android 資訊清單產生屬性所導致。 + {0} - The error message returned by the AAPT or AAPT2 tool + + + 未知的選項 `{0}`。請檢查 `$(AndroidAapt2CompileExtraArgs)` 與 `$(AndroidAapt2LinkExtraArgs)`,確認其是否包含任何對 `aapt2` 不再有效的 `aapt` 命令列引數,並確定所有其他引數對 `aapt2` 皆有效。 + The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` +{0} - The invalid option name + + + 檔案名稱無效: 其只能包含 {0}。 + {0} - The regular expression that the file name must match + + + 檔案名稱無效: 其只能包含 {0}。 + {0} - The regular expression that the file name must match + + + 無效檔案名稱: 必須以 A-z、a-z 或底線開頭。 + + + 無法判斷 '{0}' 的 $(TargetFrameworkVersion) API 層級。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The current value of $(TargetFrameworkVersion) + + + 無法判斷 $(AndroidApiLevel) 或 $(TargetFrameworkVersion); 不應送達。 + The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) +In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. + + + 未處理的例外狀況: {0} + {0} - The exception message of the associated exception + + + 無法判斷 API 層級 '{0}' 的 $(TargetFrameworkVersion)。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The API level number + + + $(TargetFrameworkVersion) 值 '{0}' 不受支援或無效。請更新您的專案選項。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) + + + 找不到 mono.android.jar + The following are literal names and should not be translated: mono.android.jar + + + `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 無效。其必須為整數值。 + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` + + + `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 無效。該值必須介於 0 到 {1} 之間。 + The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` +{0} - The current value +{1} - The maximum allowed value + + + 不支援使用 JDK 版本 `{0}` 建置。請安裝 JDK 版本 `{1}`。請參閱 https://aka.ms/xamarin/jdk9-errors + The abbreviation "JDK" should not be translated. + + + 使用 {1} 時需要 JAVA SDK {0} 或更新版本。 +於下列位置下載最新的 JDK: https://aka.ms/msopenjdk +注意: Android Designer 與 JAVA SDK 11.0 不相容: https://aka.ms/vs2019-and-jdk-11 + +{0} - The Java SDK version number +{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` + + + 使用 .NET 6 或更新版本時,需要 JAVA SDK {0} 或更新版本。於下列位置下載最新版 JDK: https://aka.ms/msopenjdk + +{0} - The Java SDK version number + + + 使用 Android SDK Build-Tools {1} 時,需要 Java SDK {0} 或更高版本。 + The following are literal names and should not be translated: Android SDK Build-Tools +{0} - The Java SDK version number +{1} - The Android SDK Build-Tools version number + + + 因為傳回的值似乎未包含有效的版本號碼,所以無法取得 Java SDK 版本。`{0} -version` 傳回了: ```{1}``` + The following are literal names and should not be translated: `{0} -version`, ```{1}``` +{0} - The name of the Java command +{1} - The output of the command + + + 無法取得 Java SDK 版本。請確認您已安裝 Java {0} 或更新版本。 + {0} - The Java version number + + + 無法從值 '{0}' 判斷 Android ABI。請在文字編輯器中編輯專案檔,並將 'RuntimeIdentifiers' MSBuild 屬性設定為只包含對 Android 平台有效的識別碼。 + The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild +{0} - The $(RuntimeIdentifier) supplied by the user. + + + 已不再支援 'AndroidSupportedAbis' MSBuild 屬性。請在文字編輯器中編輯專案檔、移除使用的任何 'AndroidSupportedAbis',並改為使用 'RuntimeIdentifiers' MSBuild 屬性。 + The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers + + + EmbeddedNativeLibrary '{0}' 在 Android 應用程式專案中無效。請改用 AndroidNativeLibrary。 + The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary +{0} - The library name. + + + `$(AndroidSequencePointsMode)` 的值無效: {0} + The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` + + + {0} ({1}) 的 $(TargetFrameworkVersion) 大於應用程式專案 ({2}) 的 $(TargetFrameworkVersion)。請提高應用程式專案的 $(TargetFrameworkVersion)。 + The following are literal names and should not be translated: $(TargetFrameworkVersion) +{0} - The file name of the library referenced by the application +{1} - The target framework version number for the library +{2} - The target framework version number for the application project + + + {0} 為參考組件。 + + + 正在忽略參考組件 `{0}`。 + {0} - File name of the assembly. + + + 無法從 '{0}' 取得版本。預設為 1.0 + {0} - The tool name + + + 在路徑 '{0}' 找到不支援的 AAPT2 版本。請在文字編輯器中開啟專案檔,並移除 'Aapt2ToolPath' MSBuild 屬性,或確定其已設定為有效的位置。 + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + 在路徑 '{0}' 找不到 AAPT2。請在文字編輯器中開啟專案檔,並移除 'Aapt2ToolPath' MSBuild 屬性,或確定其已設定為有效的位置。 + The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild + + + Google Play 要求新的應用程式與更新,必須使用版本為 {0} 或更新版的 TargetFrameworkVersion (API 層級 {1})。但您目前的目標為 {2} (API 層級 {3})。 + The following are literal names and should not be translated: TargetFrameworkVersion +{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' +{1} - The required minimum API level number, such as '29' +{2} - The specified TargetFrameworkVersion +{3} - The specified API level number + + + 找不到名為 `{0}` 的 `EmbeddedResource`。 + The following are literal names and should not be translated: EmbeddedResource +{0} - The name of the missing resource + + + TargetFrameworkVersion {0} 已淘汰。請將其更新為 v5.0 或更高版本。 + The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 +{0} - The current value of TargetFrameworkVersion + + + 無法剖析 '{0}' + {0} - A NuGet target framework moniker string + + + 無法解析 '{0}' 鎖定檔案中的 `target` + The following are literal names and should not be translated: `target` + +The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." + +{0} - A NuGet target framework moniker string + + + 目前不支援同時使用快速部署及 Android App Bundles。請將快速部署用於偵錯組態; 將 Android App Bundles 用於發行組態。 + The following are literal names and should not be translated: Android App Bundles + + + 不建議同時使用快速部署和 AOT。請將快速部署用於偵錯組態; 將 AOT 用於發行組態。 + The following are literal names and should not be translated: AOT, Debug, Release. + + + 不建議同時使用快速部署和連結器。請將快速部署用於偵錯組態; 將連結器用於發行組態。 + The following are literal names and should not be translated: Debug, Release. + + + 不建議同時使用快速部署和程式碼壓縮程式。請將快速部署用於偵錯組態; 將程式碼壓縮程式用於發行組態。 + The following are literal names and should not be translated: Debug, Release. + + + 正在停用解譯器; 不支援同時使用解譯器與 AOT。使用直譯器以在 Debug 設定中取得熱重新載入支援,使用 AOT 取得 Release 設定。 + The following are literal names and should not be translated: AOT, Debug, Release. + + + 組件 '{0}' 正在使用不再受到支援的 '[assembly: {1}]'。請使用此 NuGet 套件的較新版本,或通知程式庫作者。 + The following are literal names and should not be translated: [assembly: {1}], NuGet +{0} - The assembly name +{1} - The unsupported attribute + + + 組件 '{0}' 正在使用已取代的屬性 '[assembly: {1}]'。請使用此 NuGet 套件的較新版本,或通知程式庫作者。 + The following are literal names and should not be translated: [assembly: {1}], NuGet + + + 正在從 {1} 移除 {0}。此檢查不支援 Lint {2}。 + The following are literal names and should not be translated: Lint +When it appears in the middle of a sentence, "lint" is not capitalized. +{0} - The literal name of a lint check, such as HardcodedDebugMode +{1} - The literal name of the MSBuild property +{2} - The lint version number + + + '{0}' 使用的是已淘汰的偵錯資訊層級。 +請將 Visual Studio 專案屬性頁面中的偵錯資訊,設定為 [可攜式],或在文字編輯器中編輯此專案檔,將 'DebugType' MSBuild 屬性設定為 [可攜式],以使用較新的跨平台偵錯資訊層級。 +如果此檔案來自 NuGet 套件,請更新為較新版本的 NuGet 套件,或通知該程式庫作者。 + The following are literal names and should not be translated: 'DebugType', 'portable' +The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. +{0} - The file name of a deprecated symbol file + + + 剖析 {0} 時發生問題。此情況可能是 XML 不完整或無效所致。例外狀況: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + AndroidResgen: 更新資源 XML '{0}' 時發生警告: {1} + The following are literal names and should not be translated: AndroidResgen +{0} - The name of the XML file +{1} - The exception message of the associated exception + + + 找到與 '{0}' 最符合者為 '{1}',但大小寫不符。請更正大小寫。 + {0} - The user-provided type name +{1} - The type name found + + + 正在嘗試對識別碼為 '{0}' 且類型為 '{1}' 的元素進行基本類型名稱比對 + {0} - The Android resource ID name + + + 如果基本類型名稱比對失敗,請將 `xamarin:managedType` 屬性新增至元素,以指定該元素的完整受控類型名稱。 + "xamarin:managedType" is a literal name and should not be translated. + + + TargetFrameworkVersion (Android API 層級 {0}) 高於 targetSdkVersion ({1})。請增加 `AndroidManifest.xml` 中的 `android:targetSdkVersion`,讓 API 層級一致。 + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + minSdkVersion ({0}) 大於 targetSdkVersion。請變更此值,讓 minSdkVersion 小於或等於 targetSdkVersion ({1})。 + The following are literal names and should not be translated: minSdkVersion, targetSdkVersion +{0} - The minimum SDK version number +{1} - The target SDK version number + + + TargetFrameworkVersion (Android API 層級 {0}) 低於 targetSdkVersion ({1})。請增加 `$(TargetFrameworkVersion)` 或減少 `AndroidManifest.xml` 中的 `android:targetSdkVersion`,讓 API 層級一致。 + The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml +{0} - The target framework version number +{1} - The target SDK version number + + + Android 資訊清單預留位置的 `$(AndroidManifestPlaceholders)` 值無效。請使用 `key1=value1;key2=value2` 格式。指定的值為: `{0}` + The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` + + + 不再支援在 D8 DEX 編譯器中使用 ProGuard。請在 Visual Studio 專案屬性頁中,將程式碼壓縮工具設定為 'r8',或在文字編輯器中編輯專案檔,並將 'AndroidLinkTool' MSBuild 屬性設定為 'r8'。 + The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' + + + 包含的版面配置根項目覆寫識別碼 '{0}' 無效。 + {0} - The Android resource ID name + + + 無法剖析配置檔案 '{1}' 中節點 '{0}' 的識別碼。 + {0} - The Android resource XML element name +{1} - The path of the layout file + + + 找到具有相同檔案名稱但不同內容的 JAR 程式庫參考: {0}。請從 EmbeddedJar、InputJar 和 AndroidJAVALibrary 移除任何衝突的程式庫。 + The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary +{0} - Comma-separated list of the conflicting JAR library file names + + + 已將一個以上的 Android Wear 專案指定為配對的專案。最多只能指定一個。 + The following are literal names and should not be translated: Android Wear + + + 目標 Wear 應用程式的專案 '{0}' 未指定必要的 'AndroidManifest' 專案屬性。 + The following are literal names and should not be translated: Wear, AndroidManifest +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +{0} - The project file name + + + 目標 Wear 應用程式的 AndroidManifest.xml 未指定必要的 'package' 屬性。 + The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + 指定的 AndroidManifest 檔案不存在: {0}。 + The following are literal names and should not be translated: AndroidManifest +{0} - The path of the specified AndroidManifest file + + + 'LibraryProjectProperties' 檔案 '{0}' 位於繫結專案之中繼輸出目錄的父目錄中。請將該路徑調整為直接使用 Android 程式庫專案目錄中的原始 'project. properties' 檔案。 + The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android +In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. +{0} - The path of the LibraryProjectProperties file + + + 至少需要一個 Java 程式庫才能繫結。請確定專案包含 Java 程式庫及適當的建置動作: 'LibraryProjectZip' (適用於 AAR 或 ZIP)、'EmbeddedJar'、'InputJar' (適用於 JAR) 或 'LibraryProjectProperties' (project.properties)。 + The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties + + + 找不到指定的來源 Java 程式庫: {0} + In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." +{0} - The file name of the library + + + 找不到指定的參考 Java 程式庫: {0} + In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. +{0} - The file name of the library + + + 已不支援使用 DX DEX 編譯器。請在 Visual Studio 專案屬性頁中將 DEX 編譯器設為 'd8',或在文字編輯器中編輯專案檔,並將 'AndroidDexTool' MSBuild 屬性設為 'd8'。 + The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. + + + 正在忽略組態檔 '{0}'。以 .NET 6 或更新版本為目標的 Xamarin.Android 專案不支援 .NET 組態檔。 + The following are literal names and should not be translated: .NET, Xamarin.Android. +{0} - The file name such as 'Foo.dll.config' + + + 'AndroidAotMode' MSBuild 屬性的實驗性 'Hybrid' 值目前與 armeabi v7a 目標 ABI 不相容。若要繼續使用 'AndroidAotMode' 的實驗性 'Hybrid' 值,請取消選取 Visual Studio 專案屬性頁面中的 armeabi-v7a 目標 ABI,或在文字編輯器中編輯專案檔,從 'AndroidSupportedAbis' MSBuild 屬性中移除 'armeabi-v7a'。 + The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' + + + 已不再使用 AAPT,改用 AAPT 2。請在 Visual Studio 專案屬性頁中啟用 [使用增量 Android 封裝系統 (aapt2)],或在文字編輯器中編輯專案檔,並將 'AndroidUseAapt2' MSBuild 屬性設定為 'true'。 + The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. + + + 以 .NET 6 或更新版本為目標的 Xamarin.Android 專案不支援使用 AAPT。請在 Visual Studio 專案屬性頁中啟用 [使用增量 Android 套件系統 (aapt2)],或在文字編輯器中編輯專案檔,並將 'AndroidUseAapt2' MSBuild 屬性設定為 'true'。 + The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. + + + 'EnableProguard' MSBuild 屬性設定為 'true',而且 'AndroidLinkTool' MSBuild 屬性是空的,因此 'AndroidLinkTool' 預設為 'proguard'。 + The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + 'AndroidEnableProguard' MSBuild 屬性設定為 'true',而且 'AndroidLinkTool' MSBuild 屬性是空的,因此 'AndroidLinkTool' 預設為 'proguard'。 + The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' + + + 在下列組件中偵測到使用 AppDomain.CreateDomain(): {0}。.NET 6 及更新版本只支援單一 AppDomain,因此在 .NET 6 發行之後,此 API 就無法再於 Xamarin.Android 中使用。 + The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain +{0} - The name of the assembly + + + .NET 7 中會移除 'MONO_GC_PARAMS=bridge-implementation=old' 值的支援。 + + + 找不到原始程式檔 '{0}'。 + + + 無法解析參考: '{0}',參考者: {1}。Mono for Android 設定檔中沒有該項參考嗎? + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` + + + 無法解析參考: `{0}`,參考方為 {1}。請為 `{0}` 新增 NuGet 套件或組件參考,或移除對 `{2}` 的參考。 + {0} - The name of the missing assembly +{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` +{2} - The name of the first assembly in the chain of references. Example: System.Memory + + + 無法解析範圍為 '{2}' 的 '{0}' 參考 (在組件 '{1}' 中定義)。當範圍與定義組件不同時,通常表示已轉寄類型。 + {0} - The member name, such as a class name +{1} - The assembly name +{2} - The scope of the member, such as the name of a different assembly + + + 載入組件時發生例外狀況: {0} + {0} - The exception message of the associated exception + + + 在參考的組件 {0} 中,Java.Interop.DoNotPackageAttribute 需要非 Null 的檔案名稱。 + The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute +{0} - The assembly name + + + 無法對組件進行 AOT 編譯: {0} + The abbreviation "AOT" should not be translated. + + + AOT 模式無效: {0} + The abbreviation "AOT" should not be translated. + + + 無法除去組件的 IL: {0} + The abbreviation "IL" should not be translated. + + + Android NDK r10d 有錯誤,且會提供不相容的 x86_64 libm.so。請參閱 https://code.google.com/p/android/issues/detail?id=161422。 + The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so +"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. + + + 偵測到的 Android NDK 版本與目標 LLVM 設定不相容。請升級為 NDK r10d 或更新版本。 + The following are literal names and should not be translated: NDK, LLVM, r10d +"r10d" is the version of the NDK. + + + 無法編譯原生組件檔: {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) + + + 無法連結原生共用程式庫: {0} + + + 因為 {1},所以無法為類別 {0} 產生 Java 類型 + {0} - The managed type name +{1} - The exception message of the associated exception + + + 使用 ExportAttribute 或 ExportFieldAttribute 時,請將參考新增至 Mono.Android.Export.dll。 + The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' 小於 $(TargetFrameworkVersion) '{1}'。正在使用 API-{2} 進行 ACW 編譯。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW +{0} - The target SDK version number +{1} - The target framework version number +{2} - The API version number + + + 類型 '{0}' 必須提供公用預設建構函式 + + + 受控類型 `{0}` 存在於多個組件: {1}。請重構這些組件中的受控類型名稱,以免其重複。 + {0} - The managed type name +{1} - Comma-separated list of all the assemblies where the managed type exists + + + 對類型 '{0}' 的參考將會參考 `{0}, {1}`。 + The phrase "`{0}, {1}`" does not need to be translated. +{0} - The managed type name +{1} - The name of the library that contains the type + + + Java 類型 `{0}` 由多種受控類型所產生。請變更 [Register] 屬性,以確保不會發出相同的 Java 類型。 + The following are literal names and should not be translated: Java, [Register] + + + `{0}` 由 {1} 所產生 + The two spaces indentation at the beginning of this message should be preserved in the translations where possible. +{0} - The generated Java type name +{1} - The managed type name + + + AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' 小於 API-{1},不支援此組態。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} +{0} - The minimum SDK version number +{1} - The API version number + + + AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' 小於 API-{1},不支援此組態。 + The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} +{0} - The target SDK version number +{1} - The API version number + + + 在路徑 {0} 中找不到 //manifest/application/uses-library + The following are literal names and should not be translated: //manifest/application/uses-library + + + 找不到語言 {0} 或 {1} 的繫結產生器。 + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +{0} - The target programming language name, which is usually C# +{1} - The default programming language name, which is also usually C# + + + 有部分類別項目 '{0}' 沒有版面配置 '{1}' 相關聯的繫結。 + In this message, the term "partial class item" means a .NET partial class. +In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +{1} - The path of the partial class file +{0} - The name of the layout + + + 未產生任何版面配置繫結原始程式檔。 + In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. +In this mesage, the term "layout" means an Android UI layout. +In this message, the term "source files" means files that can be compiled, usually containing C# source code. + + + 找不到版面配置 ({0}) 的小工具。 + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - Semicolon-separated list of paths for the files that define the layout + + + 完整類別名稱 '{0}' 的格式不正確。缺少命名空間。 + {0} - The class name + + + 完整類別名稱 '{0}' 的格式不正確。缺少類別名稱。 + {0} - The class name + + + 版面配置 '{1}' 的小工具 '{0}' 具有多個不同類型的執行個體。此屬性類型將會設定為 {2} + In this message, the term "widgets" means Android UI elements. +In this mesage, the term "layout" means an Android UI layout. +{0} - The name of the widget +{1} - The name of the layout +{2} - The type name that will be used, such as "object" + + + 資源項目 '{0}' 不具所需的中繼資料項目 '{1}'。 + {0} - The name of the Android layout resource file +{1} - The name of the metadata item + + + 找不到指定的 //activity-alias/@android:targetActivity: '{0}' + The following are literal names and should not be translated: //activity-alias/@android:targetActivity +{0} - The specified targetActivity name + + + 無法辨識的 'TransformFile' 根項目: {0}。 + The following are literal names and should not be translated: TransformFile +In this message, "root element" refers to the root element of an XML file. +{0} - The name of the root element + + + 剖析 XML 時發生錯誤: {0} + {0} - The exception message and stack trace of the associated exception + + + Android 類別剖析器值 '{0}' 即將退場,將會從後續版本的 Xamarin.Android 版本中移除。請更新專案屬性,以使用 'class-parse'。 + The following are literal names and should not be translated: class-parse +{0} - The name of the current class parser value + + + Android 程式碼產生目標 '{0}' 即將退場,將會從後續版本的 Xamarin.Android 版本中移除。請更新專案屬性,以使用 'XAJavaInterop1'。 + The following are literal names and should not be translated: XAJavaInterop1 +{0} - The name of the current code generation target + + + 因為原生程式庫 '{0}' 有不支援的 ABI,所以將不會隨附。請將此檔案移至具備有效 Android ABI 名稱的目錄,例如 'libs/armeabi-v7a/'。 + In this message, the term "bundled" is a short way of saying "included into the final application package." +The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + APK 已包含項目 {0}; 正在忽略。 + The abbreviation "APK" should not be translated. +{0} - The file name. + + + 無法判斷原生程式庫 '{0}' 的 ABI。請將此檔案移至具有效 Android ABI 名稱的目錄,例如 'libs/armeabi-v7a/'。 + The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' +{0} - The file path + + + 無法判斷原生程式庫 '{0}' 的 ABI。請移除 '{1}' NuGet 套件,或通知程式庫作者。 + The following are literal names and should not be translated: ABI, NuGet +{0} - The native library file path +{1} - Either the name of the NuGet package or a path to the native library + + + 無法判斷某些原生程式庫的 ABI。正在忽略下列項目: {0} + The abbreviation "ABI" should not be translated. +{0} - Comma-separated list of the ignored library file names. + + + 未處理的例外狀況合併 `AndroidManifest.xml`: {0} + The following are literal names and should not be translated: `AndroidManifest.xml` +{0} - The exception message of the associated exception + + + 從 "{0}" 擷取資源時發生錯誤: {1} + {0} - The file name +{1} - The exception message of the associated exception + + + 找不到 ProGuard 組態檔 '{0}'。 + The following are literal names and should not be translated: ProGuard + + + 已啟用 Multidex,但 `$(_AndroidMainDexListFile)` 是空白的。 + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + 已啟用 Multidex,但 `$(_AndroidMainDexListFile)` 檔案 '{0}' 不存在。 + The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) + + + 當 android:minSdkVersion >= 21 時,R8 不支援 `@(MultiDexMainDexList)` 檔案 + The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion + + + ProGuard 組態檔無效。{0} + The following are literal names and should not be translated: ProGuard +{0} - The error message returned by the ProGuard tool. + + + 無法產生類型對應 + + + 'MultiDexMainDexList' 檔案 '{0}' 不存在。 + The following are literal names and should not be translated: MultiDexMainDexList + + + 找不到 `{0}` 檔案 `{1}`。 + {0} - The MSBuildProperty which contains the file name value. +{1} - The value of the MSBuildProperty. Normally a filename. + + + + 因為尚未建立 Wear 應用程式套件 APK,所以該應用程式不會包含配對的 Wear 套件。如果從命令列進行建置,請務必建置 "SignAndroidPackage" 目標。 + The following are literal names and should not be translated: Wear, APK, SignAndroidPackage +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. + + + 從 Android 應用程式專案參考 Android Wear 應用程式專案 '{0}' 的功能已淘汰,且日後的 Xamarin.Android 版本將不再予以支援。從 Android 應用程式專案移除 Android Wear 應用程式專案參考,並將 Wear 應用程式改為以獨立應用程式發佈。 + The following are literal names and should not be translated: Android Wear, Android, Wear. +{0} - The referenced Android Wear project. + + + 已取代內建 '{0}' 參考。 +從您的專案移除 '{0}' 參考,並改為新增 '{1}' NuGet 封裝。 + + The following are literal names and should not be translated: +{0} - The Assembly name which is deprecated +{1} - A Nuget package name. + + + + '{0}' 是空的。應該提供 '{0}' 的值。 + {0} - The MSBuildProperty which contains a value. + + + + 缺少 Android NDK 工具鏈目錄 '{0}'。請安裝 Android NDK。 + {0} - The path of the missing directory + + + 找不到目標 {0} 的 C 編譯器。已嘗試的路徑: "{1}" + The following are literal names and should not be translated: C +{0} - The target architecture, such as Arm, Arm64, or X86_64 +{1} - Semicolon-separated list of the paths searched + + + 找不到目標 {0} 的工具鏈目錄。 + {0} - The target architecture, such as Arm, Arm64, or X86_64 + + + 從組件到機器碼的轉換失敗。結束代碼 {0} + In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) +{0} - The exit code number + + + NDK C 編譯器結束,但發生錯誤。結束代碼 {0} + The following are literal names and should not be translated: NDK, C +{0} - The exit code number + + + 找不到 Android NDK。請確認 Android NDK 已安裝在 Android SDK 管理員中,若使用自訂的 NDK 路徑,請確認 $(AndroidNdkDirectory) MSBuild 屬性已設定為自訂路徑。 + The following are literal names and should not be translated: $(AndroidNdkDirectory) + + + 找不到目標 {1} 的工具鏈公用程式 '{0}'。已在下列路徑中嘗試: "{2}" + {0} - The missing utility name, such as gcc or clang +{1} - The target architecture, such as Arm, Arm64, or X86_64 +{2} - The path of the directory that was searched + + + NDK 連結器結束,但發生錯誤。結束代碼 {0} + The following are literal names and should not be translated: NDK +{0} - The exit code number + + + 找不到 `{0}`。請使用 `{1}{2}tools{2}{3}` 程式安裝 Android SDK Build-Tools 套件。 + The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} +{0} - The missing tool name +{1} - The parent directory +{2} - The directory separator character +{3} - The installer program name + + + 在 Android SDK 中找不到 '{0}'。請透過 /p:LintToolPath 設定其路徑。 + The following are literal names and should not be translated: /p:LintToolPath +{0} - The missing tool name + + + 找不到 API 層級 {0} 的 android.jar。這表示未安裝 API 層級 {0} 的 Android SDK 平台。請將其安裝在 Android SDK 管理員 ({2}) 中,或將 Xamarin.Android 專案變更成以已安裝的 API 版本作為目標。(缺少 {1}。) + The following are literal names and should not be translated: android.jar +{0} - The API level name +{1} - The expected path of the android.jar file +{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager + + + [工具] > [開啟 Android SDK 管理員...] + This string is the location of a menu command in Visual Studio for Mac. + + + [工具] > [Android] > [Android SDK 管理員...] + This string is the location of a menu command in Visual Studio. + + + 內嵌 Wear 應用程式套件名稱與手持功能應用程式套件名稱不同 ({0} != {1})。 + The following are literal names and should not be translated: Wear +"Wear" is a short version of the full product name "Wear OS" and so should not be translated. +In this message, the term "handheld app" means "app for handheld devices." +{0} - The Wear app package name +{1} - The handheld app package name + + + java.lang.OutOfMemoryError。請考慮提高 $(JavaMaximumHeapSize) 的值。執行 '{0} {1}' 時,Java 記憶體不足 + The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) +{0} - The tool name +{1} - The command line arguments used for the tool + + + '{0}' 中未安裝任何 Android 平台。請使用 `{1}{2}tools{2}{3}` 程式安裝 SDK Platform。 + The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} +{0} - Android SDK platforms directory path +{1} - Android SDK directory path +{2} - The directory separator character +{3} - The Android SDK installer program name + + + 找不到 Android SDK 目錄。請檢查 Visual Studio 中 Android SDK 管理員是否顯示有效的安裝。若要使用自訂的 SDK 路徑建置命令列,請將 'AndroidSdkDirectory' MSBuild 屬性設定為自訂路徑。 + The following terms should not be translated: AndroidSdkDirectory + + + 找不到 Java SDK 目錄。請確認 Visual Studio 選項 Android 區段已設定有效的 Java SDK 目錄。若要使用自訂的 SDK 路徑建置命令列,請將 'JavaSdkDirectory' MSBuild 屬性設定為自訂路徑。 + The following terms should not be translated: JavaSdkDirectory + + + 因為 MAX_PATH,所以無法為類別 {0} 產生 Java 類型: {1} + The following are literal names and should not be translated: MAX_PATH. +{0} - The managed type name +{1} - The exception message of the associated exception + + + 可能有兩個處理序正在同時建置此專案。鎖定檔案存在於下列路徑: {0} + + + + 這段程式碼已由工具產生。 + 其從 {0} 所產生 + 變更此檔案可能會導致不正確的行為,而且如果重新產生內容, + 變更將會遺失。 + + {0} - The path of the template file. + + + '{0}' 的 <AndroidNamespaceReplacement> 未指定 'Replacement' 屬性。 + The following are literal names and should not be translated: <AndroidNamespaceReplacement> +{0} - The AndroidNamespaceReplacement MSBuild value. + + + 目錄 '{0}' 是來自 '{1}'。 + +{0} - A Directory Path. +{1} - A Filename. + + + \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.cs.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.cs.xlf deleted file mode 100644 index e44486d927f..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.cs.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Neznámá možnost {0}. Zkontrolujte prosím $(AndroidAapt2CompileExtraArgs) a $(AndroidAapt2LinkExtraArgs), podívejte se, jestli nezahrnují nějaké argumenty příkazového řádku aapt, které už nejsou pro aapt2 platné, a ujistěte se, že všechny ostatní argumenty jsou pro aapt2 platné. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Neplatný název souboru. Musí obsahovat jen {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Neplatný název souboru. Musí obsahovat jen {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Nepovedlo se určit úroveň rozhraní API pro $(TargetFrameworkVersion) {0}. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - Nepovedlo se určit $(AndroidApiLevel) nebo $(TargetFrameworkVersion); tato zpráva by se neměla zobrazit. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Neošetřená výjimka: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - Nepovedlo se určit $(TargetFrameworkVersion) pro úroveň rozhraní API {0}. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Nepodporovaná nebo neplatná hodnota $(TargetFrameworkVersion) {0}. Aktualizujte prosím možnosti projektu. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - Nepovedlo se najít mono.android.jar. - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Neplatná hodnota android:versionCode {0} v AndroidManifest.xml. Musí být celočíselná. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Neplatná hodnota android:versionCode {0} v AndroidManifest.xml. Hodnota musí spadat do rozsahu od 0 do {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - Sestavování s verzí sady JDK {0} se nepodporuje. Nainstalujte prosím verzi sady JDK {1}. Další informace: https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - Když se používá {1}, vyžaduje se sada Java SDK {0} nebo novější. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Když se používají nástroje Build-Tools {1} v sadě Android SDK, vyžaduje se sada Java SDK {0} nebo novější. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Nepovedlo se získat verzi sady Java SDK, protože vrácená hodnota podle všeho neobsahuje platné číslo verze. {0} -version vrátilo: {1} - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Nepovedlo se získat verzi sady Java SDK. Ujistěte se prosím, že máte nainstalovanou Javu {0} nebo novější. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Z hodnoty {0} se nepovedlo určit Android ABI. Upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu RuntimeIdentifiers tak, aby obsahovala jen platné identifikátory pro platformu Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - Vlastnost MSBuildu AndroidSupportedAbis se už nepodporuje. Upravte soubor projektu v textovém editoru, odeberte všechna použití vlastnosti AndroidSupportedAbis a místo ní použijte vlastnost MSBuildu RuntimeIdentifiers. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - Knihovna EmbeddedNativeLibrary {0} v projektech aplikací pro Android není platná. Použijte prosím místo ní AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Neplatná hodnota pro $(AndroidSequencePointsMode): {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - $(TargetFrameworkVersion) pro {0} ({1}) je větší než $(TargetFrameworkVersion) pro projekt aplikace ({2}). Zvyšte prosím $(TargetFrameworkVersion) aplikačního projektu. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} je referenční sestavení. - - - - Ignoring Reference Assembly `{0}`. - Ignoruje se referenční sestavení {0}. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Nepovedlo se získat verzi z nástroje {0}. Nastavuje se výchozí hodnota 1.0. - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - Nepovedlo se najít EmbeddedResource s názvem {0}. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - Hodnota {0} pro TargetFrameworkVersion je zastaralá. Aktualizujte prosím tuto hodnotu na v5.0 nebo vyšší. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - Nepodařilo se analyzovat {0}. - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - Nepodařilo se vyhodnotit target v souboru zámku pro: {0}. - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - Používání rychlého nasazení a AOT najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak AOT. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - Používání rychlého nasazení a linkeru najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak linker. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - Používání rychlého nasazení a nástroje pro zmenšování kódu najednou se nedoporučuje. Pro konfigurace Debug použijte rychlé nasazení, pro konfigurace Release pak nástroj pro zmenšování kódu. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - Sestavení {0} používá atribut [assembly: {1}], který se už nepodporuje. Použijte novější verzi tohoto balíčku NuGet, nebo to oznamte autorovi knihovny. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - Sestavení {0} používá zastaralý atribut [assembly: {1}]. Použijte novější verzi tohoto balíčku NuGet, nebo to oznamte autorovi knihovny. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Odebírá se {0} z {1}. Lint {2} tuto kontrolu nepodporuje. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Při parsování {0} došlo k problému. Pravděpodobnou příčinou je neúplný nebo neplatný kód XML. Výjimka: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: Upozornění při aktualizaci prostředku XML {0}: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - Nejbližší shoda, která se pro {0} našla, je {1}, ale neodpovídají velká a malá písmena. Opravte je, prosím. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Pro element s ID {0} a typem {1} probíhá pokus o základní porovnání názvu typu. - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Pokud základní porovnání názvu typu neproběhne úspěšně, přidejte prosím k elementu atribut xamarin:managedType, aby se zadal plně kvalifikovaný název spravovaného typu daného elementu. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (úroveň rozhraní Android API {0}) je vyšší než targetSdkVersion ({1}). Navyšte prosím android:targetSdkVersion v souboru AndroidManifest.xml tak, aby si úrovně rozhraní API odpovídaly. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - Verze minSdkVersion ({0}) je větší než targetSdkVersion. Změňte prosím hodnotu tak, aby verze minSdkVersion byla nižší nebo stejná jako targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (úroveň rozhraní Android API {0}) je nižší než targetSdkVersion ({1}). Navyšte prosím $(TargetFrameworkVersion) nebo snižte android:targetSdkVersion v souboru AndroidManifest.xml tak, aby si úrovně rozhraní API odpovídaly. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Neplatná hodnota $(AndroidManifestPlaceholders) pro zástupné symboly manifestu pro Android. Použijte prosím formát klíč1=hodnota1;klíč2=hodnota2. Zadaná hodnota: {0} - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - Používání ProGuard s kompilátorem D8 DEX se už nepodporuje. Nastavte prosím na stránkách vlastností projektu sady Visual Studio nástroj pro zmenšování kódu na r8, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu AndroidLinkTool na r8. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - Zahrnuté ID přepisu kořenového prvku rozložení {0} není platné. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - Nepodařilo se analyzovat ID uzlu {0} v souboru rozložení {1}. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Knihovna JAR se odkazuje na totožné názvy souborů, ale našel se jiný obsah: {0}. Odeberte prosím konfliktní knihovny z EmbeddedJar, InputJar a AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Jako spárovaný projekt je zadán více než jeden projekt Android Wear. Může být maximálně jeden. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Projekt {0} cílové aplikace Wear nespecifikuje požadovanou vlastnost projektu AndroidManifest. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Soubor AndroidManifest.xml cílové aplikace Wear nespecifikuje požadovaný atribut package. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Zadaný soubor AndroidManifest neexistuje: {0} - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - Soubor LibraryProjectProperties {0} se nachází v adresáři, který je nadřazený přechodnému výstupnímu adresáři vazebního projektu. Upravte prosím cestu tak, aby se používal původní soubor project.properties přímo z adresáře projektu knihovny Androidu. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Pro vazbu se vyžaduje nejméně jedna knihovna Java. Zkontrolujte, že knihovna Java je součástí projektu a že má vhodnou akci sestavení: LibraryProjectZip (pro AAR nebo ZIP), EmbeddedJar, InputJar (pro JAR) nebo LibraryProjectProperties (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - Zadaná zdrojová knihovna Java se nenašla: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - Zadaná referenční knihovna Java se nenašla: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - Používání kompilátoru DX DEX je zastaralé. Nastavte prosím na stránkách vlastností projektu sady Visual Studio kompilátor DEX na d8, nebo upravte soubor projektu v textovém editoru a nastavte vlastnost MSBuildu AndroidDexTool na d8. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Ignoruje se konfigurační soubor {0}. Konfigurační soubory .NET se v projektech Xamarin.Androidu, které cílí na .NET 5 nebo vyšší, nepodporují. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - V sestavení {0} se zjistilo, že se používá AppDomain.CreateDomain(). .NET 5 bude podporovat jen jednu doménu AppDomain, proto toto rozhraní API už nebude po vydání rozhraní .NET 5 v Xamarin.Androidu k dispozici. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Zdrojový soubor {0} se nenašel. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Nelze přeložit odkaz {0}, na který odkazuje {1}. Možná neexistuje v profilu Mono for Android. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Nelze přeložit odkaz: {0}, na který odkazuje {1}. Přidejte prosím balíček NuGet nebo odkaz na sestavení pro {0} nebo odeberte odkaz na {2}. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Nepodařilo se přeložit odkaz na {0} (definovaný v sestavení {1}) s oborem {2}. Když se obor liší od definujícího sestavení, obvykle to znamená, že je typ předán. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Výjimka při načítání sestavení: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - V odkazovaném sestavení {0} vyžaduje položka Java.Interop.DoNotPackageAttribute název souboru, který není null. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Sestavení se nepovedlo zkompilovat AOT: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Neplatný režim AOT: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Nepovedlo se odebrat sestavení z IL: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d obsahuje chyby a poskytuje nekompatibilní knihovnu libm.so pro architekturu x86_64. Viz https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - Zjištěná verze Android NDK není kompatibilní s cílovou konfigurací LLVM. Upgradujte prosím NDK na r10d nebo novější. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Nepovedlo se zkompilovat soubor nativního sestavení: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Nepovedlo se připojit nativní sdílenou knihovnu: {0} - - - - Failed to generate Java type for class: {0} due to {1} - Kvůli {1} se nepovedlo vygenerovat typ Javy pro třídu {0}. - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Když používáte ExportAttribute nebo ExportFieldAttribute, přidejte prosím odkaz na Mono.Android.Export.dll. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion {0} je méně než $(TargetFrameworkVersion) '{1}'. Pro kompilaci ACW se používá API-{2}. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - Typ {0} musí poskytovat veřejný výchozí konstruktor. - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - Spravovaný typ {0} existuje ve více sestaveních: {1}. V těchto sestaveních prosím refaktorujte názvy spravovaných typů tak, aby nebyly identické. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - Odkazy na typ {0} budou odkazovat na typ {0}, {1}. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Typ Java {0} se generuje více než jedním spravovaným typem. Změňte prosím atribut [Register] tak, aby se negeneroval stejný typ Java. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - {0} vygenerováno pomocí {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion {0} je méně než API-{1}, tato konfigurace se nepodporuje. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion {0} je méně než API-{1}, tato konfigurace se nepodporuje. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Nepodařilo se najít položku //manifest/application/uses-library v cestě: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Nepodařilo se najít generátor vazby pro jazyk {0} nebo {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - Částečná položka třídy {0} nemá přidruženou vazbu pro rozložení {1}. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Nebyly vygenerovány žádné zdrojové soubory pro vazbu rozložení. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Pro rozložení ({0}) se nenašly žádné widgety. - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Plný název třídy {0} má chybný formát. Chybí obor názvů. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Plný název třídy {0} má chybný formát. Chybí název třídy. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - Widget {0} v rozložení {1} má více instancí s odlišnými typy. Typ vlastnosti se nastaví na: {2}. - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - Položka prostředku {0} nemá požadovanou položku metadat {1}. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Nepovedlo se najít zadané //activity-alias/@android:targetActivity: {0} - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Nerozpoznaný kořenový element TransformFile: {0} - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Při parsování XML došlo k chybě: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Hodnota parseru tříd Androidu {0} je zastaralá a v budoucí verzi Xamarin.Androidu se odebere. Aktualizujte vlastnosti projektu tak, aby používaly class-parse. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Cíl generování kódu pro Androidu {0} je zastaralý a v budoucí verzi Xamarin.Androidu se odebere. Aktualizujte vlastnosti projektu tak, aby používaly XAJavaInterop1. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK už obsahuje položku {0}. Ignoruje se. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Nejde určit ABI nativní knihovny {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Nepovedlo se určit ABI některých nativních knihoven. Ignorují se: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Při slučování AndroidManifest.xml se vyvolala nezpracovaná výjimka: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Při extrakci prostředků z {0} došlo k chybě: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - Konfigurační soubor ProGuard {0} nebyl nalezen. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex je povolený, ale soubor $(_AndroidMainDexListFile) je prázdný. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex je povolený, ale soubor $(_AndroidMainDexListFile) {0} neexistuje. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - R8 nepodporuje soubory @(MultiDexMainDexList), když je android:minSdkVersion >= 21. - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Neplatný konfigurační soubor ProGuard. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Nepovedlo se vygenerovat mapy typů. - - - - 'MultiDexMainDexList' file '{0}' does not exist. - Soubor MultiDexMainDexList {0} neexistuje. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - Soubor {0} {1} se nepovedlo najít. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Aplikace nebude obsahovat spárovaný balíček Wear, protože ještě není vytvořen soubor APK pro balíček aplikace Wear. Při sestavování na příkazovém řádku nezapomeňte sestavit cíl SignAndroidPackage. - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Odkazování na projekt aplikace pro Android Wear {0} z projektu aplikace pro Android je zastaralé a v budoucí verzi Xamarin.Androidu se už nebude podporovat. Odeberte odkaz na projekt aplikace pro Android Wear z projektu aplikace pro Android a distribuujte aplikaci pro Wear jako samostatnou aplikaci. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Chybí adresář sady nástrojů Android NDK {0}. Nainstalujte prosím sadu Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - Kompilátor jazyka C pro cíl {0} se nenašel. Vyzkoušely se tyto cesty: {1} - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - Adresář sady nástrojů pro cíl {0} se nenašel. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Převod ze sestavení na nativní kód se nezdařil. Ukončovací kód {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - Kompilátor NDK C byl ukončen s chybou. Ukončovací kód {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Nepovedlo se najít sadu Android NDK. Ujistěte se prosím, že v Android SDK Manageru je nainstalovaná sada Android NDK, nebo pokud používáte vlastní cestu k sadě NDK, ujistěte se prosím, že vlastnost MSBuildu $(AndroidNdkDirectory) je nastavená na danou vlastní cestu. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - Nástroj sady nástrojů {0} pro cíl {1} se nenašel. Prohledala se tato cesta: {2} - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - Linker NDK byl ukončen s chybou. Ukončovací kód {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - Nepovedlo se najít {0}. Nainstalujte prosím balíček Android SDK Build-Tools pomocí programu {1}{2}tools{2}{3}. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - V sadě Android SDK se nepovedlo najít nástroj {0}. Nastavte prosím jeho cestu pomocí /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - Nepovedlo se najít android.jar pro úroveň rozhraní API {0}. To znamená, že platforma sady Android SDK pro úroveň rozhraní API {0} není nainstalovaná. Buď ji nainstalujte ve Správci sady Android SDK ({2}), nebo změňte projekt Xamarin.Android tak, aby cílil na verzi rozhraní API, která je nainstalovaná. (Chybí {1}.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Nástroje > Android > Správce sady Android SDK... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Nástroje > Otevřít správce sady Android SDK... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Název vložené aplikace pro Wear se liší od názvu balíčku aplikace pro kapesní zařízení ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Zvažte zvýšení hodnoty $(JavaMaximumHeapSize). Při provádění {0} {1} došlo v prostředí Java k nedostatku paměti. - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - V nástroji {0} není nainstalovaná žádná platforma Android. Nainstalujte prosím platformu sady SDK pomocí programu {1}{2}tools{2}{3}. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Adresář sady Android SDK se nepovedlo najít. Nastavte ho prosím pomocí /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Adresář sady Java SDK se nepovedlo najít. Nastavte ho prosím pomocí /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Nepovedlo se vygenerovat typ Javy pro třídu {0} kvůli MAX_PATH: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Tento projekt možná sestavují dva procesy najednou. Na následující cestě existuje soubor zámku: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.de.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.de.xlf deleted file mode 100644 index 2c5513dbe68..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.de.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Unbekannte Option "{0}". Überprüfen Sie "$(AndroidAapt2CompileExtraArgs)" und "$(AndroidAapt2LinkExtraArgs)" auf aapt-Befehlszeilenargumente, die für "aapt2" nicht mehr gültig sind, und stellen Sie sicher, dass alle anderen Argumente für "aapt2" gültig sind. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Ungültiger Dateiname: Der Name darf nur {0} enthalten. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Ungültiger Dateiname: Der Name darf nur {0} enthalten. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Die API-Ebene für $(TargetFrameworkVersion) {0} konnte nicht bestimmt werden. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - $(AndroidApiLevel) oder $(TargetFrameworkVersion) konnte nicht bestimmt werden. Dieser Fehler sollte nicht auftreten. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Ausnahmefehler: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - $(TargetFrameworkVersion) für API-Ebene {0} konnte nicht bestimmt werden. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Nicht unterstützter oder ungültiger $(TargetFrameworkVersion)-Wert von {0}. Aktualisieren Sie Ihre Projektoptionen. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - "mono.android.jar" wurde nicht gefunden. - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Ungültiger android:versionCode-Wert "{0}" in "AndroidManifest.xml". Es muss sich um einen ganzzahligen Wert handeln. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Ungültiger android:versionCode-Wert "{0}" in "AndroidManifest.xml". Der Wert muss zwischen 0 und {1} liegen. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - Eine Kompilierung mit JDK-Version {0} wird nicht unterstützt. Installieren Sie JDK-Version {1}. Siehe https://aka.ms/xamarin/jdk9-errors. - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - Bei Verwendung von {1} ist Java SDK {0} oder höher erforderlich. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Bei Verwendung der Android SDK Build-Tools {1} ist Java SDK {0} oder höher erforderlich. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Fehler beim Abrufen der Java SDK-Version, weil der zurückgegebene Wert offenbar keine gültige Versionsnummer enthält. Von "{0} -version" zurückgegebener Wert: "{1}" - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Fehler beim Abrufen der Java SDK-Version. Stellen Sie sicher, dass Java {0} oder höher installiert ist. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Die Android-ABI kann aus dem Wert "{0}" nicht ermittelt werden. Bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "RuntimeIdentifiers" so fest, dass nur gültige Bezeichner für die Android-Plattform enthalten sind. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - Die MSBuild-Eigenschaft "AndroidSupportedAbis" wird nicht mehr unterstützt. Bearbeiten Sie die Projektdatei in einem Text-Editor, entfernen Sie alle Vorkommen von "AndroidSupportedAbis", und verwenden Sie stattdessen die MSBuild-Eigenschaft "RuntimeIdentifiers". - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - EmbeddedNativeLibrary "{0}" ist in Android-Anwendungsprojekten ungültig. Verwenden Sie stattdessen AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Ungültiger Wert für "$(AndroidSequencePointsMode)": {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - Die $(TargetFrameworkVersion) für "{0}" ({1}) ist höher als die $(TargetFrameworkVersion) für das Anwendungsprojekt ({2}). Erhöhen Sie die $(TargetFrameworkVersion) für das Anwendungsprojekt. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - "{0}" ist eine Referenzassembly. - - - - Ignoring Reference Assembly `{0}`. - Die Referenzassembly "{0}" wird ignoriert. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Die Version konnte nicht aus "{0}" abgerufen werden. Es wird die Standardeinstellung 1.0 verwendet. - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - Die EmbeddedResource namens "{0}" wurde nicht gefunden. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - Die TargetFrameworkVersion {0} ist veraltet. Führen Sie eine Aktualisierung auf Version 5.0 oder höher durch. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - "{0}" konnte nicht analysiert werden. - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - "target" konnte in der Sperrdatei für "{0}" nicht aufgelöst werden. - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - Von der gleichzeitigen Verwendung der schnellen Bereitstellung und der AOT wird abgeraten. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und die AOT für Releasekonfigurationen. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - Von der gleichzeitigen Verwendung der schnellen Bereitstellung und des Linkers wird abgeraten. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und den Linker für Releasekonfigurationen. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - Von der gleichzeitigen Verwendung der schnellen Bereitstellung und des Codeshrinkers wird abgeraten. Verwenden Sie die schnelle Bereitstellung für Debugkonfigurationen und den Codeshrinker für Releasekonfigurationen. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - Die Assembly "{0}" verwendet das Attribut "[assembly: {1}]", dieses wird nicht mehr unterstützt. Verwenden Sie eine neuere Version dieses NuGet-Pakets, oder benachrichtigen Sie den Bibliotheksautor. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - Die Assembly "{0}" verwendet ein veraltetes Attribut "[assembly: {1}]". Verwenden Sie eine neuere Version dieses NuGet-Pakets, oder benachrichtigen Sie den Bibliotheksautor. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - "{0}" wird aus "{1}" entfernt. Diese Überprüfung wird von Lint "{2}" nicht unterstützt. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Problem beim Analysieren von "{0}". Dies ist wahrscheinlich auf eine unvollständige oder ungültige XML-Datei zurückzuführen. Ausnahme: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: Warnung beim Aktualisieren der Ressourcen-XML-Datei "{0}": {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - Die nächste Übereinstimmung für "{0}" ist "{1}", aber die Groß-/Kleinschreibung stimmt nicht überein. Korrigieren Sie die Groß-/Kleinschreibung. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Es wird versucht, einen Basistypnamen für das Element mit der ID {0} und dem Typ "{1}" abzugleichen. - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Wenn der Abgleich des Basistypnamens nicht erfolgreich ist, fügen Sie dem Element ein xamarin:managedType-Attribut hinzu, um den vollqualifizierten Namen des verwalteten Typs für das Element anzugeben. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Die TargetFrameworkVersion (Android-API-Ebene {0}) ist höher als die targetSdkVersion ({1}). Erhöhen Sie "android:targetSdkVersion" in "AndroidManifest.xml", sodass die API-Ebenen übereinstimmen. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - Die minSdkVersion ({0}) ist größer als die targetSdkVersion. Ändern Sie den Wert so ab, dass der minSdkVersion-Wert kleiner ist als der targetSdkVersion-Wert ({1}) oder diesem entspricht. - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Die TargetFrameworkVersion (Android-API-Ebene {0}) ist niedriger als die targetSdkVersion ({1}). Erhöhen Sie "$(TargetFrameworkVersion)", oder verringern Sie den Wert für "android:targetSdkVersion" in "AndroidManifest.xml", sodass die API-Ebenen übereinstimmen. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Ungültiger $(AndroidManifestPlaceholders)-Wert für Android-Manifestplatzhalter. Verwenden Sie das Format "Schlüssel1=Wert1;Schlüssel2=Wert2". Der angegebene Wert lautete "{0}". - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - Die Verwendung von ProGuard mit dem D8 DEX-Compiler wird nicht mehr unterstützt. Legen Sie den Codeshrinker in den Visual Studio-Projekteigenschaftenseiten auf "R8" fest, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidLinkTool" auf "R8" fest. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - Die enthaltene Überschreibungs-ID "{0}" des enthaltenen Layoutstammelements ist ungültig. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - Fehler beim Analysieren der ID des Knotens "{0}" in der Layoutdatei "{1}". - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Es wurden JAR-Bibliotheksverweise mit identischen Dateinamen, aber unterschiedlichen Inhalten gefunden: {0}. Entfernen Sie alle widersprüchlichen Bibliotheken aus EmbeddedJar, InputJar und AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Es ist mehr als ein Android Wear-Projekt als gekoppeltes Projekt angegeben. Es darf höchstens Projekt angegeben werden. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Das Projekt "{0}" der Wear-Zielanwendung gibt nicht die erforderliche Projekteigenschaft "AndroidManifest" an. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Die Datei "AndroidManifest.xml" der Wear-Zielanwendung gibt nicht das erforderliche Attribut "package" an. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Die angegebene AndroidManifest-Datei ist nicht vorhanden: {0} - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - Die LibraryProjectProperties-Datei "{0}" befindet sich in einem übergeordneten Verzeichnis des Zwischenausgabeverzeichnisses für das Bindungsprojekt. Passen Sie den Pfad so an, dass die ursprüngliche Datei "project.properties" direkt aus dem Android-Bibliotheksprojektverzeichnis verwendet wird. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Für die Bindung ist mindestens eine Java-Bibliothek erforderlich. Stellen Sie sicher, dass eine Java-Bibliothek im Projekt enthalten ist und über die entsprechende Buildaktion verfügt: "LibraryProjectZip" (für AAR oder ZIP), "EmbeddedJar", "InputJar" (für JAR) oder "LibraryProjectProperties" (project.Properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - Die angegebene Java-Quellbibliothek wurde nicht gefunden: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - Die angegebene Java-Referenzbibliothek wurde nicht gefunden: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - Die Verwendung des DX DEX-Compiler ist veraltet. Legen Sie den DEX-Compiler in den Visual Studio-Projekteigenschaftenseiten auf "d8" fest, oder bearbeiten Sie die Projektdatei in einem Text-Editor, und legen Sie die MSBuild-Eigenschaft "AndroidDexTool" auf "d8" fest. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Die Konfigurationsdatei "{0}" wird ignoriert. .NET-Konfigurationsdateien werden in Xamarin.Android-Projekten für .NET 5 oder höher nicht unterstützt. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - In der Assembly "{0}" wurde die Verwendung von "AppDomain.CreateDomain()" festgestellt. .NET 5 unterstützt nur eine einzelne AppDomain, sodass diese API nach dem Release von .NET 5 nicht mehr in Xamarin.Android verfügbar ist. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Die Quelldatei "{0}" wurde nicht gefunden. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Der durch "{1}" referenzierte Verweis "{0}" kann nicht aufgelöst werden. Möglicherweise ist er im Mono für Android-Profil nicht vorhanden. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Der durch "{1}" referenzierte Verweis "{0}" kann nicht aufgelöst werden. Fügen Sie einen Verweis auf ein NuGet-Paket oder eine Assembly für "{0}" hinzu, oder entfernen Sie den Verweis auf "{2}". - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Der Verweis auf "{0}" (definiert in Assembly "{1}") mit dem Bereich "{2}" konnte nicht aufgelöst werden. Wenn sich der Bereich von der definierenden Assembly unterscheidet, weist dies üblicherweise auf einen weitergeleiteten Typ hin. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Ausnahme beim Laden von Assemblys: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - In der referenzierten Assembly "{0}" ist für "Java.Interop.DoNotPackageAttribute" ein Dateiname ungleich NULL erforderlich. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - AOT für Assembly nicht möglich: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Ungültiger AOT-Modus: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - IL für Assembly konnte nicht entfernt werden: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d ist fehlerhaft und stellt eine inkompatible x86_64-Bibliothek "libm.so" bereit. Siehe https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - Die erkannte Android-NDK-Version ist nicht mit der LLVM-Zielkonfiguration kompatibel. Führen Sie ein Upgrade auf NDK r10d oder höher aus. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Die native Assemblydatei konnte nicht kompiliert werden: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Die native freigegebene Bibliothek konnte nicht verknüpft werden: {0} - - - - Failed to generate Java type for class: {0} due to {1} - Fehler beim Generieren des Java-Typs für die Klasse "{0}". Ursache: {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Fügen Sie einen Verweis auf "Mono.Android.Export.dll" hinzu, wenn Sie "ExportAttribute" oder "ExportFieldAttribute" verwenden. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ist niedriger als $(TargetFrameworkVersion) "{1}". Für die ACW-Kompilierung wird API-{2} verwendet. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - Der Typ "{0}" muss einen öffentlichen Standardkonstruktor angeben. - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - Der verwaltete Typ "{0}" ist in mehreren Assemblys vorhanden: {1}. Gestalten Sie die Namen der verwalteten Typen in diesen Assemblys so um, dass sie nicht übereinstimmen. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - Verweise auf den Typ "{0}" verweisen auf "{0}, {1}". - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Der Java-Typ "{0}" wird von mehr als einem verwalteten Typ generiert. Ändern Sie das [Register]-Attribut, sodass nicht derselbe Java-Typ ausgegeben wird. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - "{0}" generiert von: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion "{0}" ist niedriger als API-{1}, diese Konfiguration wird nicht unterstützt. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ist niedriger als API-{1}, diese Konfiguration wird nicht unterstützt. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - "//manifest/application/uses-library" wurde nicht im Pfad "{0}" gefunden. - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Der Bindungsgenerator für die Sprache {0} oder {1} wurde nicht gefunden. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - Das partielle Klassenelement "{0}" besitzt keine zugeordnete Bindung für das Layout "{1}". - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Es wurden keine Bindungsquelldateien für das Layout generiert. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Für das Layout ({0}) wurden keine Widgets gefunden. - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Falsch formatierter vollständiger Klassenname "{0}". Namespace fehlt. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Falsch formatierter vollständiger Klassenname "{0}". Klassenname fehlt. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - Das Widget "{0}" im Layout "{1}" weist mehrere Instanzen mit unterschiedlichen Typen auf. Der Eigenschaftentyp wird auf "{2}" festgelegt. - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - Das Ressourcenelement "{0}" verfügt nicht über das erforderliche Metadatenelement "{1}". - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Die angegebene //activity-alias/@android:targetActivity wurde nicht gefunden: "{0}" - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Unbekanntes TransformFile-Stammelement: {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Fehler beim Analysieren von XML: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Der Wert "{0}" des Android-Klassenparsers ist veraltet und wird in einer zukünftigen Version von Xamarin.Android entfernt. Aktualisieren Sie die Projekteigenschaften auf die Verwendung von "class-parse". - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Das Ziel "{0}" für die Android-Codegenerierung ist veraltet und wird in einer zukünftigen Version von Xamarin.Android entfernt. Aktualisieren Sie die Projekteigenschaften auf die Verwendung von "XAJavaInterop1". - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK enthält bereits das Element "{0}". Das Element wird ignoriert. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - ABI der nativen Bibliothek "{0}" kann nicht ermittelt werden. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - ABI konnte für einige native Bibliotheken nicht ermittelt werden. Diese werden ignoriert: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Unbehandelte Ausnahme beim Zusammenführen von "AndroidManifest.xml": {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Fehler beim Extrahieren von Ressourcen aus "{0}": {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - Die ProGuard-Konfigurationsdatei "{0}" wurde nicht gefunden. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex ist aktiviert, aber "$(_AndroidMainDexListFile)" ist leer. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex ist aktiviert, aber die $(_AndroidMainDexListFile)-Datei "{0}" ist nicht vorhanden. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - R8 unterstützt keine @(MultiDexMainDexList)-Dateien, wenn "android:minSdkVersion" größer oder gleich 21 ist. - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Ungültige ProGuard-Konfigurationsdatei. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Fehler beim Generieren von Typzuordnungen. - - - - 'MultiDexMainDexList' file '{0}' does not exist. - Die MultiDexMainDexList-Datei "{0}" ist nicht vorhanden. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - Die {0}-Datei "{1}" wurde nicht gefunden. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Die Anwendung enthält nicht das gekoppelte Wear-Paket, weil das Wear-Anwendungspaket "APK" noch nicht erstellt wurde. Stellen Sie bei einer Kompilierung über die Befehlszeile sicher, dass Sie das Ziel "SignAndroidPackage" erstellen. - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Verweise von einem Android-Anwendungsprojekt auf das Android Wear-Anwendungsprojekt "{0}" ist veraltet und wird in zukünftigen Versionen von Xamarin.Android nicht mehr unterstützt. Entfernen Sie den Verweis auf das Android Wear-Anwendungsprojekt aus dem Android-Anwendungsprojekt, und verteilen Sie die Wear-Anwendung stattdessen als eigenständige Anwendung. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Das Android NDK-Toolkettenverzeichnis "{0}" fehlt. Installieren Sie das Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - Der C-Compiler für das Ziel "{0}" wurde nicht gefunden. Durchsuchte Pfade: {1} - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - Das Toolkettenverzeichnis für das Ziel "{0}" wurde nicht gefunden. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Fehler beim Konvertieren der Assembly in nativen Code. Exitcode: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - Der NDK C-Compiler wurde mit einem Fehler beendet. Exitcode: {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Das Android NDK wurde nicht gefunden. Stellen Sie sicher, dass das Android NDK im Android SDK Manager installiert ist, oder stellen Sie bei Verwendung eines benutzerdefinierten NDK-Pfads sicher, dass die MSBuild-Eigenschaft "$(AndroidNdkDirectory)" auf den benutzerdefinierten Pfad festgelegt ist. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - Das Toolketten-Hilfsprogramm "{0}" für das Ziel "{1}" wurde nicht gefunden. Durchsuchter Pfad: {2} - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - Der NDK-Linker wurde mit einem Fehler beendet. Exitcode: {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - "{0}" wurde nicht gefunden. Installieren Sie das Paket mit den Android SDK-Buildtools mit dem Programm "{1}{2}tools{2}{3}". - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - "{0}" wurde im Android SDK nicht gefunden. Legen Sie den Pfad über "/p:LintToolPath" fest. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - "android.jar" wurde für API-Ebene {0} nicht gefunden. Dies bedeutet, dass die Android SDK-Plattform für API-Ebene {0} nicht installiert ist. Führen Sie die Installation entweder im Android-SDK-Manager ({2}) durch, oder ändern Sie das Xamarin.Android-Projekt, um eine installierte API-Version als Ziel zu verwenden ("{1}" fehlt.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Extras > Android > Android-SDK-Manager... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Extras > Android-SDK-Manager öffnen... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Der Name des eingebetteten Wear-App-Pakets weicht vom Namen des Handheld-App-Pakets ab ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Erwägen Sie eine Erhöhung des Werts von $(JavaMaximumHeapSize). Für Java stand während der Ausführung von "{0} {1}" nicht genügend Arbeitsspeicher zur Verfügung. - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Auf "{0}" wurden keine Android-Plattformen installiert. Installieren Sie eine SDK-Plattform mit dem Programm "{1}{2}tools{2}{3}". - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Das Android SDK-Verzeichnis wurde nicht gefunden. Legen Sie es über "/p:AndroidSdkDirectory" fest. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Das Java SDK-Verzeichnis wurde nicht gefunden. Legen Sie es über "/p:JavaSdkDirectory" fest. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Fehler beim Generieren des Java-Typs für die Klasse "{0}" aufgrund von MAX_PATH: {1}. - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Möglicherweise wird dieses Projekt von zwei Prozessen gleichzeitig kompiliert. Im Pfad ist eine Sperrdatei vorhanden: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.es.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.es.xlf deleted file mode 100644 index b16f88a8d27..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.es.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Opción "{0}" desconocida. Compruebe "$(AndroidAapt2CompileExtraArgs)" y "$(AndroidAapt2LinkExtraArgs)" para ver si incluyen los argumentos de la línea de comandos "aapt" que ya no son válidos para "aapt2" y asegúrese de que el resto de argumentos sean válidos para "aapt2". - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Nombre de archivo no válido: debe contener solo {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Nombre de archivo no válido: debe contener solo {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - No se pudo determinar el nivel de API para $(TargetFrameworkVersion) de "{0}". - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - No se pudo determinar $(AndroidApiLevel) o $(TargetFrameworkVersion); no se esperaba llegar a esta situación. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Excepción no controlada: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - No se pudo determinar $(TargetFrameworkVersion) para el nivel de API "{0}". - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Valor de $(TargetFrameworkVersion) de "{0}" no admitido o no válido. Actualice las opciones del proyecto. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - No se encontró mono.android.jar - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Valor "{0}" de "android:versionCode" no válido en "AndroidManifest.xml". Debe ser un valor entero. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Valor "{0}" de "android:versionCode" no válido en "AndroidManifest.xml". El valor debe estar comprendido en el intervalo de 0 a {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - No se admite la compilación con la versión "{0}" de JDK. Instale la versión "{1}" de JDK. Consulte https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - Se requiere el SDK de Java {0} o posterior cuando se use {1}. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Se requiere el SDK de Java {0} o posterior cuando se use Android SDK Build-Tools {1}. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - No se pudo obtener la versión del SDK de Java porque el valor devuelto no parece contener un número de versión válido. "`{0} -version`" devolvió ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - No se pudo obtener la versión del SDK de Java. Asegúrese de que tiene instalado Java {0} o una versión posterior. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - No se puede determinar la ABI de Android a partir del valor "{0}". Edite el archivo de proyecto en un editor de texto y establezca la propiedad de MSBuild "RuntimeIdentifiers" para que contenga solo identificadores válidos para la plataforma Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - Ya no se admite la propiedad de MSBuild "AndroidSupportedAbis". Edite el archivo de proyecto en un editor de texto, quite los usos de "AndroidSupportedAbis" y utilice en su lugar la propiedad de MSBuild "RuntimeIdentifiers". - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - EmbeddedNativeLibrary "{0}" no es válido en los proyectos de aplicación Android. Use en su lugar AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Valor no válido para "$(AndroidSequencePointsMode)": {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - El valor de $(TargetFrameworkVersion) de {0} ({1}) es mayor que el valor de $(TargetFrameworkVersion) del proyecto de aplicación ({2}). Aumente el valor de $(TargetFrameworkVersion) del proyecto de aplicación. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} es un ensamblado de referencia. - - - - Ignoring Reference Assembly `{0}`. - Omitiendo el ensamblado de referencia "{0}". - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - No se pudo obtener la versión de "{0}". Se tomará como valor predeterminado 1.0 - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - No se encuentra el elemento "EmbeddedResource" llamado "{0}". - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - El valor de TargetFrameworkVersion {0} está en desuso. Actualícelo a v5.0 o superior. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - No se pudo analizar "{0}" - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - No se pudo resolver "target" en el archivo de bloqueo para "{0}" - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - No se recomienda usar una implementación rápida y AOT al mismo tiempo. Use la implementación rápida para configuraciones de Debug y AOT para configuraciones de Release. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - No se recomienda usar una implementación rápida y el enlazador al mismo tiempo. Use la implementación rápida para configuraciones de Debug y el enlazador para configuraciones de Release. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - No se recomienda usar una implementación rápida y un reducidor de código al mismo tiempo. Use la implementación rápida para configuraciones de Debug y un reductor de código para configuraciones de Release. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - El ensamblado "{0}" usa "[assembly: {1}]", que ya no se admite. Utilice una versión más reciente de este paquete NuGet o informe al autor de la biblioteca. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - El ensamblado "{0}" usa un atributo "[assembly: {1}]" en desuso. Utilice una versión más reciente de este paquete NuGet o informe al autor de la biblioteca. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Quitando {0} de {1}. Lint {2} no admite esta comprobación. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Hubo un problema al analizar {0}. Probablemente se deba a un elemento XML incompleto o no válido. Excepción: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: advertencia al actualizar el XML de recursos "{0}": {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - La coincidencia más cercana que se encontró para "{0}" es "{1}", pero el uso de mayúsculas no coincide. Corríjalo. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Se está intentando realizar una coincidencia de nombres de tipo básico para el elemento con el identificador "{0}" y el tipo "{1}". - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Si se produce un error en la coincidencia de nombres de tipo básico, agregue un atributo "xamarin:managedType" al elemento para especificar su nombre de tipo administrado completo correspondiente. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - El valor de TargetFrameworkVersion (nivel de API {0} de Android) es mayor que el de targetSdkVersion ({1}). Aumente el valor de "android:targetSdkVersion" en "AndroidManifest.xml" para que los niveles de API coincidan. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - El valor de minSdkVersion ({0}) es mayor que el de targetSdkVersion. Cambie el valor de forma que minSdkVersion sea menor o igual que targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - El valor de TargetFrameworkVersion (nivel de API {0} de Android) es menor que el de targetSdkVersion ({1}). Aumente el valor de "$(TargetFrameworkVersion)" o reduzca el de "android:targetSdkVersion" en "AndroidManifest.xml" para que los niveles de API coincidan. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Valor de "$(AndroidManifestPlaceholders)" no válido para los marcadores de posición del manifiesto de Android. Use el formato "clave1=valor1;clave2=valor2". El valor especificado era "{0}". - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - Ya no se admite el uso de ProGuard con el compilador D8 DEX. Establezca el reductor de código en "r8" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo de proyecto en un editor de texto y establezca la propiedad "AndroidLinkTool" de MSBuild en "r8". - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - El identificador de reemplazo del elemento raíz del diseño "{0}" que se ha incluido no es válido. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - No se pudo analizar el identificador del nodo "{0}" en el archivo de diseño "{1}". - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Se han encontrado referencias de biblioteca JAR con nombres de archivo idénticos pero contenido distinto: {0}. Quite las bibliotecas en conflicto de EmbeddedJar, InputJar y AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Se ha especificado más de un proyecto de Android Wear como proyecto emparejado. Debe ser uno como máximo. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - El proyecto de la aplicación Wear de destino "{0}" no especifica la propiedad del proyecto "AndroidManifest" requerida. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - El archivo AndroidManifest.xml de la aplicación Wear de destino no especifica el atributo "package" requerido. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - El archivo AndroidManifest especificado no existe: {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - El archivo "LibraryProjectProperties" en "{0}" se encuentra en un directorio principal del directorio de salida intermedio del proyecto de enlaces. Ajuste la ruta de acceso para usar el archivo "project.properties" original directamente desde el directorio del proyecto de la biblioteca de Android. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Se necesita al menos una biblioteca Java para el enlace. Compruebe que haya una biblioteca Java incluida en el proyecto y que tenga la acción de compilación apropiada: "LibraryProjectZip" (para AAR o ZIP), "EmbeddedJar", "InputJar" (para JAR) o "LibraryProjectProperties" (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - No se encontró la biblioteca Java de origen especificada: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - No se encontró la biblioteca Java de referencia especificada: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - Ya no se admite el uso de ProGuard con el compilador DX DEX. Establezca el compilador DEX en "d8" en las páginas de propiedades del proyecto de Visual Studio o edite el archivo de proyecto en un editor de texto y establezca la propiedad "AndroidLinkTool" de MSBuild en "d8". - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Omitiendo el archivo de configuración "{0}". Los archivos de configuración .NET no se admiten en proyectos Xamarin. Android destinados a .NET 5 o versiones posteriores. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Se detectó el uso de AppDomain.CreateDomain() en el ensamblado: {0}. En .NET 5 solo se admitirá una instancia de AppDomain, por lo que esta API ya no estará disponible en Xamarin.Android una vez que se haya lanzado .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - No se encontró el archivo de origen '{0}'. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - No se puede resolver la referencia "{0}", a la que hace referencia {1}. ¿Puede que no exista en el perfil de Mono para Android? - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - No se puede resolver la referencia "{0}", a la que hace referencia {1}. Agregue un paquete NuGet o una referencia de ensamblado para "{0}", o bien quite la referencia a "{2}". - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - No se pudo resolver la referencia a "{0}" (definida en el ensamblado "{1}") con el ámbito "{2}"'. Cuando el ámbito es diferente del ensamblado de definición, normalmente significa que el tipo se reenvía. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Excepción al cargar los ensamblados: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - En el ensamblado {0} al que se hace referencia, Java.Interop.DoNotPackageAttribute requiere un nombre de archivo que no sea NULL. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - No se pudo aplicar AOT al ensamblado: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Modo AOT no válido: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - No se pudo quitar IL del ensamblado: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d ha dado error y proporciona un archivo x86_64 libm.so no compatible. Consulte https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - La versión de Android NDK detectada no es compatible con la configuración de LLVM de destino. Actualice a NDK r10d o una versión más reciente. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - No se pudo compilar el archivo de ensamblado nativo: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - No se pudo vincular la biblioteca compartida nativa: {0} - - - - Failed to generate Java type for class: {0} due to {1} - No se pudo generar el tipo Java {0} para la clase debido a lo siguiente: {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Agregue una referencia a Mono.Android.Export.dll al usar ExportAttribute o ExportFieldAttribute. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" es anterior a $(TargetFrameworkVersion) "{1}". Se usa API-{2} para la compilación ACW. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - El tipo "{0}" debe proporcionar un constructor predeterminado público. - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - El tipo "{0}" administrado existe en varios ensamblados: {1}. Refactorice los nombres de los tipos administrados en estos ensamblados para que no sean idénticos. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - Las referencias al tipo "{0}" harán referencia a "{0}, {1}". - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Más de un tipo administrado genera el tipo Java "{0}". Cambie el atributo [Register] para que no se emita el mismo tipo Java. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - "{0}" generado por {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion "{0}" es anterior a la versión de la API-{1}; no se admite esta configuración. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" es anterior a la versión de la API-{1}; esta configuración no se admite. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - No se puede encontrar //manifest/application/uses-library en la ruta de acceso: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - No se encuentra el generador de enlaces para el lenguaje {0} o {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - El elemento de clase parcial "{0}" no tiene ningún enlace asociado para el diseño "{1}". - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - No se ha generado ningún archivo de origen de enlace del diseño. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - No se ha encontrado ningún widget para el diseño ({0}). - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - El nombre de clase completo "{0}" tiene un formato incorrecto. Falta el espacio de nombres. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - El nombre de clase completo "{0}" tiene un formato incorrecto. Falta el nombre de la clase. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - El widget "{0}" del diseño "{1}" tiene varias instancias con tipos distintos. El tipo de propiedad se establecerá como {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - El elemento del recurso "{0}" no tiene el elemento de metadatos "{1}" necesario. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - No se encuentra el elemento //activity-alias/@android:targetActivity especificado: "{0}" - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Elemento raíz "TransformFile" no reconocido: {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Error al analizar XML: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - El valor "{0}" del analizador de clases de Android está en desuso y se quitará en una versión futura de Xamarin.Android. Actualice las propiedades del proyecto para usar "class-parse". - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - El destino "{0}" de generación de código de Android está en desuso y se quitará en una versión futura de Xamarin.Android. Actualice las propiedades del proyecto para usar "XAJavaInterop1". - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK ya contiene el elemento {0}; omitiendo. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - No se puede determinar el ABI de la biblioteca nativa {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - No se pudo determinar el ABI de algunas bibliotecas nativas. Se omitirán esas: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Excepción no controlada al aplicar "merge" a "AndroidManifest.xml": {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Error al extraer los recursos de "{0}": {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - No se encontró el archivo de configuración de ProGuard "{0}". - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex está habilitado, pero "$(_AndroidMainDexListFile)" está vacío. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex está habilitado, pero el archivo "$(_AndroidMainDexListFile)" "{0}" no existe. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - R8 no admite archivos "@(MultiDexMainDexList)" cuando android:minSdkVersion >= 21 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Archivo de configuración de ProGuard no válido. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - No se pudieron generar las asignaciones de tipo. - - - - 'MultiDexMainDexList' file '{0}' does not exist. - El archivo "MultiDexMainDexList" "{0}" no existe. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - No se ha encontrado el archivo "{1}" de "{0}". - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - La aplicación no contendrá el paquete Wear emparejado porque aún no se ha creado el archivo APK del paquete de la aplicación Wear. Si se está compilando en la línea de comandos, asegúrese de compilar el destino "SignAndroidPackage". - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - La referencia al proyecto de aplicación Android Wear "{0}" de un proyecto de aplicación Android está en desuso y ya no se admitirá en una versión futura de Xamarin.Android. Quítela y distribuya en cambio la aplicación Wear como una aplicación independiente. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Falta el directorio de cadenas de herramientas de Android NDK "{0}". Instale Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - No se encontró el compilador de C para el destino {0}. Rutas de acceso probadas: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - No se encontró el directorio de cadena de herramientas para el destino {0}. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - No se pudo realizar la conversión de ensamblado a código nativo. Código de salida {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - El compilador de C del NDK se cerró con un error. Código de salida {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - No se pudo encontrar Android NDK. Asegúrese de que está instalado en el Administrador de Android SDK o, si usa una ruta de acceso de NDK personalizada, asegúrese de que la propiedad $(AndroidNdkDirectory) de MSBuild está establecida en la ruta de acceso personalizada. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - No se encontró la utilidad de cadena de herramientas "{0}" para el destino {1}. Se intentó en la ruta de acceso: "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - El enlazador de NDK se cerró con un error. Código de salida {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - No se puede encontrar "{0}". Instale el paquete Build-Tools de Android SDK con el programa "{1}{2}tools{2}{3}". - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - No se encuentra "{0}" en Android SDK. Establezca su ruta de acceso mediante /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - No se encontró ningún archivo android.jar para el nivel de API {0}. Esto significa que la plataforma Android SDK para el nivel de API {0} no está instalada. Instálela en el Administrador de Android SDK ({2}) o cambie el proyecto Xamarin.Android para que tenga como destino una versión de la API que esté instalada. (Falta {1}). - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Herramientas > Android > Administrador de Android SDK... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Herramientas > Abrir el Administrador de Android SDK... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - El nombre del paquete de la aplicación Wear que se ha insertado es distinto del nombre del paquete de la aplicación para dispositivos de mano ({0}! = {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - Java.lang.OutOfMemoryError. Considere la posibilidad de aumentar el valor de $(JavaMaximumHeapSize). Se agotó la memoria de Java mientras se ejecutaba "{0} {1}". - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - No hay ninguna plataforma Android instalada en "{0}". Instale una plataforma de SDK con el programa "{1}{2}tools{2}{3}". - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - No se encontró el directorio de Android SDK. Debe establecerse a través de /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - No se encontró el directorio del SDK de Java. Debe establecerse a través de /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - No se pudo generar el tipo Java {0} para la clase debido a la excepción MAX_PATH siguiente: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Puede que haya dos procesos compilando este proyecto a la vez. El archivo de bloqueo existe en la ruta de acceso {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.fr.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.fr.xlf deleted file mode 100644 index 66d648e6fa2..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.fr.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Option '{0}' inconnue. Examinez '$(AndroidAapt2CompileExtraArgs)' et '$(AndroidAapt2LinkExtraArgs)' pour voir s'ils comportent des arguments de ligne de commande 'aapt' qui ne sont plus valides pour 'aapt2', et pour vérifier si tous les autres arguments sont valides pour 'aapt2'. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Nom de fichier non valide : il doit contenir uniquement {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Nom de fichier non valide : il doit contenir uniquement {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Impossible de déterminer le niveau d'API pour $(TargetFrameworkVersion) '{0}'. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - Impossible de déterminer $(AndroidApiLevel) ou $(TargetFrameworkVersion) ; erreur inattendue. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Exception non prise en charge : {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - Impossible de déterminer $(TargetFrameworkVersion) pour le niveau d'API '{0}'. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Valeur '{0}' non prise en charge ou non valide pour $(TargetFrameworkVersion). Mettez à jour les options du projet. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - Fichier mono.android.jar introuvable - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Valeur '{0}' de 'android:versionCode' non valide dans 'AndroidManifest.xml'. Il doit s'agir d'une valeur entière. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Valeur '{0}' de 'android:versionCode' non valide dans 'AndroidManifest.xml'. La valeur doit être comprise entre 0 et {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - La génération avec la version '{0}' du kit JDK n'est pas prise en charge. Installez le kit JDK version '{1}'. Consultez https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - Le SDK Java {0} ou supérieur est nécessaire pour utiliser {1}. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Le kit Java SDK {0} ou une version ultérieure est obligatoire pour l'utilisation de Android SDK Build-Tools {1}. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Échec de l'obtention de la version du Kit Java SDK, car la valeur retournée ne semble pas contenir de numéro de version valide. `{0} -version` a retourné : ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Échec de l'obtention de la version du Kit Java SDK. Vérifiez que Java {0} (ou une version ultérieure) est installé. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Impossible de déterminer l'ABI Android à partir de la valeur '{0}'. Modifiez le fichier projet dans un éditeur de texte, puis définissez la propriété MSBuild 'RuntimeIdentifiers' afin qu'elle contienne uniquement des identificateurs valides pour la plateforme Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - La propriété MSBuild 'AndroidSupportedAbis' n'est plus prise en charge. Modifiez le fichier projet dans un éditeur de texte, supprimez les utilisations de 'AndroidSupportedAbis', et utilisez à la place la propriété MSBuild 'RuntimeIdentifiers'. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - EmbeddedNativeLibrary '{0}' est non valide dans les projets d'application Android. Utilisez AndroidNativeLibrary à la place. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Valeur non valide pour '$(AndroidSequencePointsMode)' : {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - Le $(TargetFrameworkVersion) de {0} ({1}) est supérieur au $(TargetFrameworkVersion) du projet d'application ({2}). Augmentez le $(TargetFrameworkVersion) du projet d'application. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} est un assembly de référence. - - - - Ignoring Reference Assembly `{0}`. - L'assembly de référence '{0}' est ignoré. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Impossible d'obtenir la version de '{0}'. Affectation par défaut de la valeur 1.0 - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - 'EmbeddedResource' nommé '{0}' introuvable. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - Le TargetFrameworkVersion {0} est déprécié. Mettez-le à jour vers la version 5.0 ou une version ultérieure. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - Impossible d'analyser '{0}' - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - Impossible de résoudre 'target' dans le fichier de verrouillage pour '{0}' - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - Il n'est pas recommandé d'utiliser le déploiement rapide et la compilation AOT en même temps. Utilisez le déploiement rapide pour les configurations Debug et la compilation AOT pour les configurations Release. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - Il n'est pas recommandé d'utiliser le déploiement rapide et l'éditeur de liens en même temps. Utilisez le déploiement rapide pour les configurations Debug et l'éditeur de liens pour les configurations Release. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - Il n'est pas recommandé d'utiliser le déploiement rapide et un réducteur de code en même temps. Utilisez le déploiement rapide pour les configurations Debug et un réducteur de code pour les configurations Release. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - L'assembly '{0}' utilise '[assembly : {1}]', qui n'est plus pris en charge. Utilisez une version plus récente de ce package NuGet ou notifiez l'auteur de la bibliothèque. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - L'assembly '{0}' utilise un attribut déprécié '[assembly : {1}]'. Utilisez une version plus récente de ce package NuGet ou notifiez l'auteur de la bibliothèque. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Suppression de {0} dans {1}. La validation lint {2} ne prend pas en charge cette vérification. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Un problème s'est produit durant l'analyse de {0}. Cela est probablement dû à du code XML incomplet ou non valide. Exception : {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen : avertissement durant la mise à jour du XML de ressources '{0}' : {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - La correspondance la plus proche pour '{0}' est '{1}', mais la mise en majuscules ne correspond pas. Corrigez la mise en majuscules. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Tentative de mise en correspondance du nom de type de base pour l'élément avec l'ID '{0}' et le type '{1}' - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - En cas d'échec de la mise en correspondance du nom de type de base, ajoutez un attribut 'xamarin:managedType' à l'élément pour spécifier le nom de type managé complet de l'élément. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (niveau d'API Android {0}) est supérieur à targetSdkVersion ({1}). Augmentez 'android:targetSdkVersion' dans 'AndroidManifest.xml' pour que les niveaux d'API correspondent. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - minSdkVersion ({0}) est supérieur à targetSdkVersion. Changez la valeur pour que minSdkVersion soit inférieur ou égal à targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (niveau d'API Android {0}) est inférieur à targetSdkVersion ({1}). Augmentez '$(TargetFrameworkVersion)' ou diminuez 'android:targetSdkVersion' dans 'AndroidManifest.xml' pour que les niveaux d'API correspondent. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Valeur '$(AndroidManifestPlaceholders)' non valide pour les espaces réservés de manifeste Android. Utilisez le format 'clé1=valeur1;clé2=valeur2'. La valeur spécifiée est : '{0}' - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - L'utilisation de ProGuard avec le compilateur D8 DEX n'est plus prise en charge. Affectez au réducteur de code la valeur 'r8' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis affectez la valeur 'r8' à la propriété MSBuild 'AndroidLinkTool'. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - L'ID de substitution de l'élément racine de disposition inclus '{0}' n'est pas valide. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - L'analyse de l'ID du nœud '{0}' dans le fichier de disposition '{1}' a échoué. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Des références de bibliothèque JAR avec des noms de fichiers identiques mais des contenus différents ont été trouvés : {0}. Supprimez toutes les bibliothèques en conflit de EmbeddedJar, InputJar et AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Plusieurs projets Android Wear sont spécifiés en tant que projets appairés. Il ne doit en exister qu'un seul. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Le projet '{0}' de l'application Wear cible ne spécifie pas la propriété de projet 'AndroidManifest' nécessaire. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Le fichier AndroidManifest.xml de l'application Wear cible ne spécifie pas l'attribut 'package' nécessaire. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Le fichier AndroidManifest spécifié n'existe pas : {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - Le fichier 'LibraryProjectProperties' '{0}' se trouve dans un répertoire parent du répertoire de sortie intermédiaire du projet de liaisons. Modifiez le chemin pour utiliser le fichier 'project.properties' d'origine directement à partir du répertoire du projet de bibliothèque Android. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Au moins une bibliothèque Java est nécessaire pour la liaison. Vérifiez qu'une bibliothèque Java est incluse dans le projet et qu'elle a l'action de génération appropriée : 'LibraryProjectZip' (pour AAR ou ZIP), 'EmbeddedJar', 'InputJar' (pour JAR) ou 'LibraryProjectProperties' (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - Bibliothèque Java source spécifiée introuvable : {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - Bibliothèque Java de référence spécifiée introuvable : {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - L'utilisation du compilateur DEX DX est dépréciée. Affectez au compilateur DEX la valeur 'd8' dans les pages de propriétés de projet Visual Studio, ou modifiez le fichier projet dans un éditeur de texte, puis affectez la valeur 'd8' à la propriété MSBuild 'AndroidDexTool'. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Fichier config '{0}' ignoré. Les fichiers config .NET ne sont pas pris en charge dans les projets Xamarin.Android qui ciblent .NET 5 ou une version ultérieure. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Utilisation de AppDomain.CreateDomain() détectée dans l'assembly {0}. .NET 5 prend uniquement en charge un seul AppDomain. Cette API ne sera donc plus disponible dans Xamarin.Android après la publication de .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Le fichier source « {0} » est introuvable. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Impossible de résoudre la référence '{0}', référencée par {1}. Peut-être qu'elle n'existe pas dans le profil Mono pour Android ? - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Impossible de résoudre la référence '{0}', référencée par {1}. Ajoutez un paquet NuGet ou une référence d'assembly pour '{0}', ou supprimez la référence à '{2}'. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Impossible de résoudre la référence à '{0}' (définie dans l'assembly '{1}') avec l'étendue '{2}'. Quand l'étendue est différente de l'assembly de définition, cela signifie généralement que le type est transmis. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Exception durant le chargement des assemblys : {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - Dans l'assembly référencé {0}, Java.Interop.DoNotPackageAttribute nécessite un nom de fichier non null. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Impossible d'effectuer une compilation AOT de l'assembly : {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Mode de compilation AOT non valide : {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Impossible de supprimer l'IL de l'assembly : {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d ne fonctionne pas correctement, et fournit une bibliothèque libm.so x86_64 incompatible. Consultez https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - La version du kit Android NDK détectée est incompatible avec la configuration LLVM ciblée. Effectuez une mise à niveau vers le NDK r10d ou une version ultérieure. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Impossible de compiler le fichier d'assembly natif : {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Impossible de lier la bibliothèque partagée native : {0} - - - - Failed to generate Java type for class: {0} due to {1} - Échec de la génération du type Java pour la classe {0} en raison de {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Ajoutez une référence à Mono.Android.Export.dll quand vous utilisez ExportAttribute ou ExportFieldAttribute. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' est inférieur à $(TargetFrameworkVersion) '{1}'. Utilisation d'API-{2} pour la compilation ACW. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - Le type '{0}' doit fournir un constructeur public par défaut - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - Le type managé '{0}' existe dans plusieurs assemblys : {1}. Refactorisez les noms de types managés dans ces assemblys pour qu'ils ne soient pas identiques. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - Les références au type '{0}' vont faire référence à '{0}, {1}'. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Le type Java '{0}' est généré par plusieurs types managés. Changez l'attribut [Register] pour que le même type Java ne soit pas envoyé. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - '{0}' généré par : {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' est inférieur à API-{1}, cette configuration n'est pas prise en charge. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' est inférieur à API-{1}, cette configuration n'est pas prise en charge. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Impossible de localiser //manifest/application/uses-library dans le chemin : {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Impossible de trouver le générateur de liaisons pour le langage {0} ou {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - L'élément de classe partiel '{0}' n'a pas de liaison associée pour la disposition '{1}'. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Aucun fichier source de liaison de disposition n'a été généré. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Aucun widget trouvé pour la disposition ({0}). - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Nom de classe complet incorrect : '{0}'. Espace de noms manquant. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Nom de classe complet incorrect : '{0}'. Nom de classe manquant. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - Le widget '{0}' dans la disposition '{1}' a plusieurs instances avec des types différents. Le type de propriété aura la valeur suivante : {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - L'élément de ressource '{0}' n'a pas l'élément de métadonnées obligatoire '{1}'. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Le //activity-alias/@android:targetActivity spécifié est introuvable : '{0}' - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Élément racine 'TransformFile' non reconnu : {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Erreur d'analyse du code XML : {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - La valeur '{0}' de l'analyseur de classe Android est dépréciée et va être supprimée dans une future version de Xamarin.Android. Mettez à jour les propriétés du projet pour utiliser 'class-parse'. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - La cible de génération de code Android '{0}' est dépréciée et va être supprimée dans une future version de Xamarin.Android. Mettez à jour les propriétés du projet pour utiliser 'XAJavaInterop1'. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - L'APK contient déjà l'élément {0}. Ignoré. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Impossible de déterminer l'ABI de la bibliothèque native {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Impossible de déterminer l'ABI de certaines bibliothèques natives. Bibliothèques ignorées : {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Exception non prise en charge au moment de la fusion de 'AndroidManifest.xml' : {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Erreur au moment de l'extraction des ressources de "{0}" : {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - Le fichier config ProGuard '{0}' est introuvable. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex est activé, mais '$(_AndroidMainDexListFile)' est vide. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex est activé, mais le fichier '$(_AndroidMainDexListFile)' '{0}' n'existe pas. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - R8 ne prend pas en charge les fichiers '@(MultiDexMainDexList)' quand android:minSdkVersion >= 21 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Fichier config ProGuard non valide. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - La génération des mappages de type a échoué - - - - 'MultiDexMainDexList' file '{0}' does not exist. - Le fichier 'MultiDexMainDexList' '{0}' n'existe pas. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - Le fichier '{0}' '{1}' est introuvable. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - L'application ne contient pas le package Wear appairé, car le fichier APK du package d'application Wear n'est pas encore créé. Si vous effectuez la génération à partir de la ligne de commande, veillez à générer la cible "SignAndroidPackage". - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - L'opération qui consiste à référencer le projet d'application Android Wear '{0}' à partir d'un projet d'application Android est dépréciée. Elle ne sera plus prise en charge dans une prochaine version de Xamarin.Android. Supprimez la référence au projet d'application Android Wear du projet d'application Android, et distribuez l'application Wear en tant qu'application autonome à la place. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Répertoire de chaînes d'outils du kit Android NDK manquant '{0}'. Installez le kit Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - Le compilateur C pour la cible {0} est introuvable. Chemins tentés : "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - Le répertoire de chaîne d'outils pour la cible {0} est introuvable. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Échec de la conversion de l'assembly en code natif. Code de sortie : {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - Arrêt du compilateur NDK C à la suite d'une erreur. Code de sortie : {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Impossible de localiser le kit Android NDK. Vérifiez que le kit Android NDK est installé dans le Gestionnaire SDK Android, ou si vous utilisez un chemin de kit NDK personnalisé, vérifiez que la propriété MSBuild $(AndroidNdkDirectory) a la valeur du chemin personnalisé. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - L'utilitaire de chaîne d'outils '{0}' pour la cible {1} est introuvable. Chemin tenté : "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - Arrêt de l'éditeur de liens NDK C à la suite d'une erreur. Code de sortie : {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - '{0}' est introuvable. Installez le package Android SDK Build-Tools avec le programme '{1}{2}Tools{2}{3}'. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - '{0}' est introuvable dans le kit Android SDK. Définissez son chemin avec /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - Le fichier android.jar est introuvable pour le niveau d'API {0}. Cela signifie que la plateforme du kit Android SDK pour le niveau d'API {0} n'est pas installée. Installez-la dans le Gestionnaire SDK Android ({2}), ou changez le projet Xamarin.Android pour cibler une version d'API installée. ({1} manquant.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Outils > Android > Gestionnaire SDK Android... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Outils > Ouvrir le Gestionnaire SDK Android... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Le nom du package d'application Wear embarqué diffère du nom du package d'application du terminal portable ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Augmentez la valeur de $(JavaMaximumHeapSize). Mémoire insuffisante pour Java durant l'exécution de '{0} {1}' - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Aucune plateforme Android installée dans '{0}'. Installez une SDK Platform avec le programme '{1}{2}Tools{2}{3}'. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Le répertoire Android SDK est introuvable. Définissez-le avec /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Le répertoire Java SDK est introuvable. Définissez-le avec /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Échec de la génération du type Java pour la classe {0} en raison de MAX_PATH : {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Deux processus génèrent peut-être ce projet en même temps. Il existe un fichier de verrouillage dans le chemin suivant : {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.it.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.it.xlf deleted file mode 100644 index 087a715ce79..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.it.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Opzione `{0}` sconosciuta. Controllare `$(AndroidAapt2CompileExtraArgs)` e `$(AndroidAapt2LinkExtraArgs)` per verificare se includono argomenti della riga di comando di `aapt` che non sono più validi per `aapt2` e assicurarsi che tutti gli altri argomenti siano validi per `aapt2`. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Nome file non valido: deve contenere solo {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Nome file non valido: deve contenere solo {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Non è stato possibile determinare il livello API per $(TargetFrameworkVersion) di '{0}'. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - Non è stato possibile determinare $(AndroidApiLevel) o $(TargetFrameworkVersion). Non deve essere raggiunto. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Eccezione non gestita: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - Non è stato possibile determinare $(TargetFrameworkVersion) per il livello API '{0}.' - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Il valore '{0}' di $(TargetFrameworkVersion) non è supportato o non è valido. Aggiornare le opzioni del progetto. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - Non è stato possibile trovare mono.android.jar - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Il valore `{0}` di `android:versionCode` in `AndroidManifest.xml` non è valido. Deve essere un valore intero. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Il valore `{0}` di `android:versionCode` in `AndroidManifest.xml` non è valido. Il valore deve essere compreso tra 0 e {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - La compilazione con la versione JDK `{0}` non è supportata. Installare JDK versione `{1}`. Vedere https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - Quando si usa {1}, è richiesto Java SDK {0} o versione successiva. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Quando si usa Android SDK Build-Tools {1}, è richiesto Java SDK {0} o versioni successive. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Non è stato possibile ottenere la versione di Java SDK perché il valore restituito non sembra contenere un numero di versione valido. `{0} -version` restituito: ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Non è stato possibile ottenere la versione di Java SDK. Assicurarsi di aver installato Java {0} o versioni successive. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Non è possibile determinare l'ABI Android dal valore '{0}'. Modificare il file di progetto in un editor di testo e impostare la proprietà 'RuntimeIdentifiers' di MSBuild in modo che contenga solo identificatori validi per la piattaforma Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - La proprietà 'AndroidSupportedAbis' di MSBuild non è più supportata. Modificare il file di progetto in un editor di testo, rimuovere tutti gli utilizzi di 'AndroidSupportedAbis' e sostituirli con la proprietà 'RuntimeIdentifiers' di MSBuild. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - La libreria '{0}' di EmbeddedNativeLibrary non è valida in progetti Applicazione Android. In alternativa usare AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Valore non valido per `$(AndroidSequencePointsMode)`: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - Il valore di $(TargetFrameworkVersion) per {0} ({1}) è maggiore di quello di $(TargetFrameworkVersion) per il progetto dell'applicazione ({2}). Aumentare il valore di $(TargetFrameworkVersion) per il progetto dell'applicazione. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} è un assembly di riferimento. - - - - Ignoring Reference Assembly `{0}`. - L'assembly di riferimento `{0}` verrà ignorato. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Non è stato possibile ottenere la versione da '{0}'. Come impostazione predefinita verrà usata 1.0 - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - Non è possibile trovare l'elemento `EmbeddedResource` denominato `{0}`. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - TargetFrameworkVersion {0} è deprecato. Aggiornarlo alla versione 5.0 o successiva. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - Non è stato possibile analizzare '{0}' - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - Non è stato possibile risolvere `target` nel file di blocco per '{0}' - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - L'uso contestuale della distribuzione rapida e di AOT è sconsigliato. Usare la distribuzione rapida per le configurazioni di debug e AOT per le configurazioni di versione. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - L'uso contestuale della distribuzione rapida e del linker è sconsigliato. Usare la distribuzione rapida per le configurazioni di debug e il linker per le configurazioni di versione. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - L'uso contestuale della distribuzione rapida e di un code shrinker è sconsigliato. Usare la distribuzione rapida per le configurazioni di debug e un code shrinker per le configurazioni di versione. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - L'assembly '{0}' usa '[assembly: {1}]', che non è più supportato. Usare una versione più recente di questo pacchetto NuGet o inviare una notifica all'autore della libreria. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - L'assembly '{0}' usa un attributo deprecato '[assembly: {1}]'. Usare una versione più recente di questo pacchetto NuGet o inviare una notifica all'autore della libreria. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Rimozione di {0} da {1}. Lint {2} non supporta questa verifica. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Si è verificato un problema durante l'analisi di {0}, probabilmente a causa di codice XML incompleto o non valido. Eccezione: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: avviso durante l'aggiornamento del codice XML '{0}' della risorsa: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - La corrispondenza più vicina trovata per '{0}' è '{1}', ma l'uso di maiuscole/minuscole non corrisponde. Correggere l'uso di maiuscole/minuscole. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Tentativo di abbinamento di base dei nomi di tipo per l'elemento con ID '{0}' e tipo '{1}' - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Se l'abbinamento di base dei nomi di tipo non riesce, aggiungere un attributo `xamarin:managedType` all'elemento per specificare il nome completo del tipo gestito dell'elemento. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Il valore di TargetFrameworkVersion (livello API Android {0}) è maggiore di quello di targetSdkVersion ({1}). Aumentare il valore di `android:targetSdkVersion` in `AndroidManifest.xml` in modo che i livelli API corrispondano. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - Il valore di minSdkVersion ({0}) è maggiore di quello di targetSdkVersion. Modificare il valore in modo che quello di minSdkVersion sia minore o uguale a quello di targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Il valore di TargetFrameworkVersion (livello API Android {0}) è minore di quello di targetSdkVersion ({1}). Aumentare il valore di `$(TargetFrameworkVersion)` o diminuire quello di `android:targetSdkVersion` in `AndroidManifest.xml` in modo che i livelli API corrispondano. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Il valore di `$(AndroidManifestPlaceholders)` non è valido per i segnaposto di manifesti Android. Usare il formato `key1=value1;key2=value2`. Il valore specificato è: `{0}` - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - L'uso di ProGuard con il compilatore DEX D8 non è più supportato. Impostare il code shrinker su `r8` nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà `AndroidLinkTool` di MSBuild su `r8`. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - L'ID '{0}' di override dell'elemento radice del layout incluso non è valido. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - Non è stato possibile analizzare l'ID del nodo '{0}' nel file di layout '{1}'. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Sono stati trovati riferimenti a librerie JAR con nomi file identici e contenuto diverso: {0}. Rimuovere le eventuali librerie in conflitto da EmbeddedJar, InputJar e AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Come progetto associato è stato specificato più di un progetto Android Wear. È possibile specificarne al massimo uno. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Il progetto '{0}' dell'applicazione Wear di destinazione non specifica la proprietà di progetto obbligatoria 'AndroidManifest'. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Il file AndroidManifest.xml dell'applicazione Wear di destinazione non specifica l'attributo obbligatorio 'package'. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Il file AndroidManifest specificato non esiste: {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - Il file `{0}` di `LibraryProjectProperties` si trova in una directory padre della directory di output intermedia del progetto di binding. Modificare il percorso in modo da usare il file `project.properties` originale della directory del progetto della libreria Android. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Per il binding è richiesta almeno una libreria Java. Verificare che il progetto includa una libreria Java che contenga l'azione di compilazione appropriata: 'LibraryProjectZip' (per AAR o ZIP), 'EmbeddedJar', 'InputJar' (per JAR) o 'LibraryProjectProperties' (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - La libreria Java di origine specificata non è stata trovata: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - La libreria Java di riferimento specificata non è stata trovata: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - L'uso del compilatore DEX DX è deprecato. Impostare il compilatore DEX su 'd8' nelle pagine delle proprietà del progetto di Visual Studio o modificare il file di progetto in un editor di testo e impostare la proprietà 'AndroidDexTool' di MSBuild su 'd8'. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Il file di configurazione '{0}' verrà ignorato. I file di configurazione .NET non sono supportati in progetti Xamarin.Android destinati a .NET 5 o versione successiva. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - È stato rilevato l'uso di AppDomain.CreateDomain() nell'assembly: {0}. .NET 5 supporterà solo un'unica istanza di AppDomain, di conseguenza questa API non sarà più disponibile in Xamarin.Android dopo il rilascio di .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Il file di origine '{0}' non è stato trovato. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Non è possibile risolvere il riferimento `{0}`, a cui fa riferimento {1}. Forse non esiste nel profilo Mono per Android? - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Non è possibile risolvere il riferimento `{0}`, a cui fa riferimento {1}. Aggiungere un pacchetto NuGet o un riferimento a un assembly per `{0}` oppure rimuovere il riferimento a `{2}`. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Non è stato possibile risolvere il riferimento a '{0}' (definito nell'assembly '{1}') con ambito '{2}'. Quando l'ambito è diverso dall'assembly che lo definisce, in genere significa che il tipo è stato inoltrato. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Si è verificata un'eccezione durante il caricamento degli assembly: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - Nell'assembly di riferimento {0} Java.Interop.DoNotPackageAttribute richiede un nome file diverso da Null. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Non è stato possibile eseguire la compilazione AOT dell'assembly: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Modalità AOT non valida: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Non è stato possibile rimuovere IL dell'assembly: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d contiene bug e fornisce un file x86_64 libm.so incompatibile. Vedere https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - La versione di Android NDK rilevata non è compatibile con la configurazione di LLVM di destinazione. Eseguire l'aggiornamento a NDK r10d o versione successiva. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Non è stato possibile compilare il file di assembly nativo: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Non è stato possibile collegare la libreria condivisa nativa: {0} - - - - Failed to generate Java type for class: {0} due to {1} - Non è stato possibile generare il tipo Java per la classe {0} a causa di {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Aggiungere un riferimento a Mono.Android.Export.dll quando si usa ExportAttribute o ExportFieldAttribute. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - La versione //uses-sdk/@android:targetSdkVersion '{0}' di AndroidManifest.xml è precedente a $(TargetFrameworkVersion) '{1}'. Per la compilazione ACW verrà usata l'API {2}. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - Il tipo '{0}' deve fornire un costruttore predefinito pubblico - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - Il tipo gestito `{0}` è presente in più assembly: {1}. Effettuare il refactoring dei nomi di tipo gestito in questi assembly in modo che non siano identici. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - I riferimenti al tipo `{0}` faranno riferimento a `{0}, {1}`. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Il tipo Java `{0}` è stato generato da più di un tipo gestito. Modificare l'attributo [Register] in modo che non venga creato lo stesso tipo Java. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - `{0}` generato da: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - La versione //uses-sdk/@android:minSdkVersion '{0}' di AndroidManifest.xml è precedente all'API {1}. Questa configurazione non è supportata. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - La versione //uses-sdk/@android:targetSdkVersion '{0}' di AndroidManifest.xml è precedente all'API {1}. Questa configurazione non è supportata. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Non è possibile trovare //manifest/application/uses-library nel percorso: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Non è possibile trovare il generatore di binding per il linguaggio {0} o {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - L'elemento di classe parziale '{0}' non contiene un binding associato per il layout '{1}'. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Non è stato generato alcun file di origine del binding di layout. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Non sono stati trovati widget per il layout ({0}). - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Il nome della classe completo '{0}' non è valido. Manca lo spazio dei nomi. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Il nome della classe completo '{0}' non è valido. Manca il nome della classe. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - Il widget '{0}' nel layout '{1}' contiene più istanze con tipi diversi. Il tipo di proprietà verrà impostato su {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - L'elemento di risorsa '{0}' non contiene l'elemento di metadati richiesto '{1}'. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Non è possibile trovare l'attività specificata //activity-alias/@android:targetActivity: '{0}' - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Elemento radice di `TransformFile` non riconosciuto: {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Si è verificato un errore durante l'analisi del file XML: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Il valore '{0}' del parser di classi Android è deprecato e verrà rimosso in una versione futura di Xamarin.Android. Aggiornare le proprietà del progetto in modo da usare 'class-parse'. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - La destinazione '{0}' per la generazione del codice Android è deprecato e verrà rimosso in una versione futura di Xamarin.Android. Aggiornare le proprietà del progetto in modo da usare 'XAJavaInterop1'. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - L'APK contiene già l'elemento {0}. Verrà ignorato. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Non è possibile determinare l'ABI della libreria nativa {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Non è stato possibile determinare l'ABI di alcune librerie native. Le seguenti verranno ignorate: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Si è verificata un'eccezione non gestita durante il merge di `AndroidManifest.xml`: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Si è verificato un errore durante l'estrazione delle risorse da "{0}": {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - Il file di configurazione '{0}' di ProGuard non è stato trovato. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex è abilitato, ma `$(_AndroidMainDexListFile)` è vuoto. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex è abilitato, ma il file '{0}' `$(_AndroidMainDexListFile)` non esiste. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - R8 non supporta i file di `@(MultiDexMainDexList)` quando android:minSdkVersion >= 21 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Il file di configurazione di ProGuard non è valido. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Non è stato possibile generare i mapping dei tipi - - - - 'MultiDexMainDexList' file '{0}' does not exist. - Il file '{0}' di 'MultiDexMainDexList' non esiste. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - Non è stato possibile trovare il file `{1}` di `{0}`. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - L'applicazione non conterrà il pacchetto Wear associato perché non è ancora stato creato il file APK del pacchetto dell'applicazione Wear. Se si compila dalla riga di comando, assicurarsi di compilare la destinazione "SignAndroidPackage". - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Il riferimento a un progetto applicazione Android Wear '{0}' da un progetto Applicazione Android è deprecato e non sarà più supportato in una versione futura di Xamarin.Android. Rimuovere il riferimento al progetto Applicazione Android Wear dal progetto Applicazione Android e distribuire l'applicazione Wear come applicazione autonoma. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - La directory '{0}' delle toolchain di Android NDK non è presente. Installare Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - Il compilatore C per la destinazione {0} non è stato trovato. Percorsi provati: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - La directory della toolchain per la destinazione {0} non è stata trovata. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - La conversione da assembly a codice nativo non è riuscita. Codice di uscita: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - Il compilatore C di NDK è stato terminato con un errore. Codice di uscita: {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Non è stato possibile trovare Android NDK. Assicurarsi che Android NDK sia installato in Gestione Android SDK, oppure se si usa un percorso NDK personalizzato, assicurarsi che la proprietà $(AndroidNdkDirectory) di MSBuild sia impostata sul percorso personalizzato. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - L'utilità '{0}' della toolchain per la destinazione {1} non è stata trovata. Tentativi effettuati nel percorso: "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - Il linker di NDK è stato terminato con un errore. Codice di uscita: {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - Non è possibile trovare `{0}`. Installare il pacchetto Android SDK Build-Tools con il programma `{1}{2}tools{2}{3}`. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - Non è possibile trovare `{0}` in Android SDK. Impostarne il percorso tramite /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - Non è stato possibile trovare android.jar per il livello API {0}. Questo errore indica che la piattaforma Android SDK per il livello API {0} non è installata. Installarla in Gestione Android SDK ({2}) oppure modificare il progetto Xamarin.Android in modo che la destinazione sia una versione API installata ({1} mancante). - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Strumenti > Android > Gestione Android SDK... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Strumenti > Apri Gestione Android SDK... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Il nome del pacchetto dell'app Wear incorporata è diverso da quello dell'app palmare ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Provare ad aumentare il valore di $(JavaMaximumHeapSize). Java ha esaurito la memoria durante l'esecuzione di '{0} {1}' - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Non ci sono piattaforme Android installate in '{0}'. Installare un'istanza di SDK Platform con il programma `{1}{2}tools{2}{3}`. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Non è stato possibile trovare la directory di Android SDK. Impostarla tramite /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Non è stato possibile trovare la directory di Java SDK. Impostarla tramite /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Non è stato possibile generare il tipo Java per la classe {0} perché MAX_PATH è impostato su {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Due processi possono compilare il progetto contemporaneamente. Il file di blocco si trova nel percorso: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ja.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ja.xlf deleted file mode 100644 index 0986f6ad867..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ja.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - オプション '{0}' が不明です。`$(AndroidAapt2CompileExtraArgs)` と `$(AndroidAapt2LinkExtraArgs)` に、`aapt2` で有効ではなくなった `aapt` コマンド ライン引数が含まれていないか確認し、他のすべての引数が `aapt2` で有効であることを確かめてください。 - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - ファイル名が無効です: {0} のみを指定する必要があります。 - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - ファイル名が無効です: {0} のみを指定する必要があります。 - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - '{0}' の $(TargetFrameworkVersion) の API レベルを特定できませんでした。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - $(AndroidApiLevel) も $(TargetFrameworkVersion) も特定できませんでした。これは、通常は表示されないメッセージです。 - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - ハンドルされない例外: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - API レベル '{0}' の $(TargetFrameworkVersion) を特定できませんでした。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - '{0}' の $(TargetFrameworkVersion) 値がサポートされていないか、無効です。プロジェクトのオプションを更新してください。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - mono.android.jar が見つかりませんでした - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - `AndroidManifest.xml` の `android:versionCode` の値 `{0}` が無効です。整数値である必要があります。 - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - `AndroidManifest.xml` の `android:versionCode` の値 `{0}` が無効です。値は 0 から {1} の範囲内にする必要があります。 - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - JDK バージョン '{0}' でのビルドはサポートされていません。JDK バージョン '{1}' をインストールしてください。https://aka.ms/xamarin/jdk9-errors を参照してください - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - {1} を使用するときには、Java SDK {0} 以上が必要です。 - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Android SDK ビルドツール {1} を使用するときには、Java SDK {0} 以上が必要です。 - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - 返された値に有効なバージョン番号が含まれていない可能性があるため、Java SDK バージョンを取得できませんでした。`{0} -version` が返されました。```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Java SDK バージョンを取得できませんでした。Java {0} 以上がインストールされていることをご確認ください。 - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - 値 '{0}' から Android ABI を特定できません。プロジェクト ファイルをテキスト エディターで編集し、'RuntimeIdentifiers' MSBuild プロパティに、Android プラットフォームで有効な識別子だけが含まれるように設定してください。 - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - 'AndroidSupportedAbis' MSBuild プロパティはサポートされなくなりました。プロジェクト ファイルをテキスト エディターで編集し、'AndroidSupportedAbis' の使用をすべて削除して、代わりに 'RuntimeIdentifiers' MSBuild プロパティを使用してください。 - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - EmbeddedNativeLibrary '{0}' は Android アプリケーション プロジェクトでは無効です。代わりに AndroidNativeLibrary を使用してください。 - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - '$(AndroidSequencePointsMode)' の値が無効です: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - {0} ({1}) の $(TargetFrameworkVersion) が、アプリケーション プロジェクト ({2}) の $(TargetFrameworkVersion) よりも大きくなっています。アプリケーション プロジェクトの $(TargetFrameworkVersion) を大きくしてください。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} は参照アセンブリです。 - - - - Ignoring Reference Assembly `{0}`. - 参照アセンブリ '{0}' を無視しています。 - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - '{0}' からバージョンを取得できませんでした。既定で 1.0 を使用します - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - `{0}` という名前の `EmbeddedResource` が見つかりません。 - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - TargetFrameworkVersion {0} は非推奨です。v5.0 以上に更新してください。 - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - '{0}' を解析できませんでした - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - '{0}' のロック ファイルで 'target' を解決できませんでした - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - 高速展開と AOT を同時に使用することはお勧めしません。Debug 構成には高速展開、Release 構成には AOT を使用してください。 - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - 高速展開とリンカーを同時に使用することはお勧めできません。Debug 構成には高速展開、Release 構成にはリンカーを使用してください。 - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - 高速展開とコード シュリンカーを同時に使用することはお勧めできません。Debug 構成には高速展開、Release 構成にはコード シュリンカーを使用してください。 - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - アセンブリ '{0}' は、今はサポートされていない '[assembly: {1}]' を使用しています。この NuGet パッケージの新しいバージョンを使用するか、ライブラリの作成者に連絡してください。 - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - アセンブリ '{0}' は、非推奨の属性 '[assembly: {1}]' を使用しています。この NuGet パッケージの新しいバージョンを使用するか、ライブラリの作成者に連絡してください。 - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - {1} から {0} を削除しています。lint {2} は、このチェックをサポートしていません。 - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - {0} の解析で問題が発生しました。不完全または無効な XML が原因である可能性があります。例外: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: リソース XML '{0}' の更新中に警告が発生しました: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - '{0}' に最も近いのは '{1}' ですが、大文字と小文字が一致しません。大文字と小文字の区別を訂正してください。 - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - ID '{0}'、型 '{1}' の要素に対して、基本型の名前の一致を試行しています - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - 基本型の名前の一致に失敗した場合は、`xamarin:managedType` 属性を要素に追加して、要素のマネージ型の完全修飾名を指定してください。 - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API レベル {0}) が targetSdkVersion ({1}) より大きくなっています。API レベルが一致するように、'AndroidManifest.xml' の 'android:targetSdkVersion' を大きくしてください。 - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - minSdkVersion ({0}) が targetSdkVersion より大きくなっています。minSdkVersion が targetSdkVersion ({1}) 以下になるよう値を変更してください。 - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API レベル {0}) が targetSdkVersion ({1}) より小さくなっています。API レベルが一致するように、'AndroidManifest.xml' の '$(TargetFrameworkVersion)' を大きくするか、'android:targetSdkVersion' を小さくしてください。 - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Android マニフェストのプレースホルダーの `$(AndroidManifestPlaceholders)` 値が無効です。`key1=value1;key2=value2` の形式を使用してください。指定された値: `{0}` - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - D8 DEX コンパイラで ProGuard を使用することはサポートされなくなりました。Visual Studio プロジェクトのプロパティ ページでコード shrinker を 'r8' に設定するか、テキスト エディターでプロジェクト ファイルを編集して MSBuild の 'AndroidLinkTool' プロパティを 'r8' に設定してください。 - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - 含まれているレイアウトのルート要素のオーバーライド ID '{0}' が有効ではありません。 - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - レイアウト ファイル '{1}' のノード '{0}' の ID を解析できませんでした。 - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - ファイル名が同じですが内容が異なる JAR ライブラリ参照 {0} が見つかりました。競合しているライブラリを EmbeddedJar、InputJar、AndroidJavaLibrary からすべて削除してください。 - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - 複数の Android Wear プロジェクトが、ペアリングされたプロジェクトとして指定されています。最大 1 つ指定できます。 - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Target Wear アプリケーションのプロジェクト '{0}' は、必須の 'AndroidManifest' プロジェクト プロパティを指定しません。 - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Target Wear アプリケーションの AndroidManifest.xml は、必須の 'package' 属性を指定しません。 - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - 指定された AndroidManifest ファイル ({0}) は存在しません。 - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - 'LibraryProjectProperties' ファイル '{0}' は、バインド プロジェクトの中間出力ディレクトリの親ディレクトリにあります。元の 'project.properties' ファイルを Android ライブラリ プロジェクト ディレクトリから直接使用するには、パスを調整してください。 - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - バインドには、少なくとも 1 つの Java ライブラリが必要です。Java ライブラリがプロジェクトに含まれており、適切なビルド アクションが存在することを確認してください: 'LibraryProjectZip' (AAR または ZIP 用)、'EmbeddedJar'、'InputJar' (JAR 用)、または 'LibraryProjectProperties' (project.properties)。 - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - 指定されたソース Java ライブラリが見つかりませんでした: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - 指定されたリファレンス Java ライブラリが見つかりません: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - DX DEX コンパイラは非推奨になりました。Visual Studio プロジェクトのプロパティ ページで DEX コンパイラを 'd8' に設定するか、テキスト エディターでプロジェクト ファイルを編集して 'AndroidDexTool' MSBuild プロパティを 'd8' に設定してください。 - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - 構成ファイル '{0}' を無視しています。.NET 構成ファイルは、.NET 5 以降を対象とする Xamarin.Android プロジェクトではサポートされていません。 - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - アセンブリ {0} で AppDomain.CreateDomain() が使用されていることが検出されました。.NET 5 では単一の AppDomain のみがサポートされる予定のため、.NET 5 がリリースされるとこの API は Xamarin.Android では使用できなくなります。 - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - ソース ファイル '{0}' が見つかりませんでした。 - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - {1} によって参照されている参照 '{0}' を解決できません。Mono for Android プロファイル内にそれが存在しないと思われます。 - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - {1} によって参照されている参照 '{0}' を解決できません。'{0}' の NuGet パッケージまたはアセンブリ参照を追加するか、'{2}' への参照を削除してください。 - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - '{0}' (アセンブリ '{1}' 内で定義されている) への参照をスコープ '{2}' で解決できませんでした。定義しているアセンブリとスコープが異なる場合、通常は、その型が転送されることを意味します。 - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - アセンブリの読み込み中に例外が発生しました。{0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - 参照されたアセンブリ {0} では、Java.Interop.DoNotPackageAttribute に Null 以外のファイル名が必要です。 - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - アセンブリを AOT できませんでした: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - 無効な AOT モード: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - アセンブリの IL を削除できませんでした: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d にはバグがあるため、互換性のない x86_64 libm.so が提供されます。https://code.google.com/p/android/issues/detail?id=161422 をご覧ください。 - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - 検出された Android NDK のバージョンは、ターゲットの LLVM 構成と互換性がありません。NDK r10d 以降にアップグレードしてください。 - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - ネイティブ アセンブリ ファイルをコンパイルできませんでした: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - ネイティブの共有ライブラリをリンクできませんでした: {0} - - - - Failed to generate Java type for class: {0} due to {1} - {1} のため、クラス {0} の Java の型を生成できませんでした - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - ExportAttribute または ExportFieldAttribute を使用するときには、Mono.Android.Export.dll への参照を追加してください。 - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' が $(TargetFrameworkVersion) '{1}' より小さいため、ACW のコンパイルに API-{2} を使用します。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - 型 '{0}' には、既定のパブリック コンストラクターを指定する必要があります - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - マネージ型 '{0}' が複数のアセンブリに存在します: {1}。これらのアセンブリにあるマネージ型の名前をリファクターして、それらが同一にならないようにしてください。 - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - 型 '{0}' への参照では、'{0}, {1}' が参照されます。 - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Java の型 `{0}` は複数のマネージ型によって生成されています。同じ Java の型が生成されないように、[Register] 属性を変更してください。 - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - `{0}` が以下によって生成されました: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' が API-{1} よりも小さいため、この構成はサポートされていません。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' が API-{1} よりも小さいため、この構成はサポートされません。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - パスに //manifest/application/uses-library が見つかりませんでした: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - 言語 {0} または {1} のバインド ジェネレーターが見つかりません。 - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - 部分クラス項目 '{0}' には、レイアウト '{1}' に関連付けられたバインドがありません。 - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - レイアウト バインドのソース ファイルが生成されませんでした。 - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - レイアウトのウィジェットが見つかりません ({0})。 - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - 完全なクラス名 '{0}' の形式が正しくありません。名前空間がありません。 - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - 完全なクラス名 '{0}' の形式が正しくありません。クラス名がありません。 - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - レイアウト '{1}' 内のウィジェット '{0}' には、型が異なる複数のインスタンスがあります。プロパティの型は {2} に設定されます - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - リソース項目 '{0}' に、必要なメタデータ項目 '{1}' がありません。 - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - 指定された //activity-alias/@android:targetActivity '{0}' が見つかりません - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - 認識されない 'TransformFile' ルート要素: {0}。 - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - XML の解析中にエラーが発生しました: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Android クラス パーサーの値 '{0}' は非推奨であり、Xamarin.Android の今後のバージョンでは削除されます。'class-parse' を使用するようにプロジェクトのプロパティを更新してください。 - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Android コード生成ターゲット '{0}' は非推奨であり、Xamarin.Android の今後のバージョンでは削除されます。'XAJavaInterop1' を使用するようにプロジェクトのプロパティを更新してください。 - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK には既に項目 {0} が含まれています; 無視しています。 - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - ネイティブ ライブラリ {0} の ABI を特定できません。 - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - いくつかのネイティブ ライブラリの ABI を特定できませんでした。以下は無視しています: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - ハンドルされない例外が 'AndroidManifest.xml' をマージしています。{0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - "{0}" からのリソースの抽出でエラーが発生しました。{1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - ProGuard 構成ファイル '{0}' が見つかりませんでした。 - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex が有効になっていますが、`$(_AndroidMainDexListFile)` が空です。 - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex が有効になっていますが、`$(_AndroidMainDexListFile)` ファイル '{0}' が存在しません。 - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - android:minSdkVersion が 21 以上の場合、R8 では `@(MultiDexMainDexList)` ファイルはサポートされません。 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - ProGuard 構成ファイルが無効です。{0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - 型のマップを生成できませんでした - - - - 'MultiDexMainDexList' file '{0}' does not exist. - 'MultiDexMainDexList' ファイル '{0}' が存在しません。 - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - '{0}' ファイル '{1}' が見つかりませんでした。 - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Wear アプリケーション パッケージ APK がまだ作成されていないため、アプリケーションにはペアリングされた Wear パッケージは含まれません。コマンド ラインでビルドする場合は、"SignAndroidPackage" ターゲットをビルドしてください。 - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト '{0}' を参照することは非推奨となり、Xamarin.Android の今後のバージョンではサポートされなくなります。Android アプリケーション プロジェクトから Android Wear アプリケーション プロジェクト参照を削除し、代わりにスタンドアロン アプリケーションとして Wear アプリケーションを配布してください。 - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Android NDK のツールチェーン ディレクトリ '{0}' がありません。Android NDK をインストールしてください。 - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - ターゲット {0} の C コンパイラが見つかりませんでした。試行したパス: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - ターゲット {0} のためのツールチェーン ディレクトリが見つかりませんでした。 - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - アセンブリからネイティブ コードへの変換に失敗しました。終了コード {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - NDK C コンパイラがエラーで終了しました。終了コード {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Android NDK が見つかりませんでした。Android NDK が Android SDK マネージャーにインストールされていることを確認するか、カスタムの NDK パスを使用している場合は、$(AndroidNdkDirectory) MSBuild プロパティがカスタム パスに設定されていることを確認してください。 - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - ターゲット {1} のためのツールチェーン ユーティリティ '{0}' が見つかりませんでした。試行したパス: "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - NDK リンカーがエラーで終了しました。終了コード {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - `{0}` が見つかりません。`{1}{2}tools{2}{3}` プログラムを使用して Android SDK Build-Tools パッケージをインストールしてください。 - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - Android SDK に `{0}` が見つかりません。/p:LintToolPath 経由のパスを設定してください。 - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - API レベル {0} の android .jar が見つかりませんでした。これは、API レベル {0} の Android SDK プラットフォームがインストールされていないことを意味します。Android SDK マネージャー ({2}) にインストールするか、インストールされている API バージョンを対象とする Xamarin.Android プロジェクトを変更します。({1} がありません。) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - [ツール] > [Android] > [Android SDK マネージャー...] - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - [ツール] > [Android SDK マネージャーを開く...] - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - 組み込みの Wear アプリ パッケージ名がハンドヘルド アプリ パッケージ名と異なります ({0}! = {1})。 - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError。$(JavaMaximumHeapSize) の値を増やすことを検討してください。'{0} {1}' の実行中に Java でメモリ不足が発生しました - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Android プラットフォームが '{0}' にインストールされていません。`{1}{2}tools{2}{3}` プログラムを使用して SDK プラットフォームをインストールしてください。 - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Android SDK ディレクトリが見つかりませんでした。/p:AndroidSdkDirectory 経由で設定してください。 - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Java SDK ディレクトリが見つかりませんでした。/p:JavaSdkDirectory 経由で設定してください。 - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - MAX_PATH のため、クラス {0} の Java の型を生成できませんでした: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - 2 つのプロセスがこのプロジェクトを同時にビルドしている可能性があります。ロック ファイルはパス {0} に存在します - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ko.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ko.xlf deleted file mode 100644 index a07c9c0907f..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ko.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - 알 수 없는 옵션 `{0}`입니다. `$(AndroidAapt2CompileExtraArgs)` 및 `$(AndroidAapt2LinkExtraArgs)`를 확인하여 `aapt2`에 대해 이제 유효하지 않은 `aapt` 명령줄 인수가 포함되는지 확인하고 `aapt2`에 대해 모든 다른 인수가 유효한지 확인하세요. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - 잘못된 파일 이름: {0}만 포함해야 합니다. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - 잘못된 파일 이름: {0}만 포함해야 합니다. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - '{0}'의 $(TargetFrameworkVersion)에 대한 API 레벨을 확인할 수 없습니다. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - $(AndroidApiLevel) 또는 $(TargetFrameworkVersion)을 확인할 수 없습니다. 이 오류 메시지가 표시되면 안 됩니다. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - 처리되지 않은 예외: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - API 레벨 '{0}'의 $(TargetFrameworkVersion)을 확인할 수 없습니다. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - '{0}'의 $(TargetFrameworkVersion) 값이 지원되지 않거나 잘못되었습니다. 프로젝트 옵션을 업데이트하세요. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - mono.android.jar을 찾을 수 없습니다. - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - 'AndroidManifest'의 'android:versionCode' 값 '{0}'이(가) 잘못되었습니다. 정수 값이어야 합니다. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - 'AndroidManifest'의 'android:versionCode' 값 '{0}'이(가) 잘못되었습니다. 값은 0에서 {1} 사이여야 합니다. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - JDK 버전 '{0}'을(를) 사용하여 빌드할 수 없습니다. JDK 버전 '{1}'을(를) 설치하세요. https://aka.ms/xamarin/jdk9-errors를 참조하세요. - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - {1}을(를) 사용하는 경우 Java SDK {0} 이상이 필요합니다. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Android SDK 빌드-도구 {1}을(를) 사용하는 경우 Java SDK {0} 이상이 필요합니다. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - 반환된 값이 유효한 버전 번호를 포함하지 않아서 Java SDK 버전을 가져오지 못했습니다. '{0} -version'에서 반환된 값: ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Java SDK 버전을 가져오지 못했습니다. Java {0} 이상이 설치되어 있는지 확인하세요. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - '{0}' 값에서 Android ABI를 확인할 수 없습니다. 텍스트 편집기에서 프로젝트 파일을 편집하고 Android 플랫폼에 대해 유효한 식별자만 포함하도록 'RuntimeIdentifiers' MSBuild 속성을 설정하세요. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - 'AndroidSupportedAbis' MSBuild 속성은 더 이상 지원되지 않습니다. 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidSupportedAbis' 사용을 모두 제거한 후 대신 'RuntimeIdentifiers' MSBuild 속성을 사용하세요. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - Android 애플리케이션 프로젝트의 EmbeddedNativeLibrary '{0}'이(가) 잘못되었습니다. 대신 AndroidNativeLibrary를 사용하세요. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - '$(AndroidSequencePointsMode)'의 잘못된 값: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - {0}({1})의 $(TargetFrameworkVersion)이 애플리케이션 프로젝트({2})의 $(TargetFrameworkVersion)보다 큽니다. 애플리케이션 프로젝트의 $(TargetFrameworkVersion)을 늘리세요. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0}은(는) 참조 어셈블리입니다. - - - - Ignoring Reference Assembly `{0}`. - 참조 어셈블리 '{0}'을(를) 무시합니다. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - '{0}'에서 버전을 가져올 수 없습니다. 기본값인 1.0으로 설정합니다. - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - 이름이 '{0}'인 'EmbeddedResource'를 찾을 수 없습니다. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - TargetFrameworkVersion {0}은(는) 사용되지 않습니다. v5.0 이상으로 업데이트하세요. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - '{0}'을(를) 구문 분석할 수 없습니다. - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - '{0}'의 잠금 파일에서 'target'을 확인할 수 없습니다. - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - 빠른 배포와 AOT를 동시에 사용하는 것은 좋지 않습니다. Debug 구성에 빠른 배포를 사용하고, Release 구성에 AOT를 사용하세요. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - 빠른 배포와 링커를 동시에 사용하는 것은 좋지 않습니다. Debug 구성에 빠른 배포를 사용하고, Release 구성에 링커를 사용하세요. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - 빠른 배포와 코드 Shrinker를 동시에 사용하는 것은 좋지 않습니다. Debug 구성에 빠른 배포를 사용하고, Release 구성에 코드 Shrinker를 사용하세요. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - '{0}' 어셈블리가 더 이상 지원되지 않는 '[assembly: {1}]'을(를) 사용하고 있습니다. 이 NuGet 패키지의 최신 버전을 사용하거나 라이브러리 작성자에게 알리세요. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - '{0}' 어셈블리가 사용되지 않는 특성 '[assembly: {1}]'을(를) 사용하고 있습니다. 이 NuGet 패키지의 최신 버전을 사용하거나 라이브러리 작성자에게 알리세요. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - {1}에서 {0}을(를) 제거하는 중입니다. Lint {2}은(는) 이 검사를 지원하지 않습니다. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - {0}을(를) 구문 분석하는 중 문제가 발생했습니다. XML이 불완전하거나 잘못된 것 같습니다. 예외: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: 리소스 XML '{0}'을(를) 업데이트하는 동안 경고가 발생했습니다. {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - '{0}'에 대해 찾은 가장 가깝게 일치하는 항목은 '{1}'(이)지만, 대문자 표시가 일치하지 않습니다. 대문자 표시를 수정하세요. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - ID가 '{0}'이고 형식이 '{1}'인 요소의 기본 형식 이름 일치를 시도하는 중 - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - 기본 형식 이름 일치에 실패하면 요소에 'xamarin:managedType' 특성을 추가하여 요소의 정규화된 관리형 형식 이름을 지정하세요. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion(Android API 레벨 {0})이 targetSdkVersion({1})보다 높습니다. API 레벨이 일치하도록 'AndroidManifest.xml'에서 'android:targetSdkVersion'을 높이세요. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - minSdkVersion({0})이 targetSdkVersion보다 큽니다. minSdkVersion이 targetSdkVersion({1})보다 작거나 같도록 값을 변경하세요. - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion(Android API 레벨 {0})이 targetSdkVersion({1})보다 낮습니다. API 레벨이 일치하도록 'AndroidManifest.xml'에서 '$(TargetFrameworkVersion)'을(를) 높이거나 'android:targetSdkVersion'을 낮추세요. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Android 매니페스트 자리 표시자에 대한 '$(AndroidManifestPlaceholders)' 값이 잘못되었습니다. 'key1=value1;key2=value2' 형식을 사용하세요. 지정된 값은 '{0}'입니다. - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - ProGuard는 더 이상 D8 DEX 컴파일러와 함께 사용할 수 없습니다. Visual Studio 프로젝트 속성 페이지에서 코드 Shrinker를 `r8`로 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 `AndroidLinkTool` MSBuild 속성을 `r8`로 설정하세요. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - 포함된 레이아웃 루트 요소 재정의 ID '{0}'이(가) 잘못되었습니다. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - '{1}' 레이아웃 파일에서 '{0}' 노드의 ID를 구문 분석하지 못했습니다. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - 파일 이름은 같지만 콘텐츠가 다른 JAR 라이브러리 참조를 찾았습니다. {0}. EmbeddedJar, InputJar 및 AndroidJavaLibrary에서 충돌하는 라이브러리를 제거하세요. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - 두 개 이상의 Android Wear 프로젝트가 페어링된 프로젝트로 지정되었습니다. 최대 한 개를 사용할 수 있습니다. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - 대상 Wear 애플리케이션의 프로젝트 '{0}'이(가) 필요한 'AndroidManifest' 프로젝트 속성을 지정하지 않습니다. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - 대상 Wear 애플리케이션의 AndroidManifest.xml이 필요한 'package' 특성을 지정하지 않습니다. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - 지정한 AndroidManifest 파일이 없습니다. {0} - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - `LibraryProjectProperties` 파일 `{0}`이(가) 바인딩 프로젝트의 중간 출력 디렉터리의 부모 디렉터리에 있습니다. 경로를 조정하여 Android 라이브러리 프로젝트 디렉터리에서 바로 원본 `project.properties` 파일을 사용하세요. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - 바인딩에 하나 이상의 Java 라이브러리가 필요합니다. Java 라이브러리가 프로젝트에 포함되어 있으며 적합한 빌드 작업('LibraryProjectZip'(AAR 또는 ZIP의 경우), 'EmbeddedJar', 'InputJar'(JAR의 경우) 또는 'LibraryProjectProperties'(project.properties))이 있는지 확인하세요. - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - 지정한 소스 Java 라이브러리를 찾을 수 없음: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - 지정한 참조 Java 라이브러리를 찾을 수 없음: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - DX DEX 컴파일러는 사용되지 않습니다. Visual Studio 프로젝트 속성 페이지에서 DEX 컴파일러를 'd8'로 설정하거나 텍스트 편집기에서 프로젝트 파일을 편집하고 'AndroidDexTool' MSBuild 속성을 'd8'로 설정하세요. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - 구성 파일 '{0}'을(를) 무시합니다. .Net 5 이상을 대상으로 Xamarin.Android 프로젝트에서 .NET 구성 파일은 지원되지 않습니다. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - {0} 어셈블리에서 AppDomain.CreateDomain() 사용이 검색되었습니다. .NET 5는 단일 AppDomain만 지원하므로 .NET 5가 릴리스되면 이 API는 Xamarin.Android에서 더는 사용할 수 없습니다. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - 원본 파일 '{0}'을(를) 찾을 수 없습니다. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - {1}에서 참조하는 '{0}' 참조를 확인할 수 없습니다. Mono for Android 프로필에 해당 참조가 없는 것 같습니다. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - {1}에서 참조하는 '{0}' 참조를 확인할 수 없습니다. '{0}'에 대한 NuGet 패키지 또는 어셈블리 참조를 추가하거나 '{2}'에 대한 참조를 제거하세요. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - 범위가 '{2}'인 '{0}'('{1}' 어셈블리에 정의되어 있음)에 대한 참조를 확인할 수 없습니다. 범위가 정의 어셈블리와 다르면 일반적으로 형식이 전달되었음을 의미합니다. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - 어셈블리 로드 중 예외 발생: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - 참조된 어셈블리 {0}에서 Java.Interop.DoNotPackageAttribute에 null이 아닌 파일 이름이 필요합니다. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - 어셈블리를 AOT할 수 없음: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - 잘못된 AOT 모드: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - 어셈블리의 IL을 제거할 수 없음: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d는 버그가 있으며 호환되지 않는 x86_64 libm.so를 제공합니다. https://code.google.com/p/android/issues/detail?id=161422를 참조하세요. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - 검색된 Android NDK 버전이 대상 LLVM 구성과 호환되지 않습니다. NDK r10d 이상으로 업그레이드하세요. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - 네이티브 어셈블리 파일을 컴파일할 수 없음: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - 네이티브 공유 라이브러리를 연결할 수 없음: {0} - - - - Failed to generate Java type for class: {0} due to {1} - 클래스의 Java 형식({0})을 생성하지 못했습니다(원인: {1}). - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - ExportAttribute 또는 ExportFieldAttribute를 사용할 때 Mono.Android.Export.dll에 대한 참조를 추가하세요. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}'이(가) $(TargetFrameworkVersion) '{1}'보다 작습니다. ACW 컴파일에 API-{2}을(를) 사용합니다. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - '{0}' 형식은 public 기본 생성자를 제공해야 합니다. - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - 관리되는 형식 '{0}'이(가) 여러 어셈블리({1})에 있습니다. 이와 같은 어셈블리의 관리되는 형식 이름을 리팩터링하여 서로 다른 이름을 사용하도록 하세요. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - '{0}' 형식에 대한 참조는 '{0}, {1}'을(를) 참조합니다. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Java 형식 '{0}'은(는) 둘 이상의 관리형 형식에 의해 생성되었습니다. 같은 Java 형식을 내보내지 않도록 [Register] 특성을 변경하세요. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - '{0}'은(는) 다음에 의해 생성됨: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}'이(가) API-{1}보다 작으므로 이 구성은 지원되지 않습니다. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}'이(가) API-{1}보다 작으므로 이 구성은 지원되지 않습니다. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - {0} 경로에서 //manifest/application/uses-library를 찾을 수 없습니다. - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - {0} 또는 {1} 언어에 대한 바인딩 생성기를 찾을 수 없습니다. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - partial 클래스 항목 '{0}'에 레이아웃 '{1}'과(와) 연결된 바인딩이 없습니다. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - 레이아웃 바인딩 소스 파일이 생성되지 않았습니다. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - 레이아웃({0})에 대한 위젯을 찾을 수 없습니다. - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - 전체 클래스 이름 '{0}'의 형식이 잘못되었습니다. 네임스페이스가 없습니다. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - 전체 클래스 이름 '{0}'의 형식이 잘못되었습니다. 클래스 이름이 없습니다. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - '{1}' 레이아웃의 '{0}' 위젯에 형식이 다른 여러 인스턴스가 있습니다. 속성 형식이 다음으로 설정됩니다. {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - 리소스 항목 '{0}'에 필수 메타데이터 항목 '{1}'이(가) 없습니다. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - 지정한 //activity-alias/@android:targetActivity를 찾을 수 없음: '{0}' - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - `TransformFile` 루트 요소 {0}을(를) 인식할 수 없습니다. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - XML 구문 분석 중 오류 발생: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Android 클래스 파서 값 '{0}'은(는) 사용되지 않으며 Xamarin.Android의 이후 버전에서 제거됩니다. 'class-parse'를 사용하도록 프로젝트 속성을 업데이트하세요. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Android 코드 생성 대상 '{0}'은(는) 사용되지 않으며 Xamarin.Android의 이후 버전에서 제거됩니다. 'XAJavaInterop1'을 사용하도록 프로젝트 속성을 업데이트하세요. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK에 {0} 항목이 이미 포함되어 있습니다. 무시합니다. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - 네이티브 라이브러리 {0}의 ABI를 확인할 수 없습니다. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - 일부 네이티브 라이브러리의 ABI를 확인할 수 없습니다. {0}을(를) 무시합니다. - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - 'AndroidManifest.xml'을(를) 병합하는 중 처리되지 않은 예외 발생: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - "{0}"에서 리소스를 추출하는 중 오류 발생: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - ProGuard 구성 파일 '{0}'을(를) 찾을 수 없습니다. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex가 사용하도록 설정되어 있지만, '$(_AndroidMainDexListFile)'이 비어 있습니다. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex가 사용하도록 설정되어 있지만, '$(_AndroidMainDexListFile)' 파일 '{0}'이(가) 없습니다. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - android:minSdkVersion >= 21인 경우 R8은 '@(MultiDexMainDexList)' 파일을 지원하지 않습니다. - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - ProGuard 구성 파일이 잘못되었습니다. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - 형식 맵을 생성하지 못했습니다. - - - - 'MultiDexMainDexList' file '{0}' does not exist. - 'MultiDexMainDexList' 파일 '{0}'이(가) 없습니다. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - '{0}' 파일 '{1}'을(를) 찾을 수 없습니다. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Wear 애플리케이션 패키지 APK가 아직 만들어지지 않았기 때문에 애플리케이션에 페어링된 Wear 패키지가 포함되지 않습니다. 명령줄에서 빌드하는 경우 "SignAndroidPackage" 대상을 빌드해야 합니다. - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 '{0}'을(를) 참조하는 기능은 사용되지 않으며 Xamarin.Android의 이후 버전에서 더 이상 지원되지 않습니다. Android 애플리케이션 프로젝트에서 Android Wear 애플리케이션 프로젝트 참조를 제거하고 대신 Wear 애플리케이션을 독립 실행형 애플리케이션으로 배포하세요. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Android NDK 도구 체인 디렉터리 '{0}'이(가) 없습니다. Android NDK를 설치하세요. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - 대상 {0}용 C 컴파일러를 찾을 수 없습니다. 시도한 경로: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - 대상 {0}용 도구 체인 디렉터리를 찾을 수 없습니다. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - 어셈블리에서 네이티브 코드로 변환하지 못했습니다. 종료 코드 {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - NDK C 컴파일러가 오류로 인해 종료되었습니다. 종료 코드 {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Android NDK를 찾을 수 없습니다. Android SDK 관리자에 Android NDK가 설치되어 있는지 확인하거나, 사용자 지정 NDK 경로를 사용하는 경우 $(AndroidNdkDirectory) MSBuild 속성이 사용자 지정 경로로 설정되어 있는지 확인하세요. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - 대상 {1}용 도구 체인 유틸리티 '{0}'을(를) 찾을 수 없습니다. 시도한 경로: "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - NDK 링커가 오류로 인해 종료되었습니다. 종료 코드 {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - '{0}'을(를) 찾을 수 없습니다. '{1}{2}tools{2}{3}' 프로그램을 사용하여 Android SDK Build-Tools 패키지를 설치하세요. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - Android SDK에서 '{0}'을(를) 찾을 수 없습니다. /p:LintToolPath를 통해 해당 경로를 설정하세요. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - API 레벨 {0}의 android.jar을 찾을 수 없습니다. API 레벨 {0}의 Android SDK 플랫폼이 설치되어 있지 않습니다. Android SDK 관리자({2})에서 설치하거나, 설치된 API 버전을 대상으로 하도록 Xamarin.Android 프로젝트를 변경하세요.({1}이(가) 없습니다.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - 도구 > Android > Android SDK 관리자... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - 도구 > Android SDK 관리자 열기... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - 포함된 Wear 앱 패키지 이름이 핸드헬드 앱 패키지 이름과 다릅니다({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. $(JavaMaximumHeapSize) 값을 늘려 보세요. '{0} {1}'을(를) 실행하는 동안 Java에 메모리가 부족합니다. - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Android 플랫폼을 '{0}'에 설치하지 않았습니다. '{1}{2}tools{2}{3}' 프로그램을 사용하여 SDK Platform을 설치하세요. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Android SDK 디렉터리를 찾을 수 없습니다. /p:AndroidSdkDirectory를 통해 설정하세요. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Java SDK 디렉터리를 찾을 수 없습니다. /p:JavaSdkDirectory를 통해 설정하세요. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - 클래스의 Java 형식({0})을 생성하지 못했습니다(원인: MAX_PATH: {1}). - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - 두 프로세스에서 이 프로젝트를 동시에 빌드할 수 있습니다. 잠금 파일은 {0} 경로에 있습니다. - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.pl.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.pl.xlf deleted file mode 100644 index 424198fe455..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.pl.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Nieznana opcja „{0}”. Sprawdź zmienne „$(AndroidAapt2CompileExtraArgs)” i „$(AndroidAapt2LinkExtraArgs)” pod kątem tego, czy zawierają jakiekolwiek argumenty wiersza polecenia „aapt”, które nie są już prawidłowe dla elementu „aapt2”, oraz upewnij się, że wszystkie pozostałe argumenty są prawidłowe dla elementu „aapt2”. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Nieprawidłowa nazwa pliku: może ona zawierać tylko: {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Nieprawidłowa nazwa pliku: może ona zawierać tylko: {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Nie można określić poziomu interfejsu API dla parametru $(TargetFrameworkVersion) elementu „{0}”. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - Nie można określić parametru $(AndroidApiLevel) lub $(TargetFrameworkVersion); ten komunikat nie powinien być wyświetlany. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Nieobsłużony wyjątek: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - Nie można określić parametru $(TargetFrameworkVersion) dla poziomu „{0}” interfejsu API. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Nieobsługiwana lub nieprawidłowa wartość parametru $(TargetFrameworkVersion) dla elementu „{0}”. Zaktualizuj opcje projektu. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - Nie można było znaleźć pliku mono.android.jar - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Nieprawidłowa wartość „android:versionCode” „{0}” w pliku „AndroidManifest.xml”. Musi to być wartość całkowita. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Nieprawidłowa wartość „android:versionCode” „{0}” w pliku „AndroidManifest.xml”. Wartość musi mieścić się w zakresie od 0 do {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - Kompilowanie przy użyciu wersji zestawu JDK „{0}” nie jest obsługiwane. Zainstaluj zestaw JDK w wersji „{1}”. Zobacz https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - W przypadku używania funkcji {1} jest wymagany zestaw Java SDK {0} lub nowszy. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - W przypadku używania narzędzi Android SDK Build-Tools {1} jest wymagany zestaw Java SDK {0} lub nowszy. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Nie udało się pobrać wersji zestawu Java SDK, ponieważ wygląda na to, że zwrócona wartość nie zawiera prawidłowego numeru wersji. Dane wyjściowe polecenia „{0} -version”: „{1}” - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Nie udało się pobrać wersji zestawu Java SDK. Upewnij się, że masz zainstalowany język Java {0} lub nowszy. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Nie można określić interfejsu Android ABI na podstawie wartości „{0}”. Edytuj plik projektu w edytorze tekstu i ustaw właściwość „RuntimeIdentifiers” programu MSBuild tak, aby zawierała wyłącznie prawidłowe identyfikatory platformy Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - Właściwość „AndroidSupportedAbis” programu MSBuild nie jest już obsługiwana. Edytuj plik projektu w edytorze tekstu, usuń wszystkie wystąpienia właściwości „AndroidSupportedAbis” i użyj zamiast niej właściwości „RuntimeIdentifiers” programu MSBuild. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - Biblioteka EmbeddedNativeLibrary „{0}” jest nieprawidłowa w projektach aplikacji systemu Android. Zamiast niej należy użyć biblioteki AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Nieprawidłowa wartość parametru „$(AndroidSequencePointsMode)”: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - Parametr $(TargetFrameworkVersion) dla elementu {0} ({1}) jest większy niż parametr $(TargetFrameworkVersion) dla projektu aplikacji ({2}). Zwiększ wartość parametru $(TargetFrameworkVersion) dla projektu aplikacji. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} to zestaw odwołania. - - - - Ignoring Reference Assembly `{0}`. - Ignorowanie zestawu odwołania „{0}”. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Nie można pobrać wersji z elementu „{0}”. Zostanie użyta wartość domyślna 1.0. - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - Nie można odnaleźć elementu „EmbeddedResource” o nazwie „{0}”. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - Wartość {0} dla elementu TargetFrameworkVersion jest przestarzała. Zaktualizuj ją na wartość v5.0 lub wyższą. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - Nie można przeanalizować elementu „{0}” - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - Nie można rozpoznać elementu „target” w pliku blokady dla elementu „{0}” - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - W tym samym czasie nie zaleca się korzystania z funkcji szybkiego wdrażania i drzewa obiektów aplikacji (AOT). Użyj szybkiego wdrażania do konfiguracji debugowania, a drzewa AOT do konfiguracji wydania. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - W tym samym czasie nie zaleca się używania funkcji szybkiego wdrażania i konsolidatora. Użyj szybkiego wdrażania do konfiguracji debugowania, a konsolidatora do konfiguracji wydania. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - W tym samym czasie nie zaleca się korzystania z funkcji szybkiego wdrażania i zmniejszania kodu. Użyj szybkiego wdrażania do konfiguracji debugowania, a zmniejszania kodu do konfiguracji wydania. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - Zestaw „{0}” korzysta z atrybutu „[assembly: {1}]”, który nie jest już obsługiwany. Użyj nowszej wersji tego pakietu NuGet lub powiadom autora biblioteki. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - Zestaw „{0}” korzysta z przestarzałego atrybutu „[assembly: {1}]”. Użyj nowszej wersji tego pakietu NuGet lub powiadom autora biblioteki. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Usuwanie kontroli {0} z właściwości {1}. Program Lint {2} nie obsługuje tej kontroli. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Wystąpił problem podczas analizowania pliku {0}. Prawdopodobnie jest to spowodowane niekompletnym lub nieprawidłowym kodem XML. Wyjątek: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: ostrzeżenie podczas aktualizacji kodu XML zasobu „{0}”: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - Najbliższy znaleziony odpowiednik dla typu „{0}” to „{1}”, ale nie zgadza się wielkość liter. Popraw wielkość liter. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Podjęto próbę dopasowania nazwy typu podstawowego dla elementu o identyfikatorze „{0}” i typie „{1}” - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Jeśli dopasowanie nazwy typu podstawowego nie powiedzie się, dodaj atrybut „xamarin:managedType” do elementu, aby określić w pełni kwalifikowaną nazwę typu zarządzanego elementu. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Wartość atrybutu TargetFrameworkVersion (poziom interfejsu API systemu Android {0}) jest większa niż wartość atrybutu targetSdkVersion ({1}). Zwiększ wartość atrybutu „android:targetSdkVersion” w pliku „AndroidManifest.xml”, aby poziomy interfejsów API były zgodne. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - Wartość atrybutu minSdkVersion ({0}) jest większa niż wartość atrybutu minSdkVersion. Zmień wartość atrybutu minSdkVersion w taki sposób, aby była mniejsza lub równa wartości atrybutu targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Wartość atrybutu TargetFrameworkVersion (poziom interfejsu API systemu Android {0}) jest mniejsza niż wartość atrybutu targetSdkVersion ({1}). Zwiększ wartość atrybutu „$(TargetFrameworkVersion)” lub zmniejsz wartość atrybutu „android:targetSdkVersion” w pliku „AndroidManifest.xml”, aby poziomy interfejsów API były zgodne. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Nieprawidłowa wartość „$(AndroidManifestPlaceholders)” dla symboli zastępczych manifestu systemu Android. Użyj formatu „klucz1=wartość1; klucz2=wartość2”. Podana wartość: „{0}” - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - Używanie narzędzia ProGuard z kompilatorem DEX D8 nie jest już obsługiwane. Ustaw narzędzie do zmniejszania objętości kodu na „r8” na stronach właściwości projektu w programie Visual Studio lub poddaj edycji plik projektu za pomocą edytora tekstu i ustaw właściwość programu MSBuild o nazwie „AndroidLinkTool” na wartość „r8”. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - Dołączony identyfikator przesłonięcia „{0}” elementu głównego układu jest nieprawidłowy. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - Nie można przeanalizować identyfikatora węzła „{0}” w pliku układu „{1}”. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Znaleziono odwołania do bibliotek JAR z identycznymi nazwami plików, ale różną zawartością: {0}. Usuń wszystkie biblioteki powodujące konflikt z elementów EmbeddedJar, InputJar i AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Jako projekt sparowany określono więcej niż jeden projekt systemu Android Wear. Może być najwyżej jeden taki projekt. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Projekt aplikacji docelowej systemu Wear „{0}” nie określa wymaganej właściwości projektu „AndroidManifest”. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Plik AndroidManifest.xml aplikacji docelowej systemu Wear nie określa wymaganego atrybutu „package”. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Określony plik AndroidManifest nie istnieje: {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - Plik „LibraryProjectProperties” „{0}” znajduje się w katalogu nadrzędnym pośredniego katalogu wyjściowego projektu powiązań. Dostosuj ścieżkę tak, aby użyć oryginalnego pliku „project.properties” bezpośrednio z katalogu projektu biblioteki systemu Android. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Do powiązania wymagana jest co najmniej jedna biblioteka języka Java. Sprawdź, czy biblioteka języka Java jest dołączona do projektu i czy ma odpowiednią akcję kompilacji: „LibraryProjectZip” (w przypadku pliku AAR lub ZIP), „EmbeddedJar”, „InputJar” (w przypadku pliku JAR) lub „LibraryProjectProperties” (w przypadku pliku project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - Nie odnaleziono określonej źródłowej biblioteki języka Java: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - Nie odnaleziono biblioteki języka Java określonej przez odwołanie: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - Używanie kompilatora DX DEX jest przestarzałe. Ustaw kompilator DEX na „d8” na stronach właściwości projektu w programie Visual Studio lub edytuj plik projektu w edytorze tekstów i ustaw właściwość programu MSBuild o nazwie „AndroidDexTool” na wartość „d8”. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Ignorowanie pliku konfiguracji „{0}”. Pliki konfiguracji .NET nie są obsługiwane w projektach Xamarin.Android, których elementem docelowym jest platforma .NET 5 lub nowsza. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Wykryto użycie metody AppDomain.CreateDomain() w następującym zestawie: {0}. Program .NET 5 obsługuje tylko jeden obiekt AppDomain, dlatego ten interfejs API nie będzie już dostępny w interfejsie Xamarin.Android po wydaniu programu .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Nie można znaleźć pliku źródłowego „{0}”. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Nie można rozpoznać odwołania „{0}” przywoływanego przez element {1}. Być może nie istnieje ono w profilu platformy Mono dla systemu Android? - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Nie można rozpoznać odwołania „{0}” przywoływanego przez element {1}. Dodaj odwołanie do pakietu lub zestawu NuGet dla elementu „{0}” lub usuń odwołanie do elementu „{2}”. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Nie można rozpoznać odwołania do elementu „{0}” (zdefiniowanego w zestawie „{1}”) z zakresem „{2}”. Jeśli zakres różni się od zestawu definiującego, zazwyczaj oznacza to, że typ jest przekazywany. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Wyjątek podczas ładowania zestawów: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - W przywoływanym zestawie {0} element Java.Interop.DoNotPackageAttribute wymaga nazwy pliku o wartości innej niż null. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Nie można utworzyć widoku AOT zestawu: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Nieprawidłowy tryb AOT: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Nie można usunąć kodu IL zestawu: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Zestaw Android NDK r10d zawiera wiele usterek i dostarcza niezgodną bibliotekę libm.so dla architektury x86_64. Zobacz https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - Wykryta wersja zestawu Android NDK jest niezgodna z docelową konfiguracją programu LLVM. Uaktualnij do zestawu NDK r10d lub nowszego. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Nie można skompilować natywnego pliku zestawu: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Nie można połączyć natywnej biblioteki współużytkowanej: {0} - - - - Failed to generate Java type for class: {0} due to {1} - Nie można wygenerować typu języka Java dla klasy {0} z powodu wyjątku {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Dodaj odwołanie do pliku Mono.Android.Export.dll w przypadku używania atrybutu ExportAttribute lub ExportFieldAttribute. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - Wersja //uses-sdk/@android:targetSdkVersion w pliku AndroidManifest.xml „{0}” jest niższa niż $(TargetFrameworkVersion) „{1}”. Używanie wersji API-{2} na potrzeby kompilacji ACW. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - Typ „{0}” musi dostarczać publiczny konstruktor domyślny - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - Typ zarządzany „{0}” istnieje w wielu zestawach: {1}. Wykonaj refaktoryzację nazw typów zarządzanych w tych zestawach, aby nie były identyczne. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - Odwołania do typu „{0}” będą odwoływać się do typu „{0}, {1}”. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Typ języka Java „{0}” jest generowany przez więcej niż jeden typ zarządzany. Zmień atrybut [Register], aby ten sam typ języka Java nie był emitowany. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - Element „{0}” wygenerowany przez zarządzany element „{1}” - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - Wersja //uses-sdk/@android:minSdkVersion w pliku AndroidManifest.xml „{0}” jest niższa niż API-{1}. Taka konfiguracja nie jest obsługiwana. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - Wersja //uses-sdk/@android:targetSdkVersion w pliku AndroidManifest.xml „{0}” jest niższa niż API-{1}. Taka konfiguracja nie jest obsługiwana. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Nie można znaleźć elementu //manifest/application/uses-library w ścieżce: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Nie można odnaleźć generatora powiązań dla języka {0} ani {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - Element klasy częściowej „{0}” nie ma skojarzonego powiązania dla układu „{1}”. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Nie wygenerowano żadnych plików źródłowych powiązania układu. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Nie odnaleziono żadnych widżetów dla układu ({0}). - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Źle sformułowana pełna nazwa klasy „{0}”. Brak przestrzeni nazw. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Źle sformułowana pełna nazwa klasy „{0}”. Brak nazwy klasy. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - Widżet „{0}” w układzie „{1}” ma wiele wystąpień o różnych typach. Typ właściwości zostanie skonfigurowany na następującą wartość: {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - Element zasobu „{0}” nie ma wymaganego elementu metadanych „{1}”. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Nie można znaleźć określonego elementu //activity-alias/@android:targetActivity: „{0}” - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Nierozpoznany element główny „TransformFile”: {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Błąd podczas analizowania kodu XML: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Wartość analizatora klas systemu Android „{0}” jest przestarzała i zostanie usunięta w przyszłej wersji rozszerzenia Xamarin.Android. Zaktualizuj właściwości projektu, aby używać literału „class-parse”. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Element docelowy generowania kodu systemu Android „{0}” jest przestarzały i zostanie usunięty w przyszłej wersji rozszerzenia Xamarin.Android. Zaktualizuj właściwości projektu, aby używać literału „XAJavaInterop1”. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - Zestaw APK zawiera już element {0}; jest ignorowany. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Nie można określić interfejsu ABI natywnej biblioteki {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Nie można było określić interfejsu ABI niektórych bibliotek natywnych. Następujące są ignorowane: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Nieobsługiwany wyjątek podczas scalania pliku „AndroidManifest.xml”: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Błąd podczas wyodrębniania zasobów z pliku „{0}”: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - Nie znaleziono pliku konfiguracji programu ProGuard „{0}”. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Biblioteka Multidex jest włączona, ale plik „$(_AndroidMainDexListFile)” jest pusty. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Biblioteka Multidex jest włączona, ale plik „$(_AndroidMainDexListFile)” „{0}” nie istnieje. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - Element R8 nie obsługuje plików „@(MultiDexMainDexList)”, jeśli wartość właściwości android:minSdkVersion jest większa lub równa 21 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Nieprawidłowy plik konfiguracji programu ProGuard. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Nie można wygenerować map typów - - - - 'MultiDexMainDexList' file '{0}' does not exist. - Plik „MultiDexMainDexList” „{0}” nie istnieje. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - `{0}` file `{1}` could not be found. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Aplikacja nie będzie zawierać sparowanego pakietu systemu Wear, ponieważ plik APK pakietu aplikacji systemu Wear nie został jeszcze utworzony. W przypadku kompilowania z poziomu wiersza polecenia pamiętaj, aby skompilować element docelowy „SignAndroidPackage”. - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Odwoływanie się do projektu aplikacji dla systemu Android Wear „{0}” z projektu aplikacji dla systemu Android jest przestarzałe i nie będzie już obsługiwane w przyszłej wersji programu Xamarin.Android. Usuń odwołanie do projektu aplikacji dla systemu Android Wear z projektu aplikacji dla systemu Android i dystrybuuj aplikację dla systemu Wear jako autonomiczną aplikację. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Brak katalogu łańcuchów narzędzi zestawu Android NDK „{0}”. Zainstaluj zestaw Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - Nie znaleziono kompilatora języka C dla docelowej architektury {0}. Sprawdzone ścieżki: „{1}” - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - Nie znaleziono katalogu łańcucha narzędzi dla docelowej architektury {0}. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Konwersja z zestawu do kodu natywnego nie powiodła się. Kod zakończenia {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - Kompilator języka C zestawu NDK zakończył pracę z błędem. Kod zakończenia {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Nie można było zlokalizować zestawu Android NDK. Upewnij się, że zestaw Android NDK jest zainstalowany w Menedżerze zestawów Android SDK, a jeśli używana jest niestandardowa ścieżka zestawu NDK, upewnij się, że właściwość $(AndroidNdkDirectory) narzędzia MSBuild jest ustawiona na ścieżkę niestandardową. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - Nie znaleziono programu łańcucha narzędzi „{0}” dla docelowej architektury {1}. Sprawdzone ścieżki: „{2}” - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - Konsolidator zestawu NDK zakończył pracę z błędem. Kod zakończenia {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - Nie można znaleźć narzędzia „{0}”. Zainstaluj pakiet Android SDK Build-Tools za pomocą programu „{1}{2}tools{2}{3}”. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - W zestawie Android SDK nie można znaleźć narzędzia „{0}”. Określ jego ścieżkę za pomocą opcji /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - Nie można było znaleźć pliku android.jar dla poziomu interfejsu API {0}. Oznacza to, że platforma Android SDK dla poziomu interfejsu API {0} nie jest zainstalowana. Zainstaluj ją w Menedżerze zestawów Android SDK ({2}) lub zmień projekt Xamarin.Android tak, aby był przeznaczony dla zainstalowanej wersji interfejsu API. (Brak pliku {1}). - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Narzędzia > Android > Menedżer zestawów Android SDK... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Narzędzia > Otwórz Menedżer zestawów SDK dla systemu Android... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Nazwa pakietu osadzonej aplikacji systemu Wear jest inna niż nazwa pakietu aplikacji dla urządzenia podręcznego ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Rozważ zwiększenie wartości parametru $(JavaMaximumHeapSize). Zabrakło pamięci dla środowiska Java podczas wykonywania elementu „{0} {1}”. - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Brak platform systemu Android zainstalowanych w: „{0}”. Zainstaluj platformę zestawu SDK za pomocą programu „{1}{2}tools{2}{3}”. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Nie udało się znaleźć katalogu zestawu Android SDK. Określ go za pomocą opcji /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Nie udało się znaleźć katalogu zestawu Java SDK. Określ go za pomocą opcji /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Nie można wygenerować typu języka Java dla klasy {0} z powodu elementu MAX_PATH: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Ten projekt może być kompilowany jednocześnie przez dwa procesy. Plik blokady istnieje w ścieżce: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.pt-BR.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.pt-BR.xlf deleted file mode 100644 index 9d1a7e3995b..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.pt-BR.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Opção desconhecida `{0}`. Verifique se '$(AndroidAapt2CompileExtraArgs)' e '$(AndroidAapt2LinkExtraArgs)' incluem argumentos de linha de comando de `aapt` que não sejam mais válidos para `aapt2` e verifique se todos os outros argumentos são válidos para `aapt2`. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Nome de arquivo inválido: ele precisa conter apenas {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Nome de arquivo inválido: ele precisa conter apenas {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Não foi possível determinar o nível da API da $(TargetFrameworkVersion) de '{0}'. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - Não foi possível determinar o $(AndroidApiLevel) ou a $(TargetFrameworkVersion). Isso não deveria ter ocorrido. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Exceção sem tratamento: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - Não foi possível determinar a $(TargetFrameworkVersion) para o nível '{0}' da API. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Valor da $(TargetFrameworkVersion) '{0}' inválido ou sem suporte. Atualize as Opções do Projeto. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - Não foi possível encontrar o mono.android.jar - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Valor `{0}` de `android:versionCode` inválido em `AndroidManifest.xml`. Deve ser um valor inteiro. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Valor `{0}` de `android:versionCode` em `AndroidManifest.xml` inválido. O valor deve estar no intervalo de 0 a {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - Não há suporte para o build com a versão `{0}` do JDK. Instale a versão `{1}` do JDK. Consulte https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - O SDK do Java {0} ou superior é necessário ao usar {1}. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - O SDK do Java {0} ou superior é necessário ao usar as Ferramentas de Build do SDK do Android {1}. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Falha ao obter a versão do SDK do Java porque o valor retornado não parece conter um número de versão válido. `{0} -version` retornou: ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Falha ao obter a versão do SDK do Java. Verifique se o Java {0} ou superior está instalado. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Não foi possível determinar o ABI do Android com base no valor '{0}'. Edite o arquivo de projeto em um editor de texto e defina a propriedade 'RuntimeIdentifiers' do MSBuild para conter somente identificadores válidos para a plataforma Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - Não há mais suporte para a propriedade 'AndroidSupportedAbis' do MSBuild. Edite o arquivo de projeto em um editor de texto, remova todas as ocorrências de 'AndroidSupportedAbis' e use a propriedade 'RuntimeIdentifiers' MSBuild em seu lugar. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - A EmbeddedNativeLibrary '{0}' é inválida nos projetos de Aplicativo Android. Use a AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Valor inválido de `$(AndroidSequencePointsMode)`: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - A $(TargetFrameworkVersion) de {0} ({1}) é superior à $(TargetFrameworkVersion) do projeto de aplicativo ({2}). Aumente a $(TargetFrameworkVersion) do projeto de aplicativo. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} é um Assembly de Referência. - - - - Ignoring Reference Assembly `{0}`. - Ignorando o Assembly de Referência `{0}`. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Não foi possível obter a versão de '{0}'. Usando 1.0 como padrão - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - Não é possível encontrar 'EmbeddedResource' com o nome '{0}'. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - A TargetFrameworkVersion {0} foi preterida. Atualize para a v5.0 ou superior. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - Não foi possível analisar '{0}' - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - Não foi possível resolver `target` no arquivo de bloqueio de '{0}' - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - Não é recomendado usar a implantação rápida e a AOT ao mesmo tempo. Use a implantação rápida para configurações de Depuração e a AOT para configurações de Liberação. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - Não é recomendado usar a implantação rápida e o vinculador ao mesmo tempo. Use a implantação rápida para configurações de Depuração e o vinculador para configurações de Liberação. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - Não é recomendado usar a implantação rápida e a redução de código ao mesmo tempo. Use a implantação rápida para configurações de Depuração e a redução de código para configurações de Liberação. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - O assembly '{0}' está usando '[assembly: {1}]', que não tem mais suporte. Use uma versão mais recente deste pacote NuGet ou notifique o autor da biblioteca. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - O assembly '{0}' está usando um atributo preterido '[assembly: {1}]'. Use uma versão mais recente deste pacote NuGet ou notifique o autor da biblioteca. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Removendo {0} de {1}. O lint {2} não dá suporte a essa verificação. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Ocorreu um problema ao analisar {0}. Isso provavelmente se deve a XML incompleto ou inválido. Exceção: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: aviso ao atualizar o recurso XML '{0}': {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - A correspondência mais próxima encontrada para '{0}' é '{1}', mas não há correspondência entre maiúsculas e minúsculas. Corrija o uso de maiúsculas e minúsculas. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Tentando correspondência de nome de tipo básico para o elemento com a ID '{0}' e o tipo '{1}' - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Se a correspondência de nome de tipo básico falhar, adicione um atributo `xamarin:managedType` ao elemento para especificar o nome do tipo gerenciado totalmente qualificado do elemento. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - A TargetFrameworkVersion (nível da API do Android {0}) é maior que a targetSdkVersion ({1}). Aumente `android:targetSdkVersion` em `AndroidManifest.xml` para que os níveis de API correspondam. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - A minSdkVersion ({0}) é maior que a targetSdkVersion. Altere o valor de modo que a minSdkVersion seja inferior ou igual à targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - A TargetFrameworkVersion (nível de API do Android {0}) é menor que a targetSdkVersion ({1}). Aumente `$(TargetFrameworkVersion)` ou diminua `android:targetSdkVersion` em `AndroidManifest.xml` para que os níveis de API correspondam. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Valor de `$(AndroidManifestPlaceholders)` inválido para os espaços reservados do manifesto do Android. Use o formato `key1=value1;key2=value2`. O valor especificado era: `{0}` - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - Não há mais suporte para o uso do ProGuard com o compilador DEX D8. Defina o encolhimento do código para `r8` nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade `AndroidLinkTool` do MSBuild como `r8`. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - A ID de substituição do elemento raiz do layout incluída '{0}' não é válida. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - Falha ao analisar a ID do nó '{0}' no arquivo de layout '{1}'. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Foram encontradas referências de biblioteca JAR com nomes de arquivo idênticos, mas conteúdos diferentes: {0}. Remova todas as bibliotecas conflitantes de EmbeddedJar, InputJar e AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Mais de um projeto do Android Wear está especificado como o projeto emparelhado. Ele pode ter no máximo um. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - O projeto '{0}' do aplicativo do Wear do destino não especifica a propriedade do projeto 'AndroidManifest' necessária. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - O AndroidManifest.xml do aplicativo do Wear de destino não especifica o atributo 'package' necessário. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - O arquivo AndroidManifest especificado não existe: {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - O arquivo `LibraryProjectProperties` `{0}` está localizado em um diretório pai do diretório de saída intermediário do projeto de associações. Ajuste o caminho para usar o arquivo original `project.properties` diretamente no diretório do projeto de biblioteca do Android. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Pelo menos uma biblioteca Java é necessária para associação. Verifique se uma biblioteca Java está incluída no projeto e se ela tem a ação de build apropriada: 'LibraryProjectZip' (para AAR ou ZIP), 'EmbeddedJar', 'InputJar' (para JAR) ou 'LibraryProjectProperties' (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - A biblioteca Java de origem especificada não foi encontrada: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - A biblioteca Java de referência especificada não foi encontrada: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - O uso do Compilador DX DEX foi preterido. Defina o compilador DEX para 'd8' nas páginas de propriedades do projeto do Visual Studio ou edite o arquivo de projeto em um editor de texto e defina a propriedade 'AndroidDexTool' do MSBuild como 'd8'. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Ignorando o arquivo de configuração '{0}'. Não há suporte para arquivos de configuração do .NET em projetos do Xamarin.Android direcionados ao .NET 5 ou posterior. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - O uso de AppDomain.CreateDomain() foi detectado no assembly: {0}. O .NET 5 dá suporte apenas a um único AppDomain, portanto, essa API não estará mais disponível no Xamarin.Android quando o .NET 5 for lançado. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Arquivo de origem "{0}" não pode ser encontrado. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Não é possível resolver a referência: `{0}`, referenciada por {1}. É possível que ela não exista no perfil do Mono para Android? - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Não é possível resolver a referência: `{0}`, referenciada por {1}. Adicione um pacote NuGet ou uma referência de assembly para `{0}` ou remova a referência a `{2}`. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Não foi possível resolver a referência a '{0}' (definida no assembly '{1}') com o escopo '{2}'. Quando o escopo é diferente do assembly de definição, geralmente o tipo é encaminhado. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Exceção ao carregar os assemblies: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - No assembly referenciado {0}, Java.Interop.DoNotPackageAttribute exige um nome de arquivo não nulo. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Não foi possível fazer AOT no assembly: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Modo de AOT inválido: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Não foi possível remover o IL do assembly: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - O NDK r10d apresenta um bug e fornece um libm.so do x86_64 incompatível. Confira https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - A versão do Android NDK detectada é incompatível com a configuração de LLVM de destino. Atualize para o NDK r10d ou mais recente. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Não foi possível compilar o arquivo do assembly nativo: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Não foi possível vincular a biblioteca compartilhada nativa: {0} - - - - Failed to generate Java type for class: {0} due to {1} - Falha ao gerar o tipo Java para a classe: {0} devido a {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - Adicione uma referência a Mono.Android.Export.dll ao usar ExportAttribute ou ExportFieldAttribute. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' é menor que $(TargetFrameworkVersion) '{1}'. Usando a API-{2} para compilação do ACW. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - O tipo '{0}' deve fornecer um construtor padrão público - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - O tipo gerenciado `{0}` existe em vários assemblies: {1}. Refatore os nomes de tipos gerenciados nesses assemblies para que eles não sejam idênticos. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - As referências ao tipo `{0}` farão referência a `{0}, {1}`. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - O tipo de Java '{0}' é gerado por mais de um tipo gerenciado. Altere o atributo [Register] para que o mesmo tipo de Java não seja emitido. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - '{0}' gerado por: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' é menor que a API-{1}, essa configuração não tem suporte. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' é menor que a API-{1}, essa configuração não tem suporte. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Não é possível localizar //manifest/application/uses-library no caminho: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Não é possível encontrar o gerador de associação para a linguagem {0} ou {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - O item de classe parcial '{0}' não tem uma associação associada para o layout '{1}'. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Não foi gerado nenhum arquivo de origem de associação de layout. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Não foi encontrado nenhum widget para o layout ({0}). - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Nome de classe completo mal formado '{0}'. Namespace ausente. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Nome de classe completo mal formado '{0}'. Nome de classe ausente. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - O widget '{0}' no layout '{1}' tem várias instâncias com tipos diferentes. O tipo de propriedade será definido como: {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - O item de recurso '{0}' não tem o item de metadados necessário '{1}'. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Não é possível localizar o //activity-alias/@android:targetActivity especificado: '{0}' - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Elemento raiz `TransformFile` não reconhecido: {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Erro ao analisar o XML: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - O valor do analisador de classe do Android '{0}' foi preterido e será removido em uma versão futura do Xamarin.Android. Atualize as propriedades do projeto para usar 'class-parse'. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - O destino de geração de código Android '{0}' foi preterido e será removido em uma versão futura do Xamarin.Android. Atualize as propriedades do projeto para usar 'XAJavaInterop1'. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - O APK já contém o item {0}. Ignorando. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Não é possível determinar o ABI da biblioteca nativa {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Não foi possível determinar o ABI de algumas bibliotecas nativas. Ignorando estas: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Exceção sem tratamento ao mesclar `AndroidManifest.xml`: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Erro ao extrair recursos de "{0}": {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - O arquivo de configuração do ProGuard '{0}' não foi encontrado. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex está habilitado, mas '$(_AndroidMainDexListFile)' está vazio. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex está habilitado, mas o arquivo '$(_AndroidMainDexListFile)' '{0}' não existe. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - A R8 não dá suporte a arquivos '@(MultiDexMainDexList)' quando android:minSdkVersion >= 21 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Arquivo de configuração do ProGuard inválido. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Falha ao gerar mapas de tipo - - - - 'MultiDexMainDexList' file '{0}' does not exist. - O arquivo 'MultiDexMainDexList' '{0}' não existe. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - `{0}` file `{1}` could not be found. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - O aplicativo não conterá o pacote do Wear emparelhado porque o APK do pacote de aplicativos do Wear ainda não foi criado. Se estiver criando na linha de comando, não se esqueça de criar o destino "SignAndroidPackage". - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - A referência ao projeto de aplicativo Wear Android '{0}' de um projeto de aplicativo Android foi preterida e não haverá mais suporte para ela em uma versão futura do Xamarin.Android. Remova a referência ao projeto de aplicativo Wear Android do projeto de aplicativo Android e distribua o aplicativo Wear como um aplicativo autônomo. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - O diretório de cadeias de ferramentas '{0}' do Android NDK está ausente. Instale o Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - O compilador C do {0} de destino não foi encontrado. Caminhos tentados: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - O diretório de cadeia ferramentas do {0} de destino não foi encontrado. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Falha na conversão de assembly em código nativo. Código de saída {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - O compilador NDK C foi encerrado com um erro. Código de saída {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Não foi possível localizar o Android NDK. Verifique se o Android NDK está instalado no Gerenciador de SDK Android ou, se estiver usando um caminho personalizado do NDK, verifique se a propriedade $(AndroidNdkDirectory) do MSBuild está definida para o caminho personalizado. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - O utilitário de cadeia de ferramentas '{0}' para o {1} de destino não foi encontrado. Foi tentado o caminho: "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - O vinculador NDK C foi encerrado com um erro. Código de saída {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - Não é possível localizar `{0}`. Instale o pacote Build-Tools do SDK do Android com o programa `{1}{2}tools{2}{3}`. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - Não é possível localizar `{0}` no SDK do Android. Defina seu caminho por meio de /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - Não foi possível encontrar android.jar para o nível da API {0}. Isso significa que a plataforma do SDK do Android para o nível da API {0} não está instalada. Instale-a no Gerenciador de SDK Android ({2}) ou altere o projeto Xamarin.Android para que ele seja direcionado a uma versão da API instalada. ({1} ausente.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Ferramentas > Android > Gerenciador de SDK Android... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Ferramentas > Abrir o Gerenciador de SDK Android... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - O nome do pacote do aplicativo Wear inserido difere do nome do pacote do aplicativo portátil ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Considere o aumento do valor de $(JavaMaximumHeapSize). O Java ficou sem memória ao executar '{0} {1}' - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - Não há nenhuma plataforma Android instalada em '{0}'. Instale uma Plataforma de SDK com o programa `{1}{2}tools{2}{3}`. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Não foi possível encontrar o diretório do SDK do Android. Defina-o por meio de /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Não foi possível encontrar o diretório do SDK do Java. Defina-o por meio de /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Falha ao gerar o tipo Java para a classe: {0} devido a MAX_PATH: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Dois processos podem estar criando este projeto ao mesmo tempo. O arquivo de bloqueio existe no caminho: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ru.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ru.xlf deleted file mode 100644 index 4cb1e4efcd5..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.ru.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - Неизвестный параметр "{0}". Проверьте "$(AndroidAapt2CompileExtraArgs)" и "$(AndroidAapt2LinkExtraArgs)", чтобы проверить, содержат ли они аргументы командной строки "aapt", которые больше не являются допустимыми для "aapt2", и убедитесь, что все остальные аргументы являются допустимыми для "aapt2". - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Недопустимое имя файла: оно должно содержать только {0}. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Недопустимое имя файла: оно должно содержать только {0}. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - Не удалось определить уровень API для $(TargetFrameworkVersion) "{0}". - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - Не удалось определить $(AndroidApiLevel) или $(TargetFrameworkVersion). Отображение этого сообщения не ожидается при нормальном использовании. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - Необработанное исключение: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - Не удалось определить $(TargetFrameworkVersion) для уровня API "{0}". - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - Неподдерживаемое или недопустимое значение $(TargetFrameworkVersion) "{0}". Измените параметры проекта. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - Не удалось найти mono.android.jar. - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - Недопустимое значение "android:versionCode" "{0}" в "AndroidManifest.xml". Значение должно быть целым числом. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - Недопустимое значение "android:versionCode" "{0}" в "AndroidManifest.xml". Значение должно быть целым числом в диапазоне от 0 до {1}. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - Сборка с использованием версии JDK "{0}" не поддерживается. Установите версию JDK "{1}". Дополнительные сведения см. на странице https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - При использовании компонента {1} требуется пакет SDK для Java как минимум версии {0}. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - При использовании Android SDK Build-Tools {1} требуется пакет SDK для Java версии {0} или более поздней версии. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Не удалось получить версию пакета SDK для Java, поскольку возвращаемое значение не содержит допустимый номер версии. Команда "{0} -version" возвратила "{1}" - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Не удалось получить версию пакета SDK для Java. Убедитесь, что на компьютере установлен пакет Java {0} или более поздней версии. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Не удалось определить ABI для Android по значению "{0}". Откройте файл проекта в текстовом редакторе и измените свойство MSBuild "RuntimeIdentifiers" так, чтобы оно содержало только допустимые идентификаторы для платформы Android. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - Свойство MSBuild "AndroidSupportedAbis" больше не поддерживается. Откройте файл проекта в текстовом редакторе, удалите все вхождения "AndroidSupportedAbis" и используйте вместо них свойство MSBuild "RuntimeIdentifiers". - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - Библиотека EmbeddedNativeLibrary "{0}" недопустима в проектах приложений Android. Используйте библиотеку AndroidNativeLibrary. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - Недопустимое значение для "$(AndroidSequencePointsMode)": {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - $(TargetFrameworkVersion) для {0} ({1}) выше $(TargetFrameworkVersion) для проекта приложения ({2}). Используйте более новую версию $(TargetFrameworkVersion) для проекта приложения. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} является базовой сборкой. - - - - Ignoring Reference Assembly `{0}`. - Базовая сборка "{0}" будет пропущена. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - Не удалось получить версию из "{0}". Устанавливается версия по умолчанию (1.0). - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - Не удалось найти "EmbeddedResource" с именем "{0}". - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - Версия TargetFrameworkVersion {0} является нерекомендуемой. Обновите ее как минимум до v5.0. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - Не удалось проанализировать "{0}". - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - Не удалось разрешить "Target" в файле блокировки для "{0}". - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - Не рекомендуется использовать быстрое развертывание и AOT одновременно. Используйте быстрое развертывание для конфигураций отладки, а AOT — для конфигураций выпуска. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - Не рекомендуется использовать быстрое развертывание и компоновщик одновременно. Используйте быстрое развертывание для конфигураций отладки, а компоновщик — для конфигураций выпуска. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - Не рекомендуется использовать быстрое развертывание и средство сжатия кода одновременно. Используйте быстрое развертывание для конфигураций отладки и средство сжатия кода для конфигураций выпуска. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - Сборка "{0}" использует "[assembly: {1}]", которая больше не поддерживается. Используйте более новую версию этого пакета NuGet или уведомите автора библиотеки. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - Сборка "{0}" использует устаревший атрибут "[assembly: {1}]". Используйте более новую версию этого пакета NuGet или уведомите автора библиотеки. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - Идет удаление {0} из {1}. Lint {2} не поддерживает эту проверку. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - Возникла проблема при синтаксическом анализе {0}. Возможная причина: неполный или недопустимый код XML. Исключение: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: предупреждение при обновлении XML-файла ресурсов "{0}". {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - Для "{0}" найдено ближайшее соответствие "{1}", однако регистр символов не совпадает. Необходимо исправить его. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Попытка сопоставления имени базового типа для элемента с идентификатором "{0}" и типом "{1}". - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Если сопоставление имени базового типа не удается выполнить, добавьте к элементу атрибут "xamarin:managedType", чтобы указать полное имя управляемого типа элемента. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Версия TargetFrameworkVersion (уровень API Android {0}) больше версии targetSdkVersion ({1}). Увеличьте версию "android:targetSdkVersion" в файле "AndroidManifest.xml", чтобы уровни API совпадали. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - Версия minSdkVersion ({0}) больше версии targetSdkVersion. Измените значение таким образом, чтобы версия minSdkVersion была меньше или равна версии targetSdkVersion ({1}). - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - Версия TargetFrameworkVersion (уровень API Android {0}) меньше версии targetSdkVersion ({1}). Увеличьте версию "$(TargetFrameworkVersion)" или уменьшите "android:targetSdkVersion" в файле "AndroidManifest.xml", чтобы уровни API совпадали. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Недопустимое значение "$(AndroidManifestPlaceholders)" для заполнителей манифеста Android. Используйте формат "ключ1=значение1;ключ2=значение2". Указано значение: "{0}". - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - Использование ProGuard с компилятором D8 DEX больше не поддерживается. Установите средство сжатия кода "r8" на страницах свойств проекта в Visual Studio или измените файл проекта в текстовом редакторе, установив значение "r8" для свойства MSBuild "AndroidLinkTool". - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - Включенный идентификатор переопределения корневого элемента макета "{0}" является недопустимым. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - Не удалось проанализировать идентификатор узла "{0}" в файле макета "{1}". - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Обнаружены ссылки на библиотеки JAR с одинаковыми именами файлов, но разным содержимым: {0}. Удалите конфликтующие библиотеки из EmbeddedJar, InputJar и AndroidJavaLibrary. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - В качестве связанного проекта указано несколько проектов Android Wear. Такой проект может быть только один. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - В проекте целевого приложения Wear "{0}" не указано обязательное свойство проекта "AndroidManifest". - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - В файле AndroidManifest.xml целевого приложения Wear не указан обязательный атрибут "package". - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Указанный файл AndroidManifest не существует: {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - Файл "LibraryProjectProperties" "{0}" находится в родительском каталоге промежуточного выходного каталога проекта привязок. Измените путь, чтобы использовать исходный файл "project.properties" непосредственно из каталога проекта библиотеки Android. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Для привязки требуется по меньшей мере одна библиотека Java. Убедитесь, что в проект включена библиотека Java, имеющая соответствующее действие сборки: "LibraryProjectZip" (для AAR или ZIP), "EmbeddedJar", "InputJar" (для JAR) или "LibraryProjectProperties" (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - Указанная исходная библиотека Java не найдена: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - Указанная справочная библиотека Java не найдена: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - Использование DEX-компилятора DX является нерекомендуемым. Установите компилятор DEX "d8" на страницах свойств проекта в Visual Studio или измените файл проекта в текстовом редакторе, задав значение "d8" для свойства MSBuild "AndroidDexTool". - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - Пропуск файла конфигурации "{0}". Файлы конфигурации .NET не поддерживаются в проектах Xamarin.Android для .NET 5 и более поздних версий. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - В сборке обнаружено использование AppDomain.CreateDomain(): {0}. .NET 5 поддерживает только один домен AppDomain, поэтому этот API не будет доступен в Xamarin.Android после выпуска .NET 5. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - Не удалось найти исходный файл "{0}". - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - Не удается разрешить ссылку "{0}", на которую ссылается {1}. Возможно, она отсутствует в профиле Mono для Android. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - Не удается разрешить ссылку "{0}", на которую ссылается {1}. Добавьте пакет NuGet или ссылку на сборку для "{0}" либо удалите ссылку на "{2}". - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - Не удалось разрешить ссылку на "{0}" (определенную в сборке "{1}") с областью "{2}". Если область отличается от определяющей сборки, обычно это означает, что тип передается. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Исключение при загрузке сборок: {0}. - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - В сборке {0}, на которую указывает ссылка, для Java.Interop.DoNotPackageAttribute требуется имя файла, отличное от NULL. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Не удалось выполнить AOT для сборки: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Недопустимый режим AOT: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Не удалось удалить промежуточный язык сборки: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d содержит ошибки и предоставляет несовместимый пакет x86_64 libm.so. См. https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - Обнаруженная версия Android NDK несовместима с целевой конфигурацией LLVM. Выполните обновление до NDK r10d или более поздней версии. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Не удалось скомпилировать файл собственной сборки: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Не удалось связать собственную общую библиотеку: {0} - - - - Failed to generate Java type for class: {0} due to {1} - Не удалось создать тип Java для класса {0}, так как возникло исключение {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - При использовании ExportAttribute или ExportFieldAttribute добавьте ссылку на Mono.Android.Export.dll. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - Версия AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ниже версии $(TargetFrameworkVersion) "{1}". Использование API-{2} для компиляции ACW. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - Тип "{0}" должен предоставлять открытый конструктор по умолчанию. - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - Управляемый тип "{0}" существует в нескольких сборках: {1}. Выполните рефакторинг имен управляемых типов в этих сборках, чтобы они не совпадали. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - Ссылки на тип "{0}" будут ссылаться на "{0}, {1}". - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Тип Java "{0}" создан несколькими управляемыми типами. Измените атрибут [Register] так, чтобы один и тот же тип Java не создавался. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - Имя типа: "{0}", создан: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - Версия AndroidManifest.xml //uses-sdk/@android:minSdkVersion "{0}" ниже версии API-{1}, эта конфигурация не поддерживается. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - Версия AndroidManifest.xml //uses-sdk/@android:targetSdkVersion "{0}" ниже версии API-{1}, эта конфигурация не поддерживается. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Не удалось найти //manifest/application/uses-library по пути: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - Не удается найти генератор привязки для языка {0} или {1}. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - С элементом разделяемого класса "{0}" не связана привязка для макета "{1}". - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Не были созданы исходные файлы привязки макета. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Не найдены мини-приложения для макета ({0}). - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Полное имя класса "{0}" сформировано неправильно. Отсутствует пространство имен. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Полное имя класса "{0}" сформировано неправильно. Отсутствует имя класса. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - Мини-приложение "{0}" в макете "{1}" содержит несколько экземпляров с разными типами. Будет установлен тип свойства {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - Элемент ресурса "{0}" не включает необходимый элемент метаданных "{1}". - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Не найдено указанное действие //activity-alias/@android:targetActivity: "{0}". - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - Нераспознанный корневой элемент "TransformFile": {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - Ошибка анализа XML: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Значение "{0}" синтаксического анализатора класса Android является устаревшим и будет удалено в следующей версии Xamarin.Android. Обновите свойства проекта, чтобы использовать "class-parse". - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Целевой объект "{0}" создания кода Android является устаревшим и будет удален в следующей версии Xamarin.Android. Обновите свойства проекта, чтобы использовать "XAJavaInterop1". - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - Пакет APK уже содержит элемент {0}; он будет пропущен. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Невозможно определить ABI для собственной библиотеки {0}. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Не удалось определить ABI для некоторых собственных библиотек. Следующие будут пропущены: {0}. - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - Слияние необработанных исключений "AndroidManifest.xml": {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - Ошибка при извлечении ресурсов из "{0}": {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - Не удалось найти файл конфигурации ProGuard "{0}". - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex включен, но "$(_AndroidMainDexListFile)" пуст. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex включен, но файл "$(_AndroidMainDexListFile)" "{0}" не существует. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - R8 не поддерживает файлы "@(MultiDexMainDexList)", если android:minSdkVersion >= 21. - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Недопустимый файл конфигурации ProGuard. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Не удалось создать сопоставления типов. - - - - 'MultiDexMainDexList' file '{0}' does not exist. - Файл MultiDexMainDexList "{0}" не существует. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - `{0}` file `{1}` could not be found. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Приложение не будет содержать связанный пакет Wear, так как пакет APK приложения Wear еще не создан. При сборке в командной строке необходимо выполнить сборку целевого объекта "SignAndroidPackage". - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Использование ссылки на проект приложения Android Wear "{0}" из проекта приложения Android является нерекомендуемым, и в будущей версии Xamarin.Android поддержка такой ссылки будет прекращена. Удалите ссылку на проект приложения Android Wear из проекта приложения Android и распространяйте приложение Wear в качестве автономного приложения. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - Отсутствует каталог цепочек инструментов Android NDK "{0}". Установите Android NDK. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - Компилятор C для целевой архитектуры {0} не найден. Проверенные пути: "{1}". - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - Каталог цепочки инструментов для целевой архитектуры {0} не найден. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Не удалось выполнить преобразование из сборки в машинный код. Код выхода: {0}. - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - Компилятор NDK C завершил работу с ошибкой. Код выхода: {0}. - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Не удалось найти Android NDK. Проверьте установку этого пакета в Диспетчере SDK Android, а если используется особый путь к NDK, этот путь должен быть задан в свойстве MSBuild $(AndroidNdkDirectory). - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - Служебная программа "{0}" цепочки инструментов для целевой архитектуры {1} не найдена. Проверенный путь: "{2}". - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - Работа компоновщика NDK завершилась с ошибкой. Код выхода: {0}. - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - Не удается найти "{0}". Установите пакет Android SDK Build-Tools с программой "{1}{2}tools{2}{3}". - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - Не удается найти "{0}" в пакете SDK для Android. Укажите путь к нему с помощью параметра /p:LintToolPath. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - Не удалось найти файл android.jar для уровня API {0}. Это означает, что платформа SDK для Android для уровня API {0} не установлена. Установите его в Диспетчере SDK Android ({2}) или измените проект Xamarin.Android, чтобы установленная версия API использовалась в нем в качестве целевой. (Отсутствует файл {1}.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Средства > Android > Диспетчер SDK Android… - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Средства > Открыть Диспетчер SDK Android… - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Имя пакета приложения Wear для встроенных устройств отличается от имени пакета приложения для наладонных устройств ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. Попробуйте увеличить значение $(JavaMaximumHeapSize). В Java недостаточно памяти для выполнения "{0} {1}" - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - На "{0}" не установлены платформы Android. Установите SDK Platform с помощью программы "{1}{2}tools{2}{3}". - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Не удалось найти каталог пакета SDK для Android. Укажите путь к нему с помощью параметра /p:AndroidSdkDirectory. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Не удалось найти каталог пакета SDK для Java. Укажите путь к нему с помощью параметра /p:JavaSdkDirectory. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - Не удалось создать тип Java для класса {0} из-за MAX_PATH: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Сборка этого проекта может одновременно осуществляться двумя процессами. Файл блокировки находится по следующему пути: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.tr.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.tr.xlf deleted file mode 100644 index 5d92196fcb4..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.tr.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - `{0}` seçeneği bilinmiyor. `aapt2` için artık geçerli olmayan `aapt` komut satırı bağımsız değişkenlerini içerip içermediklerini görmek ve diğer tüm bağımsız değişkenlerin `aapt2` için geçerli olduğundan emin olmak için lütfen `$(AndroidAapt2CompileExtraArgs)` ve `$(AndroidAapt2LinkExtraArgs)` özelliklerini denetleyin. - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - Dosya adı geçersiz: Yalnızca {0} içermesi gerekir. - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - Dosya adı geçersiz: Yalnızca {0} içermesi gerekir. - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - '{0}' değerine sahip $(TargetFrameworkVersion) için API düzeyi belirlenemedi. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - $(AndroidApiLevel) veya $(TargetFrameworkVersion) belirlenemedi. Ulaşılmamalıdır. - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - İşlenmeyen özel durum: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - API düzeyi '{0}' için $(TargetFrameworkVersion) belirlenemedi. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - '{0}' $(TargetFrameworkVersion) değeri desteklenmiyor veya geçersiz. Lütfen Proje Seçeneklerinizi güncelleştirin. - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - mono.android.jar bulunamadı - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - `AndroidManifest.xml` içindeki `android:versionCode` `{0}` değeri geçersiz. Değer bir tamsayı olmalıdır. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - `AndroidManifest.xml` içindeki `android:versionCode` `{0}` değeri geçersiz. Değer, 0 - {1} aralığında olmalıdır. - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - JDK `{0}` sürümü ile derleme desteklenmiyor. Lütfen JDK `{1}` sürümünü yükleyin. Bkz. https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - {1} kullanılırken Java SDK {0} veya üzeri bir sürüm gerekir. - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - Android SDK Derleme Araçları {1} kullanılırken Java SDK {0} veya üzeri bir sürüm gerekir. - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - Döndürülen değer geçerli bir sürüm numarası içermediğinden Java SDK sürümü alınamadı. `{0} -version` şunu döndürdü: ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - Java SDK sürümü alınamadı. Lütfen Java {0} veya üzeri bir sürümün yüklü olduğundan emin olun. - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - Android ABI'si, '{0}' değerinden belirlenemiyor. Proje dosyasını bir metin düzenleyicisinde düzenleyin ve 'RuntimeIdentifiers' MSBuild özelliğini yalnızca Android platformu için geçerli tanımlayıcıları içerecek şekilde ayarlayın. - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - 'AndroidSupportedAbis' MSBuild özelliği artık desteklenmiyor. Proje dosyasını bir metin düzenleyicisinde düzenleyin, tüm 'AndroidSupportedAbis' kullanımlarını kaldırın ve bunun yerine 'RuntimeIdentifiers' MSBuild özelliğini kullanın. - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - Android Uygulama projelerinde '{0}' EmbeddedNativeLibrary geçersiz. Lütfen bunun yerine AndroidNativeLibrary kullanın. - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - `$(AndroidSequencePointsMode)` için geçersiz değer: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - {0} ({1}) için $(TargetFrameworkVersion), uygulama projesinin ({2}) $(TargetFrameworkVersion) değerinden daha büyük. Lütfen uygulama projesi için $(TargetFrameworkVersion) değerini artırın. - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} bir Başvuru Bütünleştirilmiş Kodudur. - - - - Ignoring Reference Assembly `{0}`. - `{0}` Başvuru Bütünleştirilmiş Kodu yoksayılıyor. - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - '{0}' aracından sürüm alınamadı. 1.0 varsayılan olarak ayarlanıyor - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - `{0}` adlı `EmbeddedResource` bulunamıyor. - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - TargetFrameworkVersion {0} kullanım dışı. Lütfen bu sürümü v5.0 veya üzeri olacak şekilde güncelleştirin. - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - '{0}' ayrıştırılamadı - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - '{0}' için kilit dosyasında `target` çözümlenemedi - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - Hızlı dağıtımın ve AOT'nin aynı anda kullanılması önerilmez. Hata ayıklama yapılandırmaları için hızlı dağıtımı, Yayın yapılandırmaları için AOT'yi kullanın. - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - Hızlı dağıtımın ve bağlayıcının aynı anda kullanılması önerilmez. Hata Ayıklama yapılandırmaları için hızlı dağıtımı, Yayın yapılandırmaları için bağlayıcıyı kullanın. - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - Hızlı dağıtımın ve kod küçültücünün aynı anda kullanılması önerilmez. Hata ayıklama yapılandırmaları için hızlı dağıtımı, Yayın yapılandırmaları için kod küçültücüyü kullanın. - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - '{0}' bütünleştirilmiş kodu artık desteklenmeyen '[assembly: {1}]' kullanıyor. Bu NuGet paketinin daha yeni bir sürümünü kullanın veya bu durumu kitaplık yazarına bildirin. - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - '{0}' bütünleştirilmiş kodu, kullanım dışı '[assembly: {1}]' özniteliğini kullanıyor. Bu NuGet paketinin daha yeni bir sürümünü kullanın veya bu durumu kitaplık yazarına bildirin. - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - {0}, {1} özelliğinden kaldırılıyor. Lint {2} bu denetimi desteklemiyor. - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - {0} ayrıştırılırken bir sorun oluştu. Bunun nedeni büyük olasılıkla tamamlanmamış veya geçersiz XML olabilir. Özel durum: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: '{0}' kaynak XML dosyası güncelleştirilirken uyarı oluştu: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - '{0}' için bulunan en yakın eşleşme '{1}' ancak büyük harf kullanımı eşleşmiyor. Lütfen büyük harf kullanımını düzeltin. - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - Kimliği '{0}' ve türü '{1}' olan öğe için temel tür adı eşleştirmesi deneniyor - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - Temel tür adı eşleştirme başarısız olursa, öğenin yönetilen tür tam adını belirtmek için öğeye bir `xamarin:managedType` özniteliği ekleyin. - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API düzey {0}), targetSdkVersion ({1}) değerinden daha yüksek. Lütfen API düzeylerinin eşleştiğinden emin olmak için `AndroidManifest.xml` içindeki `android:targetSdkVersion` değerini artırın. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - minSdkVersion ({0}), targetSdkVersion'dan daha büyük. Lütfen minSdkVersion değerini targetSdkVersion ({1}) değerine eşit veya daha küçük olacak şekilde değiştirin. - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API düzey {0}), targetSdkVersion ({1}) değerinden daha düşük. Lütfen API düzeylerinin eşleştiğinden emin olmak için `AndroidManifest.xml` içindeki `$(TargetFrameworkVersion)` değerini artırın veya `android:targetSdkVersion` değerini azaltın. - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Android bildirim yer tutucuları için `$(AndroidManifestPlaceholders)` değeri geçersiz. Lütfen `anahtar1=değer1;anahtar2=değer2` biçimini kullanın. Belirtilen değer: `{0}` - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - ProGuard'ın D8 DEX derleyicisi ile kullanılması artık desteklenmiyor. Lütfen Visual Studio projesi özellik sayfalarında kod sıkıştırıcıyı `r8` olarak ayarlayın veya proje dosyasını bir metin düzenleyicide düzenleyip `AndroidLinkTool` MSBuild özelliğini `r8` olarak ayarlayın. - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - Eklenen düzen kök öğesi geçersiz kılma kimliği ('{0}') geçerli değil. - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - '{1}' düzen dosyasındaki '{0}' düğümünün kimliği ayrıştırılamadı. - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - Aynı dosya adına ancak farklı içeriğe sahip JAR kitaplığı başvuruları bulundu: {0}. Lütfen EmbeddedJar, InputJar ve AndroidJavaLibrary'den çakışan kitaplıkları kaldırın. - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - Eşleştirilmiş proje olarak birden fazla Android Wear projesi belirtildi. En fazla bir proje belirtilebilir. - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - Hedef Wear uygulamasının '{0}' projesinde, gerekli 'AndroidManifest' proje özelliği belirtilmiyor. - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - Hedef Wear uygulamasının AndroidManifest.xml dosyasında, gerekli 'package' özniteliği belirtilmiyor. - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - Belirtilen AndroidManifest dosyası yok: {0}. - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - `LibraryProjectProperties` dosyası `{0}`, bağlama projesinin ara çıkış dizininin bir üst dizininde yer alıyor. Lütfen yolu özgün `project.properties` dosyasını doğrudan Android kitaplığı proje dizininden kullanacak şekilde ayarlayın. - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - Bağlama için en az bir Java kitaplığı gerekir. Projede bir Java kitaplığı olduğundan ve kitaplığın uygun derleme eylemine sahip olduğundan emin olun: 'LibraryProjectZip' (AAR veya ZIP için),' EmbeddedJar', 'InputJar' (JAR için) veya 'LibraryProjectProperties' (project.properties). - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - Belirtilen kaynak Java kitaplığı bulunamadı: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - Belirtilen başvuru Java kitaplığı bulunamadı: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - DX DEX Derleyicisinin kullanılması kullanımdan kaldırıldı. Lütfen Visual Studio projesi özellik sayfalarında DEX derleyicisini 'd8' olarak ayarlayın veya proje dosyasını bir metin düzenleyicide düzenleyip 'AndroidDexTool' MSBuild özelliğini 'd8' olarak ayarlayın. - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - '{0}' yapılandırma dosyası yoksayılıyor. .NET yapılandırma dosyaları, .NET 5 veya üzeri bir sürümü hedefleyen Xamarin.Android projelerinde desteklenmiyor. - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - Bütünleştirilmiş kodda AppDomain.CreateDomain() metodunun kullanıldığı saptandı: {0}. .NET 5 yalnızca tek bir AppDomain'i destekleyeceğinden bu API, .NET 5 yayımlandıktan sonra artık Xamarin.Android içinde kullanılamayacak. - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - {0}' kaynak dosyası bulunamadı. - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - {1} tarafından başvurulan `{0}` başvurusu çözümlenemiyor. Mono for Android profilinde bulunmuyor olabilir. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - {1} tarafından başvurulan `{0}` başvurusu çözümlenemiyor. Lütfen `{0}` için bir NuGet paketi veya bütünleştirilmiş kod başvurusu ekleyin ya da `{2}` başvurusunu kaldırın. - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - '{2}' kapsamına sahip ('{1}' bütünleştirilmiş kodunda tanımlanan) '{0}' başvurusu çözümlenemedi. Kapsam, tanımlayan bütünleştirilmiş koddan farklı olduğunda, bu durum genellikle türün iletildiğini gösterir. - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - Bütünleştirilmiş kodlar yüklenirken özel durum oluştu: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - Başvurulan {0} bütünleştirilmiş kodundaki Java.Interop.DoNotPackageAttribute, null olmayan dosya adı gerektiriyor. - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - Bütünleştirilmiş koda AOT uygulanamadı: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - Geçersiz AOT modu: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - Derlemenin IL'si ayrılamadı: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d hatalı olduğundan uyumsuz bir x86_64 libm.so dosyası sağlıyor. Bkz. https://code.google.com/p/android/issues/detail?id=161422. - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - Algılanan Android NDK sürümü, hedeflenen LLVM yapılandırmasıyla uyumsuz. Lütfen NDK r10d veya daha yeni bir sürüme yükseltin. - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - Yerel bütünleştirilmiş kod dosyası derlenemedi: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - Yerel paylaşılan kitaplık bağlanamadı: {0} - - - - Failed to generate Java type for class: {0} due to {1} - {0} sınıfı için şu özel durum nedeniyle Java türü oluşturulamadı: {1} - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - ExportAttribute veya ExportFieldAttribute kullanırken lütfen Mono.Android.Export.dll dosyasına bir başvuru ekleyin. - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}', $(TargetFrameworkVersion) '{1}' değerinden küçük. ACW derlemesi için API-{2} kullanılıyor. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - '{0}' türü, genel bir varsayılan oluşturucu sağlamalıdır - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - `{0}` yönetilen türü birden çok derlemede var: {1}. Lütfen bu derlemelerde yönetilen tür adlarını aynı olmayacak şekilde yeniden düzenleyin. - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - `{0}` türüne yapılan başvurular şuna başvurur: `{0}, {1}`. - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - `{0}` Java türü birden çok yönetilen tür tarafından üretiliyor. Lütfen aynı Java türünün gösterilmemesi için [Register] özniteliğini değiştirin. - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - `{0}` türü, {1} tarafından oluşturuldu - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}', API-{1} değerinden küçük, bu yapılandırma desteklenmiyor. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}', API-{1} değerinden küçük, bu yapılandırma desteklenmiyor. - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - Yolda //manifest/application/uses-library bulunamıyor: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - {0} veya {1} dili için bağlama oluşturucusu bulunamıyor. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - '{0}' parçalı sınıf öğesi '{1}' düzeni için ilişkili bir bağlamaya sahip değil. - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - Düzen bağlama kaynağı dosyası oluşturulmadı. - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - Düzen ({0}) için pencere öğesi bulunamadı. - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - Tam sınıf adı ('{0}') hatalı biçimlendirilmiş. Ad alanı eksik. - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - Tam sınıf adı ('{0}') hatalı biçimlendirilmiş. Sınıf adı eksik. - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - '{1}' düzenindeki '{0}' pencere öğesi farklı türlerde birden çok örneğe sahip. Özellik türü {2} olarak ayarlanacak - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - '{0}' kaynak öğesinde gerekli meta veri öğesi ('{1}') yok. - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - Belirtilen //activity-alias/@android:targetActivity: '{0}' bulunamadı - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - ‘TransformFile‘ kök öğesi tanınmıyor: {0}. - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - XML ayrıştırılırken hata oluştu: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - '{0}' Android sınıf ayrıştırıcı değeri kullanımdan kaldırıldı ve Xamarin.Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'class-parse' kullanacak şekilde güncelleştirin. - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - '{0}' Android kod oluşturma hedefi kullanımdan kaldırıldı ve Xamarin.Android'in gelecekteki bir sürümünde kaldırılacak. Proje özelliklerini 'XAJavaInterop1' kullanacak şekilde güncelleştirin. - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK zaten {0} dosyasını içerdiğinden yoksayılıyor. - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Yerel {0} kitaplığının ABI'sı belirlenemiyor. - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - Bazı yerel kitaplıkların ABI'sı belirlenemedi. Yoksayılanlar: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - `AndroidManifest.xml` birleştirilirken işlenmeyen özel durum oluştu: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - "{0}" dosyasından kaynaklar ayıklanırken hata oluştu: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - '{0}' ProGuard yapılandırma dosyası bulunamadı. - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - Multidex etkin, ancak `$(_AndroidMainDexListFile)` boş. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - Multidex etkin, ancak '{0}' adlı `$(_AndroidMainDexListFile)` dosyası yok. - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - android:minSdkVersion >= 21 olduğunda R8, `@(MultiDexMainDexList)` dosyalarını desteklemiyor - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - Geçersiz ProGuard yapılandırma dosyası. {0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - Tür eşlemeleri oluşturulamadı - - - - 'MultiDexMainDexList' file '{0}' does not exist. - '{0}' adlı 'MultiDexMainDexList' dosyası yok. - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - `{0}` file `{1}` could not be found. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - Wear uygulama paketi APK'sı henüz oluşturulmadığından uygulama, eşleştirilen Wear paketini içermeyecek. Komut satırında derleme yapıyorsanız, "SignAndroidPackage" hedefini derlediğinizden emin olun. - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - Android uygulama projesinden '{0}' Android Wear uygulama projesine başvurulması kullanımdan kaldırıldı ve artık Xamarin.Android'in gelecekteki sürümlerinde desteklenmeyecek. Android uygulama projesinden Android Wear uygulama projesi başvurusunu kaldırın ve bunun yerine Wear uygulamasını bağımsız bir uygulama olarak dağıtın. - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - '{0}' Android NDK araç zincirleri dizini eksik. Lütfen Android NDK'yi yükleyin. - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - {0} hedefi için C derleyicisi bulunamadı. Denenen yollar: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - {0} hedefi için araç zinciri dizini bulunamadı. - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - Bütünleştirilmiş koddan yerel koda dönüştürülemedi. Çıkış kodu {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - NDK C derleyicisi bir hatayla çıkış yaptı. Çıkış kodu {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - Android NDK bulunamadı. Lütfen Android NDK'nin Android SDK Yöneticisi'nde yüklü olduğundan veya özel bir NDK yolu kullandığından emin olun. Lütfen $(AndroidNdkDirectory) MSBuild özelliğinin özel yola ayarlandığından emin olun. - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - {1} hedefi için '{0}' araç zinciri yardımcı programı bulunamadı. "{2}" yolunda denendi - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - NDK bağlayıcısı bir hatayla çıkış yaptı. Çıkış kodu {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - `{0}` bulunamıyor. Lütfen `{1}{2}tools{2}{3}` programıyla Android SDK Build-Tools paketini yükleyin. - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - Android SDK'sında `{0}` bulunamıyor. Lütfen yolunu /p:LintToolPath ile ayarlayın. - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - API düzeyi {0} için android.jar bulunamadı. Bu, API düzeyi {0} için Android SDK platformunun yüklü olmadığı anlamına gelir. Bu platformu Android SDK Yöneticisi'nde ({2}) yükleyin veya Xamarin.Android projesini, yüklü bir API sürümünü hedefleyecek şekilde değiştirin. ({1} eksik.) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - Araçlar > Android > Android SDK Yöneticisi... - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - Araçlar > Android SDK Yöneticisi'ni Aç... - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - Eklenmiş Wear uygulama paketi adı, el bilgisayarı uygulama paketi adından farklı ({0} != {1}). - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError. $(JavaMaximumHeapSize) değerini artırmayı deneyin. '{0} {1}' yürütülürken Java'da yeterli bellek kalmadı - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - '{0}' konumunda yüklü Android platformu yok. Lütfen `{1}{2}tools{2}{3}` programıyla bir SDK Platform yükleyin. - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - Android SDK dizini bulunamadı. Lütfen /p:AndroidSdkDirectory ile ayarlayın. - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - Java SDK dizini bulunamadı. Lütfen /p:JavaSdkDirectory ile ayarlayın. - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - {0} sınıfı için MAX_PATH nedeniyle Java türü oluşturulamadı: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - Bu proje aynı anda iki işlemde derleniyor olabilir. Yolda kilit dosyası var: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.zh-Hans.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.zh-Hans.xlf deleted file mode 100644 index fae9beaf356..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.zh-Hans.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - 未知选项“{0}”。请检查 "$(AndroidAapt2CompileExtraArgs)" 和 "$(AndroidAapt2LinkExtraArgs)",以查看它们是否包含任何对 "aapt2" 不再有效的 "aapt" 命令行参数,并确保所有其他参数都对 "aapt2" 有效。 - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - 文件名无效: 它必须仅包含 {0}。 - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - 文件名无效: 它必须仅包含 {0}。 - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - 无法确定 $(TargetFrameworkVersion) "{0}" 的 API 级别。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - 无法确定 $(AndroidApiLevel),或不应访问 $(TargetFrameworkVersion);。 - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - 未处理的异常: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - 无法确定 API 级别 "{0}" 的 $(TargetFrameworkVersion)。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - "{0}" 的 $(TargetFrameworkVersion) 值不受支持或无效。请更新项目选项。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - 找不到 mono.android.jar - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 无效。它必须是一个整数值。 - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 无效。该值必须介于 0 到 {1} 范围内。 - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - 不支持使用 JDK 版本 `{0}` 生成。请安装 JDK 版本 `{1}`。请参阅 https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - 使用 {1} 时需要 Java SDK {0} 或更高版本。 - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - 使用 Android SDK 生成工具 {1} 时需要 Java SDK {0} 或更高版本。 - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - 未能获取 Java SDK 版本,因为返回的值似乎不包含有效的版本号。`{0} -version` 返回的值为 ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - 未能获取 Java SDK 版本。请确保安装了 Java {0} 或更高版本。 - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - 无法根据值“{0}”确定 Android ABI。请在文本编辑器中编辑项目文件,并将 MSBuild 属性 "RuntimeIdentifiers" 设置为仅包含 Android 平台的有效标识符。 - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - 不再支持 MSBuild 属性 "AndroidSupportedAbis"。请在文本编辑器中编辑项目文件,删除对 "AndroidSupportedAbis" 的任何使用,并改为使用 MSBuild 属性 "RuntimeIdentifiers"。 - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - EmbeddedNativeLibrary“{0}”在 Android 应用程序项目中无效。请改用 AndroidNativeLibrary。 - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - `$(AndroidSequencePointsMode)` 的无效值: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - {0} 的 $(TargetFrameworkVersion) ({1})大于应用程序项目的 $(TargetFrameworkVersion) ({2})。请增大应用程序项目的 $(TargetFrameworkVersion)。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} 是引用程序集。 - - - - Ignoring Reference Assembly `{0}`. - 正在忽略引用程序集 `{0}`。 - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - 无法从 "{0}" 获取版本。将采用默认值 1.0 - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - 找不到名为 `{0}` 的 `EmbeddedResource`。 - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - TargetFrameworkVersion {0} 已弃用。请将其更新到 v5.0 或更高版本。 - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - 无法分析 "{0}" - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - 无法解析 "{0}" 的锁定文件中的 `target` - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - 建议不要同时使用快速部署和 AOT。请对调试配置使用快速部署,对发布配置使用 AOT。 - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - 建议不要同时使用快速部署和链接器。请对调试配置使用快速部署,对发布配置使用链接器。 - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - 建议不要同时使用快速部署和代码 Shrinker。请对调试配置使用快速部署,对发布配置使用代码 Shrinker。 - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - 程序集“{0}”使用不再受支持的“[assembly: {1}]”。请使用此 NuGet 包的较新版本或通知库作者。 - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - 程序集“{0}”使用已弃用的属性“[assembly: {1}]”。请使用此 NuGet 包的较新版本或通知库作者。 - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - 正在从 {1} 中删除 {0}。lint {2} 不支持此检查。 - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - 分析 {0} 时出现问题。这可能是由于 XML 不完整或无效。异常: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: 更新资源 XML“{0}”时出现警告: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - 找到的最接近“{0}”的匹配项是“{1}”,但其大小写不匹配。请更正大小写。 - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - 正在尝试对 ID 为“{0}”、类型为“{1}”的元素执行基本类型名称匹配 - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - 如果基本类型名称匹配失败,请向该元素添加 `xamarin:managedType` 属性,以指定该元素的完全限定托管类型名称。 - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API 级别 {0})高于 targetSdkVersion ({1})。请在 `AndroidManifest.xml` 中增加 `android:targetSdkVersion`,使 API 级别匹配。 - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - minSdkVersion ({0}) 大于 targetSdkVersion。请更改该值,使 minSdkVersion 小于或等于 targetSdkVersion ({1})。 - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - `TargetFrameworkVersion (Android API 级别 {0})低于 targetSdkVersion ({1})。请在 `AndroidManifest.xml` 上增加 $(TargetFrameworkVersion)` 或减少 `android:targetSdkVersion`,使 API 级别匹配。 - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Android 清单占位符的 `$(AndroidManifestPlaceholders)` 值无效。请使用 `key1=value1;key2=value2` 格式。指定的值为: `{0}` - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - 不再支持将 ProGuard 与 D8 DEX 编译器一起使用。请在 Visual Studio 项目属性页中将代码收缩工具设置为 "r8",或在文本编辑器中编辑项目文件,将 "AndroidLinkTool" MSBuild 属性设置为 "r8"。 - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - 包含的布局根元素替代 ID“{0}”无效。 - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - 未能分析布局文件“{1}”中节点“{0}”的 ID。 - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - 发现具有相同文件名内容不同的 JAR 库参考: {0}。请从 EmbeddedJar、InputJar 和 AndroidJavaLibrary 删除任何冲突的库。 - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - 已将多个 Android Wear 项目指定为配对的项目。最多只能有一个。 - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - 目标 Wear 应用程序的项目“{0}”未指定所需的 "AndroidManifest" 项目属性。 - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - 目标 Wear 应用程序的 AndroidManifest.xml 未指定所需的 "package" 特性。 - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - 指定的 AndroidManifest 文件不存在: {0}。 - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - "LibraryProjectProperties" 文件“{0}”位于绑定项目的中间输出目录的父目录中。请调整路径,以直接从 Android 库项目目录使用原始 "project.properties" 文件。 - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - 至少需要一个 Java 库才能进行绑定。请检查项目中是否包含了 Java 库且该库是否具有适当的生成操作: "LibraryProjectZip" (对于 AAR 或 ZIP)、"EmbeddedJar"、"InputJar"(对于 JAR)或 "LibraryProjectProperties" (project.properties)。 - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - 未找到指定的源 Java 库: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - 未找到指定的引用 Java 库: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - 已弃用 DX DEX 编译器。请在 Visual Studio 项目属性页中将 DEX 编译器设置为 "d8",或者在文本编辑器中编辑项目文件,并将 "AndroidDexTool" MSBuild 属性设置为 "d8"。 - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - 将忽略配置文件“{0}”。在面向 .NET 5 或更高版本的 Xamarin.Android 项目中不支持 .NET 配置文件。 - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - 在程序集 {0} 中检测到使用了 AppDomain.CreateDomain()。.NET 5 将仅支持一个 AppDomain,因此 .NET 5 发布后,将无法再在 Xamarin.Android 中使用此 API。 - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - 未能找到源文件“{0}”。 - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - 无法解析 {1} 引用的引用“{0}”。Mono for Android 配置文件中可能没有该引用。 - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - 无法解析引用: `{0}`,引用者为 {1}。请为 `{0}` 添加 NuGet 包或程序集引用,或删除对 `{2}` 的引用。 - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - 未能使用范围 "{2}" 解析对(程序集 "{1}" 中定义的) "{0}" 的引用。当范围与进行定义的程序集不同时,这通常意味着已转发该类型。 - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - 加载程序集时出错: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - 在引用的程序集 {0} 中,Java.Interop.DoNotPackageAttribute 需要非 null 的文件名。 - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - 无法 AOT 程序集: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - AOT 模式无效: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - 无法提取程序集的 IL: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d 有 bug,且提供了不兼容的 x86_64 libm.so。请参阅 https://code.google.com/p/android/issues/detail?id=161422。 - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - 检测到的 Android NDK 版本与目标 LLVM 配置不兼容。请升级到 NDK r10d 或更高版本。 - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - 无法编译本机程序集文件: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - 无法链接本机共享库: {0} - - - - Failed to generate Java type for class: {0} due to {1} - 由于 {1},未能为类 {0} 生成 Java 类型 - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - 使用 ExportAttribute 或 ExportFieldAttribute 时,请添加对 Mono.Android.Export.dll 的引用。 - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion“{0}”小于 $(TargetFrameworkVersion)“{1}”。请使用 API {2} 进行 ACW 编译。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - 类型 "{0}" 必须提供公共的默认构造函数 - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - 托管类型 `{0}` 存在于多个程序集中: {1}。请重构这些程序集中的托管类型名称,使它们不相同。 - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - 对类型 `{0}` 的引用将引用 `{0}, {1}`。 - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Java 类型 `{0}` 由多个托管类型生成。请更改 [Register] 属性,以确保不发出相同的 Java 类型。 - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - `{0}` 生成类型: {1} - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - Androidmanifest.xml//uses-sdk/@android: minSdkVersion“{0}”小于 API-{1},此配置不受支持。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - Androidmanifest.xml//uses-sdk/@android: targetSdkVersion“{0}”小于 API-{1},此配置不受支持。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - 在以下路径找不到 //manifest/application/uses-library: {0} - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - 找不到语言 {0} 或 {1} 的绑定生成器。 - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - 分部类项“{0}”没有布局“{1}”的关联绑定。 - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - 未生成任何布局绑定源文件。 - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - 找不到布局的小组件({0})。 - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - 完整类名“{0}”格式错误。缺少命名空间。 - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - 完整类“{0}”格式错误。缺少类名。 - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - 布局“{1}”中的小组件“{0}”包含多个具有不同类型的实例。属性类型将设置为: {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - 资源项“{0}”没有所需的元数据项“{1}”。 - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - 找不到指定的 //activity-alias/@android:targetActivity:“{0}” - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - 无法识别的 "TransformFile" 根元素: {0}。 - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - 分析 XML 时出错: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Android 类分析器值“{0}”已被弃用,并将在 Xamarin.Android 的未来版本中被删除。要使用 "class-parse",请更新项目属性。 - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Android 代码生成目标“{0}”已被弃用,并将在 Xamarin.Android 的未来版本中被删除。要使用 "XAJavaInterop1",请更新项目属性。 - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK 已包含项 {0};正在忽略。 - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - 无法确定本机库 {0} 的 ABI。 - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - 无法确定某些本机库的 ABI。正在忽略这些库: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - 合并 `AndroidManifest.xml` 时出现未经处理的异常: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - 从 "{0}" 提取资源时出错: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - 未找到 ProGuard 配置文件 "{0}"。 - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - 已启用 Multidex,但 `$(_AndroidMainDexListFile)` 为空。 - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - 已启用 Multidex,但 `$(_AndroidMainDexListFile)` 文件“{0}”不存在。 - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - 当 android:minSdkVersion >= 21,R8 不支持 `@(MultiDexMainDexList)` 文件 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - ProGuard 配置文件无效。{0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - 无法生成类型映射 - - - - 'MultiDexMainDexList' file '{0}' does not exist. - MultiDexMainDexList 文件“{0}”不存在。 - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - `{0}` file `{1}` could not be found. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - 应用程序不包含配对的 Wear 包,因为尚未创建 Wear 应用程序包 APK。如果在命令行上生成,请确保生成 "SignAndroidPackage" 目标。 - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - 已弃用从 Android 应用程序项目中引用 Android Wear 应用程序项目“{0}”的功能,并且未来版本的 Xamarin.Android 中将不再支持此功能。请从 Android 应用程序项目中删除 Android Wear 应用程序项目引用,并将 Wear 应用程序作为独立应用程序进行分发。 - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - 缺少 Android NDK 工具链目录“{0}”。请安装 Android NDK。 - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - 找不到目标 {0} 的 C 编译器。已尝试的路径:“{1}” - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - 找不到目标 {0} 的工具链目录。 - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - 从程序集到本机代码转换失败。退出代码 {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - NDK C 编译器已退出,但出现错误。退出代码 {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - 找不到 Android NDK。请确保在 Android SDK 管理器中安装 Android NDK,或者如果使用自定义 NDK 路径,请确保将 $(AndroidNdkDirectory) MSBuild 属性设置为自定义路径。 - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - 找不到目标 {1} 的工具链实用工具“{0}”。已尝试的路径:“{2}” - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - NDK 链接器已退出,但出现错误。退出代码 {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - 找不到“{0}”。请使用 `{1}{2}tools{2}{3}` 程序安装 Android SDK 生成工具包。 - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - 在 Android SDK 中找不到“{0}”。请通过 /p:LintToolPath 设置其路径。 - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - 找不到 API 级别 {0} 的 android jar。这意味着未安装 API 级别 {0} 的 Android SDK 平台。请在 Android SDK 管理器 {2} 中安装它,或更改 Xamarin.Android 项目,使其将安装的 API 版本作为目标。(缺少 {1}。) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - “工具”>“ Android”>“Android SDK 管理器”… - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - “工具”>“打开 Android SDK 管理器”… - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - 嵌入的 Wear 应用包名称与手持式应用包名称不同({0} != {1})。 - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError。请考虑增大 $(JavaMaximumHeapSize) 的值。执行 "{0} {1}" 时,Java 内存不足 - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - “{0}”中未安装任何 Android 平台。请使用 `{1}{2}tools{2}{3}` 程序安装 SDK 平台。 - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - 找不到 Android SDK 目录。请通过 /p:AndroidSdkDirectory 进行设置。 - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - 找不到 Java SDK 目录。请通过 /p:JavaSdkDirectory 进行设置。 - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - 由于 MAX_PATH 未能为类 {0} 生成 Java 类型: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - 可同时生成此项目的两个进程。以下路径中存在锁定文件: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.zh-Hant.xlf b/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.zh-Hant.xlf deleted file mode 100644 index ddae5005e20..00000000000 --- a/src/Xamarin.Android.Build.Tasks/Properties/xlf/Resources.zh-Hant.xlf +++ /dev/null @@ -1,939 +0,0 @@ - - - - - - Unknown option `{0}`. Please check `$(AndroidAapt2CompileExtraArgs)` and `$(AndroidAapt2LinkExtraArgs)` to see if they include any `aapt` command line arguments that are no longer valid for `aapt2` and ensure that all other arguments are valid for `aapt2`. - 未知的選項 `{0}`。請檢查 `$(AndroidAapt2CompileExtraArgs)` 與 `$(AndroidAapt2LinkExtraArgs)`,確認其是否包含任何對 `aapt2` 不再有效的 `aapt` 命令列引數,並確定所有其他引數對 `aapt2` 皆有效。 - The following are literal names and should not be translated: `aapt`, `aapt2`, `$(AndroidAapt2CompileExtraArgs)`, `$(AndroidAapt2LinkExtraArgs)` -{0} - The invalid option name - - - Invalid file name: It must contain only {0}. - 檔案名稱無效: 其只能包含 {0}。 - {0} - The regular expression that the file name must match - - - Invalid file name: It must contain only {0}. - 檔案名稱無效: 其只能包含 {0}。 - {0} - The regular expression that the file name must match - - - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0}. - -This error is likely caused by an issue with the AndroidManifest.xml file or an Android manifest generation attribute in a source code file. - {0} - The error message returned by the AAPT or AAPT2 tool - - - Invalid file name: It must start with A-z or a-z or an underscore. - Invalid file name: It must start with A-z or a-z or an underscore. - - - - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - Java SDK {0} or above is required when using .NET 6 or higher. Download the latest JDK at: https://aka.ms/msopenjdk - -{0} - The Java SDK version number - - - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - Disabling the interpreter; using the interpreter and AOT at the same time is not supported. Use the interpreter for hot reload support in Debug configurations and AOT for Release configurations. - The following are literal names and should not be translated: AOT, Debug, Release. - - - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - '{0}' is using a deprecated debug information level. -Set the debugging information to Portable in the Visual Studio project property pages or edit the project file in a text editor and set the 'DebugType' MSBuild property to 'portable' to use the newer, cross-platform debug information level. -If this file comes from a NuGet package, update to a newer version of the NuGet package or notify the library author. - The following are literal names and should not be translated: 'DebugType', 'portable' -The capitalized word "Portable" that appears earlier in the message is plain text and should be translated, but the lowercase word "portable" later in the message is a literal value and should not be translated. -{0} - The file name of a deprecated symbol file - - - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is deprecated in favor of AAPT2. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, AAPT2, Android, AndroidUseAapt2, true. - - - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - Using AAPT is not supported in Xamarin.Android projects that target .NET 6 or higher. Please enable 'Use incremental Android packaging system (aapt2)' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidUseAapt2' MSBuild property to 'true'. - The following are literal names and should not be translated: AAPT, Android, AndroidUseAapt2, true. - - - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'EnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'EnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The 'AndroidEnableProguard' MSBuild property is set to 'true' and the 'AndroidLinkTool' MSBuild property is empty, so 'AndroidLinkTool' will default to 'proguard'. - The following are literal names and should not be translated: 'AndroidEnableProguard', 'true', 'AndroidLinkTool', 'proguard' - - - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - Support for the 'MONO_GC_PARAMS=bridge-implementation=old' value will be removed in .NET 7. - - - - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The <AndroidNamespaceReplacement> for '{0}' does not specify a 'Replacement' attribute. - The following are literal names and should not be translated: <AndroidNamespaceReplacement> -{0} - The AndroidNamespaceReplacement MSBuild value. - - - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - Native library '{0}' will not be bundled because it has an unsupported ABI. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - In this message, the term "bundled" is a short way of saying "included into the final application package." -The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - Cannot determine ABI of native library '{0}'. Remove the '{1}' NuGet package, or notify the library author. - The following are literal names and should not be translated: ABI, NuGet -{0} - The native library file path -{1} - Either the name of the NuGet package or a path to the native library - - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The built-in '{0}' reference has been deprecated. -Remove the '{0}' reference from your project and add the '{1}' NuGet package instead. - - The following are literal names and should not be translated: -{0} - The Assembly name which is deprecated -{1} - A Nuget package name. - - - - `{0}` is empty. A value for `{0}` should be provided. - `{0}` is empty. A value for `{0}` should be provided. - {0} - The MSBuildProperty which contains a value. - - - - Directory '{0}' is from '{1}'. - Directory '{0}' is from '{1}'. - -{0} - A Directory Path. -{1} - A Filename. - - - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - - This code was generated by a tool. - It was generated from {0} - Changes to this file may cause incorrect behavior and will be lost if - the contents are regenerated. - - {0} - The path of the template file. - - - Could not determine API level for $(TargetFrameworkVersion) of '{0}'. - 無法判斷 '{0}' 的 $(TargetFrameworkVersion) API 層級。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The current value of $(TargetFrameworkVersion) - - - Could not determine $(AndroidApiLevel) or $(TargetFrameworkVersion); should not be reached. - 無法判斷 $(AndroidApiLevel) 或 $(TargetFrameworkVersion); 不應送達。 - The following are literal names and should not be translated: $(AndroidApiLevel), $(TargetFrameworkVersion) -In this message, the phrase "should not be reached" means that this error message is not expected to appear in normal usage. - - - Unhandled exception: {0} - 未處理的例外狀況: {0} - {0} - The exception message of the associated exception - - - Could not determine $(TargetFrameworkVersion) for API level '{0}.' - 無法判斷 API 層級 '{0}' 的 $(TargetFrameworkVersion)。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The API level number - - - Unsupported or invalid $(TargetFrameworkVersion) value of '{0}'. Please update your Project Options. - $(TargetFrameworkVersion) 值 '{0}' 不受支援或無效。請更新您的專案選項。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) - - - Could not find mono.android.jar - 找不到 mono.android.jar - The following are literal names and should not be translated: mono.android.jar - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. It must be an integer value. - `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 無效。其必須為整數值。 - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` - - - Invalid `android:versionCode` value `{0}` in `AndroidManifest.xml`. The value must be in the range of 0 to {1}. - `AndroidManifest.xml` 中的 `android:versionCode` 值 `{0}` 無效。該值必須介於 0 到 {1} 之間。 - The following are literal names and should not be translated: `android:versionCode`, `AndroidManifest.xml` -{0} - The current value -{1} - The maximum allowed value - - - Building with JDK version `{0}` is not supported. Please install JDK version `{1}`. See https://aka.ms/xamarin/jdk9-errors - 不支援使用 JDK 版本 `{0}` 建置。請安裝 JDK 版本 `{1}`。請參閱 https://aka.ms/xamarin/jdk9-errors - The abbreviation "JDK" should not be translated. - - - Java SDK {0} or above is required when using {1}. -Download the latest JDK at: https://aka.ms/msopenjdk -Note: the Android Designer is incompatible with Java SDK 11.0: https://aka.ms/vs2019-and-jdk-11 - 使用 {1} 時,需要 Java SDK {0} 或更高版本。 - -{0} - The Java SDK version number -{1} - The feature being used: `$(TargetFrameworkVersion) v10.0` - - - Java SDK {0} or above is required when using Android SDK Build-Tools {1}. - 使用 Android SDK Build-Tools {1} 時,需要 Java SDK {0} 或更高版本。 - The following are literal names and should not be translated: Android SDK Build-Tools -{0} - The Java SDK version number -{1} - The Android SDK Build-Tools version number - - - Failed to get the Java SDK version because the returned value does not appear to contain a valid version number. `{0} -version` returned: ```{1}``` - 因為傳回的值似乎未包含有效的版本號碼,所以無法取得 Java SDK 版本。`{0} -version` 傳回了: ```{1}``` - The following are literal names and should not be translated: `{0} -version`, ```{1}``` -{0} - The name of the Java command -{1} - The output of the command - - - Failed to get the Java SDK version. Please ensure you have Java {0} or above installed. - 無法取得 Java SDK 版本。請確認您已安裝 Java {0} 或更新版本。 - {0} - The Java version number - - - Unable to determine the Android ABI from the value '{0}'. Edit the project file in a text editor and set the 'RuntimeIdentifiers' MSBuild property to contain only valid identifiers for the Android platform. - 無法從值 '{0}' 判斷 Android ABI。請在文字編輯器中編輯專案檔,並將 'RuntimeIdentifiers' MSBuild 屬性設定為只包含對 Android 平台有效的識別碼。 - The following are literal names and should not be translated: Android, ABI, RuntimeIdentifiers, MSBuild -{0} - The $(RuntimeIdentifier) supplied by the user. - - - The 'AndroidSupportedAbis' MSBuild property is no longer supported. Edit the project file in a text editor, remove any uses of 'AndroidSupportedAbis', and use the 'RuntimeIdentifiers' MSBuild property instead. - 已不再支援 'AndroidSupportedAbis' MSBuild 屬性。請在文字編輯器中編輯專案檔、移除使用的任何 'AndroidSupportedAbis',並改為使用 'RuntimeIdentifiers' MSBuild 屬性。 - The following are literal names and should not be translated: AndroidSupportedAbis, MSBuild, RuntimeIdentifiers - - - EmbeddedNativeLibrary '{0}' is invalid in Android Application projects. Please use AndroidNativeLibrary instead. - EmbeddedNativeLibrary '{0}' 在 Android 應用程式專案中無效。請改用 AndroidNativeLibrary。 - The following are literal names and should not be translated: EmbeddedNativeLibrary, AndroidNativeLibrary -{0} - The library name. - - - Invalid value for `$(AndroidSequencePointsMode)`: {0} - `$(AndroidSequencePointsMode)` 的值無效: {0} - The following are literal names and should not be translated: `$(AndroidSequencePointsMode)` - - - The $(TargetFrameworkVersion) for {0} ({1}) is greater than the $(TargetFrameworkVersion) for the application project ({2}). Please increase the $(TargetFrameworkVersion) for the application project. - {0} ({1}) 的 $(TargetFrameworkVersion) 大於應用程式專案 ({2}) 的 $(TargetFrameworkVersion)。請提高應用程式專案的 $(TargetFrameworkVersion)。 - The following are literal names and should not be translated: $(TargetFrameworkVersion) -{0} - The file name of the library referenced by the application -{1} - The target framework version number for the library -{2} - The target framework version number for the application project - - - {0} is a Reference Assembly. - {0} 為參考組件。 - - - - Ignoring Reference Assembly `{0}`. - 正在忽略參考組件 `{0}`。 - {0} - File name of the assembly. - - - Could not get version from '{0}'. Defaulting to 1.0 - 無法從 '{0}' 取得版本。預設為 1.0 - {0} - The tool name - - - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - Unsupported version of AAPT2 found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - AAPT2 was not found at path '{0}'. Open the project file in a text editor and remove the 'Aapt2ToolPath' MSBuild property or ensure it is set to a valid location. - The following are literal names and should not be translated: AAPT2, Aapt2ToolPath, MSBuild - - - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - Google Play requires that new applications and updates must use a TargetFrameworkVersion of {0} (API level {1}) or above. You are currently targeting {2} (API level {3}). - The following are literal names and should not be translated: TargetFrameworkVersion -{0} - The required minimum TargetFrameworkVersion, such as 'v10.0' -{1} - The required minimum API level number, such as '29' -{2} - The specified TargetFrameworkVersion -{3} - The specified API level number - - - Unable to find `EmbeddedResource` named `{0}`. - 找不到名為 `{0}` 的 `EmbeddedResource`。 - The following are literal names and should not be translated: EmbeddedResource -{0} - The name of the missing resource - - - The TargetFrameworkVersion {0} is deprecated. Please update it to be v5.0 or higher. - TargetFrameworkVersion {0} 已淘汰。請將其更新為 v5.0 或更高版本。 - The following are literal names and should not be translated: TargetFrameworkVersion, v5.0 -{0} - The current value of TargetFrameworkVersion - - - Could not parse '{0}' - 無法剖析 '{0}' - {0} - A NuGet target framework moniker string - - - Could not resolve `target` in lock file for '{0}' - 無法解析 '{0}' 鎖定檔案中的 `target` - The following are literal names and should not be translated: `target` - -The term "lock file" comes from NuGet. For example, search for "UnauthorizedLockFail" in https://github.com/NuGet/NuGet.Build.Localization to see some example localizations of "lock file." - -{0} - A NuGet target framework moniker string - - - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - Using Fast Deployment and Android App Bundles at the same time is not currently supported. Use Fast Deployment for Debug configurations and Android App Bundles for Release configurations. - The following are literal names and should not be translated: Android App Bundles - - - Using fast deployment and AOT at the same time is not recommended. Use fast deployment for Debug configurations and AOT for Release configurations. - 不建議同時使用快速部署和 AOT。請將快速部署用於偵錯組態; 將 AOT 用於發行組態。 - The following are literal names and should not be translated: AOT, Debug, Release. - - - Using fast deployment and the linker at the same time is not recommended. Use fast deployment for Debug configurations and the linker for Release configurations. - 不建議同時使用快速部署和連結器。請將快速部署用於偵錯組態; 將連結器用於發行組態。 - The following are literal names and should not be translated: Debug, Release. - - - Using fast deployment and a code shrinker at the same time is not recommended. Use fast deployment for Debug configurations and a code shrinker for Release configurations. - 不建議同時使用快速部署和程式碼壓縮程式。請將快速部署用於偵錯組態; 將程式碼壓縮程式用於發行組態。 - The following are literal names and should not be translated: Debug, Release. - - - Assembly '{0}' is using '[assembly: {1}]', which is no longer supported. Use a newer version of this NuGet package or notify the library author. - 組件 '{0}' 正在使用不再受到支援的 '[assembly: {1}]'。請使用此 NuGet 套件的較新版本,或通知程式庫作者。 - The following are literal names and should not be translated: [assembly: {1}], NuGet -{0} - The assembly name -{1} - The unsupported attribute - - - Assembly '{0}' is using a deprecated attribute '[assembly: {1}]'. Use a newer version of this NuGet package or notify the library author. - 組件 '{0}' 正在使用已取代的屬性 '[assembly: {1}]'。請使用此 NuGet 套件的較新版本,或通知程式庫作者。 - The following are literal names and should not be translated: [assembly: {1}], NuGet - - - Removing {0} from {1}. Lint {2} does not support this check. - 正在從 {1} 移除 {0}。此檢查不支援 Lint {2}。 - The following are literal names and should not be translated: Lint -When it appears in the middle of a sentence, "lint" is not capitalized. -{0} - The literal name of a lint check, such as HardcodedDebugMode -{1} - The literal name of the MSBuild property -{2} - The lint version number - - - There was a problem parsing {0}. This is likely due to incomplete or invalid XML. Exception: {1} - 剖析 {0} 時發生問題。此情況可能是 XML 不完整或無效所致。例外狀況: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - AndroidResgen: Warning while updating resource XML '{0}': {1} - AndroidResgen: 更新資源 XML '{0}' 時發生警告: {1} - The following are literal names and should not be translated: AndroidResgen -{0} - The name of the XML file -{1} - The exception message of the associated exception - - - The closest match found for '{0}' is '{1}', but the capitalization does not match. Please correct the capitalization. - 找到與 '{0}' 最符合者為 '{1}',但大小寫不符。請更正大小寫。 - {0} - The user-provided type name -{1} - The type name found - - - Attempting basic type name matching for element with ID '{0}' and type '{1}' - 正在嘗試對識別碼為 '{0}' 且類型為 '{1}' 的元素進行基本類型名稱比對 - {0} - The Android resource ID name - - - If basic type name matching fails, please add a `xamarin:managedType` attribute to the element to specify the fully qualified managed type name of the element. - 如果基本類型名稱比對失敗,請將 `xamarin:managedType` 屬性新增至元素,以指定該元素的完整受控類型名稱。 - "xamarin:managedType" is a literal name and should not be translated. - - - The TargetFrameworkVersion (Android API level {0}) is higher than the targetSdkVersion ({1}). Please increase the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API 層級 {0}) 高於 targetSdkVersion ({1})。請增加 `AndroidManifest.xml` 中的 `android:targetSdkVersion`,讓 API 層級一致。 - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - The minSdkVersion ({0}) is greater than the targetSdkVersion. Please change the value such that the minSdkVersion is less than or equal to the targetSdkVersion ({1}). - minSdkVersion ({0}) 大於 targetSdkVersion。請變更此值,讓 minSdkVersion 小於或等於 targetSdkVersion ({1})。 - The following are literal names and should not be translated: minSdkVersion, targetSdkVersion -{0} - The minimum SDK version number -{1} - The target SDK version number - - - The TargetFrameworkVersion (Android API level {0}) is lower than the targetSdkVersion ({1}). Please increase the `$(TargetFrameworkVersion)` or decrease the `android:targetSdkVersion` in the `AndroidManifest.xml` so that the API levels match. - TargetFrameworkVersion (Android API 層級 {0}) 低於 targetSdkVersion ({1})。請增加 `$(TargetFrameworkVersion)` 或減少 `AndroidManifest.xml` 中的 `android:targetSdkVersion`,讓 API 層級一致。 - The following are literal names and should not be translated: targetSdkVersion, TargetFrameworkVersion, android:targetSdkVersion, AndroidManifest.xml -{0} - The target framework version number -{1} - The target SDK version number - - - Invalid `$(AndroidManifestPlaceholders)` value for Android manifest placeholders. Please use `key1=value1;key2=value2` format. The specified value was: `{0}` - Android 資訊清單預留位置的 `$(AndroidManifestPlaceholders)` 值無效。請使用 `key1=value1;key2=value2` 格式。指定的值為: `{0}` - The following are literal names and should not be translated: `$(AndroidManifestPlaceholders)` - - - Using ProGuard with the D8 DEX compiler is no longer supported. Please set the code shrinker to 'r8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidLinkTool' MSBuild property to 'r8'. - 已不再支援使用具有 D8 MULTI-DEX 編譯器的 ProGuard。請在 [Visual Studio 專案] 屬性頁面中將程式碼 shrinker 設定為 `r8`,或在文字編輯器中編輯專案檔,並將 `AndroidLinkTool` MSBuild 屬性設為 `r8`。 - The following are literal names and should not be translated: ProGuard, D8, DEX, 'r8', 'AndroidLinkTool' - - - Included layout root element override ID '{0}' is not valid. - 包含的版面配置根項目覆寫識別碼 '{0}' 無效。 - {0} - The Android resource ID name - - - Failed to parse ID of node '{0}' in the layout file '{1}'. - 無法剖析配置檔案 '{1}' 中節點 '{0}' 的識別碼。 - {0} - The Android resource XML element name -{1} - The path of the layout file - - - JAR library references with identical file names but different contents were found: {0}. Please remove any conflicting libraries from EmbeddedJar, InputJar and AndroidJavaLibrary. - 找到具有相同檔案名稱但不同內容的 JAR 程式庫參考: {0}。請從 EmbeddedJar、InputJar 和 AndroidJAVALibrary 移除任何衝突的程式庫。 - The following are literal names and should not be translated: JAR, EmbeddedJar, InputJar and AndroidJavaLibrary -{0} - Comma-separated list of the conflicting JAR library file names - - - More than one Android Wear project is specified as the paired project. It can be at most one. - 已將一個以上的 Android Wear 專案指定為配對的專案。最多只能指定一個。 - The following are literal names and should not be translated: Android Wear - - - Target Wear application's project '{0}' does not specify required 'AndroidManifest' project property. - 目標 Wear 應用程式的專案 '{0}' 未指定必要的 'AndroidManifest' 專案屬性。 - The following are literal names and should not be translated: Wear, AndroidManifest -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -{0} - The project file name - - - Target Wear application's AndroidManifest.xml does not specify required 'package' attribute. - 目標 Wear 應用程式的 AndroidManifest.xml 未指定必要的 'package' 屬性。 - The following are literal names and should not be translated: Wear, AndroidManifest.xml, 'package' -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Specified AndroidManifest file does not exist: {0}. - 指定的 AndroidManifest 檔案不存在: {0}。 - The following are literal names and should not be translated: AndroidManifest -{0} - The path of the specified AndroidManifest file - - - `LibraryProjectProperties` file `{0}` is located in a parent directory of the bindings project's intermediate output directory. Please adjust the path to use the original `project.properties` file directly from the Android library project directory. - 'LibraryProjectProperties' 檔案 '{0}' 位於繫結專案之中繼輸出目錄的父目錄中。請將該路徑調整為直接使用 Android 程式庫專案目錄中的原始 'project. properties' 檔案。 - The following are literal names and should not be translated: LibraryProjectProperties, project.properties, Android -In this message, the term "binding" means a piece of generated code that makes it easy to access an Android API written in Java from a Xamarin.Android project written in C# or F#. -{0} - The path of the LibraryProjectProperties file - - - At least one Java library is required for binding. Check that a Java library is included in the project and has the appropriate build action: 'LibraryProjectZip' (for AAR or ZIP), 'EmbeddedJar', 'InputJar' (for JAR), or 'LibraryProjectProperties' (project.properties). - 至少需要一個 Java 程式庫才能繫結。請確定專案包含 Java 程式庫及適當的建置動作: 'LibraryProjectZip' (適用於 AAR 或 ZIP)、'EmbeddedJar'、'InputJar' (適用於 JAR) 或 'LibraryProjectProperties' (project.properties)。 - The following are literal names and should not be translated: LibraryProjectZip, EmbeddedJar, InputJar, LibraryProjectProperties, project.properties - - - Specified source Java library not found: {0} - 找不到指定的來源 Java 程式庫: {0} - In this message, the term "source Java library" refers to the library that will be processed. In this case, the term "source" does not refer to "source code." -{0} - The file name of the library - - - Specified reference Java library not found: {0} - 找不到指定的參考 Java 程式庫: {0} - In this message, the term "reference Java library" refers to a library that is included as a reference so that types from the library can be resolved during the build process. -{0} - The file name of the library - - - Using the DX DEX Compiler is not supported. Please set the DEX compiler to 'd8' in the Visual Studio project property pages or edit the project file in a text editor and set the 'AndroidDexTool' MSBuild property to 'd8'. - 已淘汰使用 DX DEX 編譯器。請在 [Visual Studio 專案] 屬性頁中將 DEX 編譯器設為 'd8',或在文字編輯器中編輯專案檔,並將 'AndroidDexTool' MSBuild 屬性設為 'd8'。 - The following are literal names and should not be translated: DX, DEX, d8, AndroidDexTool. - - - Ignoring configuration file '{0}'. .NET configuration files are not supported in Xamarin.Android projects that target .NET 6 or higher. - 忽略組態檔 '{0}'。以 .NET 5 或更新版本為目標的 Xamarin.Android 專案不支援 .NET 組態檔。 - The following are literal names and should not be translated: .NET, Xamarin.Android. -{0} - The file name such as 'Foo.dll.config' - - - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The experimental 'Hybrid' value for the 'AndroidAotMode' MSBuild property is not currently compatible with the armeabi-v7a target ABI. To continue using the experimental 'Hybrid' value for 'AndroidAotMode', deselect the armeabi-v7a target ABI in the Visual Studio project property pages or edit the project file in a text editor and remove 'armeabi-v7a' from the 'AndroidSupportedAbis' MSBuild property. - The following are literal names and should not be translated: 'Hybrid', 'AndroidAotMode', armeabi-v7a, 'AndroidSupportedAbis' - - - Use of AppDomain.CreateDomain() detected in assembly: {0}. .NET 6 and higher will only support a single AppDomain, so this API will no longer be available in Xamarin.Android once .NET 6 is released. - 在下列組件中偵測到使用 AppDomain.CreateDomain(): {0}。.NET 5 只支援單一 AppDomain,因此在 .NET 5 發行之後,此 API 就無法再於 Xamarin.Android 中使用。 - The following are literal names and should not be translated: AppDomain.CreateDomain(), AppDomain -{0} - The name of the assembly - - - Source file '{0}' could not be found. - 找不到原始程式檔 '{0}'。 - - - - Can not resolve reference: `{0}`, referenced by {1}. Perhaps it doesn't exist in the Mono for Android profile? - 無法解析參考: '{0}',參考者: {1}。Mono for Android 設定檔中沒有該項參考嗎? - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` - - - Can not resolve reference: `{0}`, referenced by {1}. Please add a NuGet package or assembly reference for `{0}`, or remove the reference to `{2}`. - 無法解析參考: `{0}`,參考方為 {1}。請為 `{0}` 新增 NuGet 套件或組件參考,或移除對 `{2}` 的參考。 - {0} - The name of the missing assembly -{1} - The chain of references that causes a reference to the missing assembly, with > as the separator between items. Example: `System.Memory` > `System.Buffers` -{2} - The name of the first assembly in the chain of references. Example: System.Memory - - - Could not resolve reference to '{0}' (defined in assembly '{1}') with scope '{2}'. When the scope is different from the defining assembly, it usually means that the type is forwarded. - 無法解析範圍為 '{2}' 的 '{0}' 參考 (在組件 '{1}' 中定義)。當範圍與定義組件不同時,通常表示已轉寄類型。 - {0} - The member name, such as a class name -{1} - The assembly name -{2} - The scope of the member, such as the name of a different assembly - - - Exception while loading assemblies: {0} - 載入組件時發生例外狀況: {0} - {0} - The exception message of the associated exception - - - In referenced assembly {0}, Java.Interop.DoNotPackageAttribute requires non-null file name. - 在參考的組件 {0} 中,Java.Interop.DoNotPackageAttribute 需要非 Null 的檔案名稱。 - The following are literal names and should not be translated: Java.Interop.DoNotPackageAttribute -{0} - The assembly name - - - Could not AOT the assembly: {0} - 無法對組件進行 AOT 編譯: {0} - The abbreviation "AOT" should not be translated. - - - Invalid AOT mode: {0} - AOT 模式無效: {0} - The abbreviation "AOT" should not be translated. - - - Could not strip IL of assembly: {0} - 無法除去組件的 IL: {0} - The abbreviation "IL" should not be translated. - - - Android NDK r10d is buggy and provides an incompatible x86_64 libm.so. See https://code.google.com/p/android/issues/detail?id=161422. - Android NDK r10d 有錯誤,且會提供不相容的 x86_64 libm.so。請參閱 https://code.google.com/p/android/issues/detail?id=161422。 - The following are literal names and should not be translated: NDK, r10d, x86_64, libm.so -"r10d" is the problematic version of the NDK. "x86_64" is the architecture of the libm.so file. - - - The detected Android NDK version is incompatible with the targeted LLVM configuration. Please upgrade to NDK r10d or newer. - 偵測到的 Android NDK 版本與目標 LLVM 設定不相容。請升級為 NDK r10d 或更新版本。 - The following are literal names and should not be translated: NDK, LLVM, r10d -"r10d" is the version of the NDK. - - - Could not compile native assembly file: {0} - 無法編譯原生組件檔: {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) - - - Could not link native shared library: {0} - 無法連結原生共用程式庫: {0} - - - - Failed to generate Java type for class: {0} due to {1} - 因為 {1},所以無法為類別 {0} 產生 Java 類型 - {0} - The managed type name -{1} - The exception message of the associated exception - - - Please add a reference to Mono.Android.Export.dll when using ExportAttribute or ExportFieldAttribute. - 使用 ExportAttribute 或 ExportFieldAttribute 時,請將參考新增至 Mono.Android.Export.dll。 - The following are literal names and should not be translated: Mono.Android.Export.dll, ExportAttribute, ExportFieldAttribute. - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than $(TargetFrameworkVersion) '{1}'. Using API-{2} for ACW compilation. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' 小於 $(TargetFrameworkVersion) '{1}'。正在使用 API-{2} 進行 ACW 編譯。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , $(TargetFrameworkVersion), API-{2}, ACW -{0} - The target SDK version number -{1} - The target framework version number -{2} - The API version number - - - The type '{0}' must provide a public default constructor - 類型 '{0}' 必須提供公用預設建構函式 - - - - The managed type `{0}` exists in multiple assemblies: {1}. Please refactor the managed type names in these assemblies so that they are not identical. - 受控類型 `{0}` 存在於多個組件: {1}。請重構這些組件中的受控類型名稱,以免其重複。 - {0} - The managed type name -{1} - Comma-separated list of all the assemblies where the managed type exists - - - References to the type `{0}` will refer to `{0}, {1}`. - 對類型 '{0}' 的參考將會參考 `{0}, {1}`。 - The phrase "`{0}, {1}`" does not need to be translated. -{0} - The managed type name -{1} - The name of the library that contains the type - - - The Java type `{0}` is generated by more than one managed type. Please change the [Register] attribute so that the same Java type is not emitted. - Java 類型 `{0}` 由多種受控類型所產生。請變更 [Register] 屬性,以確保不會發出相同的 Java 類型。 - The following are literal names and should not be translated: Java, [Register] - - - `{0}` generated by: {1} - `{0}` 由 {1} 所產生 - The two spaces indentation at the beginning of this message should be preserved in the translations where possible. -{0} - The generated Java type name -{1} - The managed type name - - - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:minSdkVersion '{0}' 小於 API-{1},不支援此組態。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:minSdkVersion, API-{1} -{0} - The minimum SDK version number -{1} - The API version number - - - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' is less than API-{1}, this configuration is not supported. - AndroidManifest.xml //uses-sdk/@android:targetSdkVersion '{0}' 小於 API-{1},不支援此組態。 - The following are literal names and should not be translated: AndroidManifest.xml, //uses-sdk/@android:targetSdkVersion , API-{1} -{0} - The target SDK version number -{1} - The API version number - - - Unable to find //manifest/application/uses-library at path: {0} - 在路徑 {0} 中找不到 //manifest/application/uses-library - The following are literal names and should not be translated: //manifest/application/uses-library - - - Cannot find binding generator for language {0} or {1}. - 找不到語言 {0} 或 {1} 的繫結產生器。 - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -{0} - The target programming language name, which is usually C# -{1} - The default programming language name, which is also usually C# - - - Partial class item '{0}' does not have an associated binding for layout '{1}'. - 有部分類別項目 '{0}' 沒有版面配置 '{1}' 相關聯的繫結。 - In this message, the term "partial class item" means a .NET partial class. -In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -{1} - The path of the partial class file -{0} - The name of the layout - - - No layout binding source files were generated. - 未產生任何版面配置繫結原始程式檔。 - In this message, the term "binding" means a piece of code that makes it easy to access a certain kind of data that is originally stored outside of the target programming language, which is usually C#. -In this mesage, the term "layout" means an Android UI layout. -In this message, the term "source files" means files that can be compiled, usually containing C# source code. - - - No widgets found for layout ({0}). - 找不到版面配置 ({0}) 的小工具。 - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - Semicolon-separated list of paths for the files that define the layout - - - Malformed full class name '{0}'. Missing namespace. - 完整類別名稱 '{0}' 的格式不正確。缺少命名空間。 - {0} - The class name - - - Malformed full class name '{0}'. Missing class name. - 完整類別名稱 '{0}' 的格式不正確。缺少類別名稱。 - {0} - The class name - - - Widget '{0}' in layout '{1}' has multiple instances with different types. The property type will be set to: {2} - 版面配置 '{1}' 的小工具 '{0}' 具有多個不同類型的執行個體。此屬性類型將會設定為 {2} - In this message, the term "widgets" means Android UI elements. -In this mesage, the term "layout" means an Android UI layout. -{0} - The name of the widget -{1} - The name of the layout -{2} - The type name that will be used, such as "object" - - - Resource item '{0}' does not have the required metadata item '{1}'. - 資源項目 '{0}' 不具所需的中繼資料項目 '{1}'。 - {0} - The name of the Android layout resource file -{1} - The name of the metadata item - - - Unable to find specified //activity-alias/@android:targetActivity: '{0}' - 找不到指定的 //activity-alias/@android:targetActivity: '{0}' - The following are literal names and should not be translated: //activity-alias/@android:targetActivity -{0} - The specified targetActivity name - - - Unrecognized `TransformFile` root element: {0}. - 無法辨識的 'TransformFile' 根項目: {0}。 - The following are literal names and should not be translated: TransformFile -In this message, "root element" refers to the root element of an XML file. -{0} - The name of the root element - - - Error parsing XML: {0} - 剖析 XML 時發生錯誤: {0} - {0} - The exception message and stack trace of the associated exception - - - The Android class parser value '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'class-parse'. - Android 類別剖析器值 '{0}' 即將退場,將會從後續版本的 Xamarin.Android 版本中移除。請更新專案屬性,以使用 'class-parse'。 - The following are literal names and should not be translated: class-parse -{0} - The name of the current class parser value - - - The Android code generation target '{0}' is deprecated and will be removed in a future version of Xamarin.Android. Update the project properties to use 'XAJavaInterop1'. - Android 程式碼產生目標 '{0}' 即將退場,將會從後續版本的 Xamarin.Android 版本中移除。請更新專案屬性,以使用 'XAJavaInterop1'。 - The following are literal names and should not be translated: XAJavaInterop1 -{0} - The name of the current code generation target - - - APK already contains the item {0}; ignoring. - APK 已包含項目 {0}; 正在忽略。 - The abbreviation "APK" should not be translated. -{0} - The file name. - - - Cannot determine ABI of native library '{0}'. Move this file to a directory with a valid Android ABI name such as 'libs/armeabi-v7a/'. - 無法判斷原生程式庫 {0} 的 ABI。 - The following are literal names and should not be translated: ABI, 'libs/armeabi-v7a/' -{0} - The file path - - - Could not determine ABI of some native libraries. Ignoring those: {0} - 無法判斷某些原生程式庫的 ABI。正在忽略下列項目: {0} - The abbreviation "ABI" should not be translated. -{0} - Comma-separated list of the ignored library file names. - - - Unhandled exception merging `AndroidManifest.xml`: {0} - 未處理的例外狀況合併 `AndroidManifest.xml`: {0} - The following are literal names and should not be translated: `AndroidManifest.xml` -{0} - The exception message of the associated exception - - - Error extracting resources from "{0}": {1} - 從 "{0}" 擷取資源時發生錯誤: {1} - {0} - The file name -{1} - The exception message of the associated exception - - - ProGuard configuration file '{0}' was not found. - 找不到 ProGuard 組態檔 '{0}'。 - The following are literal names and should not be translated: ProGuard - - - Multidex is enabled, but `$(_AndroidMainDexListFile)` is empty. - 已啟用 Multidex,但 `$(_AndroidMainDexListFile)` 是空白的。 - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - Multidex is enabled, but the `$(_AndroidMainDexListFile)` file '{0}' does not exist. - 已啟用 Multidex,但 `$(_AndroidMainDexListFile)` 檔案 '{0}' 不存在。 - The following are literal names and should not be translated: Multidex, $(_AndroidMainDexListFile) - - - R8 does not support `@(MultiDexMainDexList)` files when android:minSdkVersion >= 21 - 當 android:minSdkVersion >= 21 時,R8 不支援 `@(MultiDexMainDexList)` 檔案 - The following are literal names and should not be translated: R8, @(MultiDexMainDexList), android:minSdkVersion - - - Invalid ProGuard configuration file. {0} - ProGuard 組態檔無效。{0} - The following are literal names and should not be translated: ProGuard -{0} - The error message returned by the ProGuard tool. - - - Failed to generate type maps - 無法產生類型對應 - - - - 'MultiDexMainDexList' file '{0}' does not exist. - 'MultiDexMainDexList' 檔案 '{0}' 不存在。 - The following are literal names and should not be translated: MultiDexMainDexList - - - `{0}` file `{1}` could not be found. - `{0}` file `{1}` could not be found. - {0} - The MSBuildProperty which contains the file name value. -{1} - The value of the MSBuildProperty. Normally a filename. - - - - The application won't contain the paired Wear package because the Wear application package APK is not created yet. If building on the command line, be sure to build the "SignAndroidPackage" target. - 因為尚未建立 Wear 應用程式套件 APK,所以該應用程式不會包含配對的 Wear 套件。如果從命令列進行建置,請務必建置 "SignAndroidPackage" 目標。 - The following are literal names and should not be translated: Wear, APK, SignAndroidPackage -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. - - - Referencing the Android Wear application project '{0}' from an Android application project is deprecated and will no longer be supported in a future version of Xamarin.Android. Remove the Android Wear application project reference from the Android application project and distribute the Wear application as a standalone application instead. - 從 Android 應用程式專案參考 Android Wear 應用程式專案 '{0}' 的功能已淘汰,且日後的 Xamarin.Android 版本將不再予以支援。從 Android 應用程式專案移除 Android Wear 應用程式專案參考,並將 Wear 應用程式改為以獨立應用程式發佈。 - The following are literal names and should not be translated: Android Wear, Android, Wear. -{0} - The referenced Android Wear project. - - - Missing Android NDK toolchains directory '{0}'. Please install the Android NDK. - 缺少 Android NDK 工具鏈目錄 '{0}'。請安裝 Android NDK。 - {0} - The path of the missing directory - - - C compiler for target {0} was not found. Tried paths: "{1}" - 找不到目標 {0} 的 C 編譯器。已嘗試的路徑: "{1}" - The following are literal names and should not be translated: C -{0} - The target architecture, such as Arm, Arm64, or X86_64 -{1} - Semicolon-separated list of the paths searched - - - Toolchain directory for target {0} was not found. - 找不到目標 {0} 的工具鏈目錄。 - {0} - The target architecture, such as Arm, Arm64, or X86_64 - - - Conversion from assembly to native code failed. Exit code {0} - 從組件到機器碼的轉換失敗。結束代碼 {0} - In this message, the term "assembly" means the low-level language that an assembler like `as` takes as input. (This is different from most of the other messages, where the term "assembly" means the file type that the C# compiler produces.) -{0} - The exit code number - - - NDK C compiler exited with an error. Exit code {0} - NDK C 編譯器結束,但發生錯誤。結束代碼 {0} - The following are literal names and should not be translated: NDK, C -{0} - The exit code number - - - Could not locate the Android NDK. Please make sure the Android NDK is installed in the Android SDK Manager, or if using a custom NDK path, please ensure the $(AndroidNdkDirectory) MSBuild property is set to the custom path. - 找不到 Android NDK。請確認 Android NDK 已安裝在 Android SDK 管理員中,若使用自訂的 NDK 路徑,請確認 $(AndroidNdkDirectory) MSBuild 屬性已設定為自訂路徑。 - The following are literal names and should not be translated: $(AndroidNdkDirectory) - - - Toolchain utility '{0}' for target {1} was not found. Tried in path: "{2}" - 找不到目標 {1} 的工具鏈公用程式 '{0}'。已在下列路徑中嘗試: "{2}" - {0} - The missing utility name, such as gcc or clang -{1} - The target architecture, such as Arm, Arm64, or X86_64 -{2} - The path of the directory that was searched - - - NDK linker exited with an error. Exit code {0} - NDK 連結器結束,但發生錯誤。結束代碼 {0} - The following are literal names and should not be translated: NDK -{0} - The exit code number - - - Cannot find `{0}`. Please install the Android SDK Build-Tools package with the `{1}{2}tools{2}{3}` program. - 找不到 `{0}`。請使用 `{1}{2}tools{2}{3}` 程式安裝 Android SDK Build-Tools 套件。 - The following are literal names and should not be translated: Android SDK Build-Tools, {1}{2}tools{2}{3} -{0} - The missing tool name -{1} - The parent directory -{2} - The directory separator character -{3} - The installer program name - - - Cannot find `{0}` in the Android SDK. Please set its path via /p:LintToolPath. - 在 Android SDK 中找不到 '{0}'。請透過 /p:LintToolPath 設定其路徑。 - The following are literal names and should not be translated: /p:LintToolPath -{0} - The missing tool name - - - Could not find android.jar for API level {0}. This means the Android SDK platform for API level {0} is not installed. Either install it in the Android SDK Manager ({2}), or change the Xamarin.Android project to target an API version that is installed. ({1} missing.) - 找不到 API 層級 {0} 的 android.jar。這表示未安裝 API 層級 {0} 的 Android SDK 平台。請將其安裝在 Android SDK 管理員 ({2}) 中,或將 Xamarin.Android 專案變更成以已安裝的 API 版本作為目標。(缺少 {1}。) - The following are literal names and should not be translated: android.jar -{0} - The API level name -{1} - The expected path of the android.jar file -{2} - The menu location in Visual Studio that can be used to launch the Android SDK Manager - - - Tools > Android > Android SDK Manager... - [工具] > [Android] > [Android SDK 管理員...] - This string is the location of a menu command in Visual Studio. - - - Tools > Open Android SDK Manager... - [工具] > [開啟 Android SDK 管理員...] - This string is the location of a menu command in Visual Studio for Mac. - - - Embedded Wear app package name differs from handheld app package name ({0} != {1}). - 內嵌 Wear 應用程式套件名稱與手持功能應用程式套件名稱不同 ({0} != {1})。 - The following are literal names and should not be translated: Wear -"Wear" is a short version of the full product name "Wear OS" and so should not be translated. -In this message, the term "handheld app" means "app for handheld devices." -{0} - The Wear app package name -{1} - The handheld app package name - - - java.lang.OutOfMemoryError. Consider increasing the value of $(JavaMaximumHeapSize). Java ran out of memory while executing '{0} {1}' - java.lang.OutOfMemoryError。請考慮提高 $(JavaMaximumHeapSize) 的值。執行 '{0} {1}' 時,Java 記憶體不足 - The following are literal names and should not be translated: java.lang.OutOfMemoryError, $(JavaMaximumHeapSize) -{0} - The tool name -{1} - The command line arguments used for the tool - - - No Android platforms installed at '{0}'. Please install an SDK Platform with the `{1}{2}tools{2}{3}` program. - '{0}' 中未安裝任何 Android 平台。請使用 `{1}{2}tools{2}{3}` 程式安裝 SDK Platform。 - The following are literal names and should not be translated: SDK Platform, {1}{2}tools{2}{3} -{0} - Android SDK platforms directory path -{1} - Android SDK directory path -{2} - The directory separator character -{3} - The Android SDK installer program name - - - The Android SDK directory could not be found. Check that the Android SDK Manager in Visual Studio shows a valid installation. To use a custom SDK path for a command line build, set the 'AndroidSdkDirectory' MSBuild property to the custom path. - 找不到 Android SDK 目錄。請透過 /p:AndroidSdkDirectory 進行設定。 - The following terms should not be translated: AndroidSdkDirectory - - - The Java SDK directory could not be found. Ensure that the Android section of the Visual Studio options has a valid Java SDK directory configured. To use a custom SDK path for a command line build, set the 'JavaSdkDirectory' MSBuild property to the custom path. - 找不到 Java SDK 目錄。請透過 /p:JavaSdkDirectory 進行設定。 - The following terms should not be translated: JavaSdkDirectory - - - Failed to generate Java type for class: {0} due to MAX_PATH: {1} - 因為 MAX_PATH,所以無法為類別 {0} 產生 Java 類型: {1} - The following are literal names and should not be translated: MAX_PATH. -{0} - The managed type name -{1} - The exception message of the associated exception - - - Two processes may be building this project at once. Lock file exists at path: {0} - 可能有兩個處理序正在同時建置此專案。鎖定檔案存在於下列路徑: {0} - - - - - \ No newline at end of file diff --git a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj index 3a06770918c..b2ac9098779 100644 --- a/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj +++ b/src/Xamarin.Android.Build.Tasks/Xamarin.Android.Build.Tasks.csproj @@ -1,7 +1,6 @@ - @@ -17,7 +16,6 @@ $(DefineConstants);TRACE;HAVE_CECIL;MSBUILD;ANDROID_24 ..\..\src\Mono.Android\obj\$(Configuration)\monoandroid10\android-$(AndroidLatestStablePlatformId)\mcw 8632 - true false ..\..\product.snk @@ -61,7 +59,6 @@ - @@ -411,7 +408,21 @@ ApplicationRegistration.java - + + + + + True + True + Resources.resx + + + + + + PublicResXFileCodeGenerator + Resources.Designer.cs + @@ -448,7 +459,6 @@ -