diff --git a/dotnet/Makefile b/dotnet/Makefile
index 9e1a93104654..0d09a8b49713 100644
--- a/dotnet/Makefile
+++ b/dotnet/Makefile
@@ -129,6 +129,18 @@ LOCAL_WORKLOAD_TARGETS += Workloads/Microsoft.NET.Sdk.$(1)/LICENSE
endef
$(foreach platform,$(DOTNET_PLATFORMS),$(eval $(call WorkloadTargets,$(platform),$(shell echo $(platform) | tr A-Z a-z),$($(platform)_NUGET_VERSION_NO_METADATA))))
+$(DOTNET_NUPKG_DIR)/vs-workload.props: Workloads/vs-workload.template.props
+ $(Q) rm -f $@.tmp
+ $(Q_GEN) sed \
+ $(foreach platform,$(DOTNET_PLATFORMS_UPPERCASE),-e "s/@$(platform)_WORKLOAD_VERSION@/$($(platform)_NUGET_VERSION).$($(platform)_NUGET_COMMIT_DISTANCE)/g") \
+ -e "s/@PACK_VERSION_LONG@/$(IOS_NUGET_VERSION_NO_METADATA)/g" \
+ -e "s/@PACK_VERSION_SHORT@/$(IOS_NUGET_VERSION).$(IOS_NUGET_COMMIT_DISTANCE)/g" \
+ $< > $@.tmp
+ $(Q) mv $@.tmp $@
+
+$(DOTNET_NUPKG_DIR)/SignList.xml: Workloads/SignList.xml
+ $(Q) $(CP) $< $@
+
TEMPLATED_FILES = \
$(foreach platform,$(DOTNET_PLATFORMS),Microsoft.$(platform).Sdk/targets/Microsoft.$(platform).Sdk.Versions.props) \
$(foreach platform,$(DOTNET_PLATFORMS),Microsoft.$(platform).Sdk/targets/Microsoft.$(platform).Sdk.SupportedTargetPlatforms.props) \
@@ -144,12 +156,10 @@ $(foreach platform,$(DOTNET_PLATFORMS),$(eval $(call NupkgDefinition,$(platform)
# Create the nuget in a temporary directory (nupkgs/)
define CreateNuGetTemplate
-nupkgs/$(1)$(4).$(2)+$(NUGET_BUILD_METADATA).nupkg: $(TEMPLATED_FILES) $(WORKLOAD_TARGETS) $(3) package/$(1)/package.csproj $(wildcard package/*.csproj) $(wildcard $(DOTNET_DESTDIR)/$(1)/* $(DOTNET_DESTDIR)/$(1)/*/* $(DOTNET_DESTDIR)/$(1)/*/*/* $(DOTNET_DESTDIR)/$(1)/*/*/*/*) global.json .stamp-workaround-for-maccore-issue-2427
+nupkgs/$(1)$(4).$(2).nupkg: $(TEMPLATED_FILES) $(WORKLOAD_TARGETS) $(3) package/$(1)/package.csproj $(wildcard package/*.csproj) $(wildcard $(DOTNET_DESTDIR)/$(1)/* $(DOTNET_DESTDIR)/$(1)/*/* $(DOTNET_DESTDIR)/$(1)/*/*/* $(DOTNET_DESTDIR)/$(1)/*/*/*/*) global.json .stamp-workaround-for-maccore-issue-2427
@# Delete any versions of the nuget we're building
$$(Q) rm -f nupkgs/$(1).*.nupkg
$$(Q_PACK) $(DOTNET6) pack package/$(1)/package.csproj -p:VersionBand=$(DOTNET6_VERSION_BAND) --output "$$(dir $$@)" $(DOTNET_PACK_VERBOSITY) "/bl:$$@.binlog"
- @# Nuget pack doesn't add the metadata to the filename, but we want that, so rename nuget to contain the full name
- $$(Q) mv "nupkgs/$(1)$(4).$(2).nupkg" "$$@"
@# Clean the local feed
$$(Q_NUGET_DEL) if test -d $(DOTNET_FEED_DIR)/$(shell echo $(1) | tr A-Z a-z)/$(2); then nuget delete $(1) $(2) -source $(abspath $(DOTNET_FEED_DIR)) -NonInteractive $(NUGET_VERBOSITY); fi
@# Add the nupkg to our local feed
@@ -157,12 +167,10 @@ nupkgs/$(1)$(4).$(2)+$(NUGET_BUILD_METADATA).nupkg: $(TEMPLATED_FILES) $(WORKLOA
endef
define CreateWindowsNuGetTemplate
-nupkgs/$(1).$(2)+$(NUGET_BUILD_METADATA).nupkg: $(3) $(WORKLOAD_TARGETS) package/$(1)/package.csproj $(wildcard package/*.csproj) $(wildcard $(DOTNET_DESTDIR)/$(1)/* $(DOTNET_DESTDIR)/$(1)/*/* $(DOTNET_DESTDIR)/$(1)/*/*/* $(DOTNET_DESTDIR)/$(1)/*/*/*/*) global.json .stamp-workaround-for-maccore-issue-2427
+nupkgs/$(1).$(2).nupkg: $(3) $(WORKLOAD_TARGETS) package/$(1)/package.csproj $(wildcard package/*.csproj) $(wildcard $(DOTNET_DESTDIR)/$(1)/* $(DOTNET_DESTDIR)/$(1)/*/* $(DOTNET_DESTDIR)/$(1)/*/*/* $(DOTNET_DESTDIR)/$(1)/*/*/*/*) global.json .stamp-workaround-for-maccore-issue-2427
@# Delete any versions of the nuget we're building
$$(Q) rm -f nupkgs/$(1).*.nupkg
$$(Q_PACK) $(DOTNET6) pack package/$(1)/package.csproj --output "$$(dir $$@)" $(DOTNET_PACK_VERBOSITY) "/bl:$$@.binlog"
- @# Nuget pack doesn't add the metadata to the filename, but we want that, so rename nuget to contain the full name
- $$(Q) mv "nupkgs/$(1).$(2).nupkg" "$$@"
@# Clean the local feed
$$(Q_NUGET_DEL) if test -d $(DOTNET_FEED_DIR)/$(shell echo $(1) | tr A-Z a-z)/$(2); then nuget delete $(1) $(2) -source $(abspath $(DOTNET_FEED_DIR)) -NonInteractive $(NUGET_VERBOSITY); fi
@# Add the nupkg to our local feed
@@ -182,28 +190,28 @@ $(DOTNET_NUPKG_DIR)/%.nupkg: nupkgs/%.nupkg | $(DOTNET_NUPKG_DIR)
$(Q) $(CP) $< $@
ifdef INCLUDE_IOS
-SDK_PACK_IOS_WINDOWS = $(DOTNET_NUPKG_DIR)/$(IOS_WINDOWS_NUGET).Sdk.$(IOS_WINDOWS_NUGET_VERSION_FULL).nupkg
+SDK_PACK_IOS_WINDOWS = $(DOTNET_NUPKG_DIR)/$(IOS_WINDOWS_NUGET).Sdk.$(IOS_WINDOWS_NUGET_VERSION_NO_METADATA).nupkg
SDK_PACKS += $(SDK_PACK_IOS_WINDOWS)
endif
pack-ios-windows: $(SDK_PACK_IOS_WINDOWS)
define PacksDefinitions
-RUNTIME_PACKS_$(1) = $$(foreach rid,$$(DOTNET_$(1)_RUNTIME_IDENTIFIERS),$(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Runtime.$$(rid).$($(1)_NUGET_VERSION_FULL).nupkg)
+RUNTIME_PACKS_$(1) = $$(foreach rid,$$(DOTNET_$(1)_RUNTIME_IDENTIFIERS),$(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Runtime.$$(rid).$($(1)_NUGET_VERSION_NO_METADATA).nupkg)
RUNTIME_PACKS += $$(RUNTIME_PACKS_$(1))
-REF_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Ref.$($(1)_NUGET_VERSION_FULL).nupkg
+REF_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Ref.$($(1)_NUGET_VERSION_NO_METADATA).nupkg
REF_PACKS += $$(REF_PACKS_$(1))
-SDK_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Sdk.$($(1)_NUGET_VERSION_FULL).nupkg
+SDK_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Sdk.$($(1)_NUGET_VERSION_NO_METADATA).nupkg
SDK_PACKS += $$(SDK_PACKS_$(1))
-TEMPLATE_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Templates.$($(1)_NUGET_VERSION_FULL).nupkg
+TEMPLATE_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$($(1)_NUGET).Templates.$($(1)_NUGET_VERSION_NO_METADATA).nupkg
TEMPLATE_PACKS += $$(TEMPLATE_PACKS_$(1))
-WORKLOAD_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$(subst Microsoft.,Microsoft.NET.Sdk.,$($(1)_NUGET)).Manifest-$(DOTNET6_VERSION_BAND).$($(1)_NUGET_VERSION_FULL).nupkg
+WORKLOAD_PACKS_$(1) = $(DOTNET_NUPKG_DIR)/$(subst Microsoft.,Microsoft.NET.Sdk.,$($(1)_NUGET)).Manifest-$(DOTNET6_VERSION_BAND).$($(1)_NUGET_VERSION_NO_METADATA).nupkg
WORKLOAD_PACKS += $$(WORKLOAD_PACKS_$(1))
pack-$(shell echo $(1) | tr A-Z a-z): $$(RUNTIME_PACKS_$(1)) $$(REF_PACKS_$(1)) $$(SDK_PACKS_$(1)) $$(TEMPLATE_PACKS_$(1)) $$(WORKLOAD_PACKS_$(1))
endef
$(foreach platform,$(DOTNET_PLATFORMS_UPPERCASE),$(eval $(call PacksDefinitions,$(platform))))
-TARGETS += $(RUNTIME_PACKS) $(REF_PACKS) $(SDK_PACKS) $(TEMPLATE_PACKS) $(WORKLOAD_PACKS)
+TARGETS += $(RUNTIME_PACKS) $(REF_PACKS) $(SDK_PACKS) $(TEMPLATE_PACKS) $(WORKLOAD_PACKS) $(DOTNET_NUPKG_DIR)/vs-workload.props $(DOTNET_NUPKG_DIR)/SignList.xml
define InstallWorkload
# .NET comes with a workload for us, but we don't want that, we want our own. So delete the workload that comes with .NET.
diff --git a/dotnet/Microsoft.MacCatalyst.Sdk/targets/Microsoft.MacCatalyst.Sdk.targets b/dotnet/Microsoft.MacCatalyst.Sdk/targets/Microsoft.MacCatalyst.Sdk.targets
index 4680653cb6bf..6cc2e46d0f99 100644
--- a/dotnet/Microsoft.MacCatalyst.Sdk/targets/Microsoft.MacCatalyst.Sdk.targets
+++ b/dotnet/Microsoft.MacCatalyst.Sdk/targets/Microsoft.MacCatalyst.Sdk.targets
@@ -4,6 +4,6 @@
open
- $(TargetDir)/$(AssemblyName).app --args
+ "$(TargetDir)/$(AssemblyName).app" --args
diff --git a/dotnet/Microsoft.macOS.Sdk/targets/Microsoft.macOS.Sdk.targets b/dotnet/Microsoft.macOS.Sdk/targets/Microsoft.macOS.Sdk.targets
index 4680653cb6bf..6cc2e46d0f99 100644
--- a/dotnet/Microsoft.macOS.Sdk/targets/Microsoft.macOS.Sdk.targets
+++ b/dotnet/Microsoft.macOS.Sdk/targets/Microsoft.macOS.Sdk.targets
@@ -4,6 +4,6 @@
open
- $(TargetDir)/$(AssemblyName).app --args
+ "$(TargetDir)/$(AssemblyName).app" --args
diff --git a/dotnet/Workloads/Microsoft.NET.Sdk.macOS/WorkloadManifest.targets b/dotnet/Workloads/Microsoft.NET.Sdk.macOS/WorkloadManifest.targets
index 30867f960bd1..8824a244021e 100644
--- a/dotnet/Workloads/Microsoft.NET.Sdk.macOS/WorkloadManifest.targets
+++ b/dotnet/Workloads/Microsoft.NET.Sdk.macOS/WorkloadManifest.targets
@@ -1,8 +1,6 @@
-
-
diff --git a/dotnet/Workloads/SignList.xml b/dotnet/Workloads/SignList.xml
new file mode 100644
index 000000000000..cecbdf381152
--- /dev/null
+++ b/dotnet/Workloads/SignList.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dotnet/Workloads/vs-workload.template.props b/dotnet/Workloads/vs-workload.template.props
new file mode 100644
index 000000000000..cdb3ef238dd1
--- /dev/null
+++ b/dotnet/Workloads/vs-workload.template.props
@@ -0,0 +1,16 @@
+
+
+
+ Microsoft.NET.Sdk.MaciOS.Workload
+
+
+
+
+ @PACK_VERSION_SHORT@
+
+
+
+
+
+
+
diff --git a/dotnet/targets/WorkloadManifest.MacCatalyst.template.json b/dotnet/targets/WorkloadManifest.MacCatalyst.template.json
index fd9310ace4bd..7f9fdd41a0c1 100644
--- a/dotnet/targets/WorkloadManifest.MacCatalyst.template.json
+++ b/dotnet/targets/WorkloadManifest.MacCatalyst.template.json
@@ -2,10 +2,12 @@
"version": "@VERSION@",
"workloads": {
"@PLATFORM_LOWERCASE@": {
- "description": "Microsoft @PLATFORM@ SDK for .NET",
+ "description": ".NET SDK Workload for building macOS applications with @PLATFORM@.",
"packs": [
"Microsoft.@PLATFORM@.Sdk",
"Microsoft.@PLATFORM@.Ref",
+ "Microsoft.@PLATFORM@.Runtime.maccatalyst-arm64",
+ "Microsoft.@PLATFORM@.Runtime.maccatalyst-x64",
"Microsoft.@PLATFORM@.Templates"
],
"extends": [
@@ -22,6 +24,14 @@
"kind": "framework",
"version": "@VERSION@"
},
+ "Microsoft.@PLATFORM@.Runtime.maccatalyst-arm64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
+ "Microsoft.@PLATFORM@.Runtime.maccatalyst-x64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
"Microsoft.@PLATFORM@.Templates": {
"kind": "template",
"version": "@VERSION@"
diff --git a/dotnet/targets/WorkloadManifest.iOS.template.json b/dotnet/targets/WorkloadManifest.iOS.template.json
index 92c4541080c3..513c71e0b8b6 100644
--- a/dotnet/targets/WorkloadManifest.iOS.template.json
+++ b/dotnet/targets/WorkloadManifest.iOS.template.json
@@ -2,11 +2,15 @@
"version": "@VERSION@",
"workloads": {
"@PLATFORM_LOWERCASE@": {
- "description": "Microsoft @PLATFORM@ SDK for .NET",
+ "description": ".NET SDK Workload for building @PLATFORM@ applications.",
"packs": [
"Microsoft.@PLATFORM@.Sdk",
"Microsoft.@PLATFORM@.Windows.Sdk",
"Microsoft.@PLATFORM@.Ref",
+ "Microsoft.@PLATFORM@.Runtime.ios-arm",
+ "Microsoft.@PLATFORM@.Runtime.ios-arm64",
+ "Microsoft.@PLATFORM@.Runtime.iossimulator-x86",
+ "Microsoft.@PLATFORM@.Runtime.iossimulator-x64",
"Microsoft.@PLATFORM@.Templates"
],
"extends": [
@@ -27,6 +31,22 @@
"kind": "framework",
"version": "@VERSION@"
},
+ "Microsoft.@PLATFORM@.Runtime.ios-arm": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
+ "Microsoft.@PLATFORM@.Runtime.ios-arm64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
+ "Microsoft.@PLATFORM@.Runtime.iossimulator-x86": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
+ "Microsoft.@PLATFORM@.Runtime.iossimulator-x64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
"Microsoft.@PLATFORM@.Templates": {
"kind": "template",
"version": "@VERSION@"
diff --git a/dotnet/targets/WorkloadManifest.macOS.template.json b/dotnet/targets/WorkloadManifest.macOS.template.json
index 74158a75445f..7404d828b227 100644
--- a/dotnet/targets/WorkloadManifest.macOS.template.json
+++ b/dotnet/targets/WorkloadManifest.macOS.template.json
@@ -2,10 +2,12 @@
"version": "@VERSION@",
"workloads": {
"@PLATFORM_LOWERCASE@": {
- "description": "Microsoft @PLATFORM@ SDK for .NET",
+ "description": ".NET SDK Workload for building @PLATFORM@ applications.",
"packs": [
"Microsoft.@PLATFORM@.Sdk",
"Microsoft.@PLATFORM@.Ref",
+ "Microsoft.@PLATFORM@.Runtime.osx-arm64",
+ "Microsoft.@PLATFORM@.Runtime.osx-x64",
"Microsoft.@PLATFORM@.Templates"
],
"extends": [
@@ -22,6 +24,14 @@
"kind": "framework",
"version": "@VERSION@"
},
+ "Microsoft.@PLATFORM@.Runtime.osx-arm64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
+ "Microsoft.@PLATFORM@.Runtime.osx-x64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
"Microsoft.@PLATFORM@.Templates": {
"kind": "template",
"version": "@VERSION@"
diff --git a/dotnet/targets/WorkloadManifest.tvOS.template.json b/dotnet/targets/WorkloadManifest.tvOS.template.json
index 53066388a287..69457e90cb31 100644
--- a/dotnet/targets/WorkloadManifest.tvOS.template.json
+++ b/dotnet/targets/WorkloadManifest.tvOS.template.json
@@ -2,10 +2,12 @@
"version": "@VERSION@",
"workloads": {
"@PLATFORM_LOWERCASE@": {
- "description": "Microsoft @PLATFORM@ SDK for .NET",
+ "description": ".NET SDK Workload for building @PLATFORM@ applications.",
"packs": [
"Microsoft.@PLATFORM@.Sdk",
"Microsoft.@PLATFORM@.Ref",
+ "Microsoft.@PLATFORM@.Runtime.tvos-arm64",
+ "Microsoft.@PLATFORM@.Runtime.tvossimulator-x64",
"Microsoft.@PLATFORM@.Templates"
],
"extends": [
@@ -22,6 +24,14 @@
"kind": "framework",
"version": "@VERSION@"
},
+ "Microsoft.@PLATFORM@.Runtime.tvos-arm64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
+ "Microsoft.@PLATFORM@.Runtime.tvossimulator-x64": {
+ "kind": "framework",
+ "version": "@VERSION@"
+ },
"Microsoft.@PLATFORM@.Templates": {
"kind": "template",
"version": "@VERSION@"
diff --git a/dotnet/targets/Xamarin.Shared.Sdk.props b/dotnet/targets/Xamarin.Shared.Sdk.props
index 1df33d0681fe..e15fe919d335 100644
--- a/dotnet/targets/Xamarin.Shared.Sdk.props
+++ b/dotnet/targets/Xamarin.Shared.Sdk.props
@@ -48,7 +48,5 @@
true
<_RuntimeIdentifierUsesAppHost>false
false
- $(IntermediateOutputPath)$(RuntimeIdentifier)\
- $(OutputPath)$(RuntimeIdentifier)\
diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets
index 86745895a19a..24fb98a54036 100644
--- a/dotnet/targets/Xamarin.Shared.Sdk.targets
+++ b/dotnet/targets/Xamarin.Shared.Sdk.targets
@@ -357,6 +357,7 @@
<_CustomLinkerOptions>
AssemblyName=$(AssemblyName).dll
+ AOTCompiler=$(_AOTCompiler)
AOTOutputDirectory=$(_AOTOutputDirectory)
CacheDirectory=$(_LinkerCacheDirectory)
Debug=$(_BundlerDebug)
@@ -383,6 +384,7 @@
SdkVersion=$(_SdkVersion)
TargetArchitectures=$(TargetArchitectures)
TargetFramework=$(_ComputedTargetFrameworkMoniker)
+ UseLlvm=$(MtouchUseLlvm)
Verbosity=$(_BundlerVerbosity)
XamarinRuntime=$(_XamarinRuntime)
@@ -459,6 +461,7 @@
-->
<_TrimmerCustomSteps Include="$(_AdditionalTaskAssembly)" Condition="'$(_LinkMode)' != 'None'" Type="Xamarin.Linker.Steps.PreserveBlockCodeHandler" />
<_TrimmerCustomSteps Include="$(_AdditionalTaskAssembly)" Condition="'$(_LinkMode)' != 'None'" Type="Xamarin.Linker.OptimizeGeneratedCodeHandler" />
+ <_TrimmerCustomSteps Include="$(_AdditionalTaskAssembly)" Condition="'$(_LinkMode)' != 'None'" Type="Xamarin.Linker.BackingFieldDelayHandler" />
<_TrimmerCustomSteps Include="$(_AdditionalTaskAssembly)" Condition="'$(_LinkMode)' != 'None'" Type="Xamarin.Linker.Steps.MarkDispatcher" />
<_TrimmerCustomSteps Include="$(_AdditionalTaskAssembly)" Condition="'$(_LinkMode)' != 'None'" Type="Xamarin.Linker.Steps.PreserveSmartEnumConversionsHandler" />
@@ -703,7 +706,7 @@
Condition="'$(_SdkIsSimulator)' != 'true' And '$(_PlatformName)' != 'macOS'"
DependsOnTargets="_ComputeVariables"
Inputs="@(_AssembliesToAOT)"
- Outputs="@(_AssembliesToAOT -> '$(_AOTOutputDirectory)%(Arch)\%(Filename)%(Extension).o')">
+ Outputs="@(_AssembliesToAOT -> '%(ObjectFile)');@(_AssembliesToAOT -> '%(LLVMFile)');">
@@ -719,7 +722,7 @@
TargetFrameworkMoniker="$(_ComputedTargetFrameworkMoniker)"
>
-
+
-
- <_XamarinMainLibraries Include="@(_AOTObjectFiles)" />
+ <_XamarinMainLibraries Include="@(_AssembliesToAOT -> '%(ObjectFile)')" />
+ <_XamarinMainLibraries Include="@(_AssembliesToAOT -> '%(LLVMFile)')" />
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index d9c5cba65b87..39c6c79d1b92 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,12 +1,12 @@
-
+ https://github.com/dotnet/installer
- 823ff33acf9c67374d4b1211850b22d3db7f020d
+ d7279fc09fcfb108c5fb97fa290dbbb11c4c441b
-
+ https://github.com/mono/linker
- f549b4e8bfdf07c31f2540d05f55b50af0e2f391
+ 6eae01980dc694107bdee0bc723d75a0dd601f0e
diff --git a/eng/Versions.props b/eng/Versions.props
index 75cf67da5c9e..ca2a4b5bbefb 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -1,8 +1,8 @@
- 6.0.100-preview.7.21330.1
- 6.0.100-preview.6.21329.2
+ 6.0.100-rc.1.21370.12
+ 6.0.100-preview.6.21370.16.0.0-beta.21212.6
diff --git a/mk/xamarin.mk b/mk/xamarin.mk
index 5e94539ba069..c3f996cdabf2 100644
--- a/mk/xamarin.mk
+++ b/mk/xamarin.mk
@@ -7,7 +7,7 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho
endif
ifdef ENABLE_XAMARIN
-NEEDED_MACCORE_VERSION := 99ad0341f436c31dcd85abcb7375c3f71072eda3
+NEEDED_MACCORE_VERSION := 536fd9a01b50df943445b057b961469da11ee1f2
NEEDED_MACCORE_BRANCH := main
MACCORE_DIRECTORY := maccore
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.cs.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.cs.resx
index 0dc71af70f5b..9910d8fc6fbc 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.cs.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.cs.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} je neplatné: klíč UIDeviceFamily musí obsahovat hodnotu pro {1}.
-
- Aplikace Watch {0} neobsahuje rozšíření Watch.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: slovník NSExtension musí obsahovat NSExtensionPointIdentifier.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: slovník NSExtensionAttributes musí obsahovat WKAppBundleIdentifier.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: pole UIRequiredDeviceCapabilities by nemělo obsahovat funkci watch-companion.
-
- Aplikace Watch {0} má neplatný soubor Info.plist: WKCompanionAppBundleIdentifier musí existovat a musí odpovídat identifikátoru CFBundleIdentifier hlavní sady prostředků aplikace.
-
- Nepovedlo se parsovat hodnotu MinimumOSVersion {0}.
-
- Chyba při načítání {0}: {1}
-
- Sada SDK {0} pro {1} není nainstalovaná.
-
- Nepodařilo se parsovat TargetArchitectures {0}.
-
- Název spustitelného souboru (CFBundleExecutable) ({0}) nemůže končit na .app, protože iOSu se nemusí podařit aplikaci spustit.
-
- Při spouštění nástroje {0} došlo k chybě: {1}
-
- Nepovedlo se podepsat kód {0}: {1}
-
- Nepovedlo se podepsat kód {0}.
-
- {0} se nepovedlo najít.
-
- Při načítání {0} došlo k chybě: neznámý formát image
-
- Neplatné rozměry iTunesArtwork ({0} × {1}) pro {2}
-
- Pro {2} se zjistilo několik souborů iTunesArtwork se stejnými rozměry ({0} × {1}).
-
- Nepovedlo se najít adresář bin sady SDK.
-
- Není možné mít více než 1 soubor iTunesMetadata.plist.
-
- Při načítání souboru plist nastavení {0}/Settings.bundle/Root.plist došlo k chybě: {1}
-
- Nepovedlo se parsovat verzi sady SDK {0}.
-
- Nepovedlo se načíst soubor Info.plist: {0}
-
- Neplatné architektury: {0}
-
- Neznámé možnosti hledání: {0}
-
- Cílová architektura ARMv6 se už v Xamarin.iOS nepodporuje. Vyberte prosím podporovanou architekturu.
-
- Nenašlo se žádné cílové zařízení.
-
- Nepovedlo se parsovat informace o cílovém zařízení.
-
- Na cestě {0} se nepovedlo najít platnou sadu prostředků aplikace Xcode. Aktualizujte prosím v předvolbách sady Visual Studio {1} umístění sady Apple SDK.
-
- Nepovedlo se najít platnou a použitelnou cestu vývojáře v Xcode.
-
- Nepovedlo se najít {0}.
-
- Neznámá platforma sady SDK: {0}
-
- Nepovedlo se najít zřizovací profil s názvem nebo UUID {0}.
-
- V sadě prostředků aplikace Xcode se nepovedlo najít spouštěč WatchKitu.
-
- Nepovedlo se parsovat SdkVersion {0}.
-
- Xcode 10 nepodporuje aplikace watchOS 1. Buď upgradujte na aplikace watchOS 2, nebo použijte starší verzi Xcode.
- Nenašly se žádné informace o verzi iOSu.
-
- Soubor pravidel prostředků {0} se nenašel.
-
- Nenašly se žádné informace o operačním systému zařízení.
-
- Nenašly se žádné informace o modelu zařízení.
-
- Nenašly se žádné informace o architektuře zařízení.
-
- Neplatná cílová architektura: {0}
-
- Aby bylo možné vytvářet aplikace WatchKitu, vyžaduje se instalace Xcode >= 6.2.
-
- iOS {0} nepodporuje WatchKit.
-
- Na disku se nenašel prostředek sady {0} (měl by se nacházet v {1}).
-
- Nástroj {0} nebyl úspěšný.
-
- Nepovedlo se najít soubor: {0}
-
- Částečný soubor Info.plist se nevygeneroval: {0}
-
- Neplatný formát JSON {0}
-
- Nepovedlo se načíst soubor protokolu {1} nástroje {0}: {2}
-
- Nezadal se žádný soubor definice rozhraní API.
-
- Nerozpoznaná platforma: {0}
-
- Nepovedlo se najít sadu {0} SDK {1} na cestě {}.
-
- Nepovedlo se najít cestu usr sady {0} SDK {1} na cestě {2}.
-
- Nepovedlo se najít platnou cestu vývojáře v Xcode.
-
- Šablona Entitlements.plist {0} se nenašla.
-
- Při načítání šablony Entitlements.plist {0} došlo k chybě: {1}
-
- Při zápisu do souboru xcent {0} došlo k chybě: {1}
-
- Při zápisu do souboru archived-expanded-entitlements.xcent došlo k chybě: {0}
-
- {0} skončilo s kódem {1}.
-
- Žádný nainstalovaný zřizovací profil neodpovídá nainstalovaným podpisovým identitám {1} pro {0}.
-
- V klíčence se nenašel klíč pro podepisování kódu {1} pro {0}.
-
- V {1} se nepovedlo najít žádný dostupný zřizovací profil pro {0}.
-
- {0} nedefinuje CFBundleIdentifier.
-
- Soubory Info.plist by měly mít akci sestavení None.
-
- Cesta {0} by vedla na soubor mimo sadu prostředků aplikace a nedá se použít.
-
- Název {0} je rezervovaný a nedá se použít.
-
- Při načítání částečného souboru šablony Info.plist {0} došlo k chybě: {1}
-
- Nepovedlo se parsovat index pole: {0}
-
- Index pole je pro položku {0} mimo rozsah.
-
- Hodnoty {0} nepodporují podřízené vlastnosti.
-
- Získávání hodnot {0} se nepodporuje.
-
- Cesta AssemblyPath nemůže být null ani prázdná.
-
- Nezadala se žádná vlastnost.
-
- Slovník v {0} neobsahoval klíč: {1}
-
- Soubor {0} neexistuje.
-
- Soubor {0} je v konfliktu s {1}.
-
- Vytvoření balíčku neproběhlo úspěšně. Další argumenty se nedají parsovat.
-
- Chyba při načítání {0}
-
- Chyba při ukládání {0}: {1}
-
- Identita {0} neodpovídá žádné platné dvojici certifikátu a privátního klíče ve výchozí klíčence.
-
- V klíčence se nenašly žádné platné klíče pro podepisování kódu {0}. Je nutné požádat o certifikát pro podepisování kódu na adrese https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- Sada {0} SDK verze {1} není nainstalovaná a nenašla se žádná novější verze.
-
- Verze sady {0} SDK {1} není nainstalovaná. Používá se místo ní novější verze {2}.
-
- Nenašel se {0} v {1}.
-
- Sada SDK {0} není nainstalovaná.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Zadanému zřizovacímu profilu {1} neodpovídají žádné podpisové identity {0}.
-
- Zadaný zřizovací profil {0} {1} se nenašel.
-
- Identifikátor sady prostředků {0} neodpovídá žádnému nainstalovanému zřizovacímu profilu pro vybranou identitu podepisování {0}.
-
- Identifikátor sady prostředků {0} neodpovídá žádnému nainstalovanému zřizovacímu profilu pro vybranou identitu podepisování {0}.
-
- Identifikátor sady prostředků projektu {0} neodpovídá zadanému zřizovacímu profilu {1}.
-
- Zadaný zřizovací profil {1} pro {0} se nenašel.
-
- Identifikátor sady prostředků {0} neodpovídá žádnému nainstalovanému zřizovacímu profilu.
-
- Počet DestinationFiles musí odpovídat počtu SourceFiles.
-
- Musíte zadat buď DestinationFolder, nebo DestinationFiles, ale ne obojí.
-
- Položky musí mít vypočítané logické názvy.
-
- Aplikace a rozšíření pro hodinky Watch vyžadují Xcode 6.2 nebo novější. Aktuální verze Xcode je {0}.
-
- Neznámý identifikátor cílové architektury: {0}
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Sloučení: Při čtení souboru došlo k chybě: {0}
-
- Sloučení: Položka {0} neexistuje.
-
- Nastavení: Položka {0} obsahuje neplatný index pole.
-
- Nastavení: Položka {0} se nezadala správně.
-
- Nastavení: Položka {0} neexistuje.
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Pokud ve vazebním projektu neexistují nativní odkazy, nedá se vytvořit balíček prostředků vazby.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} neurčuje CFBundleSupportedPlatforms.
-
- {0} neurčuje CFBundleExecutable.
-
- {0} neurčuje CFBundleIdentifier.
-
- Sada prostředků aplikace {0} neobsahuje soubor Info.plist.
-
- Přidání: Položka {0} obsahuje neplatný index pole.
-
- Přidání: Položka {0} se nezadala správně.
-
- Nerozpoznaný typ: {Type}
-
- {0} neurčuje UIDeviceFamily.
-
- Přidání: Do nadřazeného prvku se nepovedlo přidat položku {0}.
-
- Přidání: Položka {0} už existuje.
-
- Odstranění: Položka {0} neexistuje.
-
- Import: Položka {0} se nezadala správně.
-
- Odstranění: Z nadřazeného prvku se nedala odstranit položka {0}.
-
- Odstranění: Položka {0} obsahuje neplatný index pole.
-
- Import: Do nadřazeného prvku se nepovedlo přidat položku {0}.
-
- Sloučení: Do slovníku se nedají přidat položky pole.
-
- Import: Položka {0} obsahuje neplatný index pole.
-
- Import: Při čtení souboru došlo k chybě: {0}
-
- Sloučení: Zadaná položka musí být kontejner.
-
- Sloučení: Položka {0} obsahuje neplatný index pole.
-
- Rozšíření Watch {0} neurčuje CFBundleExecutable.
-
- Rozšíření Watch {0} neurčuje CFBundleIdentifier.
-
- Rozšíření Watch {0} má identifikátor CFBundleIdentifier ({1}), který končí neplatnou příponou .key.
-
- Rozšíření Watch {0} má neplatný identifikátor CFBundleIdentifier ({1}), nezačíná identifikátorem CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
-
- Aplikace Watch {0} má neplatný soubor Info.plist: nesmí být k dispozici klíč LSRequiresIPhoneOS.
-
- Aplikace Watch {0} má neplatný soubor Info.plist: musí být k dispozici klíč WKWatchKitApp, který má hodnotu true.
-
- Rozšíření Watch {0} neobsahuje soubor Info.plist.
-
- Aplikace Watch {0} neobsahuje žádná rozšíření Watch.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: NSExtensionPointIdentifier musí být com.apple.watchkit.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: neobsahuje slovník NSExtension.
-
- Aplikace Watch {0} neurčuje CFBundleIdentifier.
-
- Aplikace Watcher {0} nemá platnou hodnotu UIDeviceFamily. Očekávalo se {1}, ale našlo se {2} ({3}).
-
- Aplikace Watch {0} neurčuje CFBundleExecutable.
-
- Rozšíření WatchKitu {0} má neplatnou hodnotu WKAppBundleIdentifier ({1}), která neodpovídá hodnotě CFBundleIdentifier ({2}) aplikace Watch.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: slovník NSExtension musí obsahovat NSExtensionAttributes.
-
- Rozšíření Watch {0} má neplatnou hodnotu WKAppBundleIdentifier ({1}), neodpovídá hodnotě CFBundleIdentifier ({2}) nadřazené sady prostředků aplikace Watch.
-
- Rozšíření Watch {0} má neplatný soubor Info.plist: slovník UIRequiredDeviceCapabilities by neměl obsahovat funkci watch-companion.
-
- Aplikace Watch {0} neobsahuje soubor Info.plist.
-
- Aplikace Watch {0} má neplatnou hodnotu WKCompanionAppBundleIdentifier ({1}), neodpovídá identifikátoru CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
-
- Aplikace Watch {0} má neplatný soubor Info.plist: nesmí být k dispozici klíč LSRequiresIPhoneOS.
-
- Rozšíření aplikace {0} má CFBundleIdentifier ({1}), který končí neplatnou příponou .key.
-
- Rozšíření aplikace {0} má neplatný identifikátor CFBundleIdentifier ({1}), nezačíná identifikátorem CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
-
- Rozšíření aplikace {0} neurčuje CFBundleExecutable.
-
- Rozšíření aplikace {0} neurčuje CFBundleIdentifier.
-
- Rozšíření aplikace {0} neobsahuje soubor Info.plist.
-
- Tento počítač nemá žádné síťové adaptéry. Při ladění nebo profilování na zařízení přes Wi-Fi se ale vyžadují.
-
- Nepovedlo se přeložit IP adresy hostitele pro nastavení ladicího programu Wi-Fi.
-
- Rozšíření aplikace {0} má neplatný soubor Info.plist: neobsahuje slovník NSExtension.
-
- Rozšíření aplikace {0} neurčuje CFBundleShortVersionString.
-
- Aplikace Watch {0} má neplatný identifikátor CFBundleIdentifier ({1}), nezačíná identifikátorem CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
-
- Aplikace Watch {0} nemá platnou hodnotu UIDeviceFamily. Očekává se Watch (4), ale našla se hodnota {1} ({2}).
-
- Aplikace Watch {0} neobsahuje soubor Info.plist.
-
- Aplikace Watch {0} neurčuje CFBundleIdentifier.
-
- Rozšíření aplikace {0} má neplatný soubor Info.plist: slovník NSExtension neobsahuje hodnotu NSExtensionPointIdentifier.
-
- Aplikace Watch {name} neurčuje CFBundleExecutable.
-
- Aplikace Watch {0} má neplatnou hodnotu WKCompanionAppBundleIdentifier ({1}), neodpovídá identifikátoru CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
-
- Povolila se libovolná načtení protokolu HTTP, aby se podporovalo ladění.
-
- Všechna načtení protokolu HTTP jsou už povolená.
-
- Spouštění nástroje {0} začalo s těmito argumenty: {1}
-
- Spouštění nástroje {0} se dokončilo (ukončovací kód = {1}).
-
- Hledá se {0} v {1}.
-
- Přeskakuje se {0}, protože výstupní soubor {1} je novější.
-
- Spouštění nástroje {0} se dokončilo.
-
- Identifikátoru sady prostředků odpovídá více zřizovacích profilů. Použije se první shoda.
-
- {0} neodpovídá {1}.
-
- AppID: {0} se vyloučilo, protože jsme už našli lepší shody: {1}
-
- Hledají se odpovídající zřizovací profily s kompatibilním AppID a zachovávají se jen ty s nejdelším odpovídajícím ID (zástupné znaky).
-
- AppID: {0} se vyloučilo, protože jsme našli lepší shodu: {1}
-
- Nenašel se žádný adresář Frameworks.
-
- Vygenerovaný název sady: {0}
-
- Certifikát {0} neodpovídá {1}.
-
- Vytváří se balíček prostředků vazby: {0}
-
- Platnost certifikátu {0} vypršela ({1}).
-
- Certifikát {0} neodpovídá žádné předponě {1}.
-
- Zjistila se podpisová identita:
-
- Soubor {0} se našel v {1}.
-
- Našlo se několik podpisových identit. Použije se ta první.
-
- S {0} se shoduje několik podpisových identit. Použije se první shoda.
-
- Přeskakuje se sestavení architektury: {0}
-
- Kopíruje se soubor z {0} do {1}.
-
- Vytváří se adresář {0}.
-
- Soubor neexistuje, vytvoří se: {0}
-
- Přeskočila se duplicitní položka: {0}
-
- Podporované orientace iPhonu nejsou odpovídající dvojice.
-
- Nenastavily se podporované orientace iPadu.
-
- Podporované orientace iPadu nejsou odpovídající dvojice.
-
- Sada watchOS 4.3 SDK se dá imitovat jen při vytváření pro watchOS.
-
- Nenastavily se podporované orientace iPhonu.
-
- Aplikace Watch {0} neurčuje CFBundleShortVersionString.
-
- Rozšíření aplikace {0} má nerozpoznanou hodnotu NSExtensionPointIdentifier ({1}).
-
- Aplikace Watch {0} neurčuje CFBundleVersion.
-
- Aplikace Watch {0} má hodnotu CFBundleShortVersionString ({1}), která neodpovídá hodnotě CFBundleShortVersionString ({2}) hlavní sady prostředků aplikace.
-
- Rozšíření aplikace {0} má hodnotu CFBundleShortVersionString ({1}), která neodpovídá hodnotě CFBundleShortVersionString ({2}) hlavní sady prostředků aplikace.
-
- Rozšíření aplikace {0} má hodnotu CFBundleVersion ({1}), která neodpovídá hodnotě CFBundleVersion ({2}) hlavní sady prostředků aplikace.
-
- Rozšíření aplikace {0} neurčuje CFBundleVersion.
-
- Rozšíření Watch {0} neurčuje CFBundleShortVersionString.
-
- Aplikace Watch {0} má hodnotu CFBundleVersion ({1}), která neodpovídá hodnotě CFBundleVersion ({2}) hlavní sady prostředků aplikace.
-
- Nepovedlo se vytvořit soubor odpovědi {0}: {1}
-
- Dynamické nativní odkazy se nepodporují: {0}
-
- Neznámý typ nativního odkazu pro {0}
-
- Prostředek se nenachází v katalogu prostředků: {0}
-
- Nepovedlo se parsovat výstup altool: {0}
- Výstup: {1}
-
- Rozšíření Watch {0} má hodnotu CFBundleVersion ({1}), která neodpovídá hodnotě CFBundleVersion ({2}) hlavní sady prostředků aplikace.
-
- Rozšíření Watch {0} má hodnotu CFBundleShortVersionString ({1}), která neodpovídá hodnotě CFBundleShortVersionString ({2}) hlavní sady prostředků aplikace.
-
- Rozšíření Watch {0} neurčuje CFBundleVersion.
-
- Identifikátoru sady prostředků neodpovídají žádné zřizovací profily.
-
- Nároky iCloudu, třeba {0}, vyžadují zřizovací profil.
-
- Zřizovací profil nepodporuje nárok iCloudu {0}.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- V adresáři Frameworks se našel adresář, který není architektura: {0}
-
- Nepovedlo se určit hodnotu pro klíč manifestu {0}.
-
- Architektura {0} neobsahuje binární soubor s názvem {1}.
-
- Bez zřizovacího profilu se nedá rozbalit $(AppIdentifierPrefix) v souboru Entitlements.plist.
-
- Bez zřizovacího profilu se nedá rozbalit $(TeamIdentifierPrefix) v souboru Entitlements.plist.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ Spouštění nástroje {0} začalo s těmito argumenty: {1}
+
+
+
+ Spouštění nástroje {0} se dokončilo (ukončovací kód = {1}).
+
+
+
+ Při spouštění nástroje {0} došlo k chybě: {1}
+
+
+
+ Nepovedlo se podepsat kód {0}: {1}
+
+
+
+ Nepovedlo se podepsat kód {0}.
+
+
+
+ {0} se nepovedlo najít.
+
+
+
+ Při načítání {0} došlo k chybě: neznámý formát image
+
+
+
+ Neplatné rozměry iTunesArtwork ({0} × {1}) pro {2}
+
+
+
+ Pro {2} se zjistilo několik souborů iTunesArtwork se stejnými rozměry ({0} × {1}).
+
+
+
+ Chyba při načítání {0}: {1}
+
+
+
+ Nepovedlo se parsovat hodnotu MinimumOSVersion {0}.
+
+
+
+ Nepodařilo se parsovat TargetArchitectures {0}.
+
+
+
+ Sada SDK {0} pro {1} není nainstalovaná.
+
+
+
+ Název spustitelného souboru (CFBundleExecutable) ({0}) nemůže končit na .app, protože iOSu se nemusí podařit aplikaci spustit.
+
+
+
+ Sada watchOS 4.3 SDK se dá imitovat jen při vytváření pro watchOS.
+
+
+
+ Všechna načtení protokolu HTTP jsou už povolená.
+
+
+
+ Povolila se libovolná načtení protokolu HTTP, aby se podporovalo ladění.
+
+
+
+ Nenastavily se podporované orientace iPhonu.
+
+
+
+ Podporované orientace iPhonu nejsou odpovídající dvojice.
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Nenastavily se podporované orientace iPadu.
+
+
+
+ Podporované orientace iPadu nejsou odpovídající dvojice.
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Není možné mít více než 1 soubor iTunesMetadata.plist.
+
+
+
+ Při načítání souboru plist nastavení {0}/Settings.bundle/Root.plist došlo k chybě: {1}
+
+
+
+ Nepovedlo se parsovat verzi sady SDK {0}.
+
+
+
+
+
+
+
+
+
+ Nepovedlo se najít adresář bin sady SDK.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Na cestě {0} se nepovedlo najít platnou sadu prostředků aplikace Xcode. Aktualizujte prosím v předvolbách sady Visual Studio {1} umístění sady Apple SDK.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Nepovedlo se najít platnou a použitelnou cestu vývojáře v Xcode.
+
+
+
+ Nepovedlo se najít {0}.
+
+
+
+ Hledá se {0} v {1}.
+
+
+
+ Neznámá platforma sady SDK: {0}
+
+
+
+ Nepovedlo se najít zřizovací profil s názvem nebo UUID {0}.
+
+
+
+ Neznámé možnosti hledání: {0}
+
+
+
+ Neznámý typ nativního odkazu pro {0}
+
+
+
+ Dynamické nativní odkazy se nepodporují: {0}
+
+
+
+ Cílová architektura ARMv6 se už v Xamarin.iOS nepodporuje. Vyberte prosím podporovanou architekturu.
+
+
+
+ Nepovedlo se vytvořit soubor odpovědi {0}: {1}
+
+
+
+ Nepovedlo se načíst soubor Info.plist: {0}
+
+
+
+ Neplatné architektury: {0}
+
+
+
+ Nepovedlo se parsovat informace o cílovém zařízení.
+
+
+
+ Nenašlo se žádné cílové zařízení.
+
+
+
+ Nenašly se žádné informace o architektuře zařízení.
+
+
+
+ Neplatná cílová architektura: {0}
+
+
+
+ Nenašly se žádné informace o operačním systému zařízení.
+
+
+
+ Nenašly se žádné informace o modelu zařízení.
+
+
+
+ Nenašly se žádné informace o verzi iOSu.
+
+
+
+ Soubor pravidel prostředků {0} se nenašel.
+
+
+
+ Nepovedlo se parsovat SdkVersion {0}.
+
+
+
+ Xcode 10 nepodporuje aplikace watchOS 1. Buď upgradujte na aplikace watchOS 2, nebo použijte starší verzi Xcode.
+
+
+ Aby bylo možné vytvářet aplikace WatchKitu, vyžaduje se instalace Xcode >= 6.2.
+
+
+
+ iOS {0} nepodporuje WatchKit.
+
+
+
+ V sadě prostředků aplikace Xcode se nepovedlo najít spouštěč WatchKitu.
+
+
+
+ Rozšíření aplikace {0} má hodnotu CFBundleShortVersionString ({1}), která neodpovídá hodnotě CFBundleShortVersionString ({2}) hlavní sady prostředků aplikace.
+
+
+
+ Rozšíření aplikace {0} neurčuje CFBundleVersion.
+
+
+
+ Rozšíření aplikace {0} má hodnotu CFBundleVersion ({1}), která neodpovídá hodnotě CFBundleVersion ({2}) hlavní sady prostředků aplikace.
+
+
+
+ Rozšíření aplikace {0} má nerozpoznanou hodnotu NSExtensionPointIdentifier ({1}).
+
+
+
+ Aplikace Watch {0} neurčuje CFBundleShortVersionString.
+
+
+
+ Aplikace Watch {0} má hodnotu CFBundleShortVersionString ({1}), která neodpovídá hodnotě CFBundleShortVersionString ({2}) hlavní sady prostředků aplikace.
+
+
+
+ Aplikace Watch {0} neurčuje CFBundleVersion.
+
+
+
+ Aplikace Watch {0} má hodnotu CFBundleVersion ({1}), která neodpovídá hodnotě CFBundleVersion ({2}) hlavní sady prostředků aplikace.
+
+
+
+ Rozšíření Watch {0} neurčuje CFBundleShortVersionString.
+
+
+
+ Rozšíření Watch {0} má hodnotu CFBundleShortVersionString ({1}), která neodpovídá hodnotě CFBundleShortVersionString ({2}) hlavní sady prostředků aplikace.
+
+
+
+ Rozšíření Watch {0} neurčuje CFBundleVersion.
+
+
+
+ Rozšíření Watch {0} má hodnotu CFBundleVersion ({1}), která neodpovídá hodnotě CFBundleVersion ({2}) hlavní sady prostředků aplikace.
+
+
+
+
+ Nepovedlo se najít sadu {0} SDK {1} na cestě {}.
+
+
+
+ Nepovedlo se najít cestu usr sady {0} SDK {1} na cestě {2}.
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Nepovedlo se najít platnou cestu vývojáře v Xcode.
+
+
+
+
+
+ Nerozpoznaná platforma: {0}
+
+
+
+ Prostředek se nenachází v katalogu prostředků: {0}
+
+
+
+ Nepovedlo se najít soubor: {0}
+
+
+
+ Neplatný formát JSON {0}
+
+
+
+ Částečný soubor Info.plist se nevygeneroval: {0}
+
+
+
+ Nepovedlo se načíst soubor protokolu {1} nástroje {0}: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Nepovedlo se parsovat výstup altool: {0}
+ Výstup: {1}
+
+
+
+
+ Nezadal se žádný soubor definice rozhraní API.
+
+
+
+ Nástroj {0} nebyl úspěšný.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ Na disku se nenašel prostředek sady {0} (měl by se nacházet v {1}).
+
+
+
+ Cesta {0} by vedla na soubor mimo sadu prostředků aplikace a nedá se použít.
+
+
+
+ Soubory Info.plist by měly mít akci sestavení None.
+
+
+
+ Název {0} je rezervovaný a nedá se použít.
+
+
+
+ V adresáři Frameworks se našel adresář, který není architektura: {0}
+
+
+
+ Architektura {0} neobsahuje binární soubor s názvem {1}.
+
+
+
+ Nenašel se žádný adresář Frameworks.
+
+
+
+ Nepovedlo se určit hodnotu pro klíč manifestu {0}.
+
+
+
+ Při načítání částečného souboru šablony Info.plist {0} došlo k chybě: {1}
+
+
+
+ Bez zřizovacího profilu se nedá rozbalit $(TeamIdentifierPrefix) v souboru Entitlements.plist.
+
+
+
+ Bez zřizovacího profilu se nedá rozbalit $(AppIdentifierPrefix) v souboru Entitlements.plist.
+
+
+
+ Nároky iCloudu, třeba {0}, vyžadují zřizovací profil.
+
+
+
+ Zřizovací profil nepodporuje nárok iCloudu {0}.
+
+
+
+ Šablona Entitlements.plist {0} se nenašla.
+
+
+
+ Při načítání šablony Entitlements.plist {0} došlo k chybě: {1}
+
+
+
+ Při zápisu do souboru xcent {0} došlo k chybě: {1}
+
+
+
+ Při zápisu do souboru archived-expanded-entitlements.xcent došlo k chybě: {0}
+
+
+
+ Spouštění nástroje {0} se dokončilo.
+
+
+
+ {0} skončilo s kódem {1}.
+
+
+
+ Přeskakuje se {0}, protože výstupní soubor {1} je novější.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Chyba při ukládání {0}: {1}
+
+
+
+ Vytváří se balíček prostředků vazby: {0}
+
+
+
+ Chyba při načítání {0}
+
+
+
+ Vytvoření balíčku neproběhlo úspěšně. Další argumenty se nedají parsovat.
+
+
+
+ Identita {0} neodpovídá žádné platné dvojici certifikátu a privátního klíče ve výchozí klíčence.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Zjistila se podpisová identita:
+
+
+
+ Certifikát {0} neodpovídá žádné předponě {1}.
+
+
+
+ Platnost certifikátu {0} vypršela ({1}).
+
+
+
+ V klíčence se nenašly žádné platné klíče pro podepisování kódu {0}. Je nutné požádat o certifikát pro podepisování kódu na adrese https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ Certifikát {0} neodpovídá {1}.
+
+
+
+ V klíčence se nenašel klíč pro podepisování kódu {1} pro {0}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ V {1} se nepovedlo najít žádný dostupný zřizovací profil pro {0}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ {0} neodpovídá {1}.
+
+
+
+ Žádný nainstalovaný zřizovací profil neodpovídá nainstalovaným podpisovým identitám {1} pro {0}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Hledají se odpovídající zřizovací profily s kompatibilním AppID a zachovávají se jen ty s nejdelším odpovídajícím ID (zástupné znaky).
+
+
+
+ AppID: {0} se vyloučilo, protože jsme našli lepší shodu: {1}
+
+
+
+ AppID: {0} se vyloučilo, protože jsme už našli lepší shody: {1}
+
+
+
+ Identifikátoru sady prostředků neodpovídají žádné zřizovací profily.
+
+
+
+ Identifikátoru sady prostředků odpovídá více zřizovacích profilů. Použije se první shoda.
+
+
+
+ {0} nedefinuje CFBundleIdentifier.
+
+
+
+ Zadaný zřizovací profil {1} pro {0} se nenašel.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ Identifikátor sady prostředků projektu {0} neodpovídá zadanému zřizovacímu profilu {1}.
+
+
+
+ S {0} se shoduje několik podpisových identit. Použije se první shoda.
+
+
+
+ Našlo se několik podpisových identit. Použije se ta první.
+
+
+
+ Zadaný zřizovací profil {0} {1} se nenašel.
+
+
+
+ Zadanému zřizovacímu profilu {1} neodpovídají žádné podpisové identity {0}.
+
+
+
+ Identifikátor sady prostředků {0} neodpovídá žádnému nainstalovanému zřizovacímu profilu pro vybranou identitu podepisování {0}.
+
+
+
+ Identifikátor sady prostředků {0} neodpovídá žádnému nainstalovanému zřizovacímu profilu pro vybranou identitu podepisování {0}.
+
+
+
+ Identifikátor sady prostředků {0} neodpovídá žádnému nainstalovanému zřizovacímu profilu.
+
+
+
+ Soubor {0} se našel v {1}.
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ Cesta AssemblyPath nemůže být null ani prázdná.
+
+
+
+ Vygenerovaný název sady: {0}
+
+
+
+ Nezadala se žádná vlastnost.
+
+
+
+ Slovník v {0} neobsahoval klíč: {1}
+
+
+
+ Nepovedlo se parsovat index pole: {0}
+
+
+
+ Index pole je pro položku {0} mimo rozsah.
+
+
+
+ Hodnoty {0} nepodporují podřízené vlastnosti.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ Získávání hodnot {0} se nepodporuje.
+
+
+
+ Soubor {0} neexistuje.
+
+
+
+ Soubor {0} je v konfliktu s {1}.
+
+
+
+ Aplikace a rozšíření pro hodinky Watch vyžadují Xcode 6.2 nebo novější. Aktuální verze Xcode je {0}.
+
+
+
+ Položky musí mít vypočítané logické názvy.
+
+
+
+ Přeskočila se duplicitní položka: {0}
+
+
+
+ Soubor neexistuje, vytvoří se: {0}
+
+
+
+ Vytváří se adresář {0}.
+
+
+
+ Kopíruje se soubor z {0} do {1}.
+
+
+
+ Musíte zadat buď DestinationFolder, nebo DestinationFiles, ale ne obojí.
+
+
+
+ Počet DestinationFiles musí odpovídat počtu SourceFiles.
+
+
+
+ Přeskakuje se sestavení architektury: {0}
+
+
+
+ Neznámý identifikátor cílové architektury: {0}
+
+
+
+ Nenašel se {0} v {1}.
+
+
+
+ Sada SDK {0} není nainstalovaná.
+
+
+
+ Sada {0} SDK verze {1} není nainstalovaná a nenašla se žádná novější verze.
+
+
+
+ Verze sady {0} SDK {1} není nainstalovaná. Používá se místo ní novější verze {2}.
+
+
+
+ {0} má nesprávný nebo neznámý formát a nedá se zpracovat.
+
+
+
+ V „{0}“ nebyla nalezena odpovídající architektura.
+
+
+
+ Konfliktní možnosti {0} a {1}. {1} se bude ignorovat.
+
+
+
+ Nepovedlo se získat instanci ISshCommands. Zkontrolujte prosím, že se navázalo platné připojení k Macu.
+
+
+ Při pokusu zkopírovat archiv {0} do {1} došlo k chybě. Podrobnosti: {2}
+
+
+ Není dostupné žádné připojení k Macu. Úloha {0} nebude provedena.
+
+
+ Nepovedlo se deserializovat DataSet {0}.
+
+
+ Soubor {0} nemá ImageAsset jako akci sestavení.
+
+
+ Nepovedlo se vyřešit UTI pro {0} v katalogu {1}.
+
+
+ Při pokusu ověřit kompatibilitu mezi Xcode a Xamarin.iOS došlo k chybě.
+
+
+ Projekt se sestavil pomocí verze Xcode ({0}), která není kompatibilní, což může způsobit neočekávaná upozornění nebo chyby. Nainstalujte prosím Xcode {1} nebo si přečtěte další informace v dokumentaci.
+
+
+ Při pokusu ověřit kompatibilitu mezi Xcode a Xamarin.iOS došlo k chybě. Podrobnosti: {0}
+
+
+
+ Poskytnutá cesta k archivu nepochází z platného souboru archivu (.xcarchive). Cesta k archivu: {0}
+
+
+ Nepovedlo se namapovat verzi macOS {0} na odpovídající verzi iOS.
+
+
+ Nepovedlo se přeložit IP adresy hostitele pro nastavení ladicího programu Wi-Fi.
+
+
+
+ Tento počítač nemá žádné síťové adaptéry. Při ladění nebo profilování na zařízení přes Wi-Fi se ale vyžadují.
+
+
+
+ Rozšíření aplikace {0} neobsahuje soubor Info.plist.
+
+
+
+ Rozšíření aplikace {0} neurčuje CFBundleIdentifier.
+
+
+
+ Rozšíření aplikace {0} neurčuje CFBundleExecutable.
+
+
+
+ Rozšíření aplikace {0} má neplatný identifikátor CFBundleIdentifier ({1}), nezačíná identifikátorem CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
+
+
+
+ Rozšíření aplikace {0} má CFBundleIdentifier ({1}), který končí neplatnou příponou .key.
+
+
+
+ Rozšíření aplikace {0} neurčuje CFBundleShortVersionString.
+
+
+
+ Rozšíření aplikace {0} má neplatný soubor Info.plist: neobsahuje slovník NSExtension.
+
+
+
+ Rozšíření aplikace {0} má neplatný soubor Info.plist: slovník NSExtension neobsahuje hodnotu NSExtensionPointIdentifier.
+
+
+
+
+
+
+ Aplikace Watch {0} neobsahuje soubor Info.plist.
+
+
+
+ Aplikace Watch {0} neurčuje CFBundleIdentifier.
+
+
+
+ Aplikace Watch {0} má neplatný identifikátor CFBundleIdentifier ({1}), nezačíná identifikátorem CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
+
+
+
+ Aplikace Watch {0} nemá platnou hodnotu UIDeviceFamily. Očekává se Watch (4), ale našla se hodnota {1} ({2}).
+
+
+
+ Aplikace Watch {name} neurčuje CFBundleExecutable.
+
+
+
+ Aplikace Watch {0} má neplatnou hodnotu WKCompanionAppBundleIdentifier ({1}), neodpovídá identifikátoru CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
+
+
+
+ Aplikace Watch {0} má neplatný soubor Info.plist: musí být k dispozici klíč WKWatchKitApp, který má hodnotu true.
+
+
+
+ Aplikace Watch {0} má neplatný soubor Info.plist: nesmí být k dispozici klíč LSRequiresIPhoneOS.
+
+
+
+ Aplikace Watch {0} neobsahuje žádná rozšíření Watch.
+
+
+
+ Aplikace Watch {0} neobsahuje rozšíření Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Rozšíření Watch {0} neobsahuje soubor Info.plist.
+
+
+
+ Rozšíření Watch {0} neurčuje CFBundleIdentifier.
+
+
+
+ Rozšíření Watch {0} neurčuje CFBundleExecutable.
+
+
+
+ Rozšíření Watch {0} má neplatný identifikátor CFBundleIdentifier ({1}), nezačíná identifikátorem CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
+
+
+
+ Rozšíření Watch {0} má identifikátor CFBundleIdentifier ({1}), který končí neplatnou příponou .key.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: neobsahuje slovník NSExtension.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: NSExtensionPointIdentifier musí být com.apple.watchkit.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: slovník NSExtension musí obsahovat NSExtensionPointIdentifier.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: slovník NSExtension musí obsahovat NSExtensionAttributes.
+
+
+
+ Rozšíření Watch {0} má neplatnou hodnotu WKAppBundleIdentifier ({1}), neodpovídá hodnotě CFBundleIdentifier ({2}) nadřazené sady prostředků aplikace Watch.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: slovník NSExtensionAttributes musí obsahovat WKAppBundleIdentifier.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: slovník UIRequiredDeviceCapabilities by neměl obsahovat funkci watch-companion.
+
+
+
+ Rozšíření Watch {0} má neplatný soubor Info.plist: pole UIRequiredDeviceCapabilities by nemělo obsahovat funkci watch-companion.
+
+
+
+ Aplikace Watch {0} neobsahuje soubor Info.plist.
+
+
+
+ Aplikace Watch {0} neurčuje CFBundleIdentifier.
+
+
+
+ Aplikace Watcher {0} nemá platnou hodnotu UIDeviceFamily. Očekávalo se {1}, ale našlo se {2} ({3}).
+
+
+
+ Aplikace Watch {0} neurčuje CFBundleExecutable.
+
+
+
+ Rozšíření WatchKitu {0} má neplatnou hodnotu WKAppBundleIdentifier ({1}), která neodpovídá hodnotě CFBundleIdentifier ({2}) aplikace Watch.
+
+
+
+ Aplikace Watch {0} má neplatnou hodnotu WKCompanionAppBundleIdentifier ({1}), neodpovídá identifikátoru CFBundleIdentifier hlavní sady prostředků aplikace ({2}).
+
+
+
+ Aplikace Watch {0} má neplatný soubor Info.plist: WKCompanionAppBundleIdentifier musí existovat a musí odpovídat identifikátoru CFBundleIdentifier hlavní sady prostředků aplikace.
+
+
+
+ Aplikace Watch {0} má neplatný soubor Info.plist: nesmí být k dispozici klíč LSRequiresIPhoneOS.
+
+
+
+ Sada prostředků aplikace {0} neobsahuje soubor Info.plist.
+
+
+
+ {0} neurčuje CFBundleIdentifier.
+
+
+
+ {0} neurčuje CFBundleExecutable.
+
+
+
+ {0} neurčuje CFBundleSupportedPlatforms.
+
+
+
+ {0} neurčuje UIDeviceFamily.
+
+
+
+ {0} je neplatné: klíč UIDeviceFamily musí obsahovat hodnotu pro {1}.
+
+
+
+ Nerozpoznaný typ: {Type}
+
+
+
+ Přidání: Položka {0} se nezadala správně.
+
+
+
+ Přidání: Položka {0} obsahuje neplatný index pole.
+
+
+
+ Přidání: Položka {0} už existuje.
+
+
+
+ Přidání: Do nadřazeného prvku se nepovedlo přidat položku {0}.
+
+
+
+ Odstranění: Z nadřazeného prvku se nedala odstranit položka {0}.
+
+
+
+ Odstranění: Položka {0} obsahuje neplatný index pole.
+
+
+
+ Odstranění: Položka {0} neexistuje.
+
+
+
+ Import: Položka {0} se nezadala správně.
+
+
+
+ Import: Položka {0} obsahuje neplatný index pole.
+
+
+
+ Import: Při čtení souboru došlo k chybě: {0}
+
+
+
+ Import: Do nadřazeného prvku se nepovedlo přidat položku {0}.
+
+
+
+ Sloučení: Do slovníku se nedají přidat položky pole.
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Sloučení: Zadaná položka musí být kontejner.
+
+
+
+ Sloučení: Položka {0} obsahuje neplatný index pole.
+
+
+
+ Sloučení: Položka {0} neexistuje.
+
+
+
+ Sloučení: Při čtení souboru došlo k chybě: {0}
+
+
+
+ Nastavení: Položka {0} se nezadala správně.
+
+
+
+ Nastavení: Položka {0} obsahuje neplatný index pole.
+
+
+
+ Nastavení: Položka {0} neexistuje.
+
+
+
+ Pokud ve vazebním projektu neexistují nativní odkazy, nedá se vytvořit balíček prostředků vazby.
+
+
+
+ Xamarin.iOS 14+ nepodporuje aplikace watchOS 1. Migrujte projekt na watchOS 2+.
+
+
+ Neplatná architektura ({0}): není možné propojit více než jednu architekturu současně.
+
+
+ Argumenty kompilátoru AOT se nepovedlo analyzovat: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Neplatná architektura: {0}
+
+
+ Neplatná platforma: {0}
+
+
+ Soubor požadavků na produkt balíčku obsahuje architektury ({0}), které neodpovídají cílovým architekturám ({1}).
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.de.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.de.resx
index 1ec3c9d550eb..3ede7760e72a 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.de.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.de.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- "{0}" ist ungültig: Der UIDeviceFamily-Schlüssel muss einen Wert für "{1}" enthalten.
-
- Die Watch-App "{0}" enthält keine Watch-Erweiterung.
-
- Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtension-Wörterbuch muss einen NSExtensionPointIdentifier enthalten.
-
- Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtensionAttributes-Wörterbuch muss einen WKAppBundleIdentifier enthalten.
-
- Die WatchKit-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das UIRequiredDeviceCapabilities-Array darf nicht die watch-companion-Funktion enthalten.
-
- Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der WKCompanionAppBundleIdentifier muss vorhanden sein und mit dem CFBundleIdentifier des Haupt-App-Bundles übereinstimmen.
-
- Der MinimumOSVersion-Wert "{0}" konnte nicht analysiert werden.
-
- Fehler beim Laden von "{0}": {1}
-
- Das {0} SDK für "{1}" ist nicht installiert.
-
- Die TargetArchitectures "{0}" konnten nicht analysiert werden.
-
- Der Name der ausführbaren Datei (CFBundleExecutable) ({0}) darf nicht auf ".app" enden, weil iOS die App so möglicherweise nicht starten kann.
-
- Fehler beim Ausführen des Tools "{0}": {1}
-
- Fehler beim Codesignieren von "{0}": {1}
-
- Fehler beim Codesignieren von "{0}".
-
- "{0}" wurde nicht gefunden.
-
- Fehler beim Laden von "{0}": Unbekanntes Imageformat.
-
- Ungültige iTunesArtwork-Dimensionen ({0}×{1}) für "{2}".
-
- Es wurden mehrere iTunesArtwork-Dateien mit den gleichen Dimensionen ({0}×{1}) für "{2}" erkannt.
-
- Das bin-Verzeichnis für das SDK wurde nicht gefunden.
-
- Es darf nicht mehr als 1 Datei "iTunesMetadata.plist" vorhanden sein.
-
- Fehler beim Laden der plist-Einstellungsdatei "{0}/Settings.bundle/root.plist": {1}.
-
- Die SDK-Version {0} konnte nicht analysiert werden.
-
- "Info.plist" konnte nicht geladen werden: {0}
-
- Ungültige Architekturen: "{0}".
-
- Unbekannte Suchoption: {0}
-
- ARMv6 wird in Xamarin.iOS nicht mehr als Zielarchitektur unterstützt. Wählen Sie eine unterstützte Architektur aus.
-
- Kein Gerät gefunden.
-
- Fehler beim Analysieren der Informationen zum Zielgerät.
-
- Es wurde kein gültiges Xcode-App-Bundle unter "{0}" gefunden. Aktualisieren Sie Ihren Apple SDK-Speicherort in den Einstellungen für Visual Studio {1}.
-
- Es wurde kein gültiger Xcode-Entwicklerpfad gefunden.
-
- "{0}" wurde nicht gefunden.
-
- Unbekannte SDK-Plattform: {0}
-
- Das Bereitstellungsprofil mit dem Namen oder der UUID "{0}" wurde nicht gefunden.
-
- Das WatchKit-Startprogramm wurde nicht im Xcode-App-Bundle gefunden.
-
- Fehler beim Analysieren von SdkVersion {0}.
-
- Xcode 10 unterstützt keine watchOS 1-Apps. Führen Sie entweder ein Upgrade auf watchOS 2-Apps aus, oder verwenden Sie eine ältere Version von Xcode.
- Keine Informationen zur iOS-Version gefunden.
-
- Die Ressourcenregeldatei "{0}" wurde nicht gefunden.
-
- Keine Informationen zum Gerätebetriebssystem gefunden.
-
- Keine Informationen zum Gerätemodell gefunden.
-
- Keine Informationen zur Gerätearchitektur gefunden.
-
- Ungültige Zielarchitektur: "{0}"
-
- Für die Entwicklung von WatchKit-Anwendungen ist eine Installation von Xcode 6.2 oder höher erforderlich.
-
- iOS {0} bietet keine Unterstützung für WatchKit.
-
- Die Bundleressource "{0}" wurde nicht auf dem Datenträger gefunden (sollte sich in "{1}" befinden).
-
- Fehler bei "{0}".
-
- Datei nicht gefunden: {0}
-
- Ein Teil der Datei "Info.plist" wurde nicht generiert: {0}
-
- Ungültige JSON: {0}
-
- Fehler beim Laden der {0}-Protokolldatei "{1}": {2}
-
- Es wurde keine API-Definitionsdatei angegeben.
-
- Unbekannte Plattform: {0}
-
- Das {0} {1} SDK wurde nicht im Pfad "{}" gefunden.
-
- Der usr-Pfad für das {0} {1} SDK wurde nicht in "{2}" gefunden.
-
- Es wurde kein gültiger Xcode-Entwicklerpfad gefunden.
-
- Die Entitlements.plist-Vorlage "{0}" wurde nicht gefunden.
-
- Fehler beim Laden der Entitlements.plist-Vorlage "{0}": {1}
-
- Fehler beim Schreiben der xcent-Datei "{0}": {1}
-
- Fehler beim Schreiben der archived-expanded-entitlements.xcent-Datei: {0}
-
- {0} mit Code {1} beendet
-
- Keines der installierten Bereitstellungsprofile stimmt mit den installierten {1}-Signaturidentitäten für {0} überein.
-
- Der {0}-Codesignaturschlüssel "{1}" wurde nicht im Schlüsselbund gefunden.
-
- Für "{0}" unter {1} wurden keine verfügbaren Bereitstellungsprofile gefunden.
-
- "{0}" definiert keinen CFBundleIdentifier.
-
- Info.plist-Dateien müssen eine Buildaktion "None" aufweisen.
-
- Der Pfad "{0}" würde zu einer Datei außerhalb des App-Bundles führen und kann nicht verwendet werden.
-
- Der Name "{0}" ist reserviert und kann nicht verwendet werden.
-
- Fehler beim Laden der partiellen Info.plist-Vorlagendatei "{0}": {1}
-
- Der Arrayindex konnte nicht analysiert werden: {0}
-
- Der Arrayindex für das Element "{0}" liegt außerhalb des gültigen Bereichs.
-
- {0}-Werte unterstützen keine untergeordneten Eigenschaften.
-
- Das Abrufen von {0}-Werten wird nicht unterstützt.
-
- AssemblyPath darf nicht NULL oder leer sein.
-
- Es wurde keine Eigenschaft angegeben.
-
- Das Wörterbuch unter "{0}" enthielt nicht den Schlüssel: {1}
-
- Die Datei "{0}" ist nicht vorhanden.
-
- Die Datei "{0}" steht in Konflikt mit "{1}".
-
- Fehler bei der Paketerstellung. Es konnten keine zusätzlichen Argumente analysiert werden.
-
- Fehler beim Laden von "{0}".
-
- Fehler beim Speichern von "{0}": {1}
-
- Die Identität "{0}" stimmt mit keinem gültigen Schlüsselpaar (Zertifikatschlüssel/privater Schlüssel) im Standardschlüsselbund überein.
-
- Im Schlüsselbund wurden keine gültigen {0}-Codesignaturschlüssel gefunden. Sie müssen über https://developer.apple.com ein Codesignaturzertifikat anfordern.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- Die {0} SDK-Version {1} ist nicht installiert, und es wurde keine neuere Version gefunden.
-
- Die {0} SDK-Version {1} ist nicht installiert. Stattdessen wird die neuere Version {2} verwendet.
-
- "{0}" wurde nicht in "{1}" gefunden.
-
- Das {0} SDK ist nicht installiert.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Keine {0}-Signaturidentität entspricht dem angegebenen Bereitstellungsprofil "{1}".
-
- Das angegebene {0}-Bereitstellungsprofil "{1}" wurde nicht gefunden.
-
- Die Bundle-ID {0} stimmt mit keinem installierten Bereitstellungsprofil für die ausgewählte Signaturidentität "{0}" überein.
-
- Die Bundle-ID {0} stimmt mit keinem installierten Bereitstellungsprofil für die ausgewählte Signaturidentität "{0}" überein.
-
- Die Projektbundle-ID {0} stimmt nicht mit dem angegebenen Bereitstellungsprofil "{1}" überein.
-
- Das angegebene {0}-Bereitstellungsprofil "{1}" wurde nicht gefunden.
-
- Die Bundle-ID {0} stimmt mit keinem der installierten Bereitstellungsprofile überein.
-
- Die Anzahl von DestinationFiles muss der Anzahl von SourceFiles entsprechen.
-
- Sie müssen einen DestinationFolder oder DestinationFiles angeben, aber nicht beides.
-
- Für Elemente müssen logische Namen berechnet werden.
-
- Watch-Apps/-Erweiterungen erfordern Xcode 6.2 oder höher. Aktuelle Xcode-Version: {0}
-
- Unbekannter Zielframeworkbezeichner: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Zusammenführen: Fehler beim Lesen der Datei: {0}
-
- Zusammenführen: Eintrag "{0}" ist nicht vorhanden.
-
- Festlegen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
-
- Festlegen: Eintrag "{0}" wurde falsch angegeben.
-
- Festlegen: Eintrag "{0}" ist nicht vorhanden.
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Ein Bindungsressourcenpaket kann nur erstellt werden, wenn im Bindungsprojektsystem native Verweise vorhanden sind.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- "{0}" gibt keine CFBundleSupportedPlatforms an.
-
- "{0}" gibt keine CFBundleExecutable an.
-
- "{0}" gibt keinen CFBundleIdentifier an.
-
- Das App-Bundle "{0}" enthält keine Datei "Info.plist".
-
- Hinzufügen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
-
- Hinzufügen: Eintrag "{0}" wurde falsch angegeben.
-
- Unbekannter Typ: {Type}
-
- "{0}" gibt keine UIDeviceFamily an.
-
- Hinzufügen: Eintrag "{0}" kann dem übergeordneten Element nicht hinzugefügt werden.
-
- Hinzufügen: Eintrag "{0}" ist bereits vorhanden.
-
- Löschen: Eintrag "{0}" ist nicht vorhanden.
-
- Importieren: Eintrag "{0}" wurde falsch angegeben.
-
- Löschen: Eintrag "{0}" kann nicht aus dem übergeordneten Element gelöscht werden.
-
- Löschen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
-
- Importieren: Eintrag "{0}" kann nicht zum übergeordneten Element hinzugefügt werden.
-
- Zusammenführen: Arrayeinträge können dem Wörterbuch nicht hinzugefügt werden.
-
- Importieren: Eintrag "{0}" enthält einen ungültigen Arrayindex.
-
- Importieren: Fehler beim Lesen der Datei: {0}
-
- Zusammenführen: Der angegebene Eintrag muss ein Container sein.
-
- Zusammenführen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
-
- Die Watch-Erweiterung "{0}" gibt keine CFBundleExecutable an.
-
- Die Watch-Erweiterung "{0}" gibt keinen CFBundleIdentifier an.
-
- Die Watch-Erweiterung "{0}" weist einen CFBundleIdentifier ({1}) auf, der auf das ungültige Suffix ".key" endet.
-
- Die Watch-Erweiterung "{0}" weist einen ungültigen CFBundleIdentifier ({1}) auf, der nicht mit dem CFBundleIdentifier ({2}) des Haupt-App-Bundles beginnt.
-
- Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der LSRequiresIPhoneOS-Schlüssel darf nicht vorhanden sein.
-
- Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der WKWatchKitApp-Schlüssel muss vorhanden sein und den Wert TRUE aufweisen.
-
- Die Watch-Erweiterung "{0}" enthält keine Datei "Info.plist".
-
- Die Watch-App "{0}" enthält keine Watch-Erweiterungen.
-
- Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Der NSExtensionPointIdentifier muss "com.apple.watchkit" lauten.
-
- Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Die Datei umfasst kein NSExtension-Wörterbuch.
-
- Die Watch-App "{0}" gibt keinen CFBundleIdentifier an.
-
- Die Watch-App "{0}" weist keinen gültigen UIDeviceFamily-Wert auf. Erwartet: "{1}", gefunden: "{2} ({3})".
-
- Die Watch-App "{0}" gibt keine CFBundleExecutable an.
-
- Die WatchKit-Erweiterung "{0}" weist einen ungültigen WKAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") der Watch-App übereinstimmt.
-
- Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtension-Wörterbuch muss NSExtensionAttributes enthalten.
-
- Die Watch-Erweiterung "{0}" weist einen ungültigen WKAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") des übergeordneten Watch-App-Bundles übereinstimmt.
-
- Die WatchKit-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das UIRequiredDeviceCapabilities-Wörterbuch darf nicht die watch-companion-Funktion enthalten.
-
- Die Watch-App "{0}" enthält keine Datei "Info.plist".
-
- Die Watch-App "{0}" weist einen ungültigen WKCompanionAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") für das Bundle der Haupt-App übereinstimmt.
-
- Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der LSRequiresIPhoneOS-Schlüssel darf nicht vorhanden sein.
-
- Die App-Erweiterung "{0}" weist einen CFBundleIdentifier ({1}) auf, der auf das ungültige Suffix ".key" endet.
-
- Die App-Erweiterung "{0}" weist einen ungültigen CFBundleIdentifier ({1}) auf, der nicht mit dem CFBundleIdentifier ({2}) des Haupt-App-Bundles beginnt.
-
- Die App-Erweiterung "{0}" gibt keine CFBundleExecutable an.
-
- Die App-Erweiterung "{0}" gibt keinen CFBundleIdentifier an.
-
- Die App-Erweiterung "{0}" enthält keine Datei "Info.plist".
-
- Für diesen Computer sind keine Netzwerkadapter vorhanden. Ein Netzwerkadapter ist erforderlich, wenn das Debuggen oder die Profilerstellung auf dem Gerät über WLAN erfolgt.
-
- Die Host-IP-Adressen für die WLAN-Debuggereinstellungen konnten nicht aufgelöst werden.
-
- Die App-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Die Datei umfasst kein NSExtension-Wörterbuch.
-
- Die App-Erweiterung "{0}" gibt keinen CFBundleShortVersionString an.
-
- Die Watch-App "{0}" weist einen ungültigen CFBundleIdentifier ({1}) auf, der nicht mit dem CFBundleIdentifier ({2}) des Haupt-App-Bundles beginnt.
-
- Die Watch-App "{0}" weist keinen gültigen UIDeviceFamily-Wert auf. Erwartet: "Watch (4)", gefunden: "{1} ({2})".
-
- Die Watch-App "{0}" enthält keine Datei "Info.plist".
-
- Die Watch-App "{0}" gibt keinen CFBundleIdentifier an.
-
- Die App-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtension-Wörterbuch enthält keinen NSExtensionPointIdentifier-Wert.
-
- Die Watch-App "{name}" gibt keine CFBundleExecutable an.
-
- Die Watch-App "{0}" weist einen ungültigen WKCompanionAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") für das Bundle der Haupt-App übereinstimmt.
-
- Zulässige arbiträre HTTP-Lasten zur Unterstützung des Debuggings.
-
- Alle HTTP-Lasten sind bereits zulässig.
-
- Ausführung des Tools "{0}" mit Argumenten gestartet: {1}
-
- Ausführung des Tools "{0}" abgeschlossen (Exitcode = {1}).
-
- Es wird nach "{0}" in "{1}" gesucht.
-
- "{0}" wird als Ausgabedatei übersprungen, "{1}" ist neuer.
-
- Ausführung des Tools "{0}" beendet.
-
- Mehrere Bereitstellungsprofile stimmen mit der Bundle-ID überein. Es wird die erste Übereinstimmung verwendet.
-
- "{0}" stimmt nicht mit "{1}" überein.
-
- AppID: {0} wurde verworfen, weil bereits bessere Übereinstimmungen gefunden wurden: {1}.
-
- Es wird nach übereinstimmenden Bereitstellungsprofilen mit kompatibler AppID gesucht. Nur Profile mit den längsten übereinstimmenden (Platzhalter-) IDs werden beibehalten.
-
- AppID: {0} wurde verworfen, weil eine bessere Übereinstimmung gefunden wurde: {1}.
-
- Kein Frameworkverzeichnis gefunden.
-
- Name des generierten Bundles: {0}
-
- Das Zertifikat "{0}" stimmt nicht mit "{1}" überein.
-
- Bindungsressourcenpaket wird erstellt: {0}
-
- Das Zertifikat "{0}" ist abgelaufen ({1}).
-
- Das Zertifikat "{0}" stimmt mit keinem der Präfixe "{1}" überein.
-
- Erkannte Signaturidentität:
-
- "{0}" gefunden unter: {1}
-
- Mehrere Signaturidentitäten gefunden. Es wird die erste Identität verwendet.
-
- Mehrere Signaturidentitäten stimmen mit "{0}" überein. Es wird die erste Übereinstimmung verwendet.
-
- Frameworkassembly wird übersprungen: {0}
-
- Die Datei wird von "{0}" nach "{1}" kopiert.
-
- Verzeichnis "{0}" wird erstellt
-
- Die Datei ist nicht vorhanden und wird erstellt: {0}
-
- Doppelter Eintrag wurde übersprungen: {0}
-
- Die unterstützten iPhone-Ausrichtungen stimmen nicht überein.
-
- Es wurden keine unterstützten iPad-Ausrichtungen festgelegt.
-
- Die unterstützten iPad-Ausrichtungen sind keine übereinstimmenden Paare.
-
- Das watchOS 4.3 SDK kann nur bei der Kompilierung für watchOS simuliert werden.
-
- Es wurden keine unterstützten iPhone-Ausrichtungen festgelegt.
-
- Die Watch-App "{0}" gibt keinen CFBundleShortVersionString an.
-
- Die App-Erweiterung "{0}" weist einen unbekannten NSExtensionPointIdentifier-Wert auf ("{1}").
-
- Die Watch-App "{0}" gibt keine CFBundleVersion an.
-
- Die Watch-Apps "{0}" weist einen CFBundleShortVersionString ({1}) auf, der nicht mit dem CFBundleShortVersionString ({2}) des Haupt-App-Bundles übereinstimmt.
-
- Die App-Erweiterung "{0}" weist einen CFBundleShortVersionString ({1}) auf, der nicht mit dem CFBundleShortVersionString ({2}) des Haupt-App-Bundles übereinstimmt.
-
- Die App-Erweiterung "{0}" weist eine CFBundleVersion ({1}) auf, die nicht mit der CFBundleVersion ({2}) des Haupt-App-Bundles übereinstimmt.
-
- Die App-Erweiterung "{0}" gibt keine CFBundleVersion an.
-
- Die Watch-Erweiterung "{0}" gibt keinen CFBundleShortVersionString an.
-
- Die Watch-App "{0}" weist eine CFBundleVersion ({1}) auf, die nicht mit der CFBundleVersion ({2}) des Haupt-App-Bundles übereinstimmt.
-
- Fehler beim Erstellen der Antwortdatei "{0}": {1}
-
- Dynamische native Verweise werden nicht unterstützt: "{0}"
-
- Unbekannter nativer Verweistyp für "{0}".
-
- Die Ressource ist nicht Teil eines Ressourcenkatalogs: {0}
-
- Fehler beim Analysieren der altool-Ausgabe: {0}.
- Ausgabe: {1}
-
- Die Watch-Erweiterung "{0}" weist eine CFBundleVersion ({1}) auf, die nicht mit der CFBundleVersion ({2}) des Haupt-App-Bundles übereinstimmt.
-
- Die Watch-Erweiterung "{0}" weist einen CFBundleShortVersionString ({1}) auf, der nicht mit dem CFBundleShortVersionString ({2}) des Haupt-App-Bundles übereinstimmt.
-
- Die Watch-Erweiterung "{0}" gibt keine CFBundleVersion an.
-
- Keines der installierten Bereitstellungsprofile stimmt mit der Bundle-ID überein.
-
- iCloud-Berechtigungen wie "{0}" erfordern ein Bereitstellungsprofil.
-
- Die iCloud-Berechtigung "{0}" wird vom Bereitstellungsprofil nicht unterstützt.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Im Frameworkverzeichnis wurde ein Verzeichnis gefunden, das kein Framework ist: {0}
-
- Der Wert für den Manifestschlüssel "{0}" konnte nicht ermittelt werden.
-
- Das Framework "{0}" enthält keine Binärdatei mit dem Namen "{1}".
-
- $(AppIdentifierPrefix) in "Entitlements.plist" kann ohne ein Bereitstellungsprofil nicht erweitert werden.
-
- $(TeamIdentifierPrefix) in "Entitlements.plist" kann ohne ein Bereitstellungsprofil nicht erweitert werden.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ Ausführung des Tools "{0}" mit Argumenten gestartet: {1}
+
+
+
+ Ausführung des Tools "{0}" abgeschlossen (Exitcode = {1}).
+
+
+
+ Fehler beim Ausführen des Tools "{0}": {1}
+
+
+
+ Fehler beim Codesignieren von "{0}": {1}
+
+
+
+ Fehler beim Codesignieren von "{0}".
+
+
+
+ "{0}" wurde nicht gefunden.
+
+
+
+ Fehler beim Laden von "{0}": Unbekanntes Imageformat.
+
+
+
+ Ungültige iTunesArtwork-Dimensionen ({0}×{1}) für "{2}".
+
+
+
+ Es wurden mehrere iTunesArtwork-Dateien mit den gleichen Dimensionen ({0}×{1}) für "{2}" erkannt.
+
+
+
+ Fehler beim Laden von "{0}": {1}
+
+
+
+ Der MinimumOSVersion-Wert "{0}" konnte nicht analysiert werden.
+
+
+
+ Die TargetArchitectures "{0}" konnten nicht analysiert werden.
+
+
+
+ Das {0} SDK für "{1}" ist nicht installiert.
+
+
+
+ Der Name der ausführbaren Datei (CFBundleExecutable) ({0}) darf nicht auf ".app" enden, weil iOS die App so möglicherweise nicht starten kann.
+
+
+
+ Das watchOS 4.3 SDK kann nur bei der Kompilierung für watchOS simuliert werden.
+
+
+
+ Alle HTTP-Lasten sind bereits zulässig.
+
+
+
+ Zulässige arbiträre HTTP-Lasten zur Unterstützung des Debuggings.
+
+
+
+ Es wurden keine unterstützten iPhone-Ausrichtungen festgelegt.
+
+
+
+ Die unterstützten iPhone-Ausrichtungen stimmen nicht überein.
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Es wurden keine unterstützten iPad-Ausrichtungen festgelegt.
+
+
+
+ Die unterstützten iPad-Ausrichtungen sind keine übereinstimmenden Paare.
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Es darf nicht mehr als 1 Datei "iTunesMetadata.plist" vorhanden sein.
+
+
+
+ Fehler beim Laden der plist-Einstellungsdatei "{0}/Settings.bundle/root.plist": {1}.
+
+
+
+ Die SDK-Version {0} konnte nicht analysiert werden.
+
+
+
+
+
+
+
+
+
+ Das bin-Verzeichnis für das SDK wurde nicht gefunden.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Es wurde kein gültiges Xcode-App-Bundle unter "{0}" gefunden. Aktualisieren Sie Ihren Apple SDK-Speicherort in den Einstellungen für Visual Studio {1}.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Es wurde kein gültiger Xcode-Entwicklerpfad gefunden.
+
+
+
+ "{0}" wurde nicht gefunden.
+
+
+
+ Es wird nach "{0}" in "{1}" gesucht.
+
+
+
+ Unbekannte SDK-Plattform: {0}
+
+
+
+ Das Bereitstellungsprofil mit dem Namen oder der UUID "{0}" wurde nicht gefunden.
+
+
+
+ Unbekannte Suchoption: {0}
+
+
+
+ Unbekannter nativer Verweistyp für "{0}".
+
+
+
+ Dynamische native Verweise werden nicht unterstützt: "{0}"
+
+
+
+ ARMv6 wird in Xamarin.iOS nicht mehr als Zielarchitektur unterstützt. Wählen Sie eine unterstützte Architektur aus.
+
+
+
+ Fehler beim Erstellen der Antwortdatei "{0}": {1}
+
+
+
+ "Info.plist" konnte nicht geladen werden: {0}
+
+
+
+ Ungültige Architekturen: "{0}".
+
+
+
+ Fehler beim Analysieren der Informationen zum Zielgerät.
+
+
+
+ Kein Gerät gefunden.
+
+
+
+ Keine Informationen zur Gerätearchitektur gefunden.
+
+
+
+ Ungültige Zielarchitektur: "{0}"
+
+
+
+ Keine Informationen zum Gerätebetriebssystem gefunden.
+
+
+
+ Keine Informationen zum Gerätemodell gefunden.
+
+
+
+ Keine Informationen zur iOS-Version gefunden.
+
+
+
+ Die Ressourcenregeldatei "{0}" wurde nicht gefunden.
+
+
+
+ Fehler beim Analysieren von SdkVersion {0}.
+
+
+
+ Xcode 10 unterstützt keine watchOS 1-Apps. Führen Sie entweder ein Upgrade auf watchOS 2-Apps aus, oder verwenden Sie eine ältere Version von Xcode.
+
+
+ Für die Entwicklung von WatchKit-Anwendungen ist eine Installation von Xcode 6.2 oder höher erforderlich.
+
+
+
+ iOS {0} bietet keine Unterstützung für WatchKit.
+
+
+
+ Das WatchKit-Startprogramm wurde nicht im Xcode-App-Bundle gefunden.
+
+
+
+ Die App-Erweiterung "{0}" weist einen CFBundleShortVersionString ({1}) auf, der nicht mit dem CFBundleShortVersionString ({2}) des Haupt-App-Bundles übereinstimmt.
+
+
+
+ Die App-Erweiterung "{0}" gibt keine CFBundleVersion an.
+
+
+
+ Die App-Erweiterung "{0}" weist eine CFBundleVersion ({1}) auf, die nicht mit der CFBundleVersion ({2}) des Haupt-App-Bundles übereinstimmt.
+
+
+
+ Die App-Erweiterung "{0}" weist einen unbekannten NSExtensionPointIdentifier-Wert auf ("{1}").
+
+
+
+ Die Watch-App "{0}" gibt keinen CFBundleShortVersionString an.
+
+
+
+ Die Watch-Apps "{0}" weist einen CFBundleShortVersionString ({1}) auf, der nicht mit dem CFBundleShortVersionString ({2}) des Haupt-App-Bundles übereinstimmt.
+
+
+
+ Die Watch-App "{0}" gibt keine CFBundleVersion an.
+
+
+
+ Die Watch-App "{0}" weist eine CFBundleVersion ({1}) auf, die nicht mit der CFBundleVersion ({2}) des Haupt-App-Bundles übereinstimmt.
+
+
+
+ Die Watch-Erweiterung "{0}" gibt keinen CFBundleShortVersionString an.
+
+
+
+ Die Watch-Erweiterung "{0}" weist einen CFBundleShortVersionString ({1}) auf, der nicht mit dem CFBundleShortVersionString ({2}) des Haupt-App-Bundles übereinstimmt.
+
+
+
+ Die Watch-Erweiterung "{0}" gibt keine CFBundleVersion an.
+
+
+
+ Die Watch-Erweiterung "{0}" weist eine CFBundleVersion ({1}) auf, die nicht mit der CFBundleVersion ({2}) des Haupt-App-Bundles übereinstimmt.
+
+
+
+
+ Das {0} {1} SDK wurde nicht im Pfad "{}" gefunden.
+
+
+
+ Der usr-Pfad für das {0} {1} SDK wurde nicht in "{2}" gefunden.
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Es wurde kein gültiger Xcode-Entwicklerpfad gefunden.
+
+
+
+
+
+ Unbekannte Plattform: {0}
+
+
+
+ Die Ressource ist nicht Teil eines Ressourcenkatalogs: {0}
+
+
+
+ Datei nicht gefunden: {0}
+
+
+
+ Ungültige JSON: {0}
+
+
+
+ Ein Teil der Datei "Info.plist" wurde nicht generiert: {0}
+
+
+
+ Fehler beim Laden der {0}-Protokolldatei "{1}": {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Fehler beim Analysieren der altool-Ausgabe: {0}.
+ Ausgabe: {1}
+
+
+
+
+ Es wurde keine API-Definitionsdatei angegeben.
+
+
+
+ Fehler bei "{0}".
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ Die Bundleressource "{0}" wurde nicht auf dem Datenträger gefunden (sollte sich in "{1}" befinden).
+
+
+
+ Der Pfad "{0}" würde zu einer Datei außerhalb des App-Bundles führen und kann nicht verwendet werden.
+
+
+
+ Info.plist-Dateien müssen eine Buildaktion "None" aufweisen.
+
+
+
+ Der Name "{0}" ist reserviert und kann nicht verwendet werden.
+
+
+
+ Im Frameworkverzeichnis wurde ein Verzeichnis gefunden, das kein Framework ist: {0}
+
+
+
+ Das Framework "{0}" enthält keine Binärdatei mit dem Namen "{1}".
+
+
+
+ Kein Frameworkverzeichnis gefunden.
+
+
+
+ Der Wert für den Manifestschlüssel "{0}" konnte nicht ermittelt werden.
+
+
+
+ Fehler beim Laden der partiellen Info.plist-Vorlagendatei "{0}": {1}
+
+
+
+ $(TeamIdentifierPrefix) in "Entitlements.plist" kann ohne ein Bereitstellungsprofil nicht erweitert werden.
+
+
+
+ $(AppIdentifierPrefix) in "Entitlements.plist" kann ohne ein Bereitstellungsprofil nicht erweitert werden.
+
+
+
+ iCloud-Berechtigungen wie "{0}" erfordern ein Bereitstellungsprofil.
+
+
+
+ Die iCloud-Berechtigung "{0}" wird vom Bereitstellungsprofil nicht unterstützt.
+
+
+
+ Die Entitlements.plist-Vorlage "{0}" wurde nicht gefunden.
+
+
+
+ Fehler beim Laden der Entitlements.plist-Vorlage "{0}": {1}
+
+
+
+ Fehler beim Schreiben der xcent-Datei "{0}": {1}
+
+
+
+ Fehler beim Schreiben der archived-expanded-entitlements.xcent-Datei: {0}
+
+
+
+ Ausführung des Tools "{0}" beendet.
+
+
+
+ {0} mit Code {1} beendet
+
+
+
+ "{0}" wird als Ausgabedatei übersprungen, "{1}" ist neuer.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Fehler beim Speichern von "{0}": {1}
+
+
+
+ Bindungsressourcenpaket wird erstellt: {0}
+
+
+
+ Fehler beim Laden von "{0}".
+
+
+
+ Fehler bei der Paketerstellung. Es konnten keine zusätzlichen Argumente analysiert werden.
+
+
+
+ Die Identität "{0}" stimmt mit keinem gültigen Schlüsselpaar (Zertifikatschlüssel/privater Schlüssel) im Standardschlüsselbund überein.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Erkannte Signaturidentität:
+
+
+
+ Das Zertifikat "{0}" stimmt mit keinem der Präfixe "{1}" überein.
+
+
+
+ Das Zertifikat "{0}" ist abgelaufen ({1}).
+
+
+
+ Im Schlüsselbund wurden keine gültigen {0}-Codesignaturschlüssel gefunden. Sie müssen über https://developer.apple.com ein Codesignaturzertifikat anfordern.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ Das Zertifikat "{0}" stimmt nicht mit "{1}" überein.
+
+
+
+ Der {0}-Codesignaturschlüssel "{1}" wurde nicht im Schlüsselbund gefunden.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ Für "{0}" unter {1} wurden keine verfügbaren Bereitstellungsprofile gefunden.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ "{0}" stimmt nicht mit "{1}" überein.
+
+
+
+ Keines der installierten Bereitstellungsprofile stimmt mit den installierten {1}-Signaturidentitäten für {0} überein.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Es wird nach übereinstimmenden Bereitstellungsprofilen mit kompatibler AppID gesucht. Nur Profile mit den längsten übereinstimmenden (Platzhalter-) IDs werden beibehalten.
+
+
+
+ AppID: {0} wurde verworfen, weil eine bessere Übereinstimmung gefunden wurde: {1}.
+
+
+
+ AppID: {0} wurde verworfen, weil bereits bessere Übereinstimmungen gefunden wurden: {1}.
+
+
+
+ Keines der installierten Bereitstellungsprofile stimmt mit der Bundle-ID überein.
+
+
+
+ Mehrere Bereitstellungsprofile stimmen mit der Bundle-ID überein. Es wird die erste Übereinstimmung verwendet.
+
+
+
+ "{0}" definiert keinen CFBundleIdentifier.
+
+
+
+ Das angegebene {0}-Bereitstellungsprofil "{1}" wurde nicht gefunden.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ Die Projektbundle-ID {0} stimmt nicht mit dem angegebenen Bereitstellungsprofil "{1}" überein.
+
+
+
+ Mehrere Signaturidentitäten stimmen mit "{0}" überein. Es wird die erste Übereinstimmung verwendet.
+
+
+
+ Mehrere Signaturidentitäten gefunden. Es wird die erste Identität verwendet.
+
+
+
+ Das angegebene {0}-Bereitstellungsprofil "{1}" wurde nicht gefunden.
+
+
+
+ Keine {0}-Signaturidentität entspricht dem angegebenen Bereitstellungsprofil "{1}".
+
+
+
+ Die Bundle-ID {0} stimmt mit keinem installierten Bereitstellungsprofil für die ausgewählte Signaturidentität "{0}" überein.
+
+
+
+ Die Bundle-ID {0} stimmt mit keinem installierten Bereitstellungsprofil für die ausgewählte Signaturidentität "{0}" überein.
+
+
+
+ Die Bundle-ID {0} stimmt mit keinem der installierten Bereitstellungsprofile überein.
+
+
+
+ "{0}" gefunden unter: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath darf nicht NULL oder leer sein.
+
+
+
+ Name des generierten Bundles: {0}
+
+
+
+ Es wurde keine Eigenschaft angegeben.
+
+
+
+ Das Wörterbuch unter "{0}" enthielt nicht den Schlüssel: {1}
+
+
+
+ Der Arrayindex konnte nicht analysiert werden: {0}
+
+
+
+ Der Arrayindex für das Element "{0}" liegt außerhalb des gültigen Bereichs.
+
+
+
+ {0}-Werte unterstützen keine untergeordneten Eigenschaften.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ Das Abrufen von {0}-Werten wird nicht unterstützt.
+
+
+
+ Die Datei "{0}" ist nicht vorhanden.
+
+
+
+ Die Datei "{0}" steht in Konflikt mit "{1}".
+
+
+
+ Watch-Apps/-Erweiterungen erfordern Xcode 6.2 oder höher. Aktuelle Xcode-Version: {0}
+
+
+
+ Für Elemente müssen logische Namen berechnet werden.
+
+
+
+ Doppelter Eintrag wurde übersprungen: {0}
+
+
+
+ Die Datei ist nicht vorhanden und wird erstellt: {0}
+
+
+
+ Verzeichnis "{0}" wird erstellt
+
+
+
+ Die Datei wird von "{0}" nach "{1}" kopiert.
+
+
+
+ Sie müssen einen DestinationFolder oder DestinationFiles angeben, aber nicht beides.
+
+
+
+ Die Anzahl von DestinationFiles muss der Anzahl von SourceFiles entsprechen.
+
+
+
+ Frameworkassembly wird übersprungen: {0}
+
+
+
+ Unbekannter Zielframeworkbezeichner: {0}.
+
+
+
+ "{0}" wurde nicht in "{1}" gefunden.
+
+
+
+ Das {0} SDK ist nicht installiert.
+
+
+
+ Die {0} SDK-Version {1} ist nicht installiert, und es wurde keine neuere Version gefunden.
+
+
+
+ Die {0} SDK-Version {1} ist nicht installiert. Stattdessen wird die neuere Version {2} verwendet.
+
+
+
+ {0} weist ein ungültiges oder unbekanntes Format auf und kann nicht verarbeitet werden.
+
+
+
+ In "{0}" wurde kein passendes Framework gefunden.
+
+
+
+ Optionen „{0}“ und „{1}“ sind widersprüchlich. '{1}' wird ignoriert.
+
+
+
+ Es kann keine ISshCommands-Instanz abgerufen werden. Stellen Sie sicher, dass eine gültige Verbindung mit dem Mac hergestellt wurde.
+
+
+ Fehler beim Kopieren des Archivs "{0}" nach "{1}". Details: {2}
+
+
+ Es ist keine Verbindung mit dem Mac verfügbar. Die Aufgabe "{0}" wird nicht ausgeführt.
+
+
+ DataSet "{0}" konnte nicht deserialisiert werden.
+
+
+ Die Datei "{0}" verfügt nicht über ImageAsset als Buildaktion.
+
+
+ UTI konnte nicht für "{0}" im Katalog "{1}" aufgelöst werden.
+
+
+ Beim Überprüfen der Kompatibilität zwischen Xcode und Xamarin.iOS ist ein Fehler aufgetreten.
+
+
+ Das Projekt wurde mit einer nicht kompatiblen Version von Xcode ({0}) erstellt, die möglicherweise zu unerwarteten Warnungen oder Fehlern führt. Installieren Sie Xcode '{1}', oder schlagen Sie weitere Informationen in der Dokumentation nach.
+
+
+ Beim Überprüfen der Kompatibilität zwischen Xcode und Xamarin.iOS ist ein Fehler aufgetreten. Details: {0}
+
+
+
+ Der angegebene Archivpfad stammt nicht aus einer gültigen Archivdatei (XCARCHIVE). Archivpfad: "{0}"
+
+
+ Die macOS-Version {0} konnte keiner entsprechenden macOS-Version zugeordnet werden.
+
+
+ Die Host-IP-Adressen für die WLAN-Debuggereinstellungen konnten nicht aufgelöst werden.
+
+
+
+ Für diesen Computer sind keine Netzwerkadapter vorhanden. Ein Netzwerkadapter ist erforderlich, wenn das Debuggen oder die Profilerstellung auf dem Gerät über WLAN erfolgt.
+
+
+
+ Die App-Erweiterung "{0}" enthält keine Datei "Info.plist".
+
+
+
+ Die App-Erweiterung "{0}" gibt keinen CFBundleIdentifier an.
+
+
+
+ Die App-Erweiterung "{0}" gibt keine CFBundleExecutable an.
+
+
+
+ Die App-Erweiterung "{0}" weist einen ungültigen CFBundleIdentifier ({1}) auf, der nicht mit dem CFBundleIdentifier ({2}) des Haupt-App-Bundles beginnt.
+
+
+
+ Die App-Erweiterung "{0}" weist einen CFBundleIdentifier ({1}) auf, der auf das ungültige Suffix ".key" endet.
+
+
+
+ Die App-Erweiterung "{0}" gibt keinen CFBundleShortVersionString an.
+
+
+
+ Die App-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Die Datei umfasst kein NSExtension-Wörterbuch.
+
+
+
+ Die App-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtension-Wörterbuch enthält keinen NSExtensionPointIdentifier-Wert.
+
+
+
+
+
+
+ Die Watch-App "{0}" enthält keine Datei "Info.plist".
+
+
+
+ Die Watch-App "{0}" gibt keinen CFBundleIdentifier an.
+
+
+
+ Die Watch-App "{0}" weist einen ungültigen CFBundleIdentifier ({1}) auf, der nicht mit dem CFBundleIdentifier ({2}) des Haupt-App-Bundles beginnt.
+
+
+
+ Die Watch-App "{0}" weist keinen gültigen UIDeviceFamily-Wert auf. Erwartet: "Watch (4)", gefunden: "{1} ({2})".
+
+
+
+ Die Watch-App "{name}" gibt keine CFBundleExecutable an.
+
+
+
+ Die Watch-App "{0}" weist einen ungültigen WKCompanionAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") für das Bundle der Haupt-App übereinstimmt.
+
+
+
+ Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der WKWatchKitApp-Schlüssel muss vorhanden sein und den Wert TRUE aufweisen.
+
+
+
+ Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der LSRequiresIPhoneOS-Schlüssel darf nicht vorhanden sein.
+
+
+
+ Die Watch-App "{0}" enthält keine Watch-Erweiterungen.
+
+
+
+ Die Watch-App "{0}" enthält keine Watch-Erweiterung.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Die Watch-Erweiterung "{0}" enthält keine Datei "Info.plist".
+
+
+
+ Die Watch-Erweiterung "{0}" gibt keinen CFBundleIdentifier an.
+
+
+
+ Die Watch-Erweiterung "{0}" gibt keine CFBundleExecutable an.
+
+
+
+ Die Watch-Erweiterung "{0}" weist einen ungültigen CFBundleIdentifier ({1}) auf, der nicht mit dem CFBundleIdentifier ({2}) des Haupt-App-Bundles beginnt.
+
+
+
+ Die Watch-Erweiterung "{0}" weist einen CFBundleIdentifier ({1}) auf, der auf das ungültige Suffix ".key" endet.
+
+
+
+ Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Die Datei umfasst kein NSExtension-Wörterbuch.
+
+
+
+ Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Der NSExtensionPointIdentifier muss "com.apple.watchkit" lauten.
+
+
+
+ Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtension-Wörterbuch muss einen NSExtensionPointIdentifier enthalten.
+
+
+
+ Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtension-Wörterbuch muss NSExtensionAttributes enthalten.
+
+
+
+ Die Watch-Erweiterung "{0}" weist einen ungültigen WKAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") des übergeordneten Watch-App-Bundles übereinstimmt.
+
+
+
+ Die Watch-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das NSExtensionAttributes-Wörterbuch muss einen WKAppBundleIdentifier enthalten.
+
+
+
+ Die WatchKit-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das UIRequiredDeviceCapabilities-Wörterbuch darf nicht die watch-companion-Funktion enthalten.
+
+
+
+ Die WatchKit-Erweiterung "{0}" enthält eine ungültige Datei "Info.plist": Das UIRequiredDeviceCapabilities-Array darf nicht die watch-companion-Funktion enthalten.
+
+
+
+ Die Watch-App "{0}" enthält keine Datei "Info.plist".
+
+
+
+ Die Watch-App "{0}" gibt keinen CFBundleIdentifier an.
+
+
+
+ Die Watch-App "{0}" weist keinen gültigen UIDeviceFamily-Wert auf. Erwartet: "{1}", gefunden: "{2} ({3})".
+
+
+
+ Die Watch-App "{0}" gibt keine CFBundleExecutable an.
+
+
+
+ Die WatchKit-Erweiterung "{0}" weist einen ungültigen WKAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") der Watch-App übereinstimmt.
+
+
+
+ Die Watch-App "{0}" weist einen ungültigen WKCompanionAppBundleIdentifier-Wert auf ("{1}"), der nicht mit dem CFBundleIdentifier ("{2}") für das Bundle der Haupt-App übereinstimmt.
+
+
+
+ Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der WKCompanionAppBundleIdentifier muss vorhanden sein und mit dem CFBundleIdentifier des Haupt-App-Bundles übereinstimmen.
+
+
+
+ Die Watch-App "{0}" enthält eine ungültige Datei "Info.plist": Der LSRequiresIPhoneOS-Schlüssel darf nicht vorhanden sein.
+
+
+
+ Das App-Bundle "{0}" enthält keine Datei "Info.plist".
+
+
+
+ "{0}" gibt keinen CFBundleIdentifier an.
+
+
+
+ "{0}" gibt keine CFBundleExecutable an.
+
+
+
+ "{0}" gibt keine CFBundleSupportedPlatforms an.
+
+
+
+ "{0}" gibt keine UIDeviceFamily an.
+
+
+
+ "{0}" ist ungültig: Der UIDeviceFamily-Schlüssel muss einen Wert für "{1}" enthalten.
+
+
+
+ Unbekannter Typ: {Type}
+
+
+
+ Hinzufügen: Eintrag "{0}" wurde falsch angegeben.
+
+
+
+ Hinzufügen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
+
+
+
+ Hinzufügen: Eintrag "{0}" ist bereits vorhanden.
+
+
+
+ Hinzufügen: Eintrag "{0}" kann dem übergeordneten Element nicht hinzugefügt werden.
+
+
+
+ Löschen: Eintrag "{0}" kann nicht aus dem übergeordneten Element gelöscht werden.
+
+
+
+ Löschen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
+
+
+
+ Löschen: Eintrag "{0}" ist nicht vorhanden.
+
+
+
+ Importieren: Eintrag "{0}" wurde falsch angegeben.
+
+
+
+ Importieren: Eintrag "{0}" enthält einen ungültigen Arrayindex.
+
+
+
+ Importieren: Fehler beim Lesen der Datei: {0}
+
+
+
+ Importieren: Eintrag "{0}" kann nicht zum übergeordneten Element hinzugefügt werden.
+
+
+
+ Zusammenführen: Arrayeinträge können dem Wörterbuch nicht hinzugefügt werden.
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Zusammenführen: Der angegebene Eintrag muss ein Container sein.
+
+
+
+ Zusammenführen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
+
+
+
+ Zusammenführen: Eintrag "{0}" ist nicht vorhanden.
+
+
+
+ Zusammenführen: Fehler beim Lesen der Datei: {0}
+
+
+
+ Festlegen: Eintrag "{0}" wurde falsch angegeben.
+
+
+
+ Festlegen: Eintrag "{0}" enthält einen ungültigen Arrayindex.
+
+
+
+ Festlegen: Eintrag "{0}" ist nicht vorhanden.
+
+
+
+ Ein Bindungsressourcenpaket kann nur erstellt werden, wenn im Bindungsprojektsystem native Verweise vorhanden sind.
+
+
+
+ Xamarin.iOS 14+ unterstützt keine Apps für watchOS 1. Migrieren Sie Ihr Projekt zu watchOS 2 +.
+
+
+ Ungültige Architektur ({0}): еs kann nicht mehr als eine Architektur gleichzeitig verknüpft werden.
+
+
+ Die AOT-Compiler-Argumente können nicht analysiert werden: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Ungültiges Framework: {0}
+
+
+ Ungültige Plattform: {0}
+
+
+ Die Paketproduktanforderungsdatei enthält Architekturen ({0}), die nicht mit den Zielarchitekturen ({1}) übereinstimmen
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.es.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.es.resx
index 3ff0937d4f7d..1d263253c506 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.es.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.es.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- El elemento de {0} no es válido: la clave UIDeviceFamily debe contener un valor para "{1}".
-
- La aplicación de Watch "{0}" no contiene ninguna extensión de Watch.
-
- La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtension debe contener un valor NSExtensionPointIdentifier.
-
- La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtensionAttributes debe contener un valor WKAppBundleIdentifier.
-
- La extensión de WatchKit "{0}" tiene un archivo Info.plist no válido: la matriz UIRequiredDeviceCapabilities no debe contener la funcionalidad "watch-companion".
-
- La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: el valor WKCompanionAppBundleIdentifier debe existir y debe coincidir con el valor CFBundleIdentifier del lote de aplicaciones principal.
-
- No se pudo analizar el valor MinimumOSVersion "{0}".
-
- Error al cargar "{0}": {1}
-
- El SDK {0} de "{1}" no está instalado.
-
- No se pudieron analizar los elementos TargetArchitecture "{0}".
-
- El nombre del archivo ejecutable (CFBundleExecutable) ({0}) no puede terminar en ".app" porque es posible que iOS no pueda iniciar la aplicación.
-
- Error al ejecutar la herramienta "{0}": {1}
-
- No se pudo aplicar la firma de código a "{0}": {1}
-
- No se pudo aplicar la firma de código a "{0}"
-
- No se encuentra "{0}".
-
- Error al cargar "{0}": formato de imagen desconocido.
-
- Las dimensiones de iTunesArtwork ({0}x{1}) no son válidas para "{2}".
-
- Se han detectado varios archivos de iTunesArtwork con las mismas dimensiones ({0}x{1}) para "{2}".
-
- No se encuentra el directorio bin del SDK.
-
- No se puede tener más de un archivo iTunesMetadata.plist.
-
- Error al cargar el archivo plist de configuración "{0}/Settings.bundle/Root.plist": {1}.
-
- No se pudo analizar la versión del SDK "{0}".
-
- No se pudo cargar Info.plist: {0}
-
- Arquitecturas no válidas: "{0}".
-
- Opción de búsqueda desconocida: {0}
-
- Xamarin.iOS ya no admite la arquitectura de destino ARMv6. Seleccione una arquitectura compatible.
-
- No se encontró ningún dispositivo de destino.
-
- No se pudo analizar la información del dispositivo de destino.
-
- No se encontró ningún lote de aplicaciones de Xcode válido en "{0}". Actualice la ubicación de Apple SDK en las preferencias de Visual Studio {1}.
-
- No se encontró ninguna ruta de acceso de desarrollador de Xcode útil.
-
- No se encontró "{0}"
-
- Plataforma del SDK desconocida: {0}
-
- No se encuentra el perfil de aprovisionamiento con un nombre o UUID de {0}.
-
- No se encontró el iniciador de WatchKit en el lote de aplicaciones de Xcode.
-
- No se pudo analizar SdkVersion "{0}".
-
- Xcode 10 no es compatible con las aplicaciones de watchOS 1. Actualice a las aplicaciones de watchOS 2 o use una versión anterior de Xcode.
- No se encontró información de la versión de iOS.
-
- No se encontró el archivo de reglas de recursos "{0}".
-
- No se encontró información del sistema operativo del dispositivo.
-
- No se encontró información del modelo de dispositivo.
-
- No se encontró información de la arquitectura del dispositivo.
-
- Arquitectura de destino no válida: "{0}"
-
- Se requiere una instalación de Xcode >= 6.2 para compilar aplicaciones de WatchKit.
-
- iOS {0} no admite WatchKit.
-
- No se encontró el recurso del lote "{0}" en el disco (debe estar en "{1}").
-
- Error de {0}.
-
- Archivo no encontrado: {0}
-
- No se generó el archivo Info.plist parcial: {0}
-
- JSON no válido: {0}
-
- No se pudo cargar el archivo de registro {0} "{1}": {2}
-
- No se ha especificado ningún archivo de definición de API.
-
- Plataforma no reconocida: {0}
-
- No se encontró el SDK de {0} "{1}" en la ruta de acceso "{}".
-
- No se encontró la ruta de acceso usr del SDK de {0} "{1}" en "{2}"
-
- No se encontró ninguna ruta de acceso de desarrollador de Xcode válida.
-
- No se encontró la plantilla Entitlements.plist "{0}".
-
- Error al cargar la plantilla Entitlements.plist "{0}": {1}
-
- Error al escribir el archivo xcent "{0}": {1}
-
- Error al escribir el archivo archived-expanded-entitlements.xcent: {0}
-
- {0} finalizó con el código {1}.
-
- No hay perfiles de aprovisionamiento instalados que coincidan con las identidades de firma de {1} para {0} instaladas.
-
- No se encontró la clave de firma de código de {0} "{1}" en la cadena de claves.
-
- No se encontró ningún perfil de aprovisionamiento disponible para {0} en {1}.
-
- {0} no define ningún valor CFBundleIdentifier.
-
- Los archivos Info.plist deben tener la acción de compilación "Ninguno".
-
- La ruta de acceso "{0}" dirige a un archivo fuera del lote de aplicaciones y no se puede usar.
-
- El nombre "{0}" está reservado y no se puede usar.
-
- Error al cargar el archivo de plantilla Info.plist parcial "{0}": {1}
-
- No se pudo analizar el índice de matriz: {0}
-
- Índice de matriz fuera del intervalo para el elemento "{0}".
-
- Los valores {0} no admiten propiedades secundarias.
-
- No se admite la obtención de valores {0}.
-
- AssemblyPath no puede ser nulo ni estar vacío.
-
- No se ha especificado ninguna propiedad.
-
- El diccionario de "{0}" no contenía la clave: {1}
-
- El archivo "{0}" no existe.
-
- El archivo "{0}" entra en conflicto con "{1}".
-
- Error al crear el paquete. No se pudieron analizar los argumentos adicionales.
-
- Error al cargar "{0}"
-
- Error al guardar "{0}": {1}
-
- La identidad "{0}" no coincide con ningún par certificado-clave privada válido en la cadena de claves predeterminada.
-
- No se encontraron claves de firma de código de {0} válidas en la cadena de claves. Debe solicitar un certificado de firma de código de https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- La versión "{1}" del SDK de {0} no está instalada y no se encontró ninguna versión más reciente.
-
- La versión "{1}" del SDK de {0} no está instalada. Se utilizará la versión "{2}" más reciente en su lugar.
-
- No se encontró {0} en {1}.
-
- El SDK de {0} no está instalado.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- No hay ninguna identidad de firma {0} que coincida con el perfil de aprovisionamiento "{1}" especificado.
-
- No se encuentra el perfil de aprovisionamiento {0} "{1}" especificado.
-
- El identificador de lote "{0}" no coincide con ningún perfil de aprovisionamiento instalado para la identidad de firma "{0}" seleccionada.
-
- El identificador de lote "{0}" no coincide con ningún perfil de aprovisionamiento instalado para la identidad de firma "{0}" seleccionada.
-
- El identificador de lote "{0}" del proyecto no coincide con el perfil de aprovisionamiento "{1}" especificado.
-
- No se encuentra el perfil de aprovisionamiento de {0} "{1}" especificado.
-
- El identificador de lote "{0}" no coincide con ningún perfil de aprovisionamiento instalado.
-
- El número de elementos DestinationFile debe coincidir con el de elementos SourceFile.
-
- Debe especificar un valor para DestinationFolder o DestinationFiles, pero no ambos.
-
- Deben calcularse nombres lógicos para los elementos.
-
- Las aplicaciones o extensiones de Watch requieren Xcode 6.2 o posterior. La versión actual de Xcode es {0}.
-
- Identificador de plataforma de destino desconocido: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Fusionar: error al leer el archivo: {0}
-
- Fusionar: la entrada, "{0}", no existe.
-
- Establecer: la entrada, "{0}", contiene un índice de matriz no válido.
-
- Establecer: la entrada, "{0}", se ha especificado incorrectamente.
-
- Establecer: la entrada, "{0}", no existe.
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- No se puede crear un paquete de recursos de enlace, a menos que haya referencias nativas en el proyecto de enlace.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} no especifica ningún elemento CFBundleSupportedPlatform.
-
- {0} no especifica ningún elemento CFBundleExecutable.
-
- {0} no especifica ningún valor CFBundleIdentifier.
-
- El lote de aplicaciones {0} no contiene ningún archivo Info.plist.
-
- Agregar: la entrada, "{0}", contiene un índice de matriz no válido.
-
- Agregar: la entrada, "{0}", se ha especificado incorrectamente.
-
- Tipo no reconocido: {Type}
-
- {0} no especifica ningún elemento UIDeviceFamily.
-
- Agregar: no se puede agregar la entrada, "{0}", al elemento primario.
-
- Agregar: la entrada "{0}" ya existe.
-
- Eliminar: la entrada, "{0}", no existe.
-
- Importar: la entrada, "{0}", se ha especificado incorrectamente.
-
- Eliminar: no se puede eliminar la entrada, "{0}", del elemento primario.
-
- Eliminar: la entrada, "{0}", contiene un índice de matriz no válido.
-
- Importar: no se puede agregar la entrada, "{0}", al elemento primario.
-
- Fusionar: no se pueden agregar entradas de matriz al diccionario.
-
- Importar: la entrada, "{0}", contiene un índice de matriz no válido.
-
- Importar: error al leer el archivo: {0}
-
- Fusionar: la entrada especificada debe ser un contenedor.
-
- Fusionar: la entrada, "{0}", contiene un índice de matriz no válido.
-
- La extensión de Watch "{0}" no especifica ningún elemento CFBundleExecutable.
-
- La extensión de Watch "{0}" no especifica ningún valor CFBundleIdentifier.
-
- La extensión de Watch "{0}" tiene un valor CFBundleIdentifier ({1}) que termina con el sufijo ".key" no válido.
-
- La extensión de Watch "{0}" tiene un valor CFBundleIdentifier ({1}) no válido; no comienza con el valor CFBundleIdentifier ({2}) del lote de aplicaciones principal.
-
- La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: la clave LSRequiresIPhoneOS no debe estar presente.
-
- La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: la clave WKWatchKitApp debe estar presente y tener el valor "true".
-
- La extensión de Watch "{0}" no contiene ningún archivo Info.plist.
-
- La aplicación de Watch "{0}" no contiene extensiones de Watch.
-
- La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el valor NSExtensionPointIdentifier debe ser "com.apple.watchkit".
-
- La extensión de Watch "{0}" tiene un archivo Info.plist no válido: no contiene ningún diccionario NSExtension.
-
- La aplicación de Watch "{0}" no especifica ningún elemento CFBundleIdentifier.
-
- La aplicación de Watch "{0}" no tiene un valor UIDeviceFamily válido. Se esperaba "{1}", pero se encontró "{2} ({3})".
-
- La aplicación de Watch "{0}" no especifica ningún valor CFBundleExecutable.
-
- La extensión de WatchKit "{0}" tiene un valor WKAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier de la aplicación de Watch ("{2}").
-
- La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtension debe contener valores NSExtensionAttribute.
-
- La extensión de Watch "{0}" tiene un valor WKAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier del lote de aplicaciones de Watch principal ("{2}").
-
- La extensión de WatchKit "{0}" tiene un archivo Info.plist no válido: el diccionario UIRequiredDeviceCapabilities no debe contener la funcionalidad "watch-companion".
-
- La aplicación de Watch "{0}" no contiene ningún archivo Info.plist.
-
- La aplicación de Watch "{0}" tiene un valor WKCompanionAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier del lote de aplicaciones principal ("{2}").
-
- La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: la clave LSRequiresIPhoneOS no debe estar presente.
-
- La extensión de aplicación "{0}" tiene un valor CFBundleIdentifier ({1}) que termina con el sufijo ".key" no válido.
-
- La extensión de aplicación "{0}" tiene un valor CFBundleIdentifier no válido ({1}); no comienza con el valor CFBundleIdentifier ({2}) del lote de aplicaciones principal.
-
- La extensión de aplicación "{0}" no especifica ningún valor CFBundleExecutable.
-
- La extensión de aplicación "{0}" no especifica ningún valor CFBundleIdentifier.
-
- La extensión de aplicación "{0}" no contiene ningún archivo Info.plist.
-
- Esta máquina no tiene ningún adaptador de red, lo cual es necesario para la depuración o la generación de perfiles en el dispositivo a través de Wi-Fi.
-
- No se pudieron resolver las direcciones IP del host para la configuración del depurador Wi-Fi.
-
- La extensión de aplicación "{0}" tiene un archivo Info.plist no válido: no contiene ningún diccionario NSExtension.
-
- La extensión de aplicación "{0}" no especifica ningún valor CFBundleShortVersionString.
-
- La aplicación de Watch "{0}" tiene un valor CFBundleIdentifier ({1}) no válido; no comienza con el valor CFBundleIdentifier del lote de aplicaciones principal ({2}).
-
- La aplicación de Watch "{0}" no tiene un valor UIDeviceFamily válido. Se esperaba "Watch (4)", pero se encontró "{1} ({2})".
-
- La aplicación de Watch "{0}" no contiene ningún archivo Info.plist.
-
- La aplicación de Watch "{0}" no especifica ningún elemento CFBundleIdentifier.
-
- La extensión de aplicación "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtension no contiene ningún valor NSExtensionPointIdentifier.
-
- La aplicación de Watch "{name}" no especifica ningún elemento CFBundleExecutable.
-
- La aplicación de Watch "{0}" tiene un valor WKCompanionAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier del lote de aplicaciones principal ("{2}").
-
- Se permiten las cargas HTTP arbitrarias para admitir la depuración.
-
- Ya se permiten todas las cargas HTTP.
-
- La ejecución de la herramienta {0} se inició con argumentos: {1}
-
- La ejecución de la herramienta {0} ha finalizado (código de salida: {1}).
-
- Buscando "{0}" en "{1}"
-
- Se omite "{0}" porque el archivo de salida, "{1}", es más reciente.
-
- La ejecución de la herramienta {0} ha finalizado.
-
- Varios perfiles de aprovisionamiento coinciden con el identificador de lote. Se usará el primero.
-
- "{0}" no coincide con "{1}".
-
- AppID: {0} se ha descartado porque hemos encontrado coincidencias más adecuadas: {1}.
-
- Buscando perfiles de aprovisionamiento coincidentes con un valor AppID compatible; se conservan solo aquellos que tengan los identificadores coincidentes más largos (comodines).
-
- AppID: {0} se ha descartado porque se encontró una coincidencia más adecuada: {1}.
-
- No se encuentra ningún directorio de Frameworks.
-
- Nombre del lote generado: {0}
-
- El certificado "{0}" no coincide con "{1}".
-
- Creando el paquete de recursos de enlace: {0}
-
- El certificado "{0}" ha expirado ({1})
-
- El certificado "{0}" no coincide con ninguno de los prefijos "{1}".
-
- Identidad de firma detectada:
-
- Se encontró {0} en {1}
-
- Se han encontrado varias identidades de firma. Se usará la primera.
-
- Varias identidades de firma coinciden con "{0}". Se usará la primera.
-
- Omitiendo el ensamblado de la plataforma: {0}
-
- Copiando el archivo de "{0}" a "{1}"
-
- Creando el directorio "{0}"
-
- El archivo no existe, se creará {0}
-
- La entrada duplicada se ha omitido: {0}
-
- Las orientaciones de iPhone admitidas no coinciden con las del iPad.
-
- No se han establecido las orientaciones de iPad admitidas.
-
- Las orientaciones de iPad admitidas no son pares coincidentes.
-
- Solo puede emularse el SDK de watchOS 4.3 al compilar para watchOS.
-
- No se han establecido las orientaciones de iPhone admitidas.
-
- La aplicación de Watch "{0}" no especifica ningún valor CFBundleShortVersionString.
-
- La extensión de aplicación "{0}" tiene un valor NSExtensionPointIdentifier no reconocido ("{1}").
-
- La aplicación de Watch "{0}" no especifica ningún valor CFBundleVersion.
-
- La aplicación de Watch "{0}" tiene un valor CFBundleShortVersionString ({1}) que no coincide con el valor CFBundleShortVersionString del lote de aplicaciones principal ({2}).
-
- La extensión de aplicación "{0}" tiene un valor CFBundleShortVersionString ({1}) que no coincide con el valor CFBundleShortVersionString del lote de aplicaciones principal ({2}).
-
- La extensión de aplicación "{0}" tiene un valor CFBundleVersion ({1}) que no coincide con el valor CFBundleVersion del lote de aplicaciones principal ({2}).
-
- La extensión de aplicación "{0}" no especifica ningún valor CFBundleVersion.
-
- La extensión de Watch "{0}" no especifica ningún valor CFBundleShortVersionString.
-
- La aplicación de Watch "{0}" tiene un valor CFBundleVersion ({1}) que no coincide con el valor CFBundleVersion del lote de aplicaciones principal ({2}).
-
- No se pudo crear el archivo de respuesta "{0}": {1}
-
- No se admiten las referencias nativas dinámicas: "{0}"
-
- Tipo de referencia nativo desconocido para "{0}".
-
- El recurso no forma parte de un catálogo de recursos: {0}
-
- No se pudo analizar la salida de altool: {0}.
- Salida: {1}
-
- La extensión de Watch "{0}" tiene un valor CFBundleVersion ({1}) que no coincide con el valor CFBundleVersion del lote de aplicaciones principal ({2}).
-
- La extensión de Watch "{0}" tiene un valor CFBundleShortVersionString ({1}) que no coincide con el valor CFBundleShortVersionString del lote de aplicaciones principal ({2}).
-
- La extensión de Watch "{0}" no especifica ningún valor CFBundleVersion.
-
- No hay perfiles de aprovisionamiento instalados que coincidan con el identificador de lote.
-
- Los derechos de iCloud, como "{0}", requieren un perfil de aprovisionamiento.
-
- El perfil de aprovisionamiento no admite el derecho de iCloud "{0}".
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Se encontró un directorio en el directorio de Frameworks que no es un marco: {0}
-
- No se pudo determinar el valor de la clave de manifiesto "{0}".
-
- El marco {0} no contiene un binario denominado {1}.
-
- No se puede expandir $(AppIdentifierPrefix) en el archivo Entitlements.plist sin un perfil de aprovisionamiento.
-
- No se puede expandir $(TeamIdentifierPrefix) en el archivo Entitlements.plist sin un perfil de aprovisionamiento.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ La ejecución de la herramienta {0} se inició con argumentos: {1}
+
+
+
+ La ejecución de la herramienta {0} ha finalizado (código de salida: {1}).
+
+
+
+ Error al ejecutar la herramienta "{0}": {1}
+
+
+
+ No se pudo aplicar la firma de código a "{0}": {1}
+
+
+
+ No se pudo aplicar la firma de código a "{0}"
+
+
+
+ No se encuentra "{0}".
+
+
+
+ Error al cargar "{0}": formato de imagen desconocido.
+
+
+
+ Las dimensiones de iTunesArtwork ({0}x{1}) no son válidas para "{2}".
+
+
+
+ Se han detectado varios archivos de iTunesArtwork con las mismas dimensiones ({0}x{1}) para "{2}".
+
+
+
+ Error al cargar "{0}": {1}
+
+
+
+ No se pudo analizar el valor MinimumOSVersion "{0}".
+
+
+
+ No se pudieron analizar los elementos TargetArchitecture "{0}".
+
+
+
+ El SDK {0} de "{1}" no está instalado.
+
+
+
+ El nombre del archivo ejecutable (CFBundleExecutable) ({0}) no puede terminar en ".app" porque es posible que iOS no pueda iniciar la aplicación.
+
+
+
+ Solo puede emularse el SDK de watchOS 4.3 al compilar para watchOS.
+
+
+
+ Ya se permiten todas las cargas HTTP.
+
+
+
+ Se permiten las cargas HTTP arbitrarias para admitir la depuración.
+
+
+
+ No se han establecido las orientaciones de iPhone admitidas.
+
+
+
+ Las orientaciones de iPhone admitidas no coinciden con las del iPad.
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ No se han establecido las orientaciones de iPad admitidas.
+
+
+
+ Las orientaciones de iPad admitidas no son pares coincidentes.
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ No se puede tener más de un archivo iTunesMetadata.plist.
+
+
+
+ Error al cargar el archivo plist de configuración "{0}/Settings.bundle/Root.plist": {1}.
+
+
+
+ No se pudo analizar la versión del SDK "{0}".
+
+
+
+
+
+
+
+
+
+ No se encuentra el directorio bin del SDK.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ No se encontró ningún lote de aplicaciones de Xcode válido en "{0}". Actualice la ubicación de Apple SDK en las preferencias de Visual Studio {1}.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ No se encontró ninguna ruta de acceso de desarrollador de Xcode útil.
+
+
+
+ No se encontró "{0}"
+
+
+
+ Buscando "{0}" en "{1}"
+
+
+
+ Plataforma del SDK desconocida: {0}
+
+
+
+ No se encuentra el perfil de aprovisionamiento con un nombre o UUID de {0}.
+
+
+
+ Opción de búsqueda desconocida: {0}
+
+
+
+ Tipo de referencia nativo desconocido para "{0}".
+
+
+
+ No se admiten las referencias nativas dinámicas: "{0}"
+
+
+
+ Xamarin.iOS ya no admite la arquitectura de destino ARMv6. Seleccione una arquitectura compatible.
+
+
+
+ No se pudo crear el archivo de respuesta "{0}": {1}
+
+
+
+ No se pudo cargar Info.plist: {0}
+
+
+
+ Arquitecturas no válidas: "{0}".
+
+
+
+ No se pudo analizar la información del dispositivo de destino.
+
+
+
+ No se encontró ningún dispositivo de destino.
+
+
+
+ No se encontró información de la arquitectura del dispositivo.
+
+
+
+ Arquitectura de destino no válida: "{0}"
+
+
+
+ No se encontró información del sistema operativo del dispositivo.
+
+
+
+ No se encontró información del modelo de dispositivo.
+
+
+
+ No se encontró información de la versión de iOS.
+
+
+
+ No se encontró el archivo de reglas de recursos "{0}".
+
+
+
+ No se pudo analizar SdkVersion "{0}".
+
+
+
+ Xcode 10 no es compatible con las aplicaciones de watchOS 1. Actualice a las aplicaciones de watchOS 2 o use una versión anterior de Xcode.
+
+
+ Se requiere una instalación de Xcode >= 6.2 para compilar aplicaciones de WatchKit.
+
+
+
+ iOS {0} no admite WatchKit.
+
+
+
+ No se encontró el iniciador de WatchKit en el lote de aplicaciones de Xcode.
+
+
+
+ La extensión de aplicación "{0}" tiene un valor CFBundleShortVersionString ({1}) que no coincide con el valor CFBundleShortVersionString del lote de aplicaciones principal ({2}).
+
+
+
+ La extensión de aplicación "{0}" no especifica ningún valor CFBundleVersion.
+
+
+
+ La extensión de aplicación "{0}" tiene un valor CFBundleVersion ({1}) que no coincide con el valor CFBundleVersion del lote de aplicaciones principal ({2}).
+
+
+
+ La extensión de aplicación "{0}" tiene un valor NSExtensionPointIdentifier no reconocido ("{1}").
+
+
+
+ La aplicación de Watch "{0}" no especifica ningún valor CFBundleShortVersionString.
+
+
+
+ La aplicación de Watch "{0}" tiene un valor CFBundleShortVersionString ({1}) que no coincide con el valor CFBundleShortVersionString del lote de aplicaciones principal ({2}).
+
+
+
+ La aplicación de Watch "{0}" no especifica ningún valor CFBundleVersion.
+
+
+
+ La aplicación de Watch "{0}" tiene un valor CFBundleVersion ({1}) que no coincide con el valor CFBundleVersion del lote de aplicaciones principal ({2}).
+
+
+
+ La extensión de Watch "{0}" no especifica ningún valor CFBundleShortVersionString.
+
+
+
+ La extensión de Watch "{0}" tiene un valor CFBundleShortVersionString ({1}) que no coincide con el valor CFBundleShortVersionString del lote de aplicaciones principal ({2}).
+
+
+
+ La extensión de Watch "{0}" no especifica ningún valor CFBundleVersion.
+
+
+
+ La extensión de Watch "{0}" tiene un valor CFBundleVersion ({1}) que no coincide con el valor CFBundleVersion del lote de aplicaciones principal ({2}).
+
+
+
+
+ No se encontró el SDK de {0} "{1}" en la ruta de acceso "{}".
+
+
+
+ No se encontró la ruta de acceso usr del SDK de {0} "{1}" en "{2}"
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ No se encontró ninguna ruta de acceso de desarrollador de Xcode válida.
+
+
+
+
+
+ Plataforma no reconocida: {0}
+
+
+
+ El recurso no forma parte de un catálogo de recursos: {0}
+
+
+
+ Archivo no encontrado: {0}
+
+
+
+ JSON no válido: {0}
+
+
+
+ No se generó el archivo Info.plist parcial: {0}
+
+
+
+ No se pudo cargar el archivo de registro {0} "{1}": {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ No se pudo analizar la salida de altool: {0}.
+ Salida: {1}
+
+
+
+
+ No se ha especificado ningún archivo de definición de API.
+
+
+
+ Error de {0}.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ No se encontró el recurso del lote "{0}" en el disco (debe estar en "{1}").
+
+
+
+ La ruta de acceso "{0}" dirige a un archivo fuera del lote de aplicaciones y no se puede usar.
+
+
+
+ Los archivos Info.plist deben tener la acción de compilación "Ninguno".
+
+
+
+ El nombre "{0}" está reservado y no se puede usar.
+
+
+
+ Se encontró un directorio en el directorio de Frameworks que no es un marco: {0}
+
+
+
+ El marco {0} no contiene un binario denominado {1}.
+
+
+
+ No se encuentra ningún directorio de Frameworks.
+
+
+
+ No se pudo determinar el valor de la clave de manifiesto "{0}".
+
+
+
+ Error al cargar el archivo de plantilla Info.plist parcial "{0}": {1}
+
+
+
+ No se puede expandir $(TeamIdentifierPrefix) en el archivo Entitlements.plist sin un perfil de aprovisionamiento.
+
+
+
+ No se puede expandir $(AppIdentifierPrefix) en el archivo Entitlements.plist sin un perfil de aprovisionamiento.
+
+
+
+ Los derechos de iCloud, como "{0}", requieren un perfil de aprovisionamiento.
+
+
+
+ El derecho de iCloud '{0}' no es compatible con el Perfil de aprovisionamiento.
+
+
+
+ No se encontró la plantilla Entitlements.plist "{0}".
+
+
+
+ Error al cargar la plantilla Entitlements.plist "{0}": {1}
+
+
+
+ Error al escribir el archivo xcent "{0}": {1}
+
+
+
+ Error al escribir el archivo archived-expanded-entitlements.xcent: {0}
+
+
+
+ La ejecución de la herramienta {0} ha finalizado.
+
+
+
+ {0} finalizó con el código {1}.
+
+
+
+ Se omite "{0}" porque el archivo de salida, "{1}", es más reciente.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Error al guardar "{0}": {1}
+
+
+
+ Creando el paquete de recursos de enlace: {0}
+
+
+
+ Error al cargar "{0}"
+
+
+
+ Error al crear el paquete. No se pudieron analizar los argumentos adicionales.
+
+
+
+ La identidad "{0}" no coincide con ningún par certificado-clave privada válido en la cadena de claves predeterminada.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Identidad de firma detectada:
+
+
+
+ El certificado "{0}" no coincide con ninguno de los prefijos "{1}".
+
+
+
+ El certificado "{0}" ha expirado ({1})
+
+
+
+ No se encontraron claves de firma de código de {0} válidas en la cadena de claves. Debe solicitar un certificado de firma de código de https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ El certificado "{0}" no coincide con "{1}".
+
+
+
+ No se encontró la clave de firma de código de {0} "{1}" en la cadena de claves.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ No se encontró ningún perfil de aprovisionamiento disponible para {0} en {1}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ "{0}" no coincide con "{1}".
+
+
+
+ No hay perfiles de aprovisionamiento instalados que coincidan con las identidades de firma de {1} para {0} instaladas.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Buscando perfiles de aprovisionamiento coincidentes con un valor AppID compatible; se conservan solo aquellos que tengan los identificadores coincidentes más largos (comodines).
+
+
+
+ AppID: {0} se ha descartado porque se encontró una coincidencia más adecuada: {1}.
+
+
+
+ AppID: {0} se ha descartado porque hemos encontrado coincidencias más adecuadas: {1}.
+
+
+
+ No hay perfiles de aprovisionamiento instalados que coincidan con el identificador de lote.
+
+
+
+ Varios perfiles de aprovisionamiento coinciden con el identificador de lote. Se usará el primero.
+
+
+
+ {0} no define ningún valor CFBundleIdentifier.
+
+
+
+ No se encuentra el perfil de aprovisionamiento de {0} "{1}" especificado.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ El identificador de lote "{0}" del proyecto no coincide con el perfil de aprovisionamiento "{1}" especificado.
+
+
+
+ Varias identidades de firma coinciden con "{0}". Se usará la primera.
+
+
+
+ Se han encontrado varias identidades de firma. Se usará la primera.
+
+
+
+ No se encuentra el perfil de aprovisionamiento {0} "{1}" especificado.
+
+
+
+ No hay ninguna identidad de firma {0} que coincida con el perfil de aprovisionamiento "{1}" especificado.
+
+
+
+ El identificador de lote "{0}" no coincide con ningún perfil de aprovisionamiento instalado para la identidad de firma "{0}" seleccionada.
+
+
+
+ El identificador de lote "{0}" no coincide con ningún perfil de aprovisionamiento instalado para la identidad de firma "{0}" seleccionada.
+
+
+
+ El identificador de lote "{0}" no coincide con ningún perfil de aprovisionamiento instalado.
+
+
+
+ Se encontró {0} en {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath no puede ser nulo ni estar vacío.
+
+
+
+ Nombre del lote generado: {0}
+
+
+
+ No se ha especificado ninguna propiedad.
+
+
+
+ El diccionario de "{0}" no contenía la clave: {1}
+
+
+
+ No se pudo analizar el índice de matriz: {0}
+
+
+
+ Índice de matriz fuera del intervalo para el elemento "{0}".
+
+
+
+ Los valores {0} no admiten propiedades secundarias.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ No se admite la obtención de valores {0}.
+
+
+
+ El archivo "{0}" no existe.
+
+
+
+ El archivo "{0}" entra en conflicto con "{1}".
+
+
+
+ Las aplicaciones o extensiones de Watch requieren Xcode 6.2 o posterior. La versión actual de Xcode es {0}.
+
+
+
+ Deben calcularse nombres lógicos para los elementos.
+
+
+
+ La entrada duplicada se ha omitido: {0}
+
+
+
+ El archivo no existe, se creará {0}
+
+
+
+ Creando el directorio "{0}"
+
+
+
+ Copiando el archivo de "{0}" a "{1}"
+
+
+
+ Debe especificar un valor para DestinationFolder o DestinationFiles, pero no ambos.
+
+
+
+ El número de elementos DestinationFile debe coincidir con el de elementos SourceFile.
+
+
+
+ Omitiendo el ensamblado de la plataforma: {0}
+
+
+
+ Identificador de plataforma de destino desconocido: {0}.
+
+
+
+ No se encontró {0} en {1}.
+
+
+
+ El SDK de {0} no está instalado.
+
+
+
+ La versión "{1}" del SDK de {0} no está instalada y no se encontró ninguna versión más reciente.
+
+
+
+ La versión "{1}" del SDK de {0} no está instalada. Se utilizará la versión "{2}" más reciente en su lugar.
+
+
+
+ {0} tiene un formato incorrecto o desconocido y no se puede procesar.
+
+
+
+ No se ha encontrado ninguna estructura que empate dentro de '{0}".
+
+
+
+ Opciones en conflicto '{0}" y "{1}" opciones. '{1}' será ignorado.
+
+
+
+ No se puede obtener una instancia de ISshCommands. Compruebe que se ha establecido una conexión válida con el equipo Mac.
+
+
+ Error al intentar copiar el archivo "{0}" en "{1}". Detalles: {2}
+
+
+ No hay disponible ninguna conexión con el equipo Mac. La tarea {0} no se ejecutará.
+
+
+ No se pudo deserializar DataSet {0}.
+
+
+ El archivo {0} no tiene ImageAsset como acción de compilación.
+
+
+ No se pudo resolver UTI para {0} en el catálogo {1}.
+
+
+ Error al comprobar la compatibilidad entre Xcode y Xamarin.iOS
+
+
+ El proyecto se compiló con una versión de Xcode ({0}) que no es compatible, por lo que se pueden producir advertencias o errores inesperados. Instale Xcode "{1}" o visite la documentación para obtener más información.
+
+
+ Se produjo un error al intentar verificar la compatibilidad entre Xcode y Xamarin.iOS. Detalles:{0}
+
+
+
+ La ruta de acceso de archivo proporcionada no pertenece a un archivo de almacenamiento (.xcarchive) válido. Ruta de acceso de archivo: "{0}"
+
+
+ No se pudo asignar la versión de macOS {0} a una versión de iOS correspondiente
+
+
+ No se pudieron resolver las direcciones IP del host para la configuración del depurador Wi-Fi.
+
+
+
+ Esta máquina no tiene ningún adaptador de red, lo cual es necesario para la depuración o la generación de perfiles en el dispositivo a través de Wi-Fi.
+
+
+
+ La extensión de aplicación "{0}" no contiene ningún archivo Info.plist.
+
+
+
+ La extensión de aplicación "{0}" no especifica ningún valor CFBundleIdentifier.
+
+
+
+ La extensión de aplicación "{0}" no especifica ningún valor CFBundleExecutable.
+
+
+
+ La extensión de aplicación "{0}" tiene un valor CFBundleIdentifier no válido ({1}); no comienza con el valor CFBundleIdentifier ({2}) del lote de aplicaciones principal.
+
+
+
+ La extensión de aplicación "{0}" tiene un valor CFBundleIdentifier ({1}) que termina con el sufijo ".key" no válido.
+
+
+
+ La extensión de aplicación "{0}" no especifica ningún valor CFBundleShortVersionString.
+
+
+
+ La extensión de aplicación "{0}" tiene un archivo Info.plist no válido: no contiene ningún diccionario NSExtension.
+
+
+
+ La extensión de aplicación "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtension no contiene ningún valor NSExtensionPointIdentifier.
+
+
+
+
+
+
+ La aplicación de Watch "{0}" no contiene ningún archivo Info.plist.
+
+
+
+ La aplicación de Watch "{0}" no especifica ningún elemento CFBundleIdentifier.
+
+
+
+ La aplicación de Watch "{0}" tiene un valor CFBundleIdentifier ({1}) no válido; no comienza con el valor CFBundleIdentifier del lote de aplicaciones principal ({2}).
+
+
+
+ La aplicación de Watch "{0}" no tiene un valor UIDeviceFamily válido. Se esperaba "Watch (4)", pero se encontró "{1} ({2})".
+
+
+
+ La aplicación de Watch "{name}" no especifica ningún elemento CFBundleExecutable.
+
+
+
+ La aplicación de Watch "{0}" tiene un valor WKCompanionAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier del lote de aplicaciones principal ("{2}").
+
+
+
+ La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: la clave WKWatchKitApp debe estar presente y tener el valor "true".
+
+
+
+ La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: la clave LSRequiresIPhoneOS no debe estar presente.
+
+
+
+ La aplicación de Watch "{0}" no contiene extensiones de Watch.
+
+
+
+ La aplicación de Watch "{0}" no contiene ninguna extensión de Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ La extensión de Watch "{0}" no contiene ningún archivo Info.plist.
+
+
+
+ La extensión de Watch "{0}" no especifica ningún valor CFBundleIdentifier.
+
+
+
+ La extensión de Watch "{0}" no especifica ningún elemento CFBundleExecutable.
+
+
+
+ La extensión de Watch "{0}" tiene un valor CFBundleIdentifier ({1}) no válido; no comienza con el valor CFBundleIdentifier ({2}) del lote de aplicaciones principal.
+
+
+
+ La extensión de Watch "{0}" tiene un valor CFBundleIdentifier ({1}) que termina con el sufijo ".key" no válido.
+
+
+
+ La extensión de Watch "{0}" tiene un archivo Info.plist no válido: no contiene ningún diccionario NSExtension.
+
+
+
+ La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el valor NSExtensionPointIdentifier debe ser "com.apple.watchkit".
+
+
+
+ La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtension debe contener un valor NSExtensionPointIdentifier.
+
+
+
+ La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtension debe contener valores NSExtensionAttribute.
+
+
+
+ La extensión de Watch "{0}" tiene un valor WKAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier del lote de aplicaciones de Watch principal ("{2}").
+
+
+
+ La extensión de Watch "{0}" tiene un archivo Info.plist no válido: el diccionario NSExtensionAttributes debe contener un valor WKAppBundleIdentifier.
+
+
+
+ La extensión de WatchKit "{0}" tiene un archivo Info.plist no válido: el diccionario UIRequiredDeviceCapabilities no debe contener la funcionalidad "watch-companion".
+
+
+
+ La extensión de WatchKit "{0}" tiene un archivo Info.plist no válido: la matriz UIRequiredDeviceCapabilities no debe contener la funcionalidad "watch-companion".
+
+
+
+ La aplicación de Watch "{0}" no contiene ningún archivo Info.plist.
+
+
+
+ La aplicación de Watch "{0}" no especifica ningún elemento CFBundleIdentifier.
+
+
+
+ La aplicación de Watch "{0}" no tiene un valor UIDeviceFamily válido. Se esperaba "{1}", pero se encontró "{2} ({3})".
+
+
+
+ La aplicación de Watch "{0}" no especifica ningún valor CFBundleExecutable.
+
+
+
+ La extensión de WatchKit "{0}" tiene un valor WKAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier de la aplicación de Watch ("{2}").
+
+
+
+ La aplicación de Watch "{0}" tiene un valor WKCompanionAppBundleIdentifier ("{1}") no válido; no coincide con el valor CFBundleIdentifier del lote de aplicaciones principal ("{2}").
+
+
+
+ La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: el valor WKCompanionAppBundleIdentifier debe existir y debe coincidir con el valor CFBundleIdentifier del lote de aplicaciones principal.
+
+
+
+ La aplicación de Watch "{0}" tiene un archivo Info.plist no válido: la clave LSRequiresIPhoneOS no debe estar presente.
+
+
+
+ El lote de aplicaciones {0} no contiene ningún archivo Info.plist.
+
+
+
+ {0} no especifica ningún valor CFBundleIdentifier.
+
+
+
+ {0} no especifica ningún elemento CFBundleExecutable.
+
+
+
+ {0} no especifica ningún elemento CFBundleSupportedPlatform.
+
+
+
+ {0} no especifica ningún elemento UIDeviceFamily.
+
+
+
+ El elemento de {0} no es válido: la clave UIDeviceFamily debe contener un valor para "{1}".
+
+
+
+ Tipo no reconocido: {Type}
+
+
+
+ Agregar: la entrada, "{0}", se ha especificado incorrectamente.
+
+
+
+ Agregar: la entrada, "{0}", contiene un índice de matriz no válido.
+
+
+
+ Agregar: la entrada "{0}" ya existe.
+
+
+
+ Agregar: no se puede agregar la entrada, "{0}", al elemento primario.
+
+
+
+ Eliminar: no se puede eliminar la entrada, "{0}", del elemento primario.
+
+
+
+ Eliminar: la entrada, "{0}", contiene un índice de matriz no válido.
+
+
+
+ Eliminar: la entrada, "{0}", no existe.
+
+
+
+ Importar: la entrada, "{0}", se ha especificado incorrectamente.
+
+
+
+ Importar: la entrada, "{0}", contiene un índice de matriz no válido.
+
+
+
+ Importar: error al leer el archivo: {0}
+
+
+
+ Importar: no se puede agregar la entrada, "{0}", al elemento primario.
+
+
+
+ Fusionar: no se pueden agregar entradas de matriz al diccionario.
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Fusionar: la entrada especificada debe ser un contenedor.
+
+
+
+ Fusionar: la entrada, "{0}", contiene un índice de matriz no válido.
+
+
+
+ Fusionar: la entrada, "{0}", no existe.
+
+
+
+ Fusionar: error al leer el archivo: {0}
+
+
+
+ Establecer: la entrada, "{0}", se ha especificado incorrectamente.
+
+
+
+ Establecer: la entrada, "{0}", contiene un índice de matriz no válido.
+
+
+
+ Establecer: la entrada, "{0}", no existe.
+
+
+
+ No se puede crear un paquete de recursos de enlace, a menos que haya referencias nativas en el proyecto de enlace.
+
+
+
+ Xamarin.iOS 14+ no es compatible con las aplicaciones watchOS 1. Migra tu proyecto a watchOS 2+.
+
+
+ Arquitectura no válida ({0}): no puede vincular más de una arquitectura a la vez.
+
+
+ No se pueden analizar los argumentos del código de puntuación AOT: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Marco no válido: {0}
+
+
+ Plataforma no válida: {0}
+
+
+ El archivo de requisito del producto del paquete contiene arquitecturas ({0}) que no coincide con las arquitecturas de destino ({1})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.fr.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.fr.resx
index 7a99f48ecc81..753a5e244ee6 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.fr.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.fr.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} est non valide : la clé UIDeviceFamily doit contenir une valeur pour '{1}'.
-
- L'application Watch '{0}' ne contient pas d'extension Watch.
-
- L'extension Watch '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtension doit contenir NSExtensionPointIdentifier.
-
- L'extension Watch '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtensionAttributes doit contenir WKAppBundleIdentifier.
-
- L'extension WatchKit '{0}' a un fichier Info.plist non valide : le tableau UIRequiredDeviceCapabilities ne doit pas contenir la capacité 'watch-companion'.
-
- L'application Watch '{0}' a un fichier Info.plist non valide : le WKCompanionAppBundleIdentifier doit exister et correspondre au CFBundleIdentifier du bundle d'applications principal.
-
- Impossible d'analyser la valeur de MinimumOSVersion : '{0}'
-
- Erreur durant le chargement de '{0}' : {1}
-
- Le kit SDK {0} de '{1}' n'est pas installé.
-
- Impossible d'analyser TargetArchitectures : '{0}'
-
- Le nom de l'exécutable (CFBundleExecutable) ({0}) ne peut pas finir par '.app', car iOS risque de ne pas pouvoir lancer l'application.
-
- Erreur durant l'exécution de l'outil '{0}' : {1}
-
- Échec de la coconception de '{0}' : {1}
-
- Échec de la coconception de '{0}'
-
- '{0}' est introuvable.
-
- Erreur durant le chargement de '{0}' : format d'image inconnu.
-
- Dimensions iTunesArtwork non valides ({0}x{1}) pour '{2}'.
-
- Plusieurs fichiers iTunesArtwork ayant les mêmes dimensions ont été détectés ({0}x{1}) pour '{2}'.
-
- Le répertoire bin du kit SDK est introuvable
-
- Impossible d'avoir plus de 1 iTunesMetadata.plist.
-
- Erreur durant le chargement du fichier plist de réglages '{0}/Settings.bundle/Root.plist' : {1}.
-
- Impossible d'analyser la version du kit SDK '{0}'
-
- Impossible de charger Info.plist : {0}
-
- Architectures non valides : '{0}'.
-
- Option de recherche inconnue : {0}
-
- L'architecture cible ARMv6 n'est plus prise en charge dans Xamarin.iOS. Sélectionnez une architecture prise en charge.
-
- Appareil cible introuvable.
-
- Échec de l'analyse des informations relatives à l'appareil cible.
-
- Impossible de localiser un bundle d'applications Xcode valide sur '{0}'. Mettez à jour l'emplacement du kit SDK Apple dans les préférences de Visual Studio {1}.
-
- Impossible de localiser un chemin de développeur Xcode valide et utilisable
-
- '{0}' est introuvable
-
- Plateforme de kit SDK inconnue : {0}
-
- Impossible de localiser le profil de provisionnement avec un nom ou un UUID correspondant à {0}.
-
- Échec de la localisation du lanceur WatchKit dans le bundle d'applications Xcode.
-
- Échec de l'analyse du SdkVersion '{0}'.
-
- Xcode 10 ne prend pas en charge les applications watchOS 1. Effectuez une mise à niveau vers les applications watchOS 2, ou utilisez une ancienne version de Xcode.
- Les informations relatives à la version d'iOS sont introuvables.
-
- Le fichier de règles de ressources '{0}' est introuvable.
-
- Les informations relatives au système d'exploitation de l'appareil sont introuvables.
-
- Les informations relatives au modèle de l'appareil sont introuvables.
-
- Les informations relatives à l'architecture de l'appareil sont introuvables.
-
- Architecture cible non valide : '{0}'
-
- Une installation de Xcode >= 6.2 est nécessaire pour générer des applications WatchKit.
-
- iOS {0} ne prend pas en charge WatchKit.
-
- Ressource de bundle '{0}' introuvable sur le disque (elle est attendue sur '{1}')
-
- Échec de {0}.
-
- Fichier introuvable : {0}
-
- Le fichier Info.plist partiel n'a pas été généré : {0}
-
- JSON non valide : {0}
-
- Échec du chargement du fichier journal {0} '{1}' : {2}
-
- Aucun fichier de définition d'API n'a été spécifié.
-
- Plateforme non reconnue : {0}
-
- Impossible de localiser le kit SDK {0} version '{1}' dans le chemin '{}'
-
- Impossible de localiser le répertoire usr du kit SDK {0} version '{1}' dans le chemin '{2}'
-
- Impossible de localiser un chemin de développeur Xcode valide
-
- Modèle Entitlements.plist '{0}' introuvable.
-
- Erreur durant le chargement du modèle Entitlements.plist '{0}' : {1}
-
- Erreur durant l'écriture du fichier xcent '{0}' : {1}
-
- Erreur durant l'écriture du fichier archived-expanded-entitlements.xcent : {0}
-
- {0} s'est arrêté. Code de sortie : {1}
-
- Aucun profil de provisionnement installé ne correspond aux identités de signature {0} {1} installées.
-
- La clé de signature de code {0} '{1}' est introuvable dans le trousseau.
-
- Impossible de localiser des profils de provisionnement disponibles pour {0} sur {1}.
-
- {0} ne définit pas CFBundleIdentifier
-
- Les fichiers Info.plist doivent avoir une action de génération ayant la valeur 'None'.
-
- Si le chemin '{0}' est utilisé, cela va entraîner l'exclusion d'un fichier du bundle d'applications et le rendre inaccessible.
-
- Le nom '{0}' est réservé et ne peut pas être utilisé.
-
- Erreur durant le chargement du fichier de modèle Info.plist partiel '{0}' : {1}
-
- Impossible d'analyser l'index du tableau : {0}
-
- Index de tableau hors limites pour l'élément '{0}'
-
- Les valeurs {0} ne prennent pas en charge les propriétés enfants.
-
- L'obtention de valeurs {0} n'est pas prise en charge.
-
- AssemblyPath ne peut pas avoir une valeur null ou être vide
-
- Aucune propriété spécifiée.
-
- Le dictionnaire sur '{0}' ne contient pas la clé : {1}
-
- Le fichier '{0}' n'existe pas.
-
- Le fichier '{0}' est en conflit avec '{1}'.
-
- Échec de la création du paquet. Impossible d'analyser les arguments supplémentaires.
-
- Erreur durant le chargement de '{0}'
-
- Erreur durant l'enregistrement de '{0}' : {1}
-
- L'identité '{0}' ne correspond à aucune paire certificat/clé privée valide dans le trousseau par défaut.
-
- Aucune clé de signature de code {0} valide n'a été localisée dans le trousseau. Vous devez demander un certificat de signature de code sur https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- Le kit SDK {0} version '{1}' n'est pas installé, et aucune version plus récente n'a été localisée.
-
- Le kit SDK {0} version '{1}' n'est pas installé. Utilisation de la version '{2}' (plus récente) à la place.
-
- {0} est introuvable dans {1}.
-
- Le kit SDK {0} n'est pas installé.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Aucune identité de signature {0} ne correspond au profil de provisionnement spécifié '{1}'.
-
- Le profil de provisionnement {0} spécifié, '{1}', est introuvable
-
- L'identificateur de bundle '{0}' ne correspond à aucun profil de provisionnement installé pour l'identité de signature sélectionnée '{0}'.
-
- L'identificateur de bundle '{0}' ne correspond à aucun profil de provisionnement installé pour l'identité de signature sélectionnée '{0}'.
-
- L'identificateur de bundle de projet '{0}' ne correspond pas au profil de provisionnement spécifié '{1}'
-
- Le profil de provisionnement {0} spécifié, '{1}', est introuvable
-
- L'identificateur de bundle '{0}' ne correspond à aucun profil de provisionnement installé.
-
- Le nombre de DestinationFiles doit correspondre au nombre de SourceFiles.
-
- Vous devez spécifier DestinationFolder ou DestinationFiles, mais pas les deux.
-
- Les éléments doivent avoir des noms logiques calculés.
-
- Les applications/extensions Watch nécessitent Xcode 6.2 ou une version ultérieure. La version actuelle de Xcode est {0}
-
- Identificateur de framework cible inconnu : {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Merge : erreur durant la lecture du fichier : {0}
-
- Merge : l'entrée "{0}" n'existe pas
-
- Set : l'entrée "{0}" contient un index de tableau non valide
-
- Set : l'entrée "{0}" est spécifiée de manière incorrecte
-
- Set : l'entrée "{0}" n'existe pas
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Impossible de créer un paquet de ressources de liaison, sauf s'il existe des références natives dans le projet de liaison.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} ne spécifie pas CFBundleSupportedPlatforms.
-
- {0} ne spécifie pas CFBundleExecutable.
-
- {0} ne spécifie pas CFBundleIdentifier.
-
- Le bundle d'applications {0} ne contient pas de fichier Info.plist.
-
- Add : l'entrée "{0}" contient un index de tableau non valide
-
- Add : l'entrée "{0}" est spécifiée de manière incorrecte
-
- Type non reconnu : {Type}
-
- {0} ne spécifie pas UIDeviceFamily.
-
- Add : impossible d'ajouter l'entrée "{0}" au parent
-
- Add : l'entrée "{0}" existe déjà
-
- Delete : l'entrée "{0}" n'existe pas
-
- Import : l'entrée "{0}" est spécifiée de manière incorrecte
-
- Delete : impossible de supprimer l'entrée "{0}" du parent
-
- Delete : l'entrée "{0}" contient un index de tableau non valide
-
- Import : impossible d'ajouter l'entrée "{0}" au parent
-
- Merge : impossible d'ajouter des entrées de tableau au dictionnaire
-
- Import : l'entrée "{0}" contient un index de tableau non valide
-
- Import : erreur durant la lecture du fichier : {0}
-
- Merge : l'entrée spécifiée doit être un conteneur
-
- Merge : l'entrée "{0}" contient un index de tableau non valide
-
- L'extension Watch '{0}' ne spécifie pas CFBundleExecutable.
-
- L'extension Watch '{0}' ne spécifie pas CFBundleIdentifier.
-
- L'extension Watch '{0}' a un CFBundleIdentifier ({1}) qui finit par le suffixe non conforme ".key".
-
- L'extension Watch '{0}' a un CFBundleIdentifier ({1}) non valide, elle ne commence pas par le CFBundleIdentifier ({2}) du bundle d'applications principal.
-
- L'application Watch '{0}' a un fichier Info.plist non valide : la clé LSRequiresIPhoneOS ne doit pas être présente.
-
- L'application Watch '{0}' a un fichier Info.plist non valide : la clé WKWatchKitApp doit être présente et avoir la valeur 'true'.
-
- L'extension Watch '{0}' ne contient pas de fichier Info.plist.
-
- L'application Watch '{0}' ne contient aucune extension Watch.
-
- L'extension Watch '{0}' a un fichier Info.plist non valide : NSExtensionPointIdentifier doit avoir la valeur "com.apple.watchkit".
-
- L'extension Watch '{0}' a un fichier Info.plist non valide : il ne contient pas le dictionnaire NSExtension.
-
- L'application Watch '{0}' ne spécifie pas CFBundleIdentifier.
-
- L'application Watch '{0}' n'a pas de valeur UIDeviceFamily valide. '{1}' attendu mais '{2} ({3})' trouvé.
-
- L'application Watch '{0}' ne spécifie pas CFBundleExecutable.
-
- L'extension WatchKit '{0}' a une valeur WKAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') de l'application Watch.
-
- L'extension Watch '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtension doit contenir NSExtensionAttributes.
-
- L'extension Watch '{0}' a une valeur WKAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') du bundle d'applications Watch parent.
-
- L'extension WatchKit '{0}' a un fichier Info.plist non valide : le dictionnaire UIRequiredDeviceCapabilities ne doit pas contenir la capacité 'watch-companion'.
-
- L'application Watch '{0}' ne contient pas de fichier Info.plist.
-
- L'application Watch '{0}' a une valeur WKCompanionAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') du bundle d'applications principal.
-
- L'application Watch '{0}' a un fichier Info.plist non valide : la clé LSRequiresIPhoneOS ne doit pas être présente.
-
- L'extension d'application '{0}' a un CFBundleIdentifier ({1}) qui finit par le suffixe non conforme ".key".
-
- L'extension d'application '{0}' a un CFBundleIdentifier ({1}) non valide, elle ne commence pas par le CFBundleIdentifier ({2}) du bundle d'applications principal.
-
- L'extension d'application '{0}' ne spécifie pas CFBundleExecutable.
-
- L'extension d'application '{0}' ne spécifie pas CFBundleIdentifier.
-
- L'extension d'application '{0}' ne contient pas de fichier Info.plist.
-
- Cette machine ne dispose d'aucune carte réseau. Celle-ci est nécessaire au débogage ou au profilage d'un appareil par connexion Wi-Fi.
-
- Impossible de résoudre les adresses IP des hôtes pour les paramètres du débogueur Wi-Fi.
-
- L'extension d'application '{0}' a un fichier Info.plist non valide : il ne contient pas le dictionnaire NSExtension.
-
- L'extension d'application '{0}' ne spécifie pas CFBundleShortVersionString.
-
- L'application Watch '{0}' a un CFBundleIdentifier ({1}) non valide, elle ne commence pas par le CFBundleIdentifier ({2}) du bundle d'applications principal.
-
- L'application Watch '{0}' n'a pas de valeur UIDeviceFamily valide. 'Watch (4)' attendu mais '{1} ({2})' trouvé.
-
- L'application Watch '{0}' ne contient pas de fichier Info.plist.
-
- L'application Watch '{0}' ne spécifie pas CFBundleIdentifier.
-
- L'extension d'application '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtension ne contient pas de valeur NSExtensionPointIdentifier.
-
- L'application Watch '{name}' ne spécifie pas CFBundleExecutable
-
- L'application Watch '{0}' a une valeur WKCompanionAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') du bundle d'applications principal.
-
- Charges HTTP arbitraires autorisées pour prendre en charge le débogage.
-
- Tous les chargements http sont déjà autorisés.
-
- L'exécution de l'outil {0} a commencé avec des arguments : {1}
-
- L'exécution de l'outil {0} s'est achevé (code de sortie = {1}).
-
- Recherche de '{0}' dans '{1}'
-
- '{0}' est ignoré, car le fichier de sortie, '{1}', est plus récent.
-
- Fin de l'exécution de l'outil {0}.
-
- Plusieurs profils de provisionnement correspondent à l'identificateur de bundle. Utilisation de la première correspondance.
-
- '{0}' ne correspond pas à '{1}'.
-
- L'AppID {0} a été exclu, car nous avons déjà trouvé de meilleures correspondances : {1}.
-
- Recherche de profils de provisionnement correspondants avec AppID compatible, et conservation de ceux qui ont les ID de correspondance (caractères génériques) les plus longs.
-
- L'AppID {0} a été exclu, car nous avons trouvé une meilleure correspondance : {1}.
-
- Répertoire Frameworks introuvable.
-
- Nom de bundle généré : {0}
-
- Le certificat '{0}' ne correspond pas à '{1}'.
-
- Création du paquet de ressources de liaison : {0}
-
- Le certificat '{0}' a expiré ({1})
-
- Le certificat '{0}' ne correspond à aucun des préfixes '{1}'.
-
- Identité de signature détectée :
-
- {0} trouvé ici : {1}
-
- Plusieurs identités de signature trouvées ; utilisation de la première identité.
-
- Plusieurs identités de signature correspondent à '{0}' ; utilisation de la première correspondance.
-
- Assembly de framework ignoré : {0}
-
- Copie du fichier de '{0}' vers '{1}'
-
- Création du répertoire '{0}'
-
- Le fichier n'existe pas. Création prévue de {0}
-
- L'entrée en double a été ignorée : {0}
-
- Les paramètres d'orientation pris en charge pour l'iPhone ne correspondent pas à ceux de l'iPad
-
- Les orientations d'iPad prises en charge n'ont pas été définies
-
- Les orientations d'iPad prises en charge ne sont pas des paires correspondantes
-
- Simulation uniquement du kit SDK watchOS 4.3 en cas de génération pour watchOS.
-
- Les orientations d'iPhone prises en charge n'ont pas été définies
-
- L'application Watch '{0}' ne spécifie pas CFBundleShortVersionString
-
- L'extension d'application '{0}' a une valeur NSExtensionPointIdentifier ('{1}') non reconnue.
-
- L'application Watch '{0}' ne spécifie pas CFBundleVersion
-
- L'application Watch '{0}' a un CFBundleShortVersionString ({1}) qui ne correspond pas au CFBundleShortVersionString ({2}) du bundle d'applications principal
-
- L'extension d'application '{0}' a un CFBundleShortVersionString ({1}) qui ne correspond pas au CFBundleShortVersionString ({2}) du bundle d'applications principal
-
- L'extension d'application '{0}' a un CFBundleVersion ({1}) qui ne correspond pas au CFBundleVersion ({2}) du bundle d'applications principal
-
- L'extension d'application '{0}' ne spécifie pas CFBundleVersion
-
- L'extension Watch '{0}' ne spécifie pas CFBundleShortVersionString
-
- L'application Watch '{0}' a un CFBundleVersion ({1}) qui ne correspond pas au CFBundleVersion ({2}) du bundle d'applications principal
-
- Échec de la création du fichier réponse '{0}' : {1}
-
- Les références natives dynamiques ne sont pas prises en charge : '{0}'
-
- Type référence natif inconnu pour '{0}'.
-
- Le composant ne fait pas partie d'un catalogue de composants : {0}
-
- Échec de l'analyse de la sortie d'outil altool : {0}.
- Sortie : {1}
-
- L'extension Watch '{0}' a un CFBundleVersion ({1}) qui ne correspond pas au CFBundleVersion ({2}) du bundle d'applications principal
-
- L'extension Watch '{0}' a un CFBundleShortVersionString ({1}) qui ne correspond pas au CFBundleShortVersionString ({2}) du bundle d'applications principal
-
- L'extension Watch '{0}' ne spécifie pas CFBundleVersion
-
- Aucun profil de provisionnement installé ne correspond à l'identificateur de bundle.
-
- Les droits iCloud tels que '{0}' nécessitent un profil de provisionnement.
-
- Le droit iCloud '{0}' n'est pas pris en charge par le profil de provisionnement.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Détection d'un répertoire situé dans le répertoire Frameworks, qui ne correspond pas à un framework : {0}
-
- Impossible de déterminer la valeur de la clé de manifeste '{0}'
-
- Le framework {0} ne contient aucun binaire nommé {1}
-
- Impossible de développer $(AppIdentifierPrefix) dans Entitlements.plist sans profil de provisionnement.
-
- Impossible de développer $(TeamIdentifierPrefix) dans Entitlements.plist sans profil de provisionnement.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ L'exécution de l'outil {0} a commencé avec des arguments : {1}
+
+
+
+ L'exécution de l'outil {0} s'est achevé (code de sortie = {1}).
+
+
+
+ Erreur durant l'exécution de l'outil '{0}' : {1}
+
+
+
+ Échec de la coconception de '{0}' : {1}
+
+
+
+ Échec de la coconception de '{0}'
+
+
+
+ '{0}' est introuvable.
+
+
+
+ Erreur durant le chargement de '{0}' : format d'image inconnu.
+
+
+
+ Dimensions iTunesArtwork non valides ({0}x{1}) pour '{2}'.
+
+
+
+ Plusieurs fichiers iTunesArtwork ayant les mêmes dimensions ont été détectés ({0}x{1}) pour '{2}'.
+
+
+
+ Erreur durant le chargement de '{0}' : {1}
+
+
+
+ Impossible d'analyser la valeur de MinimumOSVersion : '{0}'
+
+
+
+ Impossible d'analyser TargetArchitectures : '{0}'
+
+
+
+ Le kit SDK {0} de '{1}' n'est pas installé.
+
+
+
+ Le nom de l'exécutable (CFBundleExecutable) ({0}) ne peut pas finir par '.app', car iOS risque de ne pas pouvoir lancer l'application.
+
+
+
+ Simulation uniquement du kit SDK watchOS 4.3 en cas de génération pour watchOS.
+
+
+
+ Tous les chargements http sont déjà autorisés.
+
+
+
+ Charges HTTP arbitraires autorisées pour prendre en charge le débogage.
+
+
+
+ Les orientations d'iPhone prises en charge n'ont pas été définies
+
+
+
+ Les paramètres d'orientation pris en charge pour l'iPhone ne correspondent pas à ceux de l'iPad
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Les orientations d'iPad prises en charge n'ont pas été définies
+
+
+
+ Les orientations d'iPad prises en charge ne sont pas des paires correspondantes
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Impossible d'avoir plus de 1 iTunesMetadata.plist.
+
+
+
+ Erreur durant le chargement du fichier plist de réglages '{0}/Settings.bundle/Root.plist' : {1}.
+
+
+
+ Impossible d'analyser la version du kit SDK '{0}'
+
+
+
+
+
+
+
+
+
+ Le répertoire bin du kit SDK est introuvable
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Impossible de localiser un bundle d'applications Xcode valide sur '{0}'. Mettez à jour l'emplacement du kit SDK Apple dans les préférences de Visual Studio {1}.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Impossible de localiser un chemin de développeur Xcode valide et utilisable
+
+
+
+ '{0}' est introuvable
+
+
+
+ Recherche de '{0}' dans '{1}'
+
+
+
+ Plateforme de kit SDK inconnue : {0}
+
+
+
+ Impossible de localiser le profil de provisionnement avec un nom ou un UUID correspondant à {0}.
+
+
+
+ Option de recherche inconnue : {0}
+
+
+
+ Type référence natif inconnu pour '{0}'.
+
+
+
+ Les références natives dynamiques ne sont pas prises en charge : '{0}'
+
+
+
+ L'architecture cible ARMv6 n'est plus prise en charge dans Xamarin.iOS. Sélectionnez une architecture prise en charge.
+
+
+
+ Échec de la création du fichier réponse '{0}' : {1}
+
+
+
+ Impossible de charger Info.plist : {0}
+
+
+
+ Architectures non valides : '{0}'.
+
+
+
+ Échec de l'analyse des informations relatives à l'appareil cible.
+
+
+
+ Appareil cible introuvable.
+
+
+
+ Les informations relatives à l'architecture de l'appareil sont introuvables.
+
+
+
+ Architecture cible non valide : '{0}'
+
+
+
+ Les informations relatives au système d'exploitation de l'appareil sont introuvables.
+
+
+
+ Les informations relatives au modèle de l'appareil sont introuvables.
+
+
+
+ Les informations relatives à la version d'iOS sont introuvables.
+
+
+
+ Le fichier de règles de ressources '{0}' est introuvable.
+
+
+
+ Échec de l'analyse du SdkVersion '{0}'.
+
+
+
+ Xcode 10 ne prend pas en charge les applications watchOS 1. Effectuez une mise à niveau vers les applications watchOS 2, ou utilisez une ancienne version de Xcode.
+
+
+ Une installation de Xcode >= 6.2 est nécessaire pour générer des applications WatchKit.
+
+
+
+ iOS {0} ne prend pas en charge WatchKit.
+
+
+
+ Échec de la localisation du lanceur WatchKit dans le bundle d'applications Xcode.
+
+
+
+ L'extension d'application '{0}' a un CFBundleShortVersionString ({1}) qui ne correspond pas au CFBundleShortVersionString ({2}) du bundle d'applications principal
+
+
+
+ L'extension d'application '{0}' ne spécifie pas CFBundleVersion
+
+
+
+ L'extension d'application '{0}' a un CFBundleVersion ({1}) qui ne correspond pas au CFBundleVersion ({2}) du bundle d'applications principal
+
+
+
+ L'extension d'application '{0}' a une valeur NSExtensionPointIdentifier ('{1}') non reconnue.
+
+
+
+ L'application Watch '{0}' ne spécifie pas CFBundleShortVersionString
+
+
+
+ L'application Watch '{0}' a un CFBundleShortVersionString ({1}) qui ne correspond pas au CFBundleShortVersionString ({2}) du bundle d'applications principal
+
+
+
+ L'application Watch '{0}' ne spécifie pas CFBundleVersion
+
+
+
+ L'application Watch '{0}' a un CFBundleVersion ({1}) qui ne correspond pas au CFBundleVersion ({2}) du bundle d'applications principal
+
+
+
+ L'extension Watch '{0}' ne spécifie pas CFBundleShortVersionString
+
+
+
+ L'extension Watch '{0}' a un CFBundleShortVersionString ({1}) qui ne correspond pas au CFBundleShortVersionString ({2}) du bundle d'applications principal
+
+
+
+ L'extension Watch '{0}' ne spécifie pas CFBundleVersion
+
+
+
+ L'extension Watch '{0}' a un CFBundleVersion ({1}) qui ne correspond pas au CFBundleVersion ({2}) du bundle d'applications principal
+
+
+
+
+ Impossible de localiser le kit SDK {0} version '{1}' dans le chemin '{}'
+
+
+
+ Impossible de localiser le répertoire usr du kit SDK {0} version '{1}' dans le chemin '{2}'
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Impossible de localiser un chemin de développeur Xcode valide
+
+
+
+
+
+ Plateforme non reconnue : {0}
+
+
+
+ Le composant ne fait pas partie d'un catalogue de composants : {0}
+
+
+
+ Fichier introuvable : {0}
+
+
+
+ JSON non valide : {0}
+
+
+
+ Le fichier Info.plist partiel n'a pas été généré : {0}
+
+
+
+ Échec du chargement du fichier journal {0} '{1}' : {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Échec de l'analyse de la sortie d'outil altool : {0}.
+ Sortie : {1}
+
+
+
+
+ Aucun fichier de définition d'API n'a été spécifié.
+
+
+
+ Échec de {0}.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ Ressource de bundle '{0}' introuvable sur le disque (elle est attendue sur '{1}')
+
+
+
+ Si le chemin '{0}' est utilisé, cela va entraîner l'exclusion d'un fichier du bundle d'applications et le rendre inaccessible.
+
+
+
+ Les fichiers Info.plist doivent avoir une action de génération ayant la valeur 'None'.
+
+
+
+ Le nom '{0}' est réservé et ne peut pas être utilisé.
+
+
+
+ Détection d'un répertoire situé dans le répertoire Frameworks, qui ne correspond pas à un framework : {0}
+
+
+
+ Le framework {0} ne contient aucun binaire nommé {1}
+
+
+
+ Répertoire Frameworks introuvable.
+
+
+
+ Impossible de déterminer la valeur de la clé de manifeste '{0}'
+
+
+
+ Erreur durant le chargement du fichier de modèle Info.plist partiel '{0}' : {1}
+
+
+
+ Impossible de développer $(TeamIdentifierPrefix) dans Entitlements.plist sans profil de provisionnement.
+
+
+
+ Impossible de développer $(AppIdentifierPrefix) dans Entitlements.plist sans profil de provisionnement.
+
+
+
+ Les droits iCloud tels que '{0}' nécessitent un profil de provisionnement.
+
+
+
+ Le droit iCloud '{0}' n'est pas pris en charge par le profil de provisionnement.
+
+
+
+ Modèle Entitlements.plist '{0}' introuvable.
+
+
+
+ Erreur durant le chargement du modèle Entitlements.plist '{0}' : {1}
+
+
+
+ Erreur durant l'écriture du fichier xcent '{0}' : {1}
+
+
+
+ Erreur durant l'écriture du fichier archived-expanded-entitlements.xcent : {0}
+
+
+
+ Fin de l'exécution de l'outil {0}.
+
+
+
+ {0} s'est arrêté. Code de sortie : {1}
+
+
+
+ '{0}' est ignoré, car le fichier de sortie, '{1}', est plus récent.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Erreur durant l'enregistrement de '{0}' : {1}
+
+
+
+ Création du paquet de ressources de liaison : {0}
+
+
+
+ Erreur durant le chargement de '{0}'
+
+
+
+ Échec de la création du paquet. Impossible d'analyser les arguments supplémentaires.
+
+
+
+ L'identité '{0}' ne correspond à aucune paire certificat/clé privée valide dans le trousseau par défaut.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Identité de signature détectée :
+
+
+
+ Le certificat '{0}' ne correspond à aucun des préfixes '{1}'.
+
+
+
+ Le certificat '{0}' a expiré ({1})
+
+
+
+ Aucune clé de signature de code {0} valide n'a été localisée dans le trousseau. Vous devez demander un certificat de signature de code sur https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ Le certificat '{0}' ne correspond pas à '{1}'.
+
+
+
+ La clé de signature de code {0} '{1}' est introuvable dans le trousseau.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ Impossible de localiser des profils de provisionnement disponibles pour {0} sur {1}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}' ne correspond pas à '{1}'.
+
+
+
+ Aucun profil de provisionnement installé ne correspond aux identités de signature {0} {1} installées.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Recherche de profils de provisionnement correspondants avec AppID compatible, et conservation de ceux qui ont les ID de correspondance (caractères génériques) les plus longs.
+
+
+
+ L'AppID {0} a été exclu, car nous avons trouvé une meilleure correspondance : {1}.
+
+
+
+ L'AppID {0} a été exclu, car nous avons déjà trouvé de meilleures correspondances : {1}.
+
+
+
+ Aucun profil de provisionnement installé ne correspond à l'identificateur de bundle.
+
+
+
+ Plusieurs profils de provisionnement correspondent à l'identificateur de bundle. Utilisation de la première correspondance.
+
+
+
+ {0} ne définit pas CFBundleIdentifier
+
+
+
+ Le profil de provisionnement {0} spécifié, '{1}', est introuvable
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ L'identificateur de bundle de projet '{0}' ne correspond pas au profil de provisionnement spécifié '{1}'
+
+
+
+ Plusieurs identités de signature correspondent à '{0}' ; utilisation de la première correspondance.
+
+
+
+ Plusieurs identités de signature trouvées ; utilisation de la première identité.
+
+
+
+ Le profil de provisionnement {0} spécifié, '{1}', est introuvable
+
+
+
+ Aucune identité de signature {0} ne correspond au profil de provisionnement spécifié '{1}'.
+
+
+
+ L'identificateur de bundle '{0}' ne correspond à aucun profil de provisionnement installé pour l'identité de signature sélectionnée '{0}'.
+
+
+
+ L'identificateur de bundle '{0}' ne correspond à aucun profil de provisionnement installé pour l'identité de signature sélectionnée '{0}'.
+
+
+
+ L'identificateur de bundle '{0}' ne correspond à aucun profil de provisionnement installé.
+
+
+
+ {0} trouvé ici : {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath ne peut pas avoir une valeur null ou être vide
+
+
+
+ Nom de bundle généré : {0}
+
+
+
+ Aucune propriété spécifiée.
+
+
+
+ Le dictionnaire sur '{0}' ne contient pas la clé : {1}
+
+
+
+ Impossible d'analyser l'index du tableau : {0}
+
+
+
+ Index de tableau hors limites pour l'élément '{0}'
+
+
+
+ Les valeurs {0} ne prennent pas en charge les propriétés enfants.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ L'obtention de valeurs {0} n'est pas prise en charge.
+
+
+
+ Le fichier '{0}' n'existe pas.
+
+
+
+ Le fichier '{0}' est en conflit avec '{1}'.
+
+
+
+ Les applications/extensions Watch nécessitent Xcode 6.2 ou une version ultérieure. La version actuelle de Xcode est {0}
+
+
+
+ Les éléments doivent avoir des noms logiques calculés.
+
+
+
+ L'entrée en double a été ignorée : {0}
+
+
+
+ Le fichier n'existe pas. Création prévue de {0}
+
+
+
+ Création du répertoire '{0}'
+
+
+
+ Copie du fichier de '{0}' vers '{1}'
+
+
+
+ Vous devez spécifier DestinationFolder ou DestinationFiles, mais pas les deux.
+
+
+
+ Le nombre de DestinationFiles doit correspondre au nombre de SourceFiles.
+
+
+
+ Assembly de framework ignoré : {0}
+
+
+
+ Identificateur de framework cible inconnu : {0}.
+
+
+
+ {0} est introuvable dans {1}.
+
+
+
+ Le kit SDK {0} n'est pas installé.
+
+
+
+ Le kit SDK {0} version '{1}' n'est pas installé, et aucune version plus récente n'a été localisée.
+
+
+
+ Le kit SDK {0} version '{1}' n'est pas installé. Utilisation de la version '{2}' (plus récente) à la place.
+
+
+
+ {0} a un format incorrect ou inconnu et ne peut pas être traité.
+
+
+
+ Aucune infrastructure correspondante n’a été trouvée dans' {0} '.
+
+
+
+ Les options « {0} » et « {1} » sont en conflit. « {1} » sera ignoré.
+
+
+
+ Impossible d'obtenir une instance ISshCommands. Vérifiez qu'une connexion valide au Mac est établie.
+
+
+ Une erreur s'est produite durant la tentative de copie de l'archive « {0} » sur « {1} ». Détails : {2}
+
+
+ Aucune connexion disponible sur le Mac. La tâche « {0} » ne va pas être exécutée
+
+
+ Impossible de désérialiser le DataSet {0}
+
+
+ L'action de build du fichier {0} n'est pas ImageAsset.
+
+
+ Impossible de résoudre l'identificateur de type universel (UTI) pour {0} dans le catalogue {1}
+
+
+ Une erreur s'est produite durant la tentative de vérification de la compatibilité Xcode et Xamarin.iOS
+
+
+ Le projet a été créé avec une version de Xcode ({0}) non compatible, ce qui peut entraîner des avertissements ou des erreurs inattendues. Installez Xcode '{1}', ou consultez la documentation pour en savoir plus.
+
+
+ Une erreur s'est produite durant la tentative de vérification de la compatibilité Xcode et Xamarin.iOS. Détails : {0}
+
+
+
+ Le chemin d'archive fourni ne provient pas d'un fichier d'archive valide (.xcarchive). Chemin d'archive : « {0} »
+
+
+ Impossible de mapper la version iOS {0} à une version correspondante
+
+
+ Impossible de résoudre les adresses IP des hôtes pour les paramètres du débogueur Wi-Fi.
+
+
+
+ Cette machine ne dispose d'aucune carte réseau. Celle-ci est nécessaire au débogage ou au profilage d'un appareil par connexion Wi-Fi.
+
+
+
+ L'extension d'application '{0}' ne contient pas de fichier Info.plist.
+
+
+
+ L'extension d'application '{0}' ne spécifie pas CFBundleIdentifier.
+
+
+
+ L'extension d'application '{0}' ne spécifie pas CFBundleExecutable.
+
+
+
+ L'extension d'application '{0}' a un CFBundleIdentifier ({1}) non valide, elle ne commence pas par le CFBundleIdentifier ({2}) du bundle d'applications principal.
+
+
+
+ L'extension d'application '{0}' a un CFBundleIdentifier ({1}) qui finit par le suffixe non conforme ".key".
+
+
+
+ L'extension d'application '{0}' ne spécifie pas CFBundleShortVersionString.
+
+
+
+ L'extension d'application '{0}' a un fichier Info.plist non valide : il ne contient pas le dictionnaire NSExtension.
+
+
+
+ L'extension d'application '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtension ne contient pas de valeur NSExtensionPointIdentifier.
+
+
+
+
+
+
+ L'application Watch '{0}' ne contient pas de fichier Info.plist.
+
+
+
+ L'application Watch '{0}' ne spécifie pas CFBundleIdentifier.
+
+
+
+ L'application Watch '{0}' a un CFBundleIdentifier ({1}) non valide, elle ne commence pas par le CFBundleIdentifier ({2}) du bundle d'applications principal.
+
+
+
+ L'application Watch '{0}' n'a pas de valeur UIDeviceFamily valide. 'Watch (4)' attendu mais '{1} ({2})' trouvé.
+
+
+
+ L'application Watch '{name}' ne spécifie pas CFBundleExecutable
+
+
+
+ L'application Watch '{0}' a une valeur WKCompanionAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') du bundle d'applications principal.
+
+
+
+ L'application Watch '{0}' a un fichier Info.plist non valide : la clé WKWatchKitApp doit être présente et avoir la valeur 'true'.
+
+
+
+ L'application Watch '{0}' a un fichier Info.plist non valide : la clé LSRequiresIPhoneOS ne doit pas être présente.
+
+
+
+ L'application Watch '{0}' ne contient aucune extension Watch.
+
+
+
+ L'application Watch '{0}' ne contient pas d'extension Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ L'extension Watch '{0}' ne contient pas de fichier Info.plist.
+
+
+
+ L'extension Watch '{0}' ne spécifie pas CFBundleIdentifier.
+
+
+
+ L'extension Watch '{0}' ne spécifie pas CFBundleExecutable.
+
+
+
+ L'extension Watch '{0}' a un CFBundleIdentifier ({1}) non valide, elle ne commence pas par le CFBundleIdentifier ({2}) du bundle d'applications principal.
+
+
+
+ L'extension Watch '{0}' a un CFBundleIdentifier ({1}) qui finit par le suffixe non conforme ".key".
+
+
+
+ L'extension Watch '{0}' a un fichier Info.plist non valide : il ne contient pas le dictionnaire NSExtension.
+
+
+
+ L'extension Watch '{0}' a un fichier Info.plist non valide : NSExtensionPointIdentifier doit avoir la valeur "com.apple.watchkit".
+
+
+
+ L'extension Watch '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtension doit contenir NSExtensionPointIdentifier.
+
+
+
+ L'extension Watch '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtension doit contenir NSExtensionAttributes.
+
+
+
+ L'extension Watch '{0}' a une valeur WKAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') du bundle d'applications Watch parent.
+
+
+
+ L'extension Watch '{0}' a un fichier Info.plist non valide : le dictionnaire NSExtensionAttributes doit contenir WKAppBundleIdentifier.
+
+
+
+ L'extension WatchKit '{0}' a un fichier Info.plist non valide : le dictionnaire UIRequiredDeviceCapabilities ne doit pas contenir la capacité 'watch-companion'.
+
+
+
+ L'extension WatchKit '{0}' a un fichier Info.plist non valide : le tableau UIRequiredDeviceCapabilities ne doit pas contenir la capacité 'watch-companion'.
+
+
+
+ L'application Watch '{0}' ne contient pas de fichier Info.plist.
+
+
+
+ L'application Watch '{0}' ne spécifie pas CFBundleIdentifier.
+
+
+
+ L'application Watch '{0}' n'a pas de valeur UIDeviceFamily valide. '{1}' attendu mais '{2} ({3})' trouvé.
+
+
+
+ L'application Watch '{0}' ne spécifie pas CFBundleExecutable.
+
+
+
+ L'extension WatchKit '{0}' a une valeur WKAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') de l'application Watch.
+
+
+
+ L'application Watch '{0}' a une valeur WKCompanionAppBundleIdentifier ('{1}') non valide, elle ne correspond pas au CFBundleIdentifier ('{2}') du bundle d'applications principal.
+
+
+
+ L'application Watch '{0}' a un fichier Info.plist non valide : le WKCompanionAppBundleIdentifier doit exister et correspondre au CFBundleIdentifier du bundle d'applications principal.
+
+
+
+ L'application Watch '{0}' a un fichier Info.plist non valide : la clé LSRequiresIPhoneOS ne doit pas être présente.
+
+
+
+ Le bundle d'applications {0} ne contient pas de fichier Info.plist.
+
+
+
+ {0} ne spécifie pas CFBundleIdentifier.
+
+
+
+ {0} ne spécifie pas CFBundleExecutable.
+
+
+
+ {0} ne spécifie pas CFBundleSupportedPlatforms.
+
+
+
+ {0} ne spécifie pas UIDeviceFamily.
+
+
+
+ {0} est non valide : la clé UIDeviceFamily doit contenir une valeur pour '{1}'.
+
+
+
+ Type non reconnu : {Type}
+
+
+
+ Add : l'entrée "{0}" est spécifiée de manière incorrecte
+
+
+
+ Add : l'entrée "{0}" contient un index de tableau non valide
+
+
+
+ Add : l'entrée "{0}" existe déjà
+
+
+
+ Add : impossible d'ajouter l'entrée "{0}" au parent
+
+
+
+ Delete : impossible de supprimer l'entrée "{0}" du parent
+
+
+
+ Delete : l'entrée "{0}" contient un index de tableau non valide
+
+
+
+ Delete : l'entrée "{0}" n'existe pas
+
+
+
+ Import : l'entrée "{0}" est spécifiée de manière incorrecte
+
+
+
+ Import : l'entrée "{0}" contient un index de tableau non valide
+
+
+
+ Import : erreur durant la lecture du fichier : {0}
+
+
+
+ Import : impossible d'ajouter l'entrée "{0}" au parent
+
+
+
+ Merge : impossible d'ajouter des entrées de tableau au dictionnaire
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Merge : l'entrée spécifiée doit être un conteneur
+
+
+
+ Merge : l'entrée "{0}" contient un index de tableau non valide
+
+
+
+ Merge : l'entrée "{0}" n'existe pas
+
+
+
+ Merge : erreur durant la lecture du fichier : {0}
+
+
+
+ Set : l'entrée "{0}" est spécifiée de manière incorrecte
+
+
+
+ Set : l'entrée "{0}" contient un index de tableau non valide
+
+
+
+ Set : l'entrée "{0}" n'existe pas
+
+
+
+ Impossible de créer un paquet de ressources de liaison, sauf s'il existe des références natives dans le projet de liaison.
+
+
+
+ Xamarin.iOS 14+ ne prend pas en charge les applications Watchos 1. Effectuez la migration de votre projet vers Watchos 2+.
+
+
+ Architecture non valide ({0}) : impossible de lier plusieurs architectures à la fois.
+
+
+ Impossible d’analyser les arguments du compilateur de l’AOA : {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Infrastructure non valide : {0}
+
+
+ Plateforme non valide : {0}
+
+
+ Le fichier d'exigences de produit de package contient des architectures ({0}) qui ne correspondent pas aux architectures cibles ({1})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.it.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.it.resx
index dbba7ae2e78e..a60382739667 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.it.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.it.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} non è valido: la chiave UIDeviceFamily deve contenere un valore per '{1}'.
-
- L'app Watch '{0}' non contiene alcuna estensione Watch.
-
- L'estensione Watch '{0}' contiene un file Info.plist non valido: il dizionario NSExtension deve includere un valore NSExtensionPointIdentifier.
-
- L'estensione Watch '{0}' contiene un file Info.plist non valido: il dizionario NSExtensionAttributes deve includere un valore WKAppBundleIdentifier.
-
- L'estensione WatchKit '{0}' contiene un file Info.plist non valido: la matrice UIRequiredDeviceCapabilities non deve includere la funzionalità 'watch-companion'.
-
- L'app Watch '{0}' contiene un file Info.plist non valido: il valore WKCompanionAppBundleIdentifier deve esistere e deve corrispondere al valore CFBundleIdentifier del bundle dell'app principale.
-
- Non è stato possibile analizzare il valore '{0}' di MinimumOSVersion
-
- Si è verificato un errore durante il caricamento di '{0}': {1}
-
- {0} SDK per '{1}' non è installato.
-
- Non è stato possibile analizzare il valore '{0}' di TargetArchitectures
-
- Il nome ({0}) dell'eseguibile (CFBundleExecutable) non può terminare con '.app', perché iOS potrebbe non riuscire ad avviare l'app.
-
- Si è verificato un errore durante l'esecuzione dello strumento '{0}': {1}
-
- Non è stato possibile firmare il codice per '{0}': {1}
-
- Non è stato possibile firmare il codice per '{0}'
-
- '{0}' non trovato.
-
- Si è verificato un errore durante il caricamento di '{0}': Formato immagine sconosciuto.
-
- Le dimensioni di iTunesArtwork ({0}x{1}) per '{2}' non sono valide.
-
- Sono stati rilevati più file iTunesArtwork con le stesse dimensioni ({0}x{1}) per '{2}'.
-
- Non è stato possibile individuare la directory bin dell'SDK
-
- Non può esistere più di un file iTunesMetadata.plist.
-
- Si è verificato un errore durante il caricamento del file plist di impostazioni '{0}/Settings.bundle/Root.plist': {1}.
-
- Non è stato possibile analizzare l'SDK versione '{0}'
-
- Non è stato possibile caricare il file Info.plist: {0}
-
- Architetture non valide: '{0}'.
-
- Opzione di ricerca sconosciuta: {0}
-
- L'architettura di destinazione ARMv6 non è più supportata in Xamarin.iOS. Selezionare un'architettura supportata.
-
- Non è stato trovato alcun dispositivo di destinazione.
-
- Non è stato possibile analizzare le informazioni sul dispositivo di destinazione.
-
- Non è stato possibile trovare un bundle dell'app di Xcode valido nella directory '{0}'. Aggiornare il percorso di Apple SDK nelle preferenze {1} di Visual Studio.
-
- Non è stato possibile trovare un percorso sviluppatori Xcode utilizzabile valido
-
- Non è stato possibile trovare '{0}'
-
- Piattaforma SDK sconosciuta: {0}
-
- Non è stato possibile individuare il profilo di provisioning con nome o UUID {0}.
-
- Non è stato possibile individuare il programma di avvio di WatchKit nel bundle dell'app di Xcode.
-
- Non è stato possibile analizzare il valore '{0}' di SdkVersion.
-
- Xcode 10 non supporta le app watchOS 1. Eseguire l'aggiornamento alle app watchOS 2 oppure usare una versione precedente di Xcode.
- Non sono state trovate informazioni sulla versione di iOS.
-
- Il file di regole per le risorse '{0}' non è stato trovato.
-
- Non sono state trovate informazioni sul sistema operativo del dispositivo.
-
- Non sono state trovate informazioni sul modello del dispositivo.
-
- Non sono state trovate informazioni sull'architettura del dispositivo.
-
- Architettura di destinazione non valida: '{0}'
-
- Per compilare applicazioni WatchKit, è richiesta un'installazione di Xcode uguale o successiva alla 6.2.
-
- iOS {0} non supporta WatchKit.
-
- La risorsa '{0}' del bundle non è stata trovata nel disco (deve trovarsi in '{1}')
-
- {0} non riuscito.
-
- File non trovato: {0}
-
- Il file Info.plist parziale non è stato generato: {0}
-
- JSON non valido: {0}
-
- Non è stato possibile caricare il file di log `{1}` di {0}: {2}
-
- Non è stato specificato alcun file di definizione API.
-
- Piattaforma non riconosciuta: {0}
-
- Non è stato possibile individuare {0} '{1}' SDK nel percorso '{}'
-
- Non è stato possibile individuare il percorso usr di {0} '{1}' SDK alla posizione '{2}'
-
- Non è stato possibile trovare un percorso sviluppatori Xcode valido
-
- Il modello '{0}' di Entitlements.plist non è stato trovato.
-
- Si è verificato un errore durante il caricamento del modello '{0}' di Entitlements.plist: {1}
-
- Si è verificato un errore durante la scrittura del file xcent '{0}': {1}
-
- Si è verificato un errore durante la scrittura del file archived-expanded-entitlements.xcent: {0}
-
- {0} è terminato con il codice {1}
-
- Nessuno dei profili di provisioning installati corrisponde alle identità di firma {1} di {0} installate.
-
- La chiave di firma del codice '{1}' di {0} non è stata trovata nel keychain.
-
- Non è stato possibile trovare profili di provisioning disponibili per {0} in {1}.
-
- {0} non definisce CFBundleIdentifier
-
- L'azione di compilazione dei file Info.plist deve essere 'None'.
-
- Se si specifica il percorso '{0}', un file non verrà salvato nel bundle dell'app e non potrà essere usato.
-
- Il nome '{0}' è riservato e non può essere usato.
-
- Si è verificato un errore durante il caricamento del file di modello parziale '{0}' di Info.plist: {1}
-
- Non è stato possibile analizzare l'indice della matrice: {0}
-
- L'indice della matrice non è compreso nell'intervallo per l'elemento '{0}'
-
- I valori di {0} non supportano proprietà figlio.
-
- Il recupero dei valori di {0} non è supportato.
-
- AssemblyPath non può essere Null o vuoto
-
- Non è stata specificata alcuna proprietà.
-
- Il dizionario alla posizione '{0}' non contiene la chiave: {1}
-
- Il file '{0}' non esiste.
-
- Il file '{0}' è in conflitto con '{1}'.
-
- La creazione del pacchetto non è riuscita. Non è stato possibile analizzare gli argomenti aggiuntivi.
-
- Si è verificato un errore durante il caricamento di '{0}'
-
- Si è verificato un errore durante il salvataggio di `{0}': {1}
-
- L'identità '{0}' non corrisponde ad alcuna coppia certificato-chiave privata nel keychain predefinito.
-
- Nel keychain non sono state trovate chiavi di firma del codice valide per {0}. È necessario richiedere un certificato di firma del codice a https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- {0} SDK versione '{1}' non è installato e non è stata trovata alcuna versione più recente.
-
- {0} SDK versione '{1}' non è installato. In alternativa, verrà usata la versione più recente '{2}'.
-
- Non è stato possibile trovare {0} in {1}.
-
- {0} SDK non è installato.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Nessuna delle identità di firma di {0} corrisponde al profilo di provisioning specificato '{1}'.
-
- Il profilo di provisioning '{1}' di {0} specificato non è stato trovato
-
- L'identificatore '{0}' del bundle non corrisponde ad alcun profilo di provisioning installato per l'identità di firma selezionata '{0}'.
-
- L'identificatore '{0}' del bundle non corrisponde ad alcun profilo di provisioning installato per l'identità di firma selezionata '{0}'.
-
- L'identificatore '{0}' del bundle del progetto non corrisponde al profilo di provisioning specificato '{1}'
-
- Il profilo di provisioning '{1}' di {0} specificato non è stato trovato
-
- L'identificatore '{0}' del bundle non corrisponde ad alcun profilo di provisioning installato.
-
- Il numero di file di destinazione deve corrisponde a quello dei file di origine.
-
- È necessario specificare una cartella di destinazione o i file di destinazione, ma non entrambi.
-
- Agli elementi devono essere assegnati nomi logici calcolati.
-
- Con le app/estensioni Watch è richiesto Xcode 6.2 o versioni successive. La versione corrente di Xcode è {0}
-
- Identificatore del framework di destinazione sconosciuto: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Unione: errore durante la lettura del file: {0}
-
- Unione: la voce "{0}" non esiste
-
- Impostazione: la voce "{0}" contiene un indice di matrice non valido
-
- Impostazione: la voce "{0}" non è specificata correttamente
-
- Impostazione: la voce "{0}" non esiste
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Non è possibile creare un pacchetto di risorse di binding a meno che nel progetto di binding non siano presenti riferimenti nativi.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} non specifica alcun valore CFBundleSupportedPlatforms.
-
- {0} non specifica alcun valore CFBundleExecutable.
-
- {0} non specifica alcun valore CFBundleIdentifier.
-
- Il bundle dell'app {0} non contiene alcun file Info.plist.
-
- Aggiunta: la voce "{0}" contiene un indice di matrice non valido
-
- Aggiunta: la voce "{0}" non è specificata correttamente
-
- Tipo non riconosciuto: {Type}
-
- {0} non specifica alcun valore UIDeviceFamily.
-
- Aggiunta: non è possibile aggiungere la voce "{0}" all'elemento padre
-
- Aggiunta: la voce "{0}" esiste già
-
- Eliminazione: la voce "{0}" non esiste
-
- Importazione: la voce "{0}" non è specificata correttamente
-
- Eliminazione: non è possibile eliminare la voce "{0}" dall'elemento padre
-
- Eliminazione: la voce "{0}" contiene un indice di matrice non valido
-
- Importazione: non è possibile aggiungere la voce "{0}" all'elemento padre
-
- Unione: non è possibile aggiungere voci di matrice al dizionario
-
- Importazione: la voce "{0}" contiene un indice di matrice non valido
-
- Importazione: errore durante la lettura del file: {0}
-
- Unione: la voce specificata deve essere un contenitore
-
- Unione: la voce "{0}" contiene un indice di matrice non valido
-
- L'estensione Watch '{0}' non specifica alcun valore CFBundleExecutable.
-
- L'estensione Watch '{0}' non specifica alcun valore CFBundleIdentifier.
-
- L'estensione Watch '{0}' contiene un valore CFBundleIdentifier ({1}) che termina con il suffisso non valido ".key".
-
- L'estensione Watch '{0}' contiene un valore CFBundleIdentifier ({1}) non valido. Non inizia con il valore CFBundleIdentifier ({2}) del bundle dell'app principale.
-
- L'app Watch '{0}' contiene un file Info.plist non valido: la chiave LSRequiresIPhoneOS non deve essere presente.
-
- L'app Watch '{0}' contiene un file Info.plist non valido: la chiave WKWatchKitApp deve essere presente e deve avere valore 'true'.
-
- L'estensione Watch '{0}' non contiene alcun file Info.plist.
-
- L'app Watch '{0}' non contiene estensioni Watch.
-
- L'estensione Watch '{0}' contiene un file Info.plist non valido: il valore di NSExtensionPointIdentifier deve essere "com.apple.watchkit".
-
- L'estensione Watch '{0}' contiene un file Info.plist non valido: non include alcun dizionario NSExtension.
-
- L'app Watch '{0}' non specifica alcun valore CFBundleIdentifier.
-
- L'app Watch '{0}' non contiene alcun valore UIDeviceFamily valido. È previsto '{1}' ma è stato trovato '{2} ({3})'.
-
- L'app Watch '{0}' non specifica alcun valore CFBundleExecutable.
-
- L'estensione WatchKit '{0}' contiene un valore WKAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') dell'app Watch.
-
- L'estensione Watch '{0}' contiene un file Info.plist non valido: il dizionario NSExtension deve includere un valore NSExtensionAttributes.
-
- L'estensione Watch '{0}' contiene un valore WKAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') del bundle dell'app Watch padre.
-
- L'estensione WatchKit '{0}' contiene un file Info.plist non valido: il dizionario UIRequiredDeviceCapabilities non deve includere la funzionalità 'watch-companion'.
-
- L'app Watch '{0}' non contiene alcun file Info.plist.
-
- L'app Watch '{0}' contiene un valore WKCompanionAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') del bundle dell'app principale.
-
- L'app Watch '{0}' contiene un file Info.plist non valido: la chiave LSRequiresIPhoneOS non deve essere presente.
-
- L'estensione app '{0}' contiene un valore CFBundleIdentifier ({1}) che termina con il suffisso non valido ".key".
-
- L'estensione app '{0}' contiene un valore CFBundleIdentifier ({1}) non valido. Non inizia con il valore CFBundleIdentifier ({2}) del bundle dell'app principale.
-
- L'estensione app '{0}' non specifica alcun valore CFBundleExecutable.
-
- L'estensione app '{0}' non specifica alcun valore CFBundleIdentifier.
-
- L'estensione app '{0}' non contiene alcun file Info.plist.
-
- Per questo computer non sono disponibili schede di rete, che sono necessarie quando si esegue il debug o la profilatura nel dispositivo tramite Wi-Fi.
-
- Non è stato possibile risolvere gli indirizzi IP host per le impostazioni del debugger Wi-Fi.
-
- L'estensione app '{0}' contiene un file Info.plist non valido: non include alcun dizionario NSExtension.
-
- L'estensione app '{0}' non specifica alcun valore CFBundleShortVersionString.
-
- L'app Watch '{0}' contiene un valore CFBundleIdentifier ({1}) non valido. Non inizia con il valore CFBundleIdentifier ({2}) del bundle dell'app principale.
-
- L'app Watch '{0}' non contiene alcun valore UIDeviceFamily valido. È previsto 'Watch (4)' ma è stato trovato '{1} ({2})'.
-
- L'app Watch '{0}' non contiene alcun file Info.plist.
-
- L'app Watch '{0}' non specifica alcun valore CFBundleIdentifier.
-
- L'estensione app '{0}' contiene un file Info.plist non valido: il dizionario NSExtension non include alcun valore NSExtensionPointIdentifier.
-
- L'app Watch '{name}' non specifica alcun valore CFBundleExecutable
-
- L'app Watch '{0}' contiene un valore WKCompanionAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') del bundle dell'app principale.
-
- Sono consentiti carichi HTTP arbitrari per supportare il debug.
-
- Tutti i carichi HTTP sono già consentiti.
-
- L'esecuzione dello strumento {0} è stata avviata con gli argomenti: {1}
-
- L'esecuzione dello strumento {0} è terminata (codice di uscita = {1}).
-
- Ricerca di '{0}' in '{1}'
-
- `{0}' verrà ignorato come file di output. Il più recente è `{1}'.
-
- L'esecuzione dello strumento {0} è terminata.
-
- Più profili di provisioning corrispondono all'identificatore del bundle. Verrà usata la prima corrispondenza.
-
- '{0}' non corrisponde a '{1}'.
-
- L'ID app {0} è stato escluso perché sono già state trovate corrispondenze migliori: {1}.
-
- Ricerca dei profili di provisioning corrispondenti con ID app compatibile. Verranno mantenuti solo quelli con gli ID corrispondenti più lunghi (caratteri jolly).
-
- L'ID app {0} è stato escluso perché è stata trovata una corrispondenza migliore: {1}.
-
- Non è stata trovata alcuna directory Frameworks.
-
- Nome del bundle generato: {0}
-
- Il certificato '{0}' non corrisponde a '{1}'.
-
- Creazione del pacchetto di risorse di binding: {0}
-
- Il certificato '{0}' è scaduto ({1})
-
- Il certificato '{0}' non corrisponde a nessuno dei prefissi '{1}'.
-
- Identità di firma rilevata:
-
- {0} trovato in: {1}
-
- Sono state trovate più identità di firma. Verrà usata la prima identità.
-
- Più identità di firma corrispondono a '{0}'. Verrà usata la prima corrispondenza.
-
- L'assembly del framework verrà ignorato: {0}
-
- Copia del file da '{0}' a '{1}'
-
- Creazione della directory '{0}'
-
- Il file non esiste. Verrà creato: {0}
-
- La voce duplicata è stata ignorata: {0}
-
- Le impostazioni di orientamento dell'iPhone non corrispondono a quelle dell'iPad
-
- Gli orientamenti per iPad supportati non sono stati impostati
-
- Gli orientamenti per iPad supportati non sono coppie abbinate
-
- È possibile solo simulare watchOS 4.3 SDK quando si compila per watchOS.
-
- Gli orientamenti per iPhone supportati non sono stati impostati
-
- L'app Watch '{0}' non specifica alcun valore CFBundleShortVersionString
-
- L'estensione app '{0}' contiene un valore NSExtensionPointIdentifier ('{1}') non riconosciuto.
-
- L'app Watch '{0}' non specifica alcun valore CFBundleVersion
-
- L'app Watch '{0}' contiene un valore CFBundleShortVersionString ({1}) che non corrisponde al valore CFBundleShortVersionString ({2}) del bundle dell'app principale
-
- L'estensione app '{0}' contiene un valore CFBundleShortVersionString ({1}) che non corrisponde al valore CFBundleShortVersionString ({2}) del bundle dell'app principale
-
- L'estensione app '{0}' contiene un valore CFBundleVersion ({1}) che non corrisponde al valore CFBundleVersion ({2}) del bundle dell'app principale
-
- L'estensione app '{0}' non specifica alcun valore CFBundleVersion
-
- L'estensione Watch '{0}' non specifica alcun valore CFBundleShortVersionString
-
- L'app Watch '{0}' contiene un valore CFBundleVersion ({1}) che non corrisponde al valore CFBundleVersion ({2}) del bundle dell'app principale
-
- Non è stato possibile creare il file di risposta '{0}': {1}
-
- I riferimenti nativi dinamici non sono supportati: '{0}'
-
- Tipo riferimento nativo sconosciuto per '{0}'.
-
- L'asset non fa parte di un catalogo asset: {0}
-
- Non è stato possibile analizzare l'output di altool: {0}.
- Output: {1}
-
- L'estensione Watch '{0}' contiene un valore CFBundleVersion ({1}) che non corrisponde al valore CFBundleVersion ({2}) del bundle dell'app principale
-
- L'estensione Watch '{0}' contiene un valore CFBundleShortVersionString ({1}) che non corrisponde al valore CFBundleShortVersionString ({2}) del bundle dell'app principale
-
- L'estensione Watch '{0}' non specifica alcun valore CFBundleVersion
-
- Nessuno dei profili di provisioning installati corrisponde all'identificatore del bundle.
-
- Con gli entitlement iCloud, come '{0}', è richiesto un profilo di provisioning.
-
- L'entitlement iCloud '{0}' non è supportato dal profilo di provisioning.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Nella directory Frameworks è stata trovata una directory che non è un framework: {0}
-
- Non è stato possibile determinare il valore per la chiave di manifesto '{0}'
-
- Il framework {0} non contiene un file binario denominato {1}
-
- Non è possibile espandere $(AppIdentifierPrefix) in Entitlements.plist senza un profilo di provisioning.
-
- Non è possibile espandere $(TeamIdentifierPrefix) in Entitlements.plist senza un profilo di provisioning.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ L'esecuzione dello strumento {0} è stata avviata con gli argomenti: {1}
+
+
+
+ L'esecuzione dello strumento {0} è terminata (codice di uscita = {1}).
+
+
+
+ Si è verificato un errore durante l'esecuzione dello strumento '{0}': {1}
+
+
+
+ Non è stato possibile firmare il codice per '{0}': {1}
+
+
+
+ Non è stato possibile firmare il codice per '{0}'
+
+
+
+ '{0}' non trovato.
+
+
+
+ Si è verificato un errore durante il caricamento di '{0}': Formato immagine sconosciuto.
+
+
+
+ Le dimensioni di iTunesArtwork ({0}x{1}) per '{2}' non sono valide.
+
+
+
+ Sono stati rilevati più file iTunesArtwork con le stesse dimensioni ({0}x{1}) per '{2}'.
+
+
+
+ Si è verificato un errore durante il caricamento di '{0}': {1}
+
+
+
+ Non è stato possibile analizzare il valore '{0}' di MinimumOSVersion
+
+
+
+ Non è stato possibile analizzare il valore '{0}' di TargetArchitectures
+
+
+
+ {0} SDK per '{1}' non è installato.
+
+
+
+ Il nome ({0}) dell'eseguibile (CFBundleExecutable) non può terminare con '.app', perché iOS potrebbe non riuscire ad avviare l'app.
+
+
+
+ È possibile solo simulare watchOS 4.3 SDK quando si compila per watchOS.
+
+
+
+ Tutti i carichi HTTP sono già consentiti.
+
+
+
+ Sono consentiti carichi HTTP arbitrari per supportare il debug.
+
+
+
+ Gli orientamenti per iPhone supportati non sono stati impostati
+
+
+
+ Le impostazioni di orientamento dell'iPhone non corrispondono a quelle dell'iPad
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Gli orientamenti per iPad supportati non sono stati impostati
+
+
+
+ Gli orientamenti per iPad supportati non sono coppie abbinate
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Non può esistere più di un file iTunesMetadata.plist.
+
+
+
+ Si è verificato un errore durante il caricamento del file plist di impostazioni '{0}/Settings.bundle/Root.plist': {1}.
+
+
+
+ Non è stato possibile analizzare l'SDK versione '{0}'
+
+
+
+
+
+
+
+
+
+ Non è stato possibile individuare la directory bin dell'SDK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Non è stato possibile trovare un bundle dell'app di Xcode valido nella directory '{0}'. Aggiornare il percorso di Apple SDK nelle preferenze {1} di Visual Studio.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Non è stato possibile trovare un percorso sviluppatori Xcode utilizzabile valido
+
+
+
+ Non è stato possibile trovare '{0}'
+
+
+
+ Ricerca di '{0}' in '{1}'
+
+
+
+ Piattaforma SDK sconosciuta: {0}
+
+
+
+ Non è stato possibile individuare il profilo di provisioning con nome o UUID {0}.
+
+
+
+ Opzione di ricerca sconosciuta: {0}
+
+
+
+ Tipo riferimento nativo sconosciuto per '{0}'.
+
+
+
+ I riferimenti nativi dinamici non sono supportati: '{0}'
+
+
+
+ L'architettura di destinazione ARMv6 non è più supportata in Xamarin.iOS. Selezionare un'architettura supportata.
+
+
+
+ Non è stato possibile creare il file di risposta '{0}': {1}
+
+
+
+ Non è stato possibile caricare il file Info.plist: {0}
+
+
+
+ Architetture non valide: '{0}'.
+
+
+
+ Non è stato possibile analizzare le informazioni sul dispositivo di destinazione.
+
+
+
+ Non è stato trovato alcun dispositivo di destinazione.
+
+
+
+ Non sono state trovate informazioni sull'architettura del dispositivo.
+
+
+
+ Architettura di destinazione non valida: '{0}'
+
+
+
+ Non sono state trovate informazioni sul sistema operativo del dispositivo.
+
+
+
+ Non sono state trovate informazioni sul modello del dispositivo.
+
+
+
+ Non sono state trovate informazioni sulla versione di iOS.
+
+
+
+ Il file di regole per le risorse '{0}' non è stato trovato.
+
+
+
+ Non è stato possibile analizzare il valore '{0}' di SdkVersion.
+
+
+
+ Xcode 10 non supporta le app watchOS 1. Eseguire l'aggiornamento alle app watchOS 2 oppure usare una versione precedente di Xcode.
+
+
+ Per compilare applicazioni WatchKit, è richiesta un'installazione di Xcode uguale o successiva alla 6.2.
+
+
+
+ iOS {0} non supporta WatchKit.
+
+
+
+ Non è stato possibile individuare il programma di avvio di WatchKit nel bundle dell'app di Xcode.
+
+
+
+ L'estensione app '{0}' contiene un valore CFBundleShortVersionString ({1}) che non corrisponde al valore CFBundleShortVersionString ({2}) del bundle dell'app principale
+
+
+
+ L'estensione app '{0}' non specifica alcun valore CFBundleVersion
+
+
+
+ L'estensione app '{0}' contiene un valore CFBundleVersion ({1}) che non corrisponde al valore CFBundleVersion ({2}) del bundle dell'app principale
+
+
+
+ L'estensione app '{0}' contiene un valore NSExtensionPointIdentifier ('{1}') non riconosciuto.
+
+
+
+ L'app Watch '{0}' non specifica alcun valore CFBundleShortVersionString
+
+
+
+ L'app Watch '{0}' contiene un valore CFBundleShortVersionString ({1}) che non corrisponde al valore CFBundleShortVersionString ({2}) del bundle dell'app principale
+
+
+
+ L'app Watch '{0}' non specifica alcun valore CFBundleVersion
+
+
+
+ L'app Watch '{0}' contiene un valore CFBundleVersion ({1}) che non corrisponde al valore CFBundleVersion ({2}) del bundle dell'app principale
+
+
+
+ L'estensione Watch '{0}' non specifica alcun valore CFBundleShortVersionString
+
+
+
+ L'estensione Watch '{0}' contiene un valore CFBundleShortVersionString ({1}) che non corrisponde al valore CFBundleShortVersionString ({2}) del bundle dell'app principale
+
+
+
+ L'estensione Watch '{0}' non specifica alcun valore CFBundleVersion
+
+
+
+ L'estensione Watch '{0}' contiene un valore CFBundleVersion ({1}) che non corrisponde al valore CFBundleVersion ({2}) del bundle dell'app principale
+
+
+
+
+ Non è stato possibile individuare {0} '{1}' SDK nel percorso '{}'
+
+
+
+ Non è stato possibile individuare il percorso usr di {0} '{1}' SDK alla posizione '{2}'
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Non è stato possibile trovare un percorso sviluppatori Xcode valido
+
+
+
+
+
+ Piattaforma non riconosciuta: {0}
+
+
+
+ L'asset non fa parte di un catalogo asset: {0}
+
+
+
+ File non trovato: {0}
+
+
+
+ JSON non valido: {0}
+
+
+
+ Il file Info.plist parziale non è stato generato: {0}
+
+
+
+ Non è stato possibile caricare il file di log `{1}` di {0}: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Non è stato possibile analizzare l'output di altool: {0}.
+ Output: {1}
+
+
+
+
+ Non è stato specificato alcun file di definizione API.
+
+
+
+ {0} non riuscito.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ La risorsa '{0}' del bundle non è stata trovata nel disco (deve trovarsi in '{1}')
+
+
+
+ Se si specifica il percorso '{0}', un file non verrà salvato nel bundle dell'app e non potrà essere usato.
+
+
+
+ L'azione di compilazione dei file Info.plist deve essere 'None'.
+
+
+
+ Il nome '{0}' è riservato e non può essere usato.
+
+
+
+ Nella directory Frameworks è stata trovata una directory che non è un framework: {0}
+
+
+
+ Il framework {0} non contiene un file binario denominato {1}
+
+
+
+ Non è stata trovata alcuna directory Frameworks.
+
+
+
+ Non è stato possibile determinare il valore per la chiave di manifesto '{0}'
+
+
+
+ Si è verificato un errore durante il caricamento del file di modello parziale '{0}' di Info.plist: {1}
+
+
+
+ Non è possibile espandere $(TeamIdentifierPrefix) in Entitlements.plist senza un profilo di provisioning.
+
+
+
+ Non è possibile espandere $(AppIdentifierPrefix) in Entitlements.plist senza un profilo di provisioning.
+
+
+
+ Con gli entitlement iCloud, come '{0}', è richiesto un profilo di provisioning.
+
+
+
+ L'entitlement iCloud "{0}" non è supportato dal profilo di provisioning.
+
+
+
+ Il modello '{0}' di Entitlements.plist non è stato trovato.
+
+
+
+ Si è verificato un errore durante il caricamento del modello '{0}' di Entitlements.plist: {1}
+
+
+
+ Si è verificato un errore durante la scrittura del file xcent '{0}': {1}
+
+
+
+ Si è verificato un errore durante la scrittura del file archived-expanded-entitlements.xcent: {0}
+
+
+
+ L'esecuzione dello strumento {0} è terminata.
+
+
+
+ {0} è terminato con il codice {1}
+
+
+
+ `{0}' verrà ignorato come file di output. Il più recente è `{1}'.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Si è verificato un errore durante il salvataggio di `{0}': {1}
+
+
+
+ Creazione del pacchetto di risorse di binding: {0}
+
+
+
+ Si è verificato un errore durante il caricamento di '{0}'
+
+
+
+ La creazione del pacchetto non è riuscita. Non è stato possibile analizzare gli argomenti aggiuntivi.
+
+
+
+ L'identità '{0}' non corrisponde ad alcuna coppia certificato-chiave privata nel keychain predefinito.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Identità di firma rilevata:
+
+
+
+ Il certificato '{0}' non corrisponde a nessuno dei prefissi '{1}'.
+
+
+
+ Il certificato '{0}' è scaduto ({1})
+
+
+
+ Nel keychain non sono state trovate chiavi di firma del codice valide per {0}. È necessario richiedere un certificato di firma del codice a https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ Il certificato '{0}' non corrisponde a '{1}'.
+
+
+
+ La chiave di firma del codice '{1}' di {0} non è stata trovata nel keychain.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ Non è stato possibile trovare profili di provisioning disponibili per {0} in {1}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}' non corrisponde a '{1}'.
+
+
+
+ Nessuno dei profili di provisioning installati corrisponde alle identità di firma {1} di {0} installate.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Ricerca dei profili di provisioning corrispondenti con ID app compatibile. Verranno mantenuti solo quelli con gli ID corrispondenti più lunghi (caratteri jolly).
+
+
+
+ L'ID app {0} è stato escluso perché è stata trovata una corrispondenza migliore: {1}.
+
+
+
+ L'ID app {0} è stato escluso perché sono già state trovate corrispondenze migliori: {1}.
+
+
+
+ Nessuno dei profili di provisioning installati corrisponde all'identificatore del bundle.
+
+
+
+ Più profili di provisioning corrispondono all'identificatore del bundle. Verrà usata la prima corrispondenza.
+
+
+
+ {0} non definisce CFBundleIdentifier
+
+
+
+ Il profilo di provisioning '{1}' di {0} specificato non è stato trovato
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ L'identificatore '{0}' del bundle del progetto non corrisponde al profilo di provisioning specificato '{1}'
+
+
+
+ Più identità di firma corrispondono a '{0}'. Verrà usata la prima corrispondenza.
+
+
+
+ Sono state trovate più identità di firma. Verrà usata la prima identità.
+
+
+
+ Il profilo di provisioning '{1}' di {0} specificato non è stato trovato
+
+
+
+ Nessuna delle identità di firma di {0} corrisponde al profilo di provisioning specificato '{1}'.
+
+
+
+ L'identificatore '{0}' del bundle non corrisponde ad alcun profilo di provisioning installato per l'identità di firma selezionata '{0}'.
+
+
+
+ L'identificatore '{0}' del bundle non corrisponde ad alcun profilo di provisioning installato per l'identità di firma selezionata '{0}'.
+
+
+
+ L'identificatore '{0}' del bundle non corrisponde ad alcun profilo di provisioning installato.
+
+
+
+ {0} trovato in: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath non può essere Null o vuoto
+
+
+
+ Nome del bundle generato: {0}
+
+
+
+ Non è stata specificata alcuna proprietà.
+
+
+
+ Il dizionario alla posizione '{0}' non contiene la chiave: {1}
+
+
+
+ Non è stato possibile analizzare l'indice della matrice: {0}
+
+
+
+ L'indice della matrice non è compreso nell'intervallo per l'elemento '{0}'
+
+
+
+ I valori di {0} non supportano proprietà figlio.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ Il recupero dei valori di {0} non è supportato.
+
+
+
+ Il file '{0}' non esiste.
+
+
+
+ Il file '{0}' è in conflitto con '{1}'.
+
+
+
+ Con le app/estensioni Watch è richiesto Xcode 6.2 o versioni successive. La versione corrente di Xcode è {0}
+
+
+
+ Agli elementi devono essere assegnati nomi logici calcolati.
+
+
+
+ La voce duplicata è stata ignorata: {0}
+
+
+
+ Il file non esiste. Verrà creato: {0}
+
+
+
+ Creazione della directory '{0}'
+
+
+
+ Copia del file da '{0}' a '{1}'
+
+
+
+ È necessario specificare una cartella di destinazione o i file di destinazione, ma non entrambi.
+
+
+
+ Il numero di file di destinazione deve corrisponde a quello dei file di origine.
+
+
+
+ L'assembly del framework verrà ignorato: {0}
+
+
+
+ Identificatore del framework di destinazione sconosciuto: {0}.
+
+
+
+ Non è stato possibile trovare {0} in {1}.
+
+
+
+ {0} SDK non è installato.
+
+
+
+ {0} SDK versione '{1}' non è installato e non è stata trovata alcuna versione più recente.
+
+
+
+ {0} SDK versione '{1}' non è installato. In alternativa, verrà usata la versione più recente '{2}'.
+
+
+
+ {0} ha un formato non corretto o sconosciuto e non può essere elaborato.
+
+
+
+ Non è stato trovato alcun framework corrispondente in "{0}".
+
+
+
+ Le opzioni "{0}" e "{1}" sono in conflitto. "{1}" verrà ignorato.
+
+
+
+ Non è possibile recuperare un'istanza di ISshCommands. Verificare che sia stata stabilita una connessione valida al Mac.
+
+
+ Si è verificato un errore durante il tentativo di copiare l'archivio '{0}' in '{1}'. Dettagli: {2}
+
+
+ Non sono disponibili connessioni al Mac. L'attività "{0}" non verrà eseguita
+
+
+ Non è stato possibile deserializzare il set di dati {0}
+
+
+ Il file {0} non contiene ImageAsset come azione di compilazione.
+
+
+ Non è stato possibile risolvere UTI per {0} nel catalogo {1}
+
+
+ Si è verificato un errore durante il tentativo di verificare la compatibilità tra Xcode e Xamarin.iOS
+
+
+ Il progetto è stato compilato con una versione di Xcode ({0}) che non è compatibile, di conseguenza potrebbero essere restituiti errori o avvisi imprevisti. Installare Xcode '{1}' o consultare la documentazione per altre informazioni.
+
+
+ Si è verificato un errore durante il tentativo di verifica della compatibilità tra Xcode e Xamarin.iOS. Dettagli: {0}
+
+
+
+ Il percorso dell'archivio specificato non è un file di archivio valido (estensione xcarchive). Percorso dell'archivio: '{0}'
+
+
+ Non è stato possibile eseguire il mapping della versione macOS {0} a una versione di iOS corrispondente
+
+
+ Non è stato possibile risolvere gli indirizzi IP host per le impostazioni del debugger Wi-Fi.
+
+
+
+ Per questo computer non sono disponibili schede di rete, che sono necessarie quando si esegue il debug o la profilatura nel dispositivo tramite Wi-Fi.
+
+
+
+ L'estensione app '{0}' non contiene alcun file Info.plist.
+
+
+
+ L'estensione app '{0}' non specifica alcun valore CFBundleIdentifier.
+
+
+
+ L'estensione app '{0}' non specifica alcun valore CFBundleExecutable.
+
+
+
+ L'estensione app '{0}' contiene un valore CFBundleIdentifier ({1}) non valido. Non inizia con il valore CFBundleIdentifier ({2}) del bundle dell'app principale.
+
+
+
+ L'estensione app '{0}' contiene un valore CFBundleIdentifier ({1}) che termina con il suffisso non valido ".key".
+
+
+
+ L'estensione app '{0}' non specifica alcun valore CFBundleShortVersionString.
+
+
+
+ L'estensione app '{0}' contiene un file Info.plist non valido: non include alcun dizionario NSExtension.
+
+
+
+ L'estensione app '{0}' contiene un file Info.plist non valido: il dizionario NSExtension non include alcun valore NSExtensionPointIdentifier.
+
+
+
+
+
+
+ L'app Watch '{0}' non contiene alcun file Info.plist.
+
+
+
+ L'app Watch '{0}' non specifica alcun valore CFBundleIdentifier.
+
+
+
+ L'app Watch '{0}' contiene un valore CFBundleIdentifier ({1}) non valido. Non inizia con il valore CFBundleIdentifier ({2}) del bundle dell'app principale.
+
+
+
+ L'app Watch '{0}' non contiene alcun valore UIDeviceFamily valido. È previsto 'Watch (4)' ma è stato trovato '{1} ({2})'.
+
+
+
+ L'app Watch '{name}' non specifica alcun valore CFBundleExecutable
+
+
+
+ L'app Watch '{0}' contiene un valore WKCompanionAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') del bundle dell'app principale.
+
+
+
+ L'app Watch '{0}' contiene un file Info.plist non valido: la chiave WKWatchKitApp deve essere presente e deve avere valore 'true'.
+
+
+
+ L'app Watch '{0}' contiene un file Info.plist non valido: la chiave LSRequiresIPhoneOS non deve essere presente.
+
+
+
+ L'app Watch '{0}' non contiene estensioni Watch.
+
+
+
+ L'app Watch '{0}' non contiene alcuna estensione Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ L'estensione Watch '{0}' non contiene alcun file Info.plist.
+
+
+
+ L'estensione Watch '{0}' non specifica alcun valore CFBundleIdentifier.
+
+
+
+ L'estensione Watch '{0}' non specifica alcun valore CFBundleExecutable.
+
+
+
+ L'estensione Watch '{0}' contiene un valore CFBundleIdentifier ({1}) non valido. Non inizia con il valore CFBundleIdentifier ({2}) del bundle dell'app principale.
+
+
+
+ L'estensione Watch '{0}' contiene un valore CFBundleIdentifier ({1}) che termina con il suffisso non valido ".key".
+
+
+
+ L'estensione Watch '{0}' contiene un file Info.plist non valido: non include alcun dizionario NSExtension.
+
+
+
+ L'estensione Watch '{0}' contiene un file Info.plist non valido: il valore di NSExtensionPointIdentifier deve essere "com.apple.watchkit".
+
+
+
+ L'estensione Watch '{0}' contiene un file Info.plist non valido: il dizionario NSExtension deve includere un valore NSExtensionPointIdentifier.
+
+
+
+ L'estensione Watch '{0}' contiene un file Info.plist non valido: il dizionario NSExtension deve includere un valore NSExtensionAttributes.
+
+
+
+ L'estensione Watch '{0}' contiene un valore WKAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') del bundle dell'app Watch padre.
+
+
+
+ L'estensione Watch '{0}' contiene un file Info.plist non valido: il dizionario NSExtensionAttributes deve includere un valore WKAppBundleIdentifier.
+
+
+
+ L'estensione WatchKit '{0}' contiene un file Info.plist non valido: il dizionario UIRequiredDeviceCapabilities non deve includere la funzionalità 'watch-companion'.
+
+
+
+ L'estensione WatchKit '{0}' contiene un file Info.plist non valido: la matrice UIRequiredDeviceCapabilities non deve includere la funzionalità 'watch-companion'.
+
+
+
+ L'app Watch '{0}' non contiene alcun file Info.plist.
+
+
+
+ L'app Watch '{0}' non specifica alcun valore CFBundleIdentifier.
+
+
+
+ L'app Watch '{0}' non contiene alcun valore UIDeviceFamily valido. È previsto '{1}' ma è stato trovato '{2} ({3})'.
+
+
+
+ L'app Watch '{0}' non specifica alcun valore CFBundleExecutable.
+
+
+
+ L'estensione WatchKit '{0}' contiene un valore WKAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') dell'app Watch.
+
+
+
+ L'app Watch '{0}' contiene un valore WKCompanionAppBundleIdentifier ('{1}') non valido. Non corrisponde al valore CFBundleIdentifier ('{2}') del bundle dell'app principale.
+
+
+
+ L'app Watch '{0}' contiene un file Info.plist non valido: il valore WKCompanionAppBundleIdentifier deve esistere e deve corrispondere al valore CFBundleIdentifier del bundle dell'app principale.
+
+
+
+ L'app Watch '{0}' contiene un file Info.plist non valido: la chiave LSRequiresIPhoneOS non deve essere presente.
+
+
+
+ Il bundle dell'app {0} non contiene alcun file Info.plist.
+
+
+
+ {0} non specifica alcun valore CFBundleIdentifier.
+
+
+
+ {0} non specifica alcun valore CFBundleExecutable.
+
+
+
+ {0} non specifica alcun valore CFBundleSupportedPlatforms.
+
+
+
+ {0} non specifica alcun valore UIDeviceFamily.
+
+
+
+ {0} non è valido: la chiave UIDeviceFamily deve contenere un valore per '{1}'.
+
+
+
+ Tipo non riconosciuto: {Type}
+
+
+
+ Aggiunta: la voce "{0}" non è specificata correttamente
+
+
+
+ Aggiunta: la voce "{0}" contiene un indice di matrice non valido
+
+
+
+ Aggiunta: la voce "{0}" esiste già
+
+
+
+ Aggiunta: non è possibile aggiungere la voce "{0}" all'elemento padre
+
+
+
+ Eliminazione: non è possibile eliminare la voce "{0}" dall'elemento padre
+
+
+
+ Eliminazione: la voce "{0}" contiene un indice di matrice non valido
+
+
+
+ Eliminazione: la voce "{0}" non esiste
+
+
+
+ Importazione: la voce "{0}" non è specificata correttamente
+
+
+
+ Importazione: la voce "{0}" contiene un indice di matrice non valido
+
+
+
+ Importazione: errore durante la lettura del file: {0}
+
+
+
+ Importazione: non è possibile aggiungere la voce "{0}" all'elemento padre
+
+
+
+ Unione: non è possibile aggiungere voci di matrice al dizionario
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Unione: la voce specificata deve essere un contenitore
+
+
+
+ Unione: la voce "{0}" contiene un indice di matrice non valido
+
+
+
+ Unione: la voce "{0}" non esiste
+
+
+
+ Unione: errore durante la lettura del file: {0}
+
+
+
+ Impostazione: la voce "{0}" non è specificata correttamente
+
+
+
+ Impostazione: la voce "{0}" contiene un indice di matrice non valido
+
+
+
+ Impostazione: la voce "{0}" non esiste
+
+
+
+ Non è possibile creare un pacchetto di risorse di binding a meno che nel progetto di binding non siano presenti riferimenti nativi.
+
+
+
+ Xamarin.iOS 14+ non supporta le app watchOS 1. Eseguire la migrazione del progetto a watchOS 2+.
+
+
+ Architettura non valida ({0}): non è possibile collegare più di un'architettura alla volta.
+
+
+ Non è possibile analizzare gli argomenti del compilatore AOT: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Framework non valido: {0}
+
+
+ Piattaforma non valida: {0}
+
+
+ Il file dei requisiti del prodotto del pacchetto contiene architetture ({0}) non corrispondenti alle architetture di destinazione ({1})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ja.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ja.resx
index a5bdd867e079..52467a09aec8 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ja.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ja.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} が無効です。UIDeviceFamily キーに '{1}' の値を含める必要があります。
-
- Watch App '{0}' に Watch Extension が含まれていません。
-
- Watch Extension '{0}' に無効な Info.plist があります。NSExtension ディクショナリに NSExtensionPointIdentifier を含める必要があります。
-
- Watch Extension '{0}' に無効な Info.plist があります。NSExtensionAttributes ディクショナリに WKAppBundleIdentifier を含める必要があります。
-
- WatchKit 拡張機能 '{0}' に無効な Info.plist があります。UIRequiredDeviceCapabilities 配列に 'watch-companion' 機能を含めることはできません。
-
- Watch App '{0}' に無効な Info.plist があります。WKCompanionAppBundleIdentifier が存在し、メイン アプリ バンドルの CFBundleIdentifier と一致している必要があります。
-
- MinimumOSVersion 値 '{0}' を解析できませんでした
-
- '{0}' の読み込みエラーです: {1}
-
- '{1}' の {0} SDK がインストールされていません。
-
- TargetArchitectures'{0}' を解析できませんでした
-
- iOS でアプリの起動に失敗する可能性があるため、実行可能ファイル (CFBundleExecutable) の名前 ({0}) の末尾に '.app' を使用することはできません。
-
- ツール '{0}' の実行でエラーが発生しました: {1}
-
- '{0}' の codesign に失敗しました: {1}
-
- '{0}' の codesign に失敗しました
-
- '{0}' が見つかりません。
-
- '{0}' の読み込みでエラーが発生しました: 画像の形式が不明です。
-
- '{2}' に対して iTunesArtwork の大きさ ({0}x{1}) が無効です。
-
- '{2}' に対して同じ大きさ ({0}x{1}) の iTunesArtwork ファイルが複数検出されました。
-
- SDK bin ディレクトリが見つかりませんでした
-
- 複数の iTunesMetadata.plist を持つことはできません。
-
- 設定 plist ファイル '{0}/Settings.bundle/Root.plist' の読み込みでエラーが発生しました: {1}。
-
- SDK バージョン '{0}' を解析できませんでした
-
- Info.plist を読み込めませんでした: {0}
-
- 無効なアーキテクチャです: '{0}'。
-
- 不明な検索オプションです: {0}
-
- ターゲット アーキテクチャ ARMv6 は、Xamarin.iOS ではサポートされなくなりました。サポートされているアーキテクチャを選択してください。
-
- ターゲット デバイスが見つかりません。
-
- ターゲット デバイス情報を解析できませんでした。
-
- '{0}' に、有効な Xcode アプリ バンドルが見つかりませんでした。Visual Studio の設定 {1} で、Apple SDK の場所を更新してください。
-
- 有効で使用可能な Xcode Developer パスが見つかりませんでした
-
- '{0}' が見つかりませんでした
-
- 不明な SDK プラットフォームです: {0}
-
- 名前または UUID が {0} のプロビジョニング プロファイルが見つかりませんでした。
-
- Xcode アプリ バンドルに WatchKit ランチャーが見つかりませんでした。
-
- SdkVersion '{0}' を解析できませんでした。
-
- Xcode 10 では、watchOS 1 アプリはサポートされていません。watchOS 2 アプリにアップグレードするか、以前のバージョンの Xcode を使用してください。
- iOS のバージョン情報が見つかりません。
-
- リソース ルール ファイル '{0}' が見つかりません。
-
- デバイスのオペレーティング システム情報が見つかりません。
-
- デバイスのモデル情報が見つかりません。
-
- デバイス アーキテクチャ情報が見つかりません。
-
- 無効なターゲット アーキテクチャです: '{0}'
-
- WatchKit アプリケーションをビルドするには、Xcode 6.2 以上をインストールする必要があります。
-
- iOS {0} では、WatchKit はサポートされていません。
-
- バンドル リソース '{0}' がディスク上に見つかりません ('{1}' にあるはずです)
-
- {0} が失敗しました。
-
- ファイルが見つかりません: {0}
-
- 部分的な Info.plist ファイルは生成されませんでした: {0}
-
- 無効な JSON です: {0}
-
- {0} ログ ファイル '{1}' を読み込めませんでした: {2}
-
- API 定義ファイルが指定されていません。
-
- 認識されないプラットフォームです: {0}
-
- パス '{}' に {0} '{1}' SDK が見つかりませんでした
-
- '{2}' に {0} '{1}' SDK usr パスが見つかりませんでした
-
- 有効な Xcode Developer パスが見つかりませんでした
-
- Entitlements.plist テンプレート '{0}' が見つかりません。
-
- Entitlements.plist テンプレート '{0}' の読み込みでエラーが発生しました: {1}
-
- xcent ファイル '{0}' の作成でエラーが発生しました: {1}
-
- archived-expanded-entitlements.xcent ファイルの書き込みでエラーが発生しました: {0}
-
- {0} がコード {1} で終了しました
-
- インストールされている {0} {1} 署名 ID と一致するプロビジョニング プロファイルがインストールされていません。
-
- キーチェーンに {0} コード署名キー '{1}' が見つかりません。
-
- {1} で {0} に対して利用可能なプロビジョニング プロファイルが見つかりませんでした。
-
- {0} で CFBundleIdentifier が定義されていません
-
- Info.plist ファイルのビルド アクションは 'None' である必要があります。
-
- パス '{0}' は、アプリ バンドル外のファイルを指しているため、使用できません。
-
- 名前 '{0}' は予約されているため、使用できません。
-
- 部分的な Info.plist テンプレート ファイル '{0}' の読み込みでエラーが発生しました: {1}
-
- 配列インデックスを解析できませんでした: {0}
-
- 項目 '{0}' の配列インデックスが範囲外です
-
- {0} 値は、子プロパティをサポートしていません。
-
- {0} 値の取得はサポートされていません。
-
- AssemblyPath を null または空にすることはできません
-
- プロパティが指定されていません。
-
- '{0}' にあるディクショナリにキーが含まれていませんでした: {1}
-
- ファイル '{0}' は存在しません。
-
- ファイル '{0}' が '{1}' と競合しています。
-
- パッケージの作成に失敗しました。追加の引数を解析できませんでした。
-
- '{0}' の読み込みでエラーが発生しました
-
- '{0}' の保存でエラーが発生しました: {1}
-
- ID '{0}' は、既定のキーチェーンにある証明書および秘密キーのどの有効なペアにも一致しません。
-
- キーチェーンに有効な {0} コード署名キーが見つかりません。https://developer.apple.com からコード署名証明書を依頼する必要があります。
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- {0} SDK バージョン '{1}' がインストールされていません。また、それより新しいバージョンも見つかりませんでした。
-
- {0} SDK バージョン '{1}' がインストールされていません。代わりに、それより新しいバージョン '{2}' を使用します。
-
- {1} に {0} が見つかりませんでした。
-
- {0} SDK がインストールされていません。
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- 指定されたプロビジョニング プロファイル '{1}' と一致する {0} 署名 ID がありません。
-
- 指定された {0} プロビジョニング プロファイル '{1}' が見つかりませんでした
-
- バンドル識別子 '{0}' は、選ばれている署名 ID '{0}' のどのインストール済みプロビジョニング プロファイルとも一致しません。
-
- バンドル識別子 '{0}' は、選ばれている署名 ID '{0}' のどのインストール済みプロビジョニング プロファイルとも一致しません。
-
- プロジェクトのバンドル識別子 '{0}' は指定されたプロビジョニング プロファイル '{1}' と一致しません
-
- 指定された {0} プロビジョニング プロファイル '{1}' が見つかりませんでした
-
- バンドル識別子 '{0}' は、どのインストール済みプロビジョニング プロファイルとも一致しません。
-
- DestinationFiles の数は、SourceFiles の数と一致する必要があります。
-
- DestinationFolder または DestinationFiles のいずれかを指定する必要があります。両方は指定できません。
-
- 項目には論理名を計算する必要があります。
-
- Watch App および Extension には Xcode 6.2 以降が必要です。現在の Xcode バージョンは {0} です
-
- 不明なターゲット フレームワーク識別子です: {0}。
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- マージ: ファイルの読み取りでエラーが発生しました: {0}
-
- マージ: エントリ "{0}" が存在しません
-
- 設定: エントリ "{0}" に無効な配列インデックスが含まれています
-
- 設定: エントリ "{0}" は正しく指定されていません
-
- 設定: エントリ "{0}" が存在しません
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- バインド プロジェクトにネイティブ参照がある場合を除いて、バインド リソース パッケージは作成できません。
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} は CFBundleSupportedPlatforms を指定していません。
-
- {0} は CFBundleExecutable を指定していません。
-
- {0} は CFBundleIdentifier を指定していません。
-
- アプリ バンドル {0} に Info.plist が含まれていません。
-
- 追加: エントリ "{0}" に無効な配列インデックスが含まれています
-
- 追加: エントリ "{0}" は正しく指定されていません
-
- 認識されない型です: {Type}
-
- {0} は UIDeviceFamily を指定していません。
-
- 追加: エントリ "{0}" を親に追加できません
-
- 追加: "{0}" エントリは既に存在します
-
- 削除: エントリ "{0}" が存在しません
-
- インポート: エントリ "{0}" は正しく指定されていません
-
- 削除: 親からエントリ "{0}" を削除できません
-
- 削除: エントリ "{0}" に無効な配列インデックスが含まれています
-
- インポート: エントリ "{0}" を親に追加できません
-
- マージ: 配列エントリをディクショナリに追加できません
-
- インポート: エントリ "{0}" に無効な配列インデックスが含まれています
-
- インポート: ファイルの読み取りでエラーが発生しました: {0}
-
- マージ: 指定されたエントリはコンテナーである必要があります
-
- マージ: エントリ "{0}" に無効な配列インデックスが含まれています
-
- Watch Extension '{0}' で CFBundleExecutable が指定されていません。
-
- Watch Extension '{0}' で CFBundleIdentifier が指定されていません。
-
- Watch Extension '{0}' に、無効なサフィックス ".key" で終わる CFBundleIdentifier ({1}) が含まれています。
-
- Watch Extension '{0}' に無効な CFBundleIdentifier ({1}) が含まれています。メイン アプリ バンドルの CFBundleIdentifier ({2}) で始まっていません。
-
- Watch App '{0}' に無効な Info.plist があります。LSRequiresIPhoneOS キーを指定することはできません。
-
- Watch App '{0}' に無効な Info.plist があります。WKWatchKitApp キーを指定し、'true' の値を設定する必要があります。
-
- Watch Extension '{0}' に Info.plist が含まれていません。
-
- Watch App '{0}' に Watch Extension が 1 つも含まれていません。
-
- Watch Extension '{0}' に無効な Info.plist があります。NSExtensionPointIdentifier は "com.apple.watchkit" でなければなりません。
-
- Watch Extension '{0}' に無効な Info.plist があります。NSExtension ディクショナリが含まれていません。
-
- Watch App '{0}' で CFBundleIdentifier が指定されていません。
-
- Watch App '{0}' に、有効な UIDeviceFamily 値がありません。'{1}' が必要ですが、'{2} ({3})' が見つかりました。
-
- Watch App '{0}' で CFBundleExecutable が指定されていません。
-
- WatchKit 拡張機能 '{0}' に無効な WKAppBundleIdentifier 値 ('{1}') が含まれています。これは、Watch App の CFBundleIdentifier ('{2}') と一致しません。
-
- Watch Extension '{0}' に無効な Info.plist があります。NSExtension ディクショナリに NSExtensionAttributes を含める必要があります。
-
- Watch Extension '{0}' に無効な WKAppBundleIdentifier 値 ('{1}') が含まれています。これは、親 Watch アプリ バンドルの CFBundleIdentifier ('{2}') と一致しません。
-
- WatchKit 拡張機能 '{0}' に無効な Info.plist があります。UIRequiredDeviceCapabilities ディクショナリに 'watch-companion' 機能を含めることはできません。
-
- Watch App '{0}' に Info.plist が含まれていません。
-
- Watch App '{0}' に無効な WKCompanionAppBundleIdentifier 値があります ('{1}')。メイン アプリ バンドルの CFBundleIdentifier ('{2}') と一致しません。
-
- Watch App '{0}' に無効な Info.plist があります。LSRequiresIPhoneOS キーを指定することはできません。
-
- アプリ拡張機能 '{0}' に、無効なサフィックス ".key" で終わる CFBundleIdentifier ({1}) が含まれています。
-
- アプリ拡張機能 '{0}' に無効な CFBundleIdentifier ({1}) が含まれています。メイン アプリ バンドルの CFBundleIdentifier ({2}) で始まっていません。
-
- アプリ拡張機能 '{0}' で CFBundleExecutable が指定されていません。
-
- アプリ拡張機能 '{0}' で CFBundleIdentifier が指定されていません。
-
- アプリ拡張機能 '{0}' に Info.plist が含まれていません。
-
- このマシンにはネットワーク アダプターがありません。これは、WiFi を使用してデバイス上でデバッグまたはプロファイルを行うときに必要です。
-
- WiFi デバッガー設定のホスト IP を解決できませんでした。
-
- アプリ拡張機能 '{0}' に無効な Info.plist があります。NSExtension ディクショナリが含まれていません。
-
- アプリ拡張機能 '{0}' で CFBundleShortVersionString が指定されていません。
-
- Watch App '{0}' に無効な CFBundleIdentifier ({1}) が含まれています。メイン アプリ バンドルの CFBundleIdentifier ({2}) で始まっていません。
-
- Watch App '{0}' に、有効な UIDeviceFamily 値がありません。'Watch (4)' が必要ですが、'{1} ({2})' が見つかりました。
-
- Watch App '{0}' に Info.plist が含まれていません。
-
- Watch App '{0}' で CFBundleIdentifier が指定されていません。
-
- アプリ拡張機能 '{0}' に無効な Info.plist があります。NSExtension ディクショナリに NSExtensionPointIdentifier 値が含まれていません。
-
- Watch App '{name}' で CFBundleExecutable が指定されていません
-
- Watch App '{0}' に無効な WKCompanionAppBundleIdentifier 値があります ('{1}')。メイン アプリ バンドルの CFBundleIdentifier ('{2}') と一致しません。
-
- デバッグをサポートするための任意の HTTP 読み込みが許可されました。
-
- すべての http 読み込みは既に許可されています。
-
- ツール {0} の実行が開始されました。引数: {1}
-
- ツール {0} の実行が完了しました (終了コード = {1})。
-
- '{1}' で '{0}' を検索しています
-
- 出力ファイル '{1}' のほうが新しいため、'{0}' をスキップしています。
-
- ツール {0} の実行が完了しました。
-
- 複数のプロビジョニング プロファイルがバンドル識別子と一致しています。最初に一致したものを使用します。
-
- '{0}' が '{1}' と一致しません。
-
- AppID: よりマッチ率の高いものが既に見つかっているため、{0} を除外しました: {1}。
-
- 互換性のある AppID を持つ、一致するプロビジョニング プロファイルを検索し、最長一致 (ワイルドカード) の ID を持つもののみを保持しています。
-
- AppID: よりマッチ率の高いものが見つかったため、{0} を除外しました: {1}。
-
- フレームワーク ディレクトリが見つかりません。
-
- 生成されたバンドル名: {0}
-
- 証明書 '{0}' が '{1}' と一致しません。
-
- バインド リソース パッケージを作成しています: {0}
-
- 証明書 '{0}' の有効期限が切れています ({1})
-
- 証明書 '{0}' が、プレフィックス '{1}' のうちどれとも一致しません。
-
- 署名 ID が検出されました:
-
- {0} が次の場所に見つかりました: {1}
-
- 複数の署名 ID が見つかりました。最初の ID を使用します。
-
- 複数の署名 ID が '{0}' と一致します。最初の一致を使用します。
-
- フレームワーク アセンブリをスキップしています: {0}
-
- '{0}' から '{1}' へファイルをコピーしています
-
- ディレクトリ '{0}' を作成しています
-
- ファイルが存在しないため、作成されます: {0}
-
- 重複するエントリがスキップされました: {0}
-
- サポートされている iPhone の向きが一致するペアになっていません
-
- サポートされている iPad の向きが設定されていません
-
- サポートされている iPad の向きがペアになっていません
-
- watchOS 向けのビルド時に、watchOS 4.3 SDK に対してのみフェイクを作成できます。
-
- サポートされている iPhone の向きが設定されていません
-
- Watch App '{0}' で CFBundleShortVersionString が指定されていません
-
- アプリ拡張機能 '{0}' に、認識されない NSExtensionPointIdentifier 値 ('{1}') があります。
-
- Watch App '{0}' で CFBundleVersion が指定されていません
-
- Watch App '{0}' に、メイン アプリ バンドルの CFBundleShortVersionString ({2}) と一致しない CFBundleShortVersionString ({1}) があります
-
- アプリ拡張機能 '{0}' に、メイン アプリ バンドルの CFBundleShortVersionString ({2}) と一致しない CFBundleShortVersionString ({1}) があります
-
- アプリ拡張機能 '{0}' に、メイン アプリ バンドルの CFBundleVersion ({2}) と一致しない CFBundleVersion ({1}) があります
-
- アプリ拡張機能 '{0}' で CFBundleVersion が指定されていません
-
- Watch Extension '{0}' で CFBundleShortVersionString が指定されていません
-
- Watch App '{0}' に、メイン アプリ バンドルの CFBundleVersion ({2}) と一致しない CFBundleVersion ({1}) があります
-
- 応答ファイル '{0}' を作成できませんでした: {1}
-
- 動的なネイティブ参照はサポートされていません: '{0}'
-
- '{0}' のネイティブ参照型が不明です。
-
- 資産は資産カタログの一部ではありません: {0}
-
- altool の出力を解析できませんでした: {0}。
- 出力: {1}
-
- Watch Extension '{0}' に、メイン アプリ バンドルの CFBundleVersion ({2}) と一致しない CFBundleVersion ({1}) があります
-
- Watch Extension '{0}' に、メイン アプリ バンドルの CFBundleShortVersionString ({2}) と一致しない CFBundleShortVersionString ({1}) があります
-
- Watch Extension '{0}' で CFBundleVersion が指定されていません
-
- バンドル識別子と一致するインストールされたプロビジョニング プロファイルがありません。
-
- iCloud エンタイトルメント ('{0}' など) にはプロビジョニング プロファイルが必要です。
-
- iCloud エンタイトルメント '{0}' は、プロビジョニング プロファイルでサポートされていません。
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- フレームワーク ディレクトリ内にフレームワークではないディレクトリが見つかりました: {0}
-
- マニフェスト キー '{0}' の値を特定できませんでした
-
- フレームワーク {0} には、{1} という名前のバイナリが含まれていません
-
- プロビジョニング プロファイルなしで Entitlements.plist 内の $(AppIdentifierPrefix) を展開することはできません。
-
- プロビジョニング プロファイルなしで Entitlements.plist 内の $(TeamIdentifierPrefix) を展開することはできません。
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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} の実行が開始されました。引数: {1}
+
+
+
+ ツール {0} の実行が完了しました (終了コード = {1})。
+
+
+
+ ツール '{0}' の実行でエラーが発生しました: {1}
+
+
+
+ '{0}' の codesign に失敗しました: {1}
+
+
+
+ '{0}' の codesign に失敗しました
+
+
+
+ '{0}' が見つかりません。
+
+
+
+ '{0}' の読み込みでエラーが発生しました: 画像の形式が不明です。
+
+
+
+ '{2}' に対して iTunesArtwork の大きさ ({0}x{1}) が無効です。
+
+
+
+ '{2}' に対して同じ大きさ ({0}x{1}) の iTunesArtwork ファイルが複数検出されました。
+
+
+
+ '{0}' の読み込みエラーです: {1}
+
+
+
+ MinimumOSVersion 値 '{0}' を解析できませんでした
+
+
+
+ TargetArchitectures'{0}' を解析できませんでした
+
+
+
+ '{1}' の {0} SDK がインストールされていません。
+
+
+
+ iOS でアプリの起動に失敗する可能性があるため、実行可能ファイル (CFBundleExecutable) の名前 ({0}) の末尾に '.app' を使用することはできません。
+
+
+
+ watchOS 向けのビルド時に、watchOS 4.3 SDK に対してのみフェイクを作成できます。
+
+
+
+ すべての http 読み込みは既に許可されています。
+
+
+
+ デバッグをサポートするための任意の HTTP 読み込みが許可されました。
+
+
+
+ サポートされている iPhone の向きが設定されていません
+
+
+
+ サポートされている iPhone の向きが一致するペアになっていません
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ サポートされている iPad の向きが設定されていません
+
+
+
+ サポートされている iPad の向きがペアになっていません
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ 複数の iTunesMetadata.plist を持つことはできません。
+
+
+
+ 設定 plist ファイル '{0}/Settings.bundle/Root.plist' の読み込みでエラーが発生しました: {1}。
+
+
+
+ SDK バージョン '{0}' を解析できませんでした
+
+
+
+
+
+
+
+
+
+ SDK bin ディレクトリが見つかりませんでした
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ '{0}' に、有効な Xcode アプリ バンドルが見つかりませんでした。Visual Studio の設定 {1} で、Apple SDK の場所を更新してください。
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ 有効で使用可能な Xcode Developer パスが見つかりませんでした
+
+
+
+ '{0}' が見つかりませんでした
+
+
+
+ '{1}' で '{0}' を検索しています
+
+
+
+ 不明な SDK プラットフォームです: {0}
+
+
+
+ 名前または UUID が {0} のプロビジョニング プロファイルが見つかりませんでした。
+
+
+
+ 不明な検索オプションです: {0}
+
+
+
+ '{0}' のネイティブ参照型が不明です。
+
+
+
+ 動的なネイティブ参照はサポートされていません: '{0}'
+
+
+
+ ターゲット アーキテクチャ ARMv6 は、Xamarin.iOS ではサポートされなくなりました。サポートされているアーキテクチャを選択してください。
+
+
+
+ 応答ファイル '{0}' を作成できませんでした: {1}
+
+
+
+ Info.plist を読み込めませんでした: {0}
+
+
+
+ 無効なアーキテクチャです: '{0}'。
+
+
+
+ ターゲット デバイス情報を解析できませんでした。
+
+
+
+ ターゲット デバイスが見つかりません。
+
+
+
+ デバイス アーキテクチャ情報が見つかりません。
+
+
+
+ 無効なターゲット アーキテクチャです: '{0}'
+
+
+
+ デバイスのオペレーティング システム情報が見つかりません。
+
+
+
+ デバイスのモデル情報が見つかりません。
+
+
+
+ iOS のバージョン情報が見つかりません。
+
+
+
+ リソース ルール ファイル '{0}' が見つかりません。
+
+
+
+ SdkVersion '{0}' を解析できませんでした。
+
+
+
+ Xcode 10 では、watchOS 1 アプリはサポートされていません。watchOS 2 アプリにアップグレードするか、以前のバージョンの Xcode を使用してください。
+
+
+ WatchKit アプリケーションをビルドするには、Xcode 6.2 以上をインストールする必要があります。
+
+
+
+ iOS {0} では、WatchKit はサポートされていません。
+
+
+
+ Xcode アプリ バンドルに WatchKit ランチャーが見つかりませんでした。
+
+
+
+ アプリ拡張機能 '{0}' に、メイン アプリ バンドルの CFBundleShortVersionString ({2}) と一致しない CFBundleShortVersionString ({1}) があります
+
+
+
+ アプリ拡張機能 '{0}' で CFBundleVersion が指定されていません
+
+
+
+ アプリ拡張機能 '{0}' に、メイン アプリ バンドルの CFBundleVersion ({2}) と一致しない CFBundleVersion ({1}) があります
+
+
+
+ アプリ拡張機能 '{0}' に、認識されない NSExtensionPointIdentifier 値 ('{1}') があります。
+
+
+
+ Watch App '{0}' で CFBundleShortVersionString が指定されていません
+
+
+
+ Watch App '{0}' に、メイン アプリ バンドルの CFBundleShortVersionString ({2}) と一致しない CFBundleShortVersionString ({1}) があります
+
+
+
+ Watch App '{0}' で CFBundleVersion が指定されていません
+
+
+
+ Watch App '{0}' に、メイン アプリ バンドルの CFBundleVersion ({2}) と一致しない CFBundleVersion ({1}) があります
+
+
+
+ Watch Extension '{0}' で CFBundleShortVersionString が指定されていません
+
+
+
+ Watch Extension '{0}' に、メイン アプリ バンドルの CFBundleShortVersionString ({2}) と一致しない CFBundleShortVersionString ({1}) があります
+
+
+
+ Watch Extension '{0}' で CFBundleVersion が指定されていません
+
+
+
+ Watch Extension '{0}' に、メイン アプリ バンドルの CFBundleVersion ({2}) と一致しない CFBundleVersion ({1}) があります
+
+
+
+
+ パス '{}' に {0} '{1}' SDK が見つかりませんでした
+
+
+
+ '{2}' に {0} '{1}' SDK usr パスが見つかりませんでした
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ 有効な Xcode Developer パスが見つかりませんでした
+
+
+
+
+
+ 認識されないプラットフォームです: {0}
+
+
+
+ 資産は資産カタログの一部ではありません: {0}
+
+
+
+ ファイルが見つかりません: {0}
+
+
+
+ 無効な JSON です: {0}
+
+
+
+ 部分的な Info.plist ファイルは生成されませんでした: {0}
+
+
+
+ {0} ログ ファイル '{1}' を読み込めませんでした: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ altool の出力を解析できませんでした: {0}。
+ 出力: {1}
+
+
+
+
+ API 定義ファイルが指定されていません。
+
+
+
+ {0} が失敗しました。
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ バンドル リソース '{0}' がディスク上に見つかりません ('{1}' にあるはずです)
+
+
+
+ パス '{0}' は、アプリ バンドル外のファイルを指しているため、使用できません。
+
+
+
+ Info.plist ファイルのビルド アクションは 'None' である必要があります。
+
+
+
+ 名前 '{0}' は予約されているため、使用できません。
+
+
+
+ フレームワーク ディレクトリ内にフレームワークではないディレクトリが見つかりました: {0}
+
+
+
+ フレームワーク {0} には、{1} という名前のバイナリが含まれていません
+
+
+
+ フレームワーク ディレクトリが見つかりません。
+
+
+
+ マニフェスト キー '{0}' の値を特定できませんでした
+
+
+
+ 部分的な Info.plist テンプレート ファイル '{0}' の読み込みでエラーが発生しました: {1}
+
+
+
+ プロビジョニング プロファイルなしで Entitlements.plist 内の $(TeamIdentifierPrefix) を展開することはできません。
+
+
+
+ プロビジョニング プロファイルなしで Entitlements.plist 内の $(AppIdentifierPrefix) を展開することはできません。
+
+
+
+ iCloud エンタイトルメント ('{0}' など) にはプロビジョニング プロファイルが必要です。
+
+
+
+ iCloud エンタイトルメント '{0}' は、プロビジョニング プロファイルでサポートされていません。
+
+
+
+ Entitlements.plist テンプレート '{0}' が見つかりません。
+
+
+
+ Entitlements.plist テンプレート '{0}' の読み込みでエラーが発生しました: {1}
+
+
+
+ xcent ファイル '{0}' の作成でエラーが発生しました: {1}
+
+
+
+ archived-expanded-entitlements.xcent ファイルの書き込みでエラーが発生しました: {0}
+
+
+
+ ツール {0} の実行が完了しました。
+
+
+
+ {0} がコード {1} で終了しました
+
+
+
+ 出力ファイル '{1}' のほうが新しいため、'{0}' をスキップしています。
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ '{0}' の保存でエラーが発生しました: {1}
+
+
+
+ バインド リソース パッケージを作成しています: {0}
+
+
+
+ '{0}' の読み込みでエラーが発生しました
+
+
+
+ パッケージの作成に失敗しました。追加の引数を解析できませんでした。
+
+
+
+ ID '{0}' は、既定のキーチェーンにある証明書および秘密キーのどの有効なペアにも一致しません。
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ 署名 ID が検出されました:
+
+
+
+ 証明書 '{0}' が、プレフィックス '{1}' のうちどれとも一致しません。
+
+
+
+ 証明書 '{0}' の有効期限が切れています ({1})
+
+
+
+ キーチェーンに有効な {0} コード署名キーが見つかりません。https://developer.apple.com からコード署名証明書を依頼する必要があります。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ 証明書 '{0}' が '{1}' と一致しません。
+
+
+
+ キーチェーンに {0} コード署名キー '{1}' が見つかりません。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ {1} で {0} に対して利用可能なプロビジョニング プロファイルが見つかりませんでした。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}' が '{1}' と一致しません。
+
+
+
+ インストールされている {0} {1} 署名 ID と一致するプロビジョニング プロファイルがインストールされていません。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ 互換性のある AppID を持つ、一致するプロビジョニング プロファイルを検索し、最長一致 (ワイルドカード) の ID を持つもののみを保持しています。
+
+
+
+ AppID: よりマッチ率の高いものが見つかったため、{0} を除外しました: {1}。
+
+
+
+ AppID: よりマッチ率の高いものが既に見つかっているため、{0} を除外しました: {1}。
+
+
+
+ バンドル識別子と一致するインストールされたプロビジョニング プロファイルがありません。
+
+
+
+ 複数のプロビジョニング プロファイルがバンドル識別子と一致しています。最初に一致したものを使用します。
+
+
+
+ {0} で CFBundleIdentifier が定義されていません
+
+
+
+ 指定された {0} プロビジョニング プロファイル '{1}' が見つかりませんでした
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ プロジェクトのバンドル識別子 '{0}' は指定されたプロビジョニング プロファイル '{1}' と一致しません
+
+
+
+ 複数の署名 ID が '{0}' と一致します。最初の一致を使用します。
+
+
+
+ 複数の署名 ID が見つかりました。最初の ID を使用します。
+
+
+
+ 指定された {0} プロビジョニング プロファイル '{1}' が見つかりませんでした
+
+
+
+ 指定されたプロビジョニング プロファイル '{1}' と一致する {0} 署名 ID がありません。
+
+
+
+ バンドル識別子 '{0}' は、選ばれている署名 ID '{0}' のどのインストール済みプロビジョニング プロファイルとも一致しません。
+
+
+
+ バンドル識別子 '{0}' は、選ばれている署名 ID '{0}' のどのインストール済みプロビジョニング プロファイルとも一致しません。
+
+
+
+ バンドル識別子 '{0}' は、どのインストール済みプロビジョニング プロファイルとも一致しません。
+
+
+
+ {0} が次の場所に見つかりました: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath を null または空にすることはできません
+
+
+
+ 生成されたバンドル名: {0}
+
+
+
+ プロパティが指定されていません。
+
+
+
+ '{0}' にあるディクショナリにキーが含まれていませんでした: {1}
+
+
+
+ 配列インデックスを解析できませんでした: {0}
+
+
+
+ 項目 '{0}' の配列インデックスが範囲外です
+
+
+
+ {0} 値は、子プロパティをサポートしていません。
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ {0} 値の取得はサポートされていません。
+
+
+
+ ファイル '{0}' は存在しません。
+
+
+
+ ファイル '{0}' が '{1}' と競合しています。
+
+
+
+ Watch App および Extension には Xcode 6.2 以降が必要です。現在の Xcode バージョンは {0} です
+
+
+
+ 項目には論理名を計算する必要があります。
+
+
+
+ 重複するエントリがスキップされました: {0}
+
+
+
+ ファイルが存在しないため、作成されます: {0}
+
+
+
+ ディレクトリ '{0}' を作成しています
+
+
+
+ '{0}' から '{1}' へファイルをコピーしています
+
+
+
+ DestinationFolder または DestinationFiles のいずれかを指定する必要があります。両方は指定できません。
+
+
+
+ DestinationFiles の数は、SourceFiles の数と一致する必要があります。
+
+
+
+ フレームワーク アセンブリをスキップしています: {0}
+
+
+
+ 不明なターゲット フレームワーク識別子です: {0}。
+
+
+
+ {1} に {0} が見つかりませんでした。
+
+
+
+ {0} SDK がインストールされていません。
+
+
+
+ {0} SDK バージョン '{1}' がインストールされていません。また、それより新しいバージョンも見つかりませんでした。
+
+
+
+ {0} SDK バージョン '{1}' がインストールされていません。代わりに、それより新しいバージョン '{2}' を使用します。
+
+
+
+ {0} の形式が正しくないか、不明なため、処理できません。
+
+
+
+ 一致するフレームワークが '{0}' 内に見つかりませんでした。
+
+
+
+ '{0}' と '{1}' のオプションが競合しています。'{1}' は無視されます。
+
+
+
+ ISshCommands インスタンスを取得できません。Mac への有効な接続が確立されていることを確認してください。
+
+
+ アーカイブ '{0}' を '{1}' にコピーしようとしているときにエラーが発生しました。詳細: {2}
+
+
+ Mac への使用可能な接続がありません。タスク '{0}' は実行されません
+
+
+ DataSet {0} を逆シリアル化できませんでした
+
+
+ ファイル {0} で ImageAsset がビルド アクションとして設定されていません。
+
+
+ カタログ {1} で {0} の UTI を解決できませんでした
+
+
+ Xcode と Xamarin.iOS の互換性を確認しようとして、エラーが発生しました
+
+
+ このプロジェクトは互換性のないバージョンの Xcode ({0}) でビルドされており、予期しない警告やエラーが発生する可能性があります。Xcode '{1}' をインストールするか、ドキュメントで詳細をご確認ください。
+
+
+ Xcode と Xamarin.iOS の互換性を確認しようとして、エラーが発生しました。詳細: {0}
+
+
+
+ 指定されたアーカイブ パスは、有効なアーカイブ ファイル (.xcarchive) からのものではありません。アーカイブ パス: '{0}'
+
+
+ macOS バージョン {0} を対応する iOS バージョンにマップできません
+
+
+ WiFi デバッガー設定のホスト IP を解決できませんでした。
+
+
+
+ このマシンにはネットワーク アダプターがありません。これは、WiFi を使用してデバイス上でデバッグまたはプロファイルを行うときに必要です。
+
+
+
+ アプリ拡張機能 '{0}' に Info.plist が含まれていません。
+
+
+
+ アプリ拡張機能 '{0}' で CFBundleIdentifier が指定されていません。
+
+
+
+ アプリ拡張機能 '{0}' で CFBundleExecutable が指定されていません。
+
+
+
+ アプリ拡張機能 '{0}' に無効な CFBundleIdentifier ({1}) が含まれています。メイン アプリ バンドルの CFBundleIdentifier ({2}) で始まっていません。
+
+
+
+ アプリ拡張機能 '{0}' に、無効なサフィックス ".key" で終わる CFBundleIdentifier ({1}) が含まれています。
+
+
+
+ アプリ拡張機能 '{0}' で CFBundleShortVersionString が指定されていません。
+
+
+
+ アプリ拡張機能 '{0}' に無効な Info.plist があります。NSExtension ディクショナリが含まれていません。
+
+
+
+ アプリ拡張機能 '{0}' に無効な Info.plist があります。NSExtension ディクショナリに NSExtensionPointIdentifier 値が含まれていません。
+
+
+
+
+
+
+ Watch App '{0}' に Info.plist が含まれていません。
+
+
+
+ Watch App '{0}' で CFBundleIdentifier が指定されていません。
+
+
+
+ Watch App '{0}' に無効な CFBundleIdentifier ({1}) が含まれています。メイン アプリ バンドルの CFBundleIdentifier ({2}) で始まっていません。
+
+
+
+ Watch App '{0}' に、有効な UIDeviceFamily 値がありません。'Watch (4)' が必要ですが、'{1} ({2})' が見つかりました。
+
+
+
+ Watch App '{name}' で CFBundleExecutable が指定されていません
+
+
+
+ Watch App '{0}' に無効な WKCompanionAppBundleIdentifier 値があります ('{1}')。メイン アプリ バンドルの CFBundleIdentifier ('{2}') と一致しません。
+
+
+
+ Watch App '{0}' に無効な Info.plist があります。WKWatchKitApp キーを指定し、'true' の値を設定する必要があります。
+
+
+
+ Watch App '{0}' に無効な Info.plist があります。LSRequiresIPhoneOS キーを指定することはできません。
+
+
+
+ Watch App '{0}' に Watch Extension が 1 つも含まれていません。
+
+
+
+ Watch App '{0}' に Watch Extension が含まれていません。
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Watch Extension '{0}' に Info.plist が含まれていません。
+
+
+
+ Watch Extension '{0}' で CFBundleIdentifier が指定されていません。
+
+
+
+ Watch Extension '{0}' で CFBundleExecutable が指定されていません。
+
+
+
+ Watch Extension '{0}' に無効な CFBundleIdentifier ({1}) が含まれています。メイン アプリ バンドルの CFBundleIdentifier ({2}) で始まっていません。
+
+
+
+ Watch Extension '{0}' に、無効なサフィックス ".key" で終わる CFBundleIdentifier ({1}) が含まれています。
+
+
+
+ Watch Extension '{0}' に無効な Info.plist があります。NSExtension ディクショナリが含まれていません。
+
+
+
+ Watch Extension '{0}' に無効な Info.plist があります。NSExtensionPointIdentifier は "com.apple.watchkit" でなければなりません。
+
+
+
+ Watch Extension '{0}' に無効な Info.plist があります。NSExtension ディクショナリに NSExtensionPointIdentifier を含める必要があります。
+
+
+
+ Watch Extension '{0}' に無効な Info.plist があります。NSExtension ディクショナリに NSExtensionAttributes を含める必要があります。
+
+
+
+ Watch Extension '{0}' に無効な WKAppBundleIdentifier 値 ('{1}') が含まれています。これは、親 Watch アプリ バンドルの CFBundleIdentifier ('{2}') と一致しません。
+
+
+
+ Watch Extension '{0}' に無効な Info.plist があります。NSExtensionAttributes ディクショナリに WKAppBundleIdentifier を含める必要があります。
+
+
+
+ WatchKit 拡張機能 '{0}' に無効な Info.plist があります。UIRequiredDeviceCapabilities ディクショナリに 'watch-companion' 機能を含めることはできません。
+
+
+
+ WatchKit 拡張機能 '{0}' に無効な Info.plist があります。UIRequiredDeviceCapabilities 配列に 'watch-companion' 機能を含めることはできません。
+
+
+
+ Watch App '{0}' に Info.plist が含まれていません。
+
+
+
+ Watch App '{0}' で CFBundleIdentifier が指定されていません。
+
+
+
+ Watch App '{0}' に、有効な UIDeviceFamily 値がありません。'{1}' が必要ですが、'{2} ({3})' が見つかりました。
+
+
+
+ Watch App '{0}' で CFBundleExecutable が指定されていません。
+
+
+
+ WatchKit 拡張機能 '{0}' に無効な WKAppBundleIdentifier 値 ('{1}') が含まれています。これは、Watch App の CFBundleIdentifier ('{2}') と一致しません。
+
+
+
+ Watch App '{0}' に無効な WKCompanionAppBundleIdentifier 値があります ('{1}')。メイン アプリ バンドルの CFBundleIdentifier ('{2}') と一致しません。
+
+
+
+ Watch App '{0}' に無効な Info.plist があります。WKCompanionAppBundleIdentifier が存在し、メイン アプリ バンドルの CFBundleIdentifier と一致している必要があります。
+
+
+
+ Watch App '{0}' に無効な Info.plist があります。LSRequiresIPhoneOS キーを指定することはできません。
+
+
+
+ アプリ バンドル {0} に Info.plist が含まれていません。
+
+
+
+ {0} は CFBundleIdentifier を指定していません。
+
+
+
+ {0} は CFBundleExecutable を指定していません。
+
+
+
+ {0} は CFBundleSupportedPlatforms を指定していません。
+
+
+
+ {0} は UIDeviceFamily を指定していません。
+
+
+
+ {0} が無効です。UIDeviceFamily キーに '{1}' の値を含める必要があります。
+
+
+
+ 認識されない型です: {Type}
+
+
+
+ 追加: エントリ "{0}" は正しく指定されていません
+
+
+
+ 追加: エントリ "{0}" に無効な配列インデックスが含まれています
+
+
+
+ 追加: "{0}" エントリは既に存在します
+
+
+
+ 追加: エントリ "{0}" を親に追加できません
+
+
+
+ 削除: 親からエントリ "{0}" を削除できません
+
+
+
+ 削除: エントリ "{0}" に無効な配列インデックスが含まれています
+
+
+
+ 削除: エントリ "{0}" が存在しません
+
+
+
+ インポート: エントリ "{0}" は正しく指定されていません
+
+
+
+ インポート: エントリ "{0}" に無効な配列インデックスが含まれています
+
+
+
+ インポート: ファイルの読み取りでエラーが発生しました: {0}
+
+
+
+ インポート: エントリ "{0}" を親に追加できません
+
+
+
+ マージ: 配列エントリをディクショナリに追加できません
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ マージ: 指定されたエントリはコンテナーである必要があります
+
+
+
+ マージ: エントリ "{0}" に無効な配列インデックスが含まれています
+
+
+
+ マージ: エントリ "{0}" が存在しません
+
+
+
+ マージ: ファイルの読み取りでエラーが発生しました: {0}
+
+
+
+ 設定: エントリ "{0}" は正しく指定されていません
+
+
+
+ 設定: エントリ "{0}" に無効な配列インデックスが含まれています
+
+
+
+ 設定: エントリ "{0}" が存在しません
+
+
+
+ バインド プロジェクトにネイティブ参照がある場合を除いて、バインド リソース パッケージは作成できません。
+
+
+
+ Xamarin.iOS 14 以降では watchOS 1 アプリがサポートされていません。プロジェクトを watchOS 2 以降に移行してください。
+
+
+ 無効なアーキテクチャです ({0}): 一度に複数のアーキテクチャをリンクすることはできません。
+
+
+ AOT コンパイラの引数を解析できません: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ 無効なフレームワークです: {0}
+
+
+ 無効なプラットフォームです: {0}
+
+
+ パッケージの製品要件ファイルに、ターゲット アーキテクチャ ({1}) と一致しないアーキテクチャ ({0}) が含まれています
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ko.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ko.resx
index b2966bf2f61f..a05400031bef 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ko.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ko.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0}이(가) 잘못되었습니다. UIDeviceFamily 키에 '{1}'에 대한 값이 포함되어 있어야 합니다.
-
- Watch 앱 '{0}'에 Watch 확장이 포함되어 있지 않습니다.
-
- Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전에 NSExtensionPointIdentifier가 포함되어 있어야 합니다.
-
- Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtensionAttributes 사전에 WKAppBundleIdentifier가 포함되어 있어야 합니다.
-
- WatchKit 확장 '{0}'에 잘못된 Info.plist가 있으며, UIRequiredDeviceCapabilities 배열에 'watch-companion' 기능이 포함되어 있지 않아야 합니다.
-
- Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. WKCompanionAppBundleIdentifier가 있어야 하며 기본 앱 번들의 CFBundleIdentifier와 일치해야 합니다.
-
- MinimumOSVersion 값 '{0}'을(를) 구문 분석할 수 없음
-
- '{0}'을(를) 로드하는 동안 오류 발생: {1}
-
- '{1}'의 {0} SDK가 설치되지 않았습니다.
-
- TargetArchitectures '{0}'을(를) 구문 분석할 수 없음
-
- iOS에서 앱을 실행하지 못할 수 있으므로 실행 파일(CFBundleExecutable) 이름({0})은 '.app'으로 끝날 수 없습니다.
-
- '{0}' 도구를 실행하는 동안 오류 발생: {1}
-
- '{0}'을(를) 코드 서명하지 못함: {1}
-
- '{0}'을(를) 코드 서명하지 못함
-
- '{0}'이(가) 없습니다.
-
- '{0}'을(를) 로드하는 동안 오류 발생: 알 수 없는 이미지 형식입니다.
-
- '{2}'의 iTunesArtwork 크기({0}x{1})가 잘못되었습니다.
-
- '{2}'에 대해 동일한 크기({0}x{1})의 여러 iTunesArtwork 파일이 검색되었습니다.
-
- SDK bin 디렉터리를 찾을 수 없음
-
- iTunesMetadata.plist가 2개 이상 있으면 안 됩니다.
-
- 설정 plist 파일 '{0}/Settings.bundle/Root.plist'를 로드하는 동안 오류 발생: {1}
-
- SDK 버전 '{0}'을(를) 구문 분석할 수 없음
-
- Info.plist({0})를 로드할 수 없음
-
- 잘못된 아키텍처: '{0}'.
-
- 알 수 없는 검색 옵션: {0}
-
- 대상 아키텍처 ARMv6는 Xamarin.iOS에서 더 이상 지원되지 않습니다. 지원되는 아키텍처를 선택하세요.
-
- 대상 디바이스를 찾을 수 없습니다.
-
- 대상 디바이스 정보를 구문 분석하지 못했습니다.
-
- '{0}'에서 유효한 Xcode 앱 번들을 찾을 수 없습니다. Visual Studio의 기본 설정 {1}에서 Apple SDK 위치를 업데이트하세요.
-
- 유효하고 사용 가능한 Xcode 개발자 경로를 찾을 수 없음
-
- '{0}'을(를) 찾을 수 없습니다.
-
- 알 수 없는 SDK 플랫폼: {0}
-
- 이름 또는 UUID가 {0}인 프로비저닝 프로필을 찾을 수 없음
-
- Xcode 앱 번들에서 WatchKit 시작 관리자를 찾지 못했습니다.
-
- SdkVersion '{0}'을(를) 구문 분석하지 못했습니다.
-
- Xcode 10에서는 watchOS 1 앱을 지원하지 않습니다. watchOS 2 앱으로 업그레이드하거나 이전 버전의 Xcode를 사용하세요.
- iOS 버전 정보를 찾을 수 없습니다.
-
- 리소스 규칙 파일 '{0}'을(를) 찾을 수 없습니다.
-
- 디바이스 운영 체제 정보를 찾을 수 없습니다.
-
- 디바이스 모델 정보를 찾을 수 없습니다.
-
- 디바이스 아키텍처 정보를 찾을 수 없습니다.
-
- 잘못된 대상 아키텍처: '{0}'
-
- WatchKit 애플리케이션을 빌드하려면 6.2 이상의 Xcode가 설치되어 있어야 합니다.
-
- iOS {0}은(는) WatchKit를 지원하지 않습니다.
-
- 디스크에서 번들 리소스 '{0}'을(를) 찾을 수 없음('{1}'에 있어야 함)
-
- {0}이(가) 실패했습니다.
-
- 파일을 찾을 수 없음: {0}
-
- 부분 Info.plist 파일이 생성되지 않음: {0}
-
- 잘못된 json: {0}
-
- {0} 로그 파일 '{1}'을(를) 로드하지 못함: {2}
-
- 지정된 API 정의 파일이 없습니다.
-
- 인식할 수 없는 플랫폼: {0}
-
- 경로 '{}'에서 {0} '{1}' SDK를 찾을 수 없습니다.
-
- '{2}'에서 {0} '{1}' SDK usr 경로를 찾을 수 없습니다.
-
- 유효한 Xcode 개발자 경로를 찾을 수 없음
-
- Entitlements.plist 템플릿 '{0}'을(를) 찾을 수 없습니다.
-
- Entitlements.plist 템플릿 '{0}'을(를) 로드하는 동안 오류 발생: {1}
-
- xcent 파일 '{0}'을(를) 쓰는 동안 오류 발생: {1}
-
- archived-expanded-entitlements.xcent 파일을 쓰는 동안 오류 발생: {0}
-
- {0}이(가) 코드 {1}(으)로 종료됨
-
- 설치된 프로비저닝 프로필이 설치된 {0} {1} 서명 ID와 일치하지 않습니다.
-
- {0} 코드 서명 키 '{1}'을(를) 키 집합에서 찾을 수 없습니다.
-
- {1}에서 {0}에 대해 사용 가능한 프로비저닝 프로필을 찾을 수 없습니다.
-
- {0}은(는) CFBundleIdentifier를 정의하지 않음
-
- Info.plist 파일에는 'None' 빌드 작업이 있어야 합니다.
-
- '{0}' 경로는 앱 번들 외부의 파일로 이어지므로 사용할 수 없습니다.
-
- '{0}' 이름은 예약되어 있으므로 사용할 수 없습니다.
-
- 부분 Info.plist 템플릿 파일 '{0}'을(를) 로드하는 동안 오류 발생: {1}
-
- 배열 인덱스({0})를 구문 분석할 수 없음
-
- 배열 인덱스가 '{0}' 항목의 범위를 벗어남
-
- {0} 값은 자식 속성을 지원하지 않습니다.
-
- {0} 값 가져오기는 지원되지 않습니다.
-
- AssemblyPath는 null이거나 비워 둘 수 없음
-
- 지정된 속성이 없습니다.
-
- '{0}'의 사전에 키가 포함되어 있지 않음: {1}
-
- '{0}' 파일이 없습니다.
-
- '{0}' 파일이 '{1}'과(와) 충돌합니다.
-
- 패키지 생성에 실패했습니다. 추가 인수를 구문 분석할 수 없습니다.
-
- '{0}'을(를) 로드하는 동안 오류 발생
-
- '{0}'을(를) 저장하는 동안 오류 발생: {1}
-
- ID '{0}'이(가) 기본 키 집합의 유효한 인증서/프라이빗 키 쌍과 일치하지 않습니다.
-
- 키 집합에서 유효한 {0} 코드 서명 키를 찾을 수 없습니다. https://developer.apple.com에서 코드 서명 인증서를 요청해야 합니다.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- {0} SDK 버전 '{1}'이(가) 설치되지 않았으며 최신 버전을 찾을 수 없습니다.
-
- {0} SDK 버전 '{1}'이(가) 설치되지 않았습니다. 대신 최신 버전 '{2}'을(를) 사용합니다.
-
- {1}에서 {0}을(를) 찾을 수 없습니다.
-
- {0} SDK가 설치되지 않았습니다.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- 지정한 프로비저닝 프로필 '{1}'과(와) 일치하는 {0} 서명 ID가 없습니다.
-
- 지정한 {0} 프로비저닝 프로필 '{1}'을(를) 찾을 수 없음
-
- 번들 식별자 '{0}'이(가) 선택한 서명 ID '{0}'에 대해 설치된 프로비저닝 프로필과 일치하지 않습니다.
-
- 번들 식별자 '{0}'이(가) 선택한 서명 ID '{0}'에 대해 설치된 프로비저닝 프로필과 일치하지 않습니다.
-
- 프로젝트 번들 ID '{0}'이(가) 지정한 프로비저닝 프로필 '{1}'과(와) 일치하지 않음
-
- 지정한 {0} 프로비저닝 프로필 '{1}'을(를) 찾을 수 없음
-
- 번들 식별자 '{0}'이(가) 설치된 프로비저닝 프로필과 일치하지 않습니다.
-
- DestinationFiles의 수는 SourceFiles의 수와 일치해야 합니다.
-
- DestinationFolder 또는 DestinationFiles 중 하나만 지정해야 합니다.
-
- 항목에는 계산된 논리 이름이 있어야 합니다.
-
- Watch 앱/확장에는 Xcode 6.2 이상이 필요합니다. 현재 Xcode 버전은 {0}입니다.
-
- 알 수 없는 대상 프레임워크 식별자({0})입니다.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- 병합: 파일을 읽는 동안 오류 발생: {0}
-
- 병합: '{0}' 항목이 없음
-
- 설정: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
-
- 설정: '{0}' 항목이 잘못 지정됨
-
- 설정: '{0}' 항목이 없음
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- 바인딩 프로젝트에 네이티브 참조가 없으면 바인딩 리소스 패키지를 생성할 수 없습니다.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0}에서 CFBundleSupportedPlatforms를 지정하지 않습니다.
-
- {0}에서 CFBundleExecutable을 지정하지 않습니다.
-
- {0}에서 CFBundleIdentifier를 지정하지 않습니다.
-
- 앱 번들 {0}에 Info.plist가 포함되어 있지 않습니다.
-
- 추가: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
-
- 추가: '{0}' 항목이 잘못 지정됨
-
- 인식할 수 없는 형식: {Type}
-
- {0}에서 UIDeviceFamily를 지정하지 않습니다.
-
- 추가: '{0}' 항목을 상위에 추가할 수 없음
-
- 추가: '{0}' 항목이 이미 있음
-
- 삭제: '{0}' 항목이 없음
-
- 가져오기: '{0}' 항목이 잘못 지정됨
-
- 삭제: 상위에서 '{0}' 항목을 삭제할 수 없음
-
- 삭제: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
-
- 가져오기: '{0}' 항목을 상위에 추가할 수 없음
-
- 병합: 사전에 배열 항목을 추가할 수 없음
-
- 가져오기: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
-
- 가져오기: 파일을 읽는 동안 오류 발생: {0}
-
- 병합: 지정한 항목은 컨테이너여야 함
-
- 병합: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
-
- Watch 확장 '{0}'에서 CFBundleExecutable을 지정하지 않았습니다.
-
- Watch 확장 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
-
- Watch 확장 '{0}'에 적합하지 않은 접미사인 ".key"로 끝나는 CFBundleIdentifier({1})가 있습니다.
-
- Watch 확장 '{0}'에 잘못된 CFBundleIdentifier({1})가 있는데, 이는 기본 앱 번들의 CFBundleIdentifier({2})로 시작되지 않습니다.
-
- Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. LSRequiresIPhoneOS 키가 없어야 합니다.
-
- Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. WKWatchKitApp 키가 있어야 하며 값이 'true'여야 합니다.
-
- Watch 확장 '{0}'에 Info.plist가 포함되어 있지 않습니다.
-
- Watch 앱 '{0}'에 어떤 Watch 확장도 포함되어 있지 않습니다.
-
- Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtensionPointIdentifier는 'com.apple.watchkit'여야 합니다.
-
- Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전이 포함되어 있지 않습니다.
-
- Watch 앱 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
-
- Watch 앱 '{0}'에 유효한 UIDeviceFamily 값이 없습니다. '{1}'을(를) 예상했지만 '{2}({3})'이(가) 검색되었습니다.
-
- Watch 앱 '{0}'에서 CFBundleExecutable을 지정하지 않았습니다.
-
- WatchKit 확장 '{0}'에 잘못된 WKAppBundleIdentifier 값('{1}')이 있는데, 이는 Watch 앱의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
-
- Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전에 NSExtensionAttributes가 포함되어 있어야 합니다.
-
- Watch 확장 '{0}'에 잘못된 WKAppBundleIdentifier 값('{1}')이 있는데, 이는 상위 Watch 앱 번들의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
-
- WatchKit 확장 '{0}'에 잘못된 Info.plist가 있으며, UIRequiredDeviceCapabilities 사전에 'watch-companion' 기능이 포함되어 있지 않아야 합니다.
-
- Watch 앱 '{0}'에 Info.plist가 포함되어 있지 않습니다.
-
- Watch 앱 '{0}'에 잘못된 WKCompanionAppBundleIdentifier 값('{1}')이 있으며, 기본 앱 번들의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
-
- Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. LSRequiresIPhoneOS 키가 없어야 합니다.
-
- 앱 확장 '{0}'에 적합하지 않은 접미사인 ".key"로 끝나는 CFBundleIdentifier({1})가 있습니다.
-
- 앱 확장 '{0}'에 잘못된 CFBundleIdentifier({1})가 있는데, 이는 기본 앱 번들의 CFBundleIdentifier({2})로 시작되지 않습니다.
-
- 앱 확장 '{0}'에서 CFBundleExecutable을 지정하지 않았습니다.
-
- 앱 확장 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
-
- 앱 확장 '{0}'에 Info.plist가 포함되어 있지 않습니다.
-
- 이 머신에 네트워크 어댑터가 없습니다. 네트워크 어댑터는 WiFi를 통해 디바이스에서 디버깅 또는 프로파일링할 때 필요합니다.
-
- WiFi 디버거 설정의 호스트 IP를 확인할 수 없습니다.
-
- 앱 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전이 포함되어 있지 않습니다.
-
- 앱 확장 '{0}'에서 CFBundleShortVersionString을 지정하지 않았습니다.
-
- Watch 앱 '{0}'에 잘못된 CFBundleIdentifier({1})가 있는데, 이는 기본 앱 번들의 CFBundleIdentifier({2})로 시작되지 않습니다.
-
- Watch 앱 '{0}'에 유효한 UIDeviceFamily 값이 없습니다. 'Watch(4)'를 예상했지만 '{1}({2})'이(가) 검색되었습니다.
-
- Watch 앱 '{0}'에 Info.plist가 포함되어 있지 않습니다.
-
- Watch 앱 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
-
- 앱 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전에 NSExtensionPointIdentifier 값이 포함되어 있지 않습니다.
-
- Watch 앱 '{name}'에서 CFBundleExecutable을 지정하지 않았습니다.
-
- Watch 앱 '{0}'에 잘못된 WKCompanionAppBundleIdentifier 값('{1}')이 있으며, 기본 앱 번들의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
-
- 디버깅을 지원하기 위해 임의의 HTTP 로드가 허용되었습니다.
-
- 모든 http 로드가 이미 허용되었습니다.
-
- {0} 도구 실행이 인수로 시작됨: {1}
-
- {0} 도구 실행이 완료되었습니다(종료 코드 = {1}).
-
- '{1}'에서 '{0}'을(를) 검색하는 중
-
- 출력 파일로 '{0}'을(를) 건너뜁니다. '{1}'이(가) 더 최신입니다.
-
- {0} 도구 실행이 완료되었습니다.
-
- 여러 프로비저닝 프로필이 번들 식별자와 일치하므로 처음 일치를 사용합니다.
-
- '{0}'이(가) '{1}'과(와) 일치하지 않습니다.
-
- AppID: 이미 더 일치하는 항목({1})이 있으므로 {0}은(는) 제외되었습니다.
-
- 호환 가능한 AppID와 일치하는 프로비저닝 프로필을 찾고, 일치하는(와일드카드) ID가 가장 긴 프로필만 유지합니다.
-
- AppID: 더 일치하는 항목({1})이 있으므로 {0}은(는) 제외되었습니다.
-
- Frameworks 디렉터리를 찾을 수 없습니다.
-
- 생성된 번들 이름: {0}
-
- '{0}' 인증서가 '{1}'과(와) 일치하지 않습니다.
-
- 바인딩 리소스 패키지({0})를 생성하는 중
-
- '{0}' 인증서가 만료되었음({1})
-
- '{0}' 인증서가 '{1}' 접두사와 일치하지 않습니다.
-
- 검색된 서명 ID:
-
- {0}은(는) {1}에 있습니다.
-
- 여러 서명 ID를 찾았습니다. 첫 번째 ID를 사용합니다.
-
- 여러 서명 ID가 '{0}'과(와) 일치하므로 처음 일치를 사용합니다.
-
- 프레임워크 어셈블리({0})를 건너뛰는 중
-
- '{0}'에서 '{1}'(으)로 파일 복사 중
-
- '{0}' 디렉터리를 생성하는 중
-
- 파일이 없음, 생성 예정: {0}
-
- 중복된 항목({0})을 건너뛰었음
-
- 지원되는 iPhone 방향이 일치하는 쌍이 아님
-
- 지원되는 iPad 방향이 설정되지 않음
-
- 지원되는 iPad 방향이 일치하는 쌍이 아님
-
- watchOS용으로 빌드할 때만 watchOS 4.3 SDK를 가짜로 만들 수 있습니다.
-
- 지원되는 iPhone 방향이 설정되지 않음
-
- Watch 앱 '{0}'에서 CFBundleShortVersionString을 지정하지 않았습니다.
-
- 앱 확장 '{0}'에 인식할 수 없는 NSExtensionPointIdentifier 값('{1}')이 있습니다.
-
- Watch 앱 '{0}'에서 CFBundleVersion을 지정하지 않았습니다.
-
- Watch 앱 '{0}'에 기본 앱 번들의 CFBundleShortVersionString({2})과 일치하지 않는 CFBundleShortVersionString({1})이 있습니다.
-
- 앱 확장 '{0}'에 기본 앱 번들의 CFBundleShortVersionString({2})과 일치하지 않는 CFBundleShortVersionString({1})이 있습니다.
-
- 앱 확장 '{0}'에 기본 앱 번들의 CFBundleVersion({2})과 일치하지 않는 CFBundleVersion({1})이 있습니다.
-
- 앱 확장 '{0}'에서 CFBundleVersion을 지정하지 않았습니다.
-
- Watch 확장 '{0}'에서 CFBundleShortVersionString을 지정하지 않았습니다.
-
- Watch 앱 '{0}'에 기본 앱 번들의 CFBundleVersion({2})과 일치하지 않는 CFBundleVersion({1})이 있습니다.
-
- 지시 파일 '{0}'을(를) 생성하지 못함: {1}
-
- 동적 네이티브 참조('{0}')가 지원되지 않음
-
- '{0}'에 대한 알 수 없는 네이티브 참조 형식입니다.
-
- 자산 카탈로그에 포함되지 않은 자산: {0}
-
- altool 출력을 구문 분석하지 못함: {0}.
- 출력: {1}
-
- Watch 확장 '{0}'에 기본 앱 번들의 CFBundleVersion({2})과 일치하지 않는 CFBundleVersion({1})이 있습니다.
-
- Watch 확장 '{0}'에 기본 앱 번들의 CFBundleShortVersionString({2})과 일치하지 않는 CFBundleShortVersionString({1})이 있습니다.
-
- Watch 확장 '{0}'에서 CFBundleVersion을 지정하지 않았습니다.
-
- 설치된 프로비저닝 프로필이 번들 식별자와 일치하지 않습니다.
-
- '{0}'과(와) 같은 iCloud 자격에는 프로비저닝 프로필이 필요합니다.
-
- iCloud 자격 '{0}'는 프로비저닝 프로필에서 지원되지 않습니다.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Frameworks 디렉터리 내에서 프레임워크가 아닌 디렉터리를 찾음: {0}
-
- 매니페스트 키 '{0}'의 값을 확인할 수 없음
-
- 프레임워크 {0}에 {1}(이)라는 이진이 포함되어 있지 않음
-
- 프로비저닝 프로필 없이 Entitlements.plist에서 $(AppIdentifierPrefix)를 확장할 수 없습니다.
-
- 프로비저닝 프로필 없이 Entitlements.plist에서 $(TeamIdentifierPrefix)를 확장할 수 없습니다.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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} 도구 실행이 인수로 시작됨: {1}
+
+
+
+ {0} 도구 실행이 완료되었습니다(종료 코드 = {1}).
+
+
+
+ '{0}' 도구를 실행하는 동안 오류 발생: {1}
+
+
+
+ '{0}'을(를) 코드 서명하지 못함: {1}
+
+
+
+ '{0}'을(를) 코드 서명하지 못함
+
+
+
+ '{0}'이(가) 없습니다.
+
+
+
+ '{0}'을(를) 로드하는 동안 오류 발생: 알 수 없는 이미지 형식입니다.
+
+
+
+ '{2}'의 iTunesArtwork 크기({0}x{1})가 잘못되었습니다.
+
+
+
+ '{2}'에 대해 동일한 크기({0}x{1})의 여러 iTunesArtwork 파일이 검색되었습니다.
+
+
+
+ '{0}'을(를) 로드하는 동안 오류 발생: {1}
+
+
+
+ MinimumOSVersion 값 '{0}'을(를) 구문 분석할 수 없음
+
+
+
+ TargetArchitectures '{0}'을(를) 구문 분석할 수 없음
+
+
+
+ '{1}'의 {0} SDK가 설치되지 않았습니다.
+
+
+
+ iOS에서 앱을 실행하지 못할 수 있으므로 실행 파일(CFBundleExecutable) 이름({0})은 '.app'으로 끝날 수 없습니다.
+
+
+
+ watchOS용으로 빌드할 때만 watchOS 4.3 SDK를 가짜로 만들 수 있습니다.
+
+
+
+ 모든 http 로드가 이미 허용되었습니다.
+
+
+
+ 디버깅을 지원하기 위해 임의의 HTTP 로드가 허용되었습니다.
+
+
+
+ 지원되는 iPhone 방향이 설정되지 않음
+
+
+
+ 지원되는 iPhone 방향이 일치하는 쌍이 아님
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ 지원되는 iPad 방향이 설정되지 않음
+
+
+
+ 지원되는 iPad 방향이 일치하는 쌍이 아님
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ iTunesMetadata.plist가 2개 이상 있으면 안 됩니다.
+
+
+
+ 설정 plist 파일 '{0}/Settings.bundle/Root.plist'를 로드하는 동안 오류 발생: {1}
+
+
+
+ SDK 버전 '{0}'을(를) 구문 분석할 수 없음
+
+
+
+
+
+
+
+
+
+ SDK bin 디렉터리를 찾을 수 없음
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ '{0}'에서 유효한 Xcode 앱 번들을 찾을 수 없습니다. Visual Studio의 기본 설정 {1}에서 Apple SDK 위치를 업데이트하세요.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ 유효하고 사용 가능한 Xcode 개발자 경로를 찾을 수 없음
+
+
+
+ '{0}'을(를) 찾을 수 없습니다.
+
+
+
+ '{1}'에서 '{0}'을(를) 검색하는 중
+
+
+
+ 알 수 없는 SDK 플랫폼: {0}
+
+
+
+ 이름 또는 UUID가 {0}인 프로비저닝 프로필을 찾을 수 없음
+
+
+
+ 알 수 없는 검색 옵션: {0}
+
+
+
+ '{0}'에 대한 알 수 없는 네이티브 참조 형식입니다.
+
+
+
+ 동적 네이티브 참조('{0}')가 지원되지 않음
+
+
+
+ 대상 아키텍처 ARMv6는 Xamarin.iOS에서 더 이상 지원되지 않습니다. 지원되는 아키텍처를 선택하세요.
+
+
+
+ 지시 파일 '{0}'을(를) 생성하지 못함: {1}
+
+
+
+ Info.plist({0})를 로드할 수 없음
+
+
+
+ 잘못된 아키텍처: '{0}'.
+
+
+
+ 대상 디바이스 정보를 구문 분석하지 못했습니다.
+
+
+
+ 대상 디바이스를 찾을 수 없습니다.
+
+
+
+ 디바이스 아키텍처 정보를 찾을 수 없습니다.
+
+
+
+ 잘못된 대상 아키텍처: '{0}'
+
+
+
+ 디바이스 운영 체제 정보를 찾을 수 없습니다.
+
+
+
+ 디바이스 모델 정보를 찾을 수 없습니다.
+
+
+
+ iOS 버전 정보를 찾을 수 없습니다.
+
+
+
+ 리소스 규칙 파일 '{0}'을(를) 찾을 수 없습니다.
+
+
+
+ SdkVersion '{0}'을(를) 구문 분석하지 못했습니다.
+
+
+
+ Xcode 10에서는 watchOS 1 앱을 지원하지 않습니다. watchOS 2 앱으로 업그레이드하거나 이전 버전의 Xcode를 사용하세요.
+
+
+ WatchKit 애플리케이션을 빌드하려면 6.2 이상의 Xcode가 설치되어 있어야 합니다.
+
+
+
+ iOS {0}은(는) WatchKit를 지원하지 않습니다.
+
+
+
+ Xcode 앱 번들에서 WatchKit 시작 관리자를 찾지 못했습니다.
+
+
+
+ 앱 확장 '{0}'에 기본 앱 번들의 CFBundleShortVersionString({2})과 일치하지 않는 CFBundleShortVersionString({1})이 있습니다.
+
+
+
+ 앱 확장 '{0}'에서 CFBundleVersion을 지정하지 않았습니다.
+
+
+
+ 앱 확장 '{0}'에 기본 앱 번들의 CFBundleVersion({2})과 일치하지 않는 CFBundleVersion({1})이 있습니다.
+
+
+
+ 앱 확장 '{0}'에 인식할 수 없는 NSExtensionPointIdentifier 값('{1}')이 있습니다.
+
+
+
+ Watch 앱 '{0}'에서 CFBundleShortVersionString을 지정하지 않았습니다.
+
+
+
+ Watch 앱 '{0}'에 기본 앱 번들의 CFBundleShortVersionString({2})과 일치하지 않는 CFBundleShortVersionString({1})이 있습니다.
+
+
+
+ Watch 앱 '{0}'에서 CFBundleVersion을 지정하지 않았습니다.
+
+
+
+ Watch 앱 '{0}'에 기본 앱 번들의 CFBundleVersion({2})과 일치하지 않는 CFBundleVersion({1})이 있습니다.
+
+
+
+ Watch 확장 '{0}'에서 CFBundleShortVersionString을 지정하지 않았습니다.
+
+
+
+ Watch 확장 '{0}'에 기본 앱 번들의 CFBundleShortVersionString({2})과 일치하지 않는 CFBundleShortVersionString({1})이 있습니다.
+
+
+
+ Watch 확장 '{0}'에서 CFBundleVersion을 지정하지 않았습니다.
+
+
+
+ Watch 확장 '{0}'에 기본 앱 번들의 CFBundleVersion({2})과 일치하지 않는 CFBundleVersion({1})이 있습니다.
+
+
+
+
+ 경로 '{}'에서 {0} '{1}' SDK를 찾을 수 없습니다.
+
+
+
+ '{2}'에서 {0} '{1}' SDK usr 경로를 찾을 수 없습니다.
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ 유효한 Xcode 개발자 경로를 찾을 수 없음
+
+
+
+
+
+ 인식할 수 없는 플랫폼: {0}
+
+
+
+ 자산 카탈로그에 포함되지 않은 자산: {0}
+
+
+
+ 파일을 찾을 수 없음: {0}
+
+
+
+ 잘못된 json: {0}
+
+
+
+ 부분 Info.plist 파일이 생성되지 않음: {0}
+
+
+
+ {0} 로그 파일 '{1}'을(를) 로드하지 못함: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ altool 출력을 구문 분석하지 못함: {0}.
+ 출력: {1}
+
+
+
+
+ 지정된 API 정의 파일이 없습니다.
+
+
+
+ {0}이(가) 실패했습니다.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ 디스크에서 번들 리소스 '{0}'을(를) 찾을 수 없음('{1}'에 있어야 함)
+
+
+
+ '{0}' 경로는 앱 번들 외부의 파일로 이어지므로 사용할 수 없습니다.
+
+
+
+ Info.plist 파일에는 'None' 빌드 작업이 있어야 합니다.
+
+
+
+ '{0}' 이름은 예약되어 있으므로 사용할 수 없습니다.
+
+
+
+ Frameworks 디렉터리 내에서 프레임워크가 아닌 디렉터리를 찾음: {0}
+
+
+
+ 프레임워크 {0}에 {1}(이)라는 이진이 포함되어 있지 않음
+
+
+
+ Frameworks 디렉터리를 찾을 수 없습니다.
+
+
+
+ 매니페스트 키 '{0}'의 값을 확인할 수 없음
+
+
+
+ 부분 Info.plist 템플릿 파일 '{0}'을(를) 로드하는 동안 오류 발생: {1}
+
+
+
+ 프로비저닝 프로필 없이 Entitlements.plist에서 $(TeamIdentifierPrefix)를 확장할 수 없습니다.
+
+
+
+ 프로비저닝 프로필 없이 Entitlements.plist에서 $(AppIdentifierPrefix)를 확장할 수 없습니다.
+
+
+
+ '{0}'과(와) 같은 iCloud 자격에는 프로비저닝 프로필이 필요합니다.
+
+
+
+ iCloud 자격 '{{0}}'은(는) 프로비저닝 프로필에서 지원되지 않습니다.
+
+
+
+ Entitlements.plist 템플릿 '{0}'을(를) 찾을 수 없습니다.
+
+
+
+ Entitlements.plist 템플릿 '{0}'을(를) 로드하는 동안 오류 발생: {1}
+
+
+
+ xcent 파일 '{0}'을(를) 쓰는 동안 오류 발생: {1}
+
+
+
+ archived-expanded-entitlements.xcent 파일을 쓰는 동안 오류 발생: {0}
+
+
+
+ {0} 도구 실행이 완료되었습니다.
+
+
+
+ {0}이(가) 코드 {1}(으)로 종료됨
+
+
+
+ 출력 파일로 '{0}'을(를) 건너뜁니다. '{1}'이(가) 더 최신입니다.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ '{0}'을(를) 저장하는 동안 오류 발생: {1}
+
+
+
+ 바인딩 리소스 패키지({0})를 생성하는 중
+
+
+
+ '{0}'을(를) 로드하는 동안 오류 발생
+
+
+
+ 패키지 생성에 실패했습니다. 추가 인수를 구문 분석할 수 없습니다.
+
+
+
+ ID '{0}'이(가) 기본 키 집합의 유효한 인증서/프라이빗 키 쌍과 일치하지 않습니다.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ 검색된 서명 ID:
+
+
+
+ '{0}' 인증서가 '{1}' 접두사와 일치하지 않습니다.
+
+
+
+ '{0}' 인증서가 만료되었음({1})
+
+
+
+ 키 집합에서 유효한 {0} 코드 서명 키를 찾을 수 없습니다. https://developer.apple.com에서 코드 서명 인증서를 요청해야 합니다.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ '{0}' 인증서가 '{1}'과(와) 일치하지 않습니다.
+
+
+
+ {0} 코드 서명 키 '{1}'을(를) 키 집합에서 찾을 수 없습니다.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ {1}에서 {0}에 대해 사용 가능한 프로비저닝 프로필을 찾을 수 없습니다.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}'이(가) '{1}'과(와) 일치하지 않습니다.
+
+
+
+ 설치된 프로비저닝 프로필이 설치된 {0} {1} 서명 ID와 일치하지 않습니다.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ 호환 가능한 AppID와 일치하는 프로비저닝 프로필을 찾고, 일치하는(와일드카드) ID가 가장 긴 프로필만 유지합니다.
+
+
+
+ AppID: 더 일치하는 항목({1})이 있으므로 {0}은(는) 제외되었습니다.
+
+
+
+ AppID: 이미 더 일치하는 항목({1})이 있으므로 {0}은(는) 제외되었습니다.
+
+
+
+ 설치된 프로비저닝 프로필이 번들 식별자와 일치하지 않습니다.
+
+
+
+ 여러 프로비저닝 프로필이 번들 식별자와 일치하므로 처음 일치를 사용합니다.
+
+
+
+ {0}은(는) CFBundleIdentifier를 정의하지 않음
+
+
+
+ 지정한 {0} 프로비저닝 프로필 '{1}'을(를) 찾을 수 없음
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ 프로젝트 번들 ID '{0}'이(가) 지정한 프로비저닝 프로필 '{1}'과(와) 일치하지 않음
+
+
+
+ 여러 서명 ID가 '{0}'과(와) 일치하므로 처음 일치를 사용합니다.
+
+
+
+ 여러 서명 ID를 찾았습니다. 첫 번째 ID를 사용합니다.
+
+
+
+ 지정한 {0} 프로비저닝 프로필 '{1}'을(를) 찾을 수 없음
+
+
+
+ 지정한 프로비저닝 프로필 '{1}'과(와) 일치하는 {0} 서명 ID가 없습니다.
+
+
+
+ 번들 식별자 '{0}'이(가) 선택한 서명 ID '{0}'에 대해 설치된 프로비저닝 프로필과 일치하지 않습니다.
+
+
+
+ 번들 식별자 '{0}'이(가) 선택한 서명 ID '{0}'에 대해 설치된 프로비저닝 프로필과 일치하지 않습니다.
+
+
+
+ 번들 식별자 '{0}'이(가) 설치된 프로비저닝 프로필과 일치하지 않습니다.
+
+
+
+ {0}은(는) {1}에 있습니다.
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath는 null이거나 비워 둘 수 없음
+
+
+
+ 생성된 번들 이름: {0}
+
+
+
+ 지정된 속성이 없습니다.
+
+
+
+ '{0}'의 사전에 키가 포함되어 있지 않음: {1}
+
+
+
+ 배열 인덱스({0})를 구문 분석할 수 없음
+
+
+
+ 배열 인덱스가 '{0}' 항목의 범위를 벗어남
+
+
+
+ {0} 값은 자식 속성을 지원하지 않습니다.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ {0} 값 가져오기는 지원되지 않습니다.
+
+
+
+ '{0}' 파일이 없습니다.
+
+
+
+ '{0}' 파일이 '{1}'과(와) 충돌합니다.
+
+
+
+ Watch 앱/확장에는 Xcode 6.2 이상이 필요합니다. 현재 Xcode 버전은 {0}입니다.
+
+
+
+ 항목에는 계산된 논리 이름이 있어야 합니다.
+
+
+
+ 중복된 항목({0})을 건너뛰었음
+
+
+
+ 파일이 없음, 생성 예정: {0}
+
+
+
+ '{0}' 디렉터리를 생성하는 중
+
+
+
+ '{0}'에서 '{1}'(으)로 파일 복사 중
+
+
+
+ DestinationFolder 또는 DestinationFiles 중 하나만 지정해야 합니다.
+
+
+
+ DestinationFiles의 수는 SourceFiles의 수와 일치해야 합니다.
+
+
+
+ 프레임워크 어셈블리({0})를 건너뛰는 중
+
+
+
+ 알 수 없는 대상 프레임워크 식별자({0})입니다.
+
+
+
+ {1}에서 {0}을(를) 찾을 수 없습니다.
+
+
+
+ {0} SDK가 설치되지 않았습니다.
+
+
+
+ {0} SDK 버전 '{1}'이(가) 설치되지 않았으며 최신 버전을 찾을 수 없습니다.
+
+
+
+ {0} SDK 버전 '{1}'이(가) 설치되지 않았습니다. 대신 최신 버전 '{2}'을(를) 사용합니다.
+
+
+
+ {0}의 형식이 잘못되었거나 알 수 없으므로 처리할 수 없습니다.
+
+
+
+ '{0}' 내에서 일치하는 프레임워크를 찾을 수 없습니다.
+
+
+
+ '{0}' 옵션과 '{1}' 옵션이 충돌합니다. '{1}'은(는) 무시됩니다.
+
+
+
+ ISshCommands 인스턴스를 가져올 수 없습니다. Mac과의 연결이 유효한지 확인하세요.
+
+
+ '{0}' 보관을 '{1}'에 복사하는 중 오류가 발생했습니다. 세부 정보: {2}
+
+
+ Mac에 사용할 수 있는 연결이 없습니다. '{0}' 작업이 실행되지 않습니다.
+
+
+ DataSet {0}을(를) 역직렬화할 수 없습니다.
+
+
+ {0} 파일에 빌드 작업으로 ImageAsset이 없습니다.
+
+
+ 카탈로그 {1}에서 {0}에 대한 UTI를 확인할 수 없습니다.
+
+
+ Xcode 및 Xamarin.iOS 간의 호환성을 확인하는 동안 오류가 발생했습니다.
+
+
+ 프로젝트가 호환되지 않는 Xcode ({0}) 버전으로 빌드되었으므로, 예기치 않은 경고나 오류가 발생할 수 있습니다. Xcode '{1}'을(를) 설치하거나 설명서를 확인하여 자세히 알아보세요.
+
+
+ Xcode 및 Xamarin.iOS 간의 호환성을 확인하는 동안 오류가 발생했습니다. {0}
+
+
+
+ 입력된 보관 경로의 출처가 유효한 보관 파일(.xcarchive)이 아닙니다. 보관 경로: '{0}'
+
+
+ macOS 버전 {0}을(를) 해당 iOS 버전에 매핑할 수 없습니다.
+
+
+ WiFi 디버거 설정의 호스트 IP를 확인할 수 없습니다.
+
+
+
+ 이 머신에 네트워크 어댑터가 없습니다. 네트워크 어댑터는 WiFi를 통해 디바이스에서 디버깅 또는 프로파일링할 때 필요합니다.
+
+
+
+ 앱 확장 '{0}'에 Info.plist가 포함되어 있지 않습니다.
+
+
+
+ 앱 확장 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
+
+
+
+ 앱 확장 '{0}'에서 CFBundleExecutable을 지정하지 않았습니다.
+
+
+
+ 앱 확장 '{0}'에 잘못된 CFBundleIdentifier({1})가 있는데, 이는 기본 앱 번들의 CFBundleIdentifier({2})로 시작되지 않습니다.
+
+
+
+ 앱 확장 '{0}'에 적합하지 않은 접미사인 ".key"로 끝나는 CFBundleIdentifier({1})가 있습니다.
+
+
+
+ 앱 확장 '{0}'에서 CFBundleShortVersionString을 지정하지 않았습니다.
+
+
+
+ 앱 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전이 포함되어 있지 않습니다.
+
+
+
+ 앱 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전에 NSExtensionPointIdentifier 값이 포함되어 있지 않습니다.
+
+
+
+
+
+
+ Watch 앱 '{0}'에 Info.plist가 포함되어 있지 않습니다.
+
+
+
+ Watch 앱 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 CFBundleIdentifier({1})가 있는데, 이는 기본 앱 번들의 CFBundleIdentifier({2})로 시작되지 않습니다.
+
+
+
+ Watch 앱 '{0}'에 유효한 UIDeviceFamily 값이 없습니다. 'Watch(4)'를 예상했지만 '{1}({2})'이(가) 검색되었습니다.
+
+
+
+ Watch 앱 '{name}'에서 CFBundleExecutable을 지정하지 않았습니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 WKCompanionAppBundleIdentifier 값('{1}')이 있으며, 기본 앱 번들의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. WKWatchKitApp 키가 있어야 하며 값이 'true'여야 합니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. LSRequiresIPhoneOS 키가 없어야 합니다.
+
+
+
+ Watch 앱 '{0}'에 어떤 Watch 확장도 포함되어 있지 않습니다.
+
+
+
+ Watch 앱 '{0}'에 Watch 확장이 포함되어 있지 않습니다.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Watch 확장 '{0}'에 Info.plist가 포함되어 있지 않습니다.
+
+
+
+ Watch 확장 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
+
+
+
+ Watch 확장 '{0}'에서 CFBundleExecutable을 지정하지 않았습니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 CFBundleIdentifier({1})가 있는데, 이는 기본 앱 번들의 CFBundleIdentifier({2})로 시작되지 않습니다.
+
+
+
+ Watch 확장 '{0}'에 적합하지 않은 접미사인 ".key"로 끝나는 CFBundleIdentifier({1})가 있습니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전이 포함되어 있지 않습니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtensionPointIdentifier는 'com.apple.watchkit'여야 합니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전에 NSExtensionPointIdentifier가 포함되어 있어야 합니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtension 사전에 NSExtensionAttributes가 포함되어 있어야 합니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 WKAppBundleIdentifier 값('{1}')이 있는데, 이는 상위 Watch 앱 번들의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
+
+
+
+ Watch 확장 '{0}'에 잘못된 Info.plist가 있으며, NSExtensionAttributes 사전에 WKAppBundleIdentifier가 포함되어 있어야 합니다.
+
+
+
+ WatchKit 확장 '{0}'에 잘못된 Info.plist가 있으며, UIRequiredDeviceCapabilities 사전에 'watch-companion' 기능이 포함되어 있지 않아야 합니다.
+
+
+
+ WatchKit 확장 '{0}'에 잘못된 Info.plist가 있으며, UIRequiredDeviceCapabilities 배열에 'watch-companion' 기능이 포함되어 있지 않아야 합니다.
+
+
+
+ Watch 앱 '{0}'에 Info.plist가 포함되어 있지 않습니다.
+
+
+
+ Watch 앱 '{0}'에서 CFBundleIdentifier를 지정하지 않았습니다.
+
+
+
+ Watch 앱 '{0}'에 유효한 UIDeviceFamily 값이 없습니다. '{1}'을(를) 예상했지만 '{2}({3})'이(가) 검색되었습니다.
+
+
+
+ Watch 앱 '{0}'에서 CFBundleExecutable을 지정하지 않았습니다.
+
+
+
+ WatchKit 확장 '{0}'에 잘못된 WKAppBundleIdentifier 값('{1}')이 있는데, 이는 Watch 앱의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 WKCompanionAppBundleIdentifier 값('{1}')이 있으며, 기본 앱 번들의 CFBundleIdentifier('{2}')와 일치하지 않습니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. WKCompanionAppBundleIdentifier가 있어야 하며 기본 앱 번들의 CFBundleIdentifier와 일치해야 합니다.
+
+
+
+ Watch 앱 '{0}'에 잘못된 Info.plist가 있습니다. LSRequiresIPhoneOS 키가 없어야 합니다.
+
+
+
+ 앱 번들 {0}에 Info.plist가 포함되어 있지 않습니다.
+
+
+
+ {0}에서 CFBundleIdentifier를 지정하지 않습니다.
+
+
+
+ {0}에서 CFBundleExecutable을 지정하지 않습니다.
+
+
+
+ {0}에서 CFBundleSupportedPlatforms를 지정하지 않습니다.
+
+
+
+ {0}에서 UIDeviceFamily를 지정하지 않습니다.
+
+
+
+ {0}이(가) 잘못되었습니다. UIDeviceFamily 키에 '{1}'에 대한 값이 포함되어 있어야 합니다.
+
+
+
+ 인식할 수 없는 형식: {Type}
+
+
+
+ 추가: '{0}' 항목이 잘못 지정됨
+
+
+
+ 추가: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
+
+
+
+ 추가: '{0}' 항목이 이미 있음
+
+
+
+ 추가: '{0}' 항목을 상위에 추가할 수 없음
+
+
+
+ 삭제: 상위에서 '{0}' 항목을 삭제할 수 없음
+
+
+
+ 삭제: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
+
+
+
+ 삭제: '{0}' 항목이 없음
+
+
+
+ 가져오기: '{0}' 항목이 잘못 지정됨
+
+
+
+ 가져오기: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
+
+
+
+ 가져오기: 파일을 읽는 동안 오류 발생: {0}
+
+
+
+ 가져오기: '{0}' 항목을 상위에 추가할 수 없음
+
+
+
+ 병합: 사전에 배열 항목을 추가할 수 없음
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ 병합: 지정한 항목은 컨테이너여야 함
+
+
+
+ 병합: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
+
+
+
+ 병합: '{0}' 항목이 없음
+
+
+
+ 병합: 파일을 읽는 동안 오류 발생: {0}
+
+
+
+ 설정: '{0}' 항목이 잘못 지정됨
+
+
+
+ 설정: '{0}' 항목에 잘못된 배열 인덱스가 포함되어 있음
+
+
+
+ 설정: '{0}' 항목이 없음
+
+
+
+ 바인딩 프로젝트에 네이티브 참조가 없으면 바인딩 리소스 패키지를 생성할 수 없습니다.
+
+
+
+ Xamarin.iOS 14 이상은 watchOS 1 앱을 지원하지 않습니다. 프로젝트를 watchOS 2 이상으로 마이그레이션하세요.
+
+
+ 잘못된 아키텍처({0}): 한 번에 둘 이상의 아키텍처를 연결할 수 없습니다.
+
+
+ AOT 컴파일러 인수 {0}({1})을(를) 구문 분석할 수 없습니다.
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ 잘못된 프레임워크: {0}
+
+
+ 잘못된 플랫폼: {0}
+
+
+ 패키지 제품 요구 사항 파일에 대상 아키텍처({1})와 일치하지 않는 아키텍처({0})가 포함되어 있습니다.
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pl.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pl.resx
index 1c7acd0d05f2..a9d0e90f762b 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pl.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pl.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- Element {0} jest nieprawidłowy: klucz UIDeviceFamily musi zawierać wartość dla: „{1}”.
-
- Aplikacja urządzenia Watch „{0}” nie zawiera rozszerzenia dla urządzenia Watch.
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtension musi zawierać element NSExtensionPointIdentifier.
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtensionAttributes musi zawierać element WKAppBundleIdentifier.
-
- Rozszerzenie WatchKit „{0}” ma nieprawidłowy plik Info.plist: tablica UIRequiredDeviceCapabilities nie powinna zawierać możliwości „watch-companion”.
-
- Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: element WKCompanionAppBundleIdentifier musi istnieć i być zgodny z elementem CFBundleIdentifier głównego pakietu aplikacji.
-
- Nie można przeanalizować wartości MinimumOSVersion „{0}”
-
- Błąd ładowania „{0}”: {1}
-
- Zestaw SDK {0} dla elementu „{1}” nie jest zainstalowany.
-
- Nie można przeanalizować elementu TargetArchitectures „{0}”
-
- Nazwa pliku wykonywalnego (CFBundleExecutable): {0} nie może mieć końcówki „.app”, ponieważ system iOS może nie być w stanie uruchomić aplikacji.
-
- Błąd uruchamiania narzędzia „{0}”: {1}
-
- Nie można podpisać kodu — „{0}”: {1}
-
- Nie można podpisać kodu: „{0}”
-
- Nie odnaleziono: „{0}”.
-
- Błąd ładowania „{0}”: nieznany format obrazu.
-
- Nieprawidłowe wymiary elementu iTunesArtwork ({0}x{1}) dla: „{2}”.
-
- Wykryto wiele plików iTunesArtwork o tych samych wymiarach ({0}x{1}) dla: „{2}”.
-
- Nie można zlokalizować katalogu bin zestawu SDK
-
- Nie może istnieć więcej niż 1 plik iTunesMetadata.plist.
-
- Błąd ładowania pliku plist ustawień „{0}/Settings.bundle/Root.plist”: {1}.
-
- Nie można przeanalizować wersji zestawu SDK „{0}”
-
- Nie można załadować pliku Info.plist: {0}
-
- Nieprawidłowe architektury: „{0}”.
-
- Nieznana opcja wyszukiwania: {0}
-
- Architektura docelowa ARMv6 nie jest już obsługiwana w środowisku Xamarin.iOS. Wybierz obsługiwaną architekturę.
-
- Nie znaleziono urządzeń docelowych.
-
- Nie można przeanalizować informacji o urządzeniu docelowym.
-
- Nie można odnaleźć prawidłowego pakietu aplikacji programu Xcode w lokalizacji „{0}”. Zaktualizuj lokalizację zestawu Apple SDK w preferencjach programu Visual Studio: {1}.
-
- Nie można odnaleźć prawidłowej ścieżki dewelopera programu Xcode do użycia
-
- Nie można znaleźć zasobu „{0}”
-
- Nieznana platforma zestawu SDK: {0}
-
- Nie można zlokalizować profilu aprowizacji o nazwie lub identyfikatorze UUID {0}.
-
- Nie można zlokalizować programu uruchamiającego platformy WatchKit w pakiecie aplikacji programu Xcode.
-
- Nie można przeanalizować elementu SdkVersion „{0}”.
-
- Program Xcode 10 nie obsługuje aplikacji systemu watchOS 1. Przeprowadź uaktualnienie do aplikacji systemu watchOS 2 lub użyj starszej wersji programu Xcode.
- Nie odnaleziono informacji o wersji systemu iOS.
-
- Nie odnaleziono pliku reguł zasobów „{0}”.
-
- Nie odnaleziono informacji o systemie operacyjnym urządzenia.
-
- Nie odnaleziono informacji o modelu urządzenia.
-
- Nie odnaleziono informacji o architekturze urządzenia.
-
- Nieprawidłowa architektura docelowa: „{0}”
-
- Do tworzenia aplikacji WatchKit jest wymagana instalacja programu Xcode >= 6.2.
-
- System iOS {0} nie obsługuje platformy WatchKit.
-
- Nie odnaleziono zasobu pakietu „{0}” na dysku (powinien znajdować się w lokalizacji „{1}”)
-
- Zakończone niepowodzeniem: {0}.
-
- Nie odnaleziono pliku: {0}
-
- Nie wygenerowano częściowego pliku Info.plist: {0}
-
- Nieprawidłowy kod JSON: {0}
-
- Nie można załadować pliku dziennika ({0}) „{1}”: {2}
-
- Nie określono pliku definicji interfejsu API.
-
- Nierozpoznana platforma: {0}
-
- Nie można odnaleźć zestawu SDK {0} „{1}” w ścieżce „{}”
-
- Nie można odnaleźć ścieżki usr zestawu SDK {0} „{1}” w lokalizacji „{2}”
-
- Nie można odnaleźć prawidłowej ścieżki dewelopera programu Xcode
-
- Nie odnaleziono szablonu pliku Entitlements.plist „{0}”.
-
- Błąd ładowania szablonu pliku Entitlements.plist „{0}”: {1}
-
- Błąd zapisywania pliku xcent „{0}”: {1}
-
- Błąd zapisywania pliku archived-expanded-entitlements.xcent: {0}
-
- {0} — zakończono z kodem {1}
-
- Żaden zainstalowany profil aprowizacji nie jest zgodny z zainstalowanymi tożsamościami podpisywania ({0} {1}).
-
- W łańcuchu kluczy nie znaleziono klucza podpisywania kodu ({0}) „{1}”.
-
- Nie można odnaleźć żadnych dostępnych profilów aprowizacji dla: {0} na platformie {1}.
-
- Element {0} nie definiuje elementu CFBundleIdentifier
-
- Pliki Info.plist powinny mieć akcję Build równą „None”.
-
- Użycie ścieżki „{0}” spowoduje, że plik będzie znajdować się poza pakietem aplikacji i nie będzie można go użyć.
-
- Nazwa „{0}” jest zarezerwowana i nie można jej użyć.
-
- Błąd ładowania szablonu częściowego pliku Info.plist „{0}”: {1}
-
- Nie można przeanalizować indeksu tablicy: {0}
-
- Indeks tablicy poza zakresem dla elementu „{0}”
-
- Wartości {0} nie obsługują właściwości podrzędnych.
-
- Pobieranie wartości {0} nie jest obsługiwane.
-
- Element AssemblyPath nie może mieć wartości null ani być pusty
-
- Nie określono właściwości.
-
- Słownik w lokalizacji „{0}” nie zawiera klucza: {1}
-
- Plik „{0}” nie istnieje.
-
- Plik „{0}” powoduje konflikt z: „{1}”.
-
- Tworzenie pakietu nie powiodło się. Nie można przeanalizować dodatkowych argumentów.
-
- Błąd ładowania „{0}”
-
- Błąd zapisywania „{0}”: {1}
-
- Tożsamość „{0}” nie jest zgodna z żadną prawidłową parą certyfikatu/klucza prywatnego w domyślnym łańcuchu kluczy.
-
- W łańcuchu kluczy nie znaleziono prawidłowych kluczy podpisywania kodu ({0}). Musisz zażądać certyfikatu podpisywania kodu ze strony https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- Wersja „{1}” zestawu SDK {0} nie jest zainstalowana i nie odnaleziono nowszej wersji.
-
- Wersja „{1}” zestawu SDK {0} nie jest zainstalowana. Zamiast niej zostanie użyta nowsza wersja „{2}”.
-
- Nie można odnaleźć zasobu {0} w lokalizacji {1}.
-
- Zestaw SDK {0} nie jest zainstalowany.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Żadna z tożsamości podpisywania ({0}) nie jest zgodna z określonym profilem aprowizacji „{1}”.
-
- Nie można odnaleźć określonego profilu aprowizacji: {0} — „{1}”
-
- Identyfikator pakietu „{0}” nie pasuje do żadnego zainstalowanego profilu aprowizacji dla wybranej tożsamości podpisywania „{0}”.
-
- Identyfikator pakietu „{0}” nie pasuje do żadnego zainstalowanego profilu aprowizacji dla wybranej tożsamości podpisywania „{0}”.
-
- Identyfikator pakietu projektu „{0}” nie jest zgodny z określonym profilem aprowizacji „{1}”
-
- Nie można odnaleźć określonego profilu aprowizacji: {0} — „{1}”
-
- Identyfikator pakietu „{0}” nie jest zgodny z żadnym zainstalowanym profilem aprowizacji.
-
- Liczba dla elementu DestinationFiles musi być zgodna z liczbą dla elementu SourceFiles.
-
- Należy określić element DestinationFolder lub DestinationFiles, ale nie oba.
-
- Elementy muszą mieć obliczone nazwy logiczne.
-
- Aplikacje/rozszerzenia dla zegarków wymagają programu Xcode 6.2 lub nowszego. Bieżąca wersja programu Xcode: {0}
-
- Nieznany identyfikator platformy docelowej: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Scalanie: błąd odczytywania pliku: {0}
-
- Scalanie: wpis („{0}”) nie istnieje
-
- Ustawianie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
-
- Ustawianie: wpis („{0}”) określono niepoprawnie
-
- Ustawianie: wpis („{0}”) nie istnieje
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Nie można utworzyć pakietu zasobów powiązania, chyba że istnieją odwołania natywne w projekcie powiązania.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- Element {0} nie określa elementu CFBundleSupportedPlatforms.
-
- Element {0} nie określa elementu CFBundleExecutable.
-
- Element {0} nie określa elementu CFBundleIdentifier.
-
- Pakiet aplikacji {0} nie zawiera pliku Info.plist.
-
- Dodawanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
-
- Dodawanie: wpis („{0}”) określono niepoprawnie
-
- Nierozpoznany typ: {Type}
-
- Element {0} nie określa elementu UIDeviceFamily.
-
- Dodawanie: nie można dodać wpisu („{0}”) do elementu nadrzędnego
-
- Dodawanie: wpis „{0}” już istnieje
-
- Usuwanie: wpis („{0}”) nie istnieje
-
- Importowanie: wpis („{0}”) określono niepoprawnie
-
- Usuwanie: nie można usunąć wpisu („{0}”) z elementu nadrzędnego
-
- Usuwanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
-
- Importowanie: nie można dodać wpisu („{0}”) do elementu nadrzędnego
-
- Scalanie: nie można dodać wpisów tablicy do słownika
-
- Importowanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
-
- Importowanie: błąd odczytywania pliku: {0}
-
- Scalanie: określony wpis musi być kontenerem
-
- Scalanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
-
- Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleExecutable.
-
- Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleIdentifier.
-
- Rozszerzenie dla zegarków „{0}” ma element CFBundleIdentifier ({1}), który kończy się niedozwolonym sufiksem „.key”.
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłowy element CFBundleIdentifier ({1}). Nie zaczyna się on od elementu CFBundleIdentifier głównego pakietu aplikacji ({2}).
-
- Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: nie może być obecny klucz LSRequiresIPhoneOS.
-
- Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: klucz WKWatchKitApp musi istnieć i mieć wartość „true”.
-
- Rozszerzenie dla zegarków „{0}” nie zawiera pliku Info.plist.
-
- Aplikacja dla zegarków „{0}” nie zawiera żadnych rozszerzeń dla zegarków.
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: element NSExtensionPointIdentifier musi mieć wartość „com.apple.watchkit”.
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: nie zawiera on słownika NSExtension.
-
- Aplikacja dla zegarków „{0}” nie określa elementu CFBundleIdentifier.
-
- Aplikacja dla zegarków „{0}” nie ma prawidłowej wartości UIDeviceFamily. Oczekiwano elementu „{1}”, ale znaleziono element „{2} ({3})”.
-
- Aplikacja dla zegarków „{0}” nie określa elementu CFBundleExecutable.
-
- Rozszerzenie WatchKit „{0}” ma nieprawidłową wartość WKAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier aplikacji dla zegarków („{2}”).
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtension musi zawierać element NSExtensionAttributes.
-
- Rozszerzenie dla zegarków „{0}” ma nieprawidłową wartość WKAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier nadrzędnego pakietu aplikacji dla zegarków („{2}”).
-
- Rozszerzenie WatchKit „{0}” ma nieprawidłowy plik Info.plist: słownik UIRequiredDeviceCapabilities nie powinien zawierać możliwości „watch-companion”.
-
- Aplikacja dla zegarków „{0}” nie zawiera pliku Info.plist.
-
- Aplikacja dla zegarków „{0}” ma nieprawidłową wartość WKCompanionAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier głównego pakietu aplikacji („{2}”).
-
- Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: nie może być obecny klucz LSRequiresIPhoneOS.
-
- Rozszerzenie aplikacji „{0}” ma element CFBundleIdentifier ({1}), który kończy się niedozwolonym sufiksem „.key”.
-
- Rozszerzenie aplikacji „{0}” ma nieprawidłowy element CFBundleIdentifier ({1}). Nie zaczyna się on od elementu CFBundleIdentifier głównego pakietu aplikacji ({2}).
-
- Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleExecutable.
-
- Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleIdentifier.
-
- Rozszerzenie aplikacji „{0}” nie zawiera pliku Info.plist.
-
- Ta maszyna nie ma kart sieciowych. Jest to wymagane podczas debugowania lub profilowania na urządzeniu za pośrednictwem sieci WiFi.
-
- Nie można rozpoznać adresów IP hosta dla ustawień debugera WiFi.
-
- Rozszerzenie aplikacji „{0}” ma nieprawidłowy plik Info.plist: nie zawiera on słownika NSExtension.
-
- Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleShortVersionString.
-
- Aplikacja dla zegarków „{0}” ma nieprawidłowy element CFBundleIdentifier ({1}). Nie zaczyna się on od elementu CFBundleIdentifier głównego pakietu aplikacji ({2}).
-
- Aplikacja dla zegarków „{0}” nie ma prawidłowej wartości UIDeviceFamily. Oczekiwano elementu „Watch (4)”, ale znaleziono element „{1} ({2})”.
-
- Aplikacja dla zegarków „{0}” nie zawiera pliku Info.plist.
-
- Aplikacja dla zegarków „{0}” nie określa elementu CFBundleIdentifier.
-
- Rozszerzenie aplikacji „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtension nie zawiera wartości NSExtensionPointIdentifier.
-
- Aplikacja dla zegarków „{name}” nie określa elementu CFBundleExecutable
-
- Aplikacja dla zegarków „{0}” ma nieprawidłową wartość WKCompanionAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier głównego pakietu aplikacji („{2}”).
-
- Zezwolono na dowolne ładunki HTTP w celu obsługi debugowania.
-
- Wszystkie ładunki HTTP są już dozwolone.
-
- Uruchomiono narzędzie {0} z argumentami: {1}
-
- Zakończono działanie narzędzia {0} (kod zakończenia = {1}).
-
- Wyszukiwanie „{0}” w: „{1}”
-
- Element „{0}” zostanie pominięty, ponieważ plik wyjściowy „{1}” jest nowszy.
-
- Zakończono działanie narzędzia {0}.
-
- Wiele profilów aprowizacji jest zgodnych z identyfikatorem pakietu. Zostanie użyte pierwsze dopasowanie.
-
- Element „{0}” nie jest zgodny z elementem „{1}”.
-
- Identyfikator aplikacji: {0} został wykluczony, ponieważ znaleziono już lepsze dopasowania: {1}.
-
- Znajdowanie zgodnych profilów aprowizacji ze zgodnym elementem AppID i zachowywanie tylko tych, które mają najdłuższe zgodne identyfikatory (symbole wieloznaczne).
-
- Identyfikator aplikacji: {0} został wykluczony, ponieważ wykryto lepsze dopasowanie: {1}.
-
- Nie znaleziono katalogu struktur.
-
- Nazwa wygenerowanego pakietu: {0}
-
- Certyfikat „{0}” nie jest zgodny z: „{1}”.
-
- Tworzenie pakietu zasobów powiązania: {0}
-
- Certyfikat „{0}” wygasł ({1})
-
- Certyfikat „{0}” nie jest zgodny z żadnym z prefiksów „{1}”.
-
- Wykryto tożsamość podpisu:
-
- Znaleziono plik {0} w lokalizacji: {1}
-
- Znaleziono wiele tożsamości podpisywania. Zostanie użyta pierwsza tożsamość.
-
- Wiele tożsamości podpisywania jest zgodnych z: „{0}”. Zostanie użyte pierwsze dopasowanie.
-
- Pomijanie zestawu struktury: {0}
-
- Kopiowanie pliku z „{0}” do „{1}”
-
- Tworzenie katalogu „{0}”
-
- Plik nie istnieje, zostanie utworzony: {0}
-
- Zduplikowany wpis został pominięty: {0}
-
- Obsługiwane orientacje telefonu iPhone nie są zgodnymi parami
-
- Nie ustawiono obsługiwanych orientacji tabletu iPad
-
- Obsługiwane orientacje tabletu iPad nie są zgodnymi parami
-
- Podczas kompilowania dla systemu watchOS można sztucznie określić tylko zestaw watchOS SDK 4.3.
-
- Nie ustawiono obsługiwanych orientacji telefonu iPhone
-
- Aplikacja dla zegarków „{0}” nie określa elementu CFBundleShortVersionString
-
- Rozszerzenie aplikacji „{0}” ma nierozpoznaną wartość NSExtensionPointIdentifier („{1}”).
-
- Aplikacja dla zegarków „{0}” nie określa elementu CFBundleVersion
-
- Aplikacja dla zegarków „{0}” ma element CFBundleShortVersionString ({1}), który nie jest zgodny z elementem CFBundleShortVersionString ({2}) głównego pakietu aplikacji
-
- Rozszerzenie aplikacji „{0}” ma element CFBundleShortVersionString ({1}), który nie jest zgodny z elementem CFBundleShortVersionString ({2}) głównego pakietu aplikacji
-
- Rozszerzenie aplikacji „{0}” ma element CFBundleVersion ({1}), który nie jest zgodny z elementem CFBundleVersion ({2}) głównego pakietu aplikacji
-
- Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleVersion
-
- Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleShortVersionString.
-
- Aplikacja dla zegarków „{0}” ma element CFBundleVersion ({1}), który nie jest zgodny z elementem CFBundleVersion ({2}) głównego pakietu aplikacji
-
- Nie można utworzyć pliku odpowiedzi „{0}”: {1}
-
- Dynamiczne odwołania natywne nie są obsługiwane: „{0}”
-
- Nieznany typ odwołania natywnego dla: „{0}”.
-
- Zasób nie jest częścią wykazu zasobów: {0}
-
- Nie można przeanalizować danych wyjściowych narzędzia altool: {0}.
- Dane wyjściowe: {1}
-
- Rozszerzenie dla zegarków „{0}” ma element CFBundleVersion ({1}), który nie jest zgodny z elementem CFBundleVersion ({2}) głównego pakietu aplikacji
-
- Rozszerzenie dla zegarków „{0}” ma element CFBundleShortVersionString ({1}), który nie jest zgodny z elementem CFBundleShortVersionString ({2}) głównego pakietu aplikacji
-
- Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleVersion
-
- Żaden zainstalowany profil aprowizacji nie jest zgodny z identyfikatorem pakietu.
-
- Uprawnienia usługi iCloud, takie jak „{0}”, wymagają profilu aprowizacji.
-
- Uprawnienie usługi iCloud „{0}” nie jest obsługiwane przez profil aprowizacji.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Znaleziono katalog w katalogu struktur, który nie jest strukturą: {0}
-
- Nie można określić wartości dla klucza manifestu „{0}”
-
- Struktura {0} nie zawiera pliku binarnego o nazwie {1}
-
- Nie można rozwinąć elementu $(AppIdentifierPrefix) w pliku Entitlements.plist bez profilu aprowizacji.
-
- Nie można rozwinąć elementu $(TeamIdentifierPrefix) w pliku Entitlements.plist bez profilu aprowizacji.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ Uruchomiono narzędzie {0} z argumentami: {1}
+
+
+
+ Zakończono działanie narzędzia {0} (kod zakończenia = {1}).
+
+
+
+ Błąd uruchamiania narzędzia „{0}”: {1}
+
+
+
+ Nie można podpisać kodu — „{0}”: {1}
+
+
+
+ Nie można podpisać kodu: „{0}”
+
+
+
+ Nie odnaleziono: „{0}”.
+
+
+
+ Błąd ładowania „{0}”: nieznany format obrazu.
+
+
+
+ Nieprawidłowe wymiary elementu iTunesArtwork ({0}x{1}) dla: „{2}”.
+
+
+
+ Wykryto wiele plików iTunesArtwork o tych samych wymiarach ({0}x{1}) dla: „{2}”.
+
+
+
+ Błąd ładowania „{0}”: {1}
+
+
+
+ Nie można przeanalizować wartości MinimumOSVersion „{0}”
+
+
+
+ Nie można przeanalizować elementu TargetArchitectures „{0}”
+
+
+
+ Zestaw SDK {0} dla elementu „{1}” nie jest zainstalowany.
+
+
+
+ Nazwa pliku wykonywalnego (CFBundleExecutable): {0} nie może mieć końcówki „.app”, ponieważ system iOS może nie być w stanie uruchomić aplikacji.
+
+
+
+ Podczas kompilowania dla systemu watchOS można sztucznie określić tylko zestaw watchOS SDK 4.3.
+
+
+
+ Wszystkie ładunki HTTP są już dozwolone.
+
+
+
+ Zezwolono na dowolne ładunki HTTP w celu obsługi debugowania.
+
+
+
+ Nie ustawiono obsługiwanych orientacji telefonu iPhone
+
+
+
+ Obsługiwane orientacje telefonu iPhone nie są zgodnymi parami
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Nie ustawiono obsługiwanych orientacji tabletu iPad
+
+
+
+ Obsługiwane orientacje tabletu iPad nie są zgodnymi parami
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Nie może istnieć więcej niż 1 plik iTunesMetadata.plist.
+
+
+
+ Błąd ładowania pliku plist ustawień „{0}/Settings.bundle/Root.plist”: {1}.
+
+
+
+ Nie można przeanalizować wersji zestawu SDK „{0}”
+
+
+
+
+
+
+
+
+
+ Nie można zlokalizować katalogu bin zestawu SDK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nie można odnaleźć prawidłowego pakietu aplikacji programu Xcode w lokalizacji „{0}”. Zaktualizuj lokalizację zestawu Apple SDK w preferencjach programu Visual Studio: {1}.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Nie można odnaleźć prawidłowej ścieżki dewelopera programu Xcode do użycia
+
+
+
+ Nie można znaleźć zasobu „{0}”
+
+
+
+ Wyszukiwanie „{0}” w: „{1}”
+
+
+
+ Nieznana platforma zestawu SDK: {0}
+
+
+
+ Nie można zlokalizować profilu aprowizacji o nazwie lub identyfikatorze UUID {0}.
+
+
+
+ Nieznana opcja wyszukiwania: {0}
+
+
+
+ Nieznany typ odwołania natywnego dla: „{0}”.
+
+
+
+ Dynamiczne odwołania natywne nie są obsługiwane: „{0}”
+
+
+
+ Architektura docelowa ARMv6 nie jest już obsługiwana w środowisku Xamarin.iOS. Wybierz obsługiwaną architekturę.
+
+
+
+ Nie można utworzyć pliku odpowiedzi „{0}”: {1}
+
+
+
+ Nie można załadować pliku Info.plist: {0}
+
+
+
+ Nieprawidłowe architektury: „{0}”.
+
+
+
+ Nie można przeanalizować informacji o urządzeniu docelowym.
+
+
+
+ Nie znaleziono urządzeń docelowych.
+
+
+
+ Nie odnaleziono informacji o architekturze urządzenia.
+
+
+
+ Nieprawidłowa architektura docelowa: „{0}”
+
+
+
+ Nie odnaleziono informacji o systemie operacyjnym urządzenia.
+
+
+
+ Nie odnaleziono informacji o modelu urządzenia.
+
+
+
+ Nie odnaleziono informacji o wersji systemu iOS.
+
+
+
+ Nie odnaleziono pliku reguł zasobów „{0}”.
+
+
+
+ Nie można przeanalizować elementu SdkVersion „{0}”.
+
+
+
+ Program Xcode 10 nie obsługuje aplikacji systemu watchOS 1. Przeprowadź uaktualnienie do aplikacji systemu watchOS 2 lub użyj starszej wersji programu Xcode.
+
+
+ Do tworzenia aplikacji WatchKit jest wymagana instalacja programu Xcode >= 6.2.
+
+
+
+ System iOS {0} nie obsługuje platformy WatchKit.
+
+
+
+ Nie można zlokalizować programu uruchamiającego platformy WatchKit w pakiecie aplikacji programu Xcode.
+
+
+
+ Rozszerzenie aplikacji „{0}” ma element CFBundleShortVersionString ({1}), który nie jest zgodny z elementem CFBundleShortVersionString ({2}) głównego pakietu aplikacji
+
+
+
+ Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleVersion
+
+
+
+ Rozszerzenie aplikacji „{0}” ma element CFBundleVersion ({1}), który nie jest zgodny z elementem CFBundleVersion ({2}) głównego pakietu aplikacji
+
+
+
+ Rozszerzenie aplikacji „{0}” ma nierozpoznaną wartość NSExtensionPointIdentifier („{1}”).
+
+
+
+ Aplikacja dla zegarków „{0}” nie określa elementu CFBundleShortVersionString
+
+
+
+ Aplikacja dla zegarków „{0}” ma element CFBundleShortVersionString ({1}), który nie jest zgodny z elementem CFBundleShortVersionString ({2}) głównego pakietu aplikacji
+
+
+
+ Aplikacja dla zegarków „{0}” nie określa elementu CFBundleVersion
+
+
+
+ Aplikacja dla zegarków „{0}” ma element CFBundleVersion ({1}), który nie jest zgodny z elementem CFBundleVersion ({2}) głównego pakietu aplikacji
+
+
+
+ Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleShortVersionString.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma element CFBundleShortVersionString ({1}), który nie jest zgodny z elementem CFBundleShortVersionString ({2}) głównego pakietu aplikacji
+
+
+
+ Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleVersion
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma element CFBundleVersion ({1}), który nie jest zgodny z elementem CFBundleVersion ({2}) głównego pakietu aplikacji
+
+
+
+
+ Nie można odnaleźć zestawu SDK {0} „{1}” w ścieżce „{}”
+
+
+
+ Nie można odnaleźć ścieżki usr zestawu SDK {0} „{1}” w lokalizacji „{2}”
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Nie można odnaleźć prawidłowej ścieżki dewelopera programu Xcode
+
+
+
+
+
+ Nierozpoznana platforma: {0}
+
+
+
+ Zasób nie jest częścią wykazu zasobów: {0}
+
+
+
+ Nie odnaleziono pliku: {0}
+
+
+
+ Nieprawidłowy kod JSON: {0}
+
+
+
+ Nie wygenerowano częściowego pliku Info.plist: {0}
+
+
+
+ Nie można załadować pliku dziennika ({0}) „{1}”: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Nie można przeanalizować danych wyjściowych narzędzia altool: {0}.
+ Dane wyjściowe: {1}
+
+
+
+
+ Nie określono pliku definicji interfejsu API.
+
+
+
+ Zakończone niepowodzeniem: {0}.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ Nie odnaleziono zasobu pakietu „{0}” na dysku (powinien znajdować się w lokalizacji „{1}”)
+
+
+
+ Użycie ścieżki „{0}” spowoduje, że plik będzie znajdować się poza pakietem aplikacji i nie będzie można go użyć.
+
+
+
+ Pliki Info.plist powinny mieć akcję Build równą „None”.
+
+
+
+ Nazwa „{0}” jest zarezerwowana i nie można jej użyć.
+
+
+
+ Znaleziono katalog w katalogu struktur, który nie jest strukturą: {0}
+
+
+
+ Struktura {0} nie zawiera pliku binarnego o nazwie {1}
+
+
+
+ Nie znaleziono katalogu struktur.
+
+
+
+ Nie można określić wartości dla klucza manifestu „{0}”
+
+
+
+ Błąd ładowania szablonu częściowego pliku Info.plist „{0}”: {1}
+
+
+
+ Nie można rozwinąć elementu $(TeamIdentifierPrefix) w pliku Entitlements.plist bez profilu aprowizacji.
+
+
+
+ Nie można rozwinąć elementu $(AppIdentifierPrefix) w pliku Entitlements.plist bez profilu aprowizacji.
+
+
+
+ Uprawnienia usługi iCloud, takie jak „{0}”, wymagają profilu aprowizacji.
+
+
+
+ Uprawnienie usługi iCloud "{0}" nie jest obsługiwane przez profil aprowizacji.
+
+
+
+ Nie odnaleziono szablonu pliku Entitlements.plist „{0}”.
+
+
+
+ Błąd ładowania szablonu pliku Entitlements.plist „{0}”: {1}
+
+
+
+ Błąd zapisywania pliku xcent „{0}”: {1}
+
+
+
+ Błąd zapisywania pliku archived-expanded-entitlements.xcent: {0}
+
+
+
+ Zakończono działanie narzędzia {0}.
+
+
+
+ {0} — zakończono z kodem {1}
+
+
+
+ Element „{0}” zostanie pominięty, ponieważ plik wyjściowy „{1}” jest nowszy.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Błąd zapisywania „{0}”: {1}
+
+
+
+ Tworzenie pakietu zasobów powiązania: {0}
+
+
+
+ Błąd ładowania „{0}”
+
+
+
+ Tworzenie pakietu nie powiodło się. Nie można przeanalizować dodatkowych argumentów.
+
+
+
+ Tożsamość „{0}” nie jest zgodna z żadną prawidłową parą certyfikatu/klucza prywatnego w domyślnym łańcuchu kluczy.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Wykryto tożsamość podpisu:
+
+
+
+ Certyfikat „{0}” nie jest zgodny z żadnym z prefiksów „{1}”.
+
+
+
+ Certyfikat „{0}” wygasł ({1})
+
+
+
+ W łańcuchu kluczy nie znaleziono prawidłowych kluczy podpisywania kodu ({0}). Musisz zażądać certyfikatu podpisywania kodu ze strony https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ Certyfikat „{0}” nie jest zgodny z: „{1}”.
+
+
+
+ W łańcuchu kluczy nie znaleziono klucza podpisywania kodu ({0}) „{1}”.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ Nie można odnaleźć żadnych dostępnych profilów aprowizacji dla: {0} na platformie {1}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ Element „{0}” nie jest zgodny z elementem „{1}”.
+
+
+
+ Żaden zainstalowany profil aprowizacji nie jest zgodny z zainstalowanymi tożsamościami podpisywania ({0} {1}).
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Znajdowanie zgodnych profilów aprowizacji ze zgodnym elementem AppID i zachowywanie tylko tych, które mają najdłuższe zgodne identyfikatory (symbole wieloznaczne).
+
+
+
+ Identyfikator aplikacji: {0} został wykluczony, ponieważ wykryto lepsze dopasowanie: {1}.
+
+
+
+ Identyfikator aplikacji: {0} został wykluczony, ponieważ znaleziono już lepsze dopasowania: {1}.
+
+
+
+ Żaden zainstalowany profil aprowizacji nie jest zgodny z identyfikatorem pakietu.
+
+
+
+ Wiele profilów aprowizacji jest zgodnych z identyfikatorem pakietu. Zostanie użyte pierwsze dopasowanie.
+
+
+
+ Element {0} nie definiuje elementu CFBundleIdentifier
+
+
+
+ Nie można odnaleźć określonego profilu aprowizacji: {0} — „{1}”
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ Identyfikator pakietu projektu „{0}” nie jest zgodny z określonym profilem aprowizacji „{1}”
+
+
+
+ Wiele tożsamości podpisywania jest zgodnych z: „{0}”. Zostanie użyte pierwsze dopasowanie.
+
+
+
+ Znaleziono wiele tożsamości podpisywania. Zostanie użyta pierwsza tożsamość.
+
+
+
+ Nie można odnaleźć określonego profilu aprowizacji: {0} — „{1}”
+
+
+
+ Żadna z tożsamości podpisywania ({0}) nie jest zgodna z określonym profilem aprowizacji „{1}”.
+
+
+
+ Identyfikator pakietu „{0}” nie pasuje do żadnego zainstalowanego profilu aprowizacji dla wybranej tożsamości podpisywania „{0}”.
+
+
+
+ Identyfikator pakietu „{0}” nie pasuje do żadnego zainstalowanego profilu aprowizacji dla wybranej tożsamości podpisywania „{0}”.
+
+
+
+ Identyfikator pakietu „{0}” nie jest zgodny z żadnym zainstalowanym profilem aprowizacji.
+
+
+
+ Znaleziono plik {0} w lokalizacji: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ Element AssemblyPath nie może mieć wartości null ani być pusty
+
+
+
+ Nazwa wygenerowanego pakietu: {0}
+
+
+
+ Nie określono właściwości.
+
+
+
+ Słownik w lokalizacji „{0}” nie zawiera klucza: {1}
+
+
+
+ Nie można przeanalizować indeksu tablicy: {0}
+
+
+
+ Indeks tablicy poza zakresem dla elementu „{0}”
+
+
+
+ Wartości {0} nie obsługują właściwości podrzędnych.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ Pobieranie wartości {0} nie jest obsługiwane.
+
+
+
+ Plik „{0}” nie istnieje.
+
+
+
+ Plik „{0}” powoduje konflikt z: „{1}”.
+
+
+
+ Aplikacje/rozszerzenia dla zegarków wymagają programu Xcode 6.2 lub nowszego. Bieżąca wersja programu Xcode: {0}
+
+
+
+ Elementy muszą mieć obliczone nazwy logiczne.
+
+
+
+ Zduplikowany wpis został pominięty: {0}
+
+
+
+ Plik nie istnieje, zostanie utworzony: {0}
+
+
+
+ Tworzenie katalogu „{0}”
+
+
+
+ Kopiowanie pliku z „{0}” do „{1}”
+
+
+
+ Należy określić element DestinationFolder lub DestinationFiles, ale nie oba.
+
+
+
+ Liczba dla elementu DestinationFiles musi być zgodna z liczbą dla elementu SourceFiles.
+
+
+
+ Pomijanie zestawu struktury: {0}
+
+
+
+ Nieznany identyfikator platformy docelowej: {0}.
+
+
+
+ Nie można odnaleźć zasobu {0} w lokalizacji {1}.
+
+
+
+ Zestaw SDK {0} nie jest zainstalowany.
+
+
+
+ Wersja „{1}” zestawu SDK {0} nie jest zainstalowana i nie odnaleziono nowszej wersji.
+
+
+
+ Wersja „{1}” zestawu SDK {0} nie jest zainstalowana. Zamiast niej zostanie użyta nowsza wersja „{2}”.
+
+
+
+ {0} ma niepoprawny lub nieznany format i nie można go przetworzyć.
+
+
+
+ W elemencie "{0}" nie znaleziono żadnej zgodnej struktury.
+
+
+
+ Konflikt opcji "{0}" i "{1}". Element "{1}" zostanie zignorowany.
+
+
+
+ Nie można pobrać wystąpienia elementu ISshCommands. Sprawdź, czy nawiązano prawidłowe połączenie z komputerem Mac.
+
+
+ Wystąpił błąd podczas próby skopiowania archiwum „{0}” do „{1}”. Szczegóły: {2}
+
+
+ Brak dostępnego połączenia z komputerem Mac. Zadanie "{0}" nie zostanie wykonane
+
+
+ Nie można deserializować elementu DataSet {0}
+
+
+ Plik {0} nie ma zasobu ImageAsset jako akcji kompilacji.
+
+
+ Nie można rozpoznać identyfikatora UTI dla elementu {0} w katalogu {1}
+
+
+ Wystąpił błąd podczas próby sprawdzenia zgodności między środowiskami Xcode i Xamarin.iOS
+
+
+ Projekt został skompilowany za pomocą wersji środowiska Xcode ({0}), która nie jest zgodna, co może skutkować nieoczekiwanymi ostrzeżeniami i błędami. Zainstaluj środowisko Xcode „{1}” lub przejdź do dokumentacji, aby dowiedzieć się więcej.
+
+
+ Wystąpił błąd podczas próby sprawdzenia zgodności między środowiskami Xcode i Xamarin.iOS {0}
+
+
+
+ Podana ścieżka archiwum nie pochodzi z prawidłowego pliku archiwum (.xcarchive). Ścieżka archiwum: „{0}”
+
+
+ Nie można zmapować wersji systemu MacOS {0} na odpowiadającą jej wersję systemu iOS
+
+
+ Nie można rozpoznać adresów IP hosta dla ustawień debugera WiFi.
+
+
+
+ Ta maszyna nie ma kart sieciowych. Jest to wymagane podczas debugowania lub profilowania na urządzeniu za pośrednictwem sieci WiFi.
+
+
+
+ Rozszerzenie aplikacji „{0}” nie zawiera pliku Info.plist.
+
+
+
+ Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleIdentifier.
+
+
+
+ Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleExecutable.
+
+
+
+ Rozszerzenie aplikacji „{0}” ma nieprawidłowy element CFBundleIdentifier ({1}). Nie zaczyna się on od elementu CFBundleIdentifier głównego pakietu aplikacji ({2}).
+
+
+
+ Rozszerzenie aplikacji „{0}” ma element CFBundleIdentifier ({1}), który kończy się niedozwolonym sufiksem „.key”.
+
+
+
+ Rozszerzenie aplikacji „{0}” nie określa elementu CFBundleShortVersionString.
+
+
+
+ Rozszerzenie aplikacji „{0}” ma nieprawidłowy plik Info.plist: nie zawiera on słownika NSExtension.
+
+
+
+ Rozszerzenie aplikacji „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtension nie zawiera wartości NSExtensionPointIdentifier.
+
+
+
+
+
+
+ Aplikacja dla zegarków „{0}” nie zawiera pliku Info.plist.
+
+
+
+ Aplikacja dla zegarków „{0}” nie określa elementu CFBundleIdentifier.
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłowy element CFBundleIdentifier ({1}). Nie zaczyna się on od elementu CFBundleIdentifier głównego pakietu aplikacji ({2}).
+
+
+
+ Aplikacja dla zegarków „{0}” nie ma prawidłowej wartości UIDeviceFamily. Oczekiwano elementu „Watch (4)”, ale znaleziono element „{1} ({2})”.
+
+
+
+ Aplikacja dla zegarków „{name}” nie określa elementu CFBundleExecutable
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłową wartość WKCompanionAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier głównego pakietu aplikacji („{2}”).
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: klucz WKWatchKitApp musi istnieć i mieć wartość „true”.
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: nie może być obecny klucz LSRequiresIPhoneOS.
+
+
+
+ Aplikacja dla zegarków „{0}” nie zawiera żadnych rozszerzeń dla zegarków.
+
+
+
+ Aplikacja urządzenia Watch „{0}” nie zawiera rozszerzenia dla urządzenia Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Rozszerzenie dla zegarków „{0}” nie zawiera pliku Info.plist.
+
+
+
+ Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleIdentifier.
+
+
+
+ Rozszerzenie dla zegarków „{0}” nie określa elementu CFBundleExecutable.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłowy element CFBundleIdentifier ({1}). Nie zaczyna się on od elementu CFBundleIdentifier głównego pakietu aplikacji ({2}).
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma element CFBundleIdentifier ({1}), który kończy się niedozwolonym sufiksem „.key”.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: nie zawiera on słownika NSExtension.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: element NSExtensionPointIdentifier musi mieć wartość „com.apple.watchkit”.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtension musi zawierać element NSExtensionPointIdentifier.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtension musi zawierać element NSExtensionAttributes.
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłową wartość WKAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier nadrzędnego pakietu aplikacji dla zegarków („{2}”).
+
+
+
+ Rozszerzenie dla zegarków „{0}” ma nieprawidłowy plik Info.plist: słownik NSExtensionAttributes musi zawierać element WKAppBundleIdentifier.
+
+
+
+ Rozszerzenie WatchKit „{0}” ma nieprawidłowy plik Info.plist: słownik UIRequiredDeviceCapabilities nie powinien zawierać możliwości „watch-companion”.
+
+
+
+ Rozszerzenie WatchKit „{0}” ma nieprawidłowy plik Info.plist: tablica UIRequiredDeviceCapabilities nie powinna zawierać możliwości „watch-companion”.
+
+
+
+ Aplikacja dla zegarków „{0}” nie zawiera pliku Info.plist.
+
+
+
+ Aplikacja dla zegarków „{0}” nie określa elementu CFBundleIdentifier.
+
+
+
+ Aplikacja dla zegarków „{0}” nie ma prawidłowej wartości UIDeviceFamily. Oczekiwano elementu „{1}”, ale znaleziono element „{2} ({3})”.
+
+
+
+ Aplikacja dla zegarków „{0}” nie określa elementu CFBundleExecutable.
+
+
+
+ Rozszerzenie WatchKit „{0}” ma nieprawidłową wartość WKAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier aplikacji dla zegarków („{2}”).
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłową wartość WKCompanionAppBundleIdentifier („{1}”). Nie jest ona zgodna z elementem CFBundleIdentifier głównego pakietu aplikacji („{2}”).
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: element WKCompanionAppBundleIdentifier musi istnieć i być zgodny z elementem CFBundleIdentifier głównego pakietu aplikacji.
+
+
+
+ Aplikacja dla zegarków „{0}” ma nieprawidłowy plik Info.plist: nie może być obecny klucz LSRequiresIPhoneOS.
+
+
+
+ Pakiet aplikacji {0} nie zawiera pliku Info.plist.
+
+
+
+ Element {0} nie określa elementu CFBundleIdentifier.
+
+
+
+ Element {0} nie określa elementu CFBundleExecutable.
+
+
+
+ Element {0} nie określa elementu CFBundleSupportedPlatforms.
+
+
+
+ Element {0} nie określa elementu UIDeviceFamily.
+
+
+
+ Element {0} jest nieprawidłowy: klucz UIDeviceFamily musi zawierać wartość dla: „{1}”.
+
+
+
+ Nierozpoznany typ: {Type}
+
+
+
+ Dodawanie: wpis („{0}”) określono niepoprawnie
+
+
+
+ Dodawanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
+
+
+
+ Dodawanie: wpis „{0}” już istnieje
+
+
+
+ Dodawanie: nie można dodać wpisu („{0}”) do elementu nadrzędnego
+
+
+
+ Usuwanie: nie można usunąć wpisu („{0}”) z elementu nadrzędnego
+
+
+
+ Usuwanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
+
+
+
+ Usuwanie: wpis („{0}”) nie istnieje
+
+
+
+ Importowanie: wpis („{0}”) określono niepoprawnie
+
+
+
+ Importowanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
+
+
+
+ Importowanie: błąd odczytywania pliku: {0}
+
+
+
+ Importowanie: nie można dodać wpisu („{0}”) do elementu nadrzędnego
+
+
+
+ Scalanie: nie można dodać wpisów tablicy do słownika
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Scalanie: określony wpis musi być kontenerem
+
+
+
+ Scalanie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
+
+
+
+ Scalanie: wpis („{0}”) nie istnieje
+
+
+
+ Scalanie: błąd odczytywania pliku: {0}
+
+
+
+ Ustawianie: wpis („{0}”) określono niepoprawnie
+
+
+
+ Ustawianie: wpis („{0}”) zawiera nieprawidłowy indeks tablicy
+
+
+
+ Ustawianie: wpis („{0}”) nie istnieje
+
+
+
+ Nie można utworzyć pakietu zasobów powiązania, chyba że istnieją odwołania natywne w projekcie powiązania.
+
+
+
+ Xamarin.iOS 14+ nie obsługuje aplikacji systemu watchOS 1. Dokonaj migracji projektu do systemu watchOS 2+.
+
+
+ Nieprawidłowa architektura ({0}): nie można połączyć więcej niż jednej architektury w tym samym czasie.
+
+
+ Nie można przeanalizować argumentów kompilatora drzewa obiektów aplikacji (AOT): {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Nieprawidłowa struktura: {0}
+
+
+ Nieprawidłowa platforma: {0}
+
+
+ Plik wymagań produktu pakietu zawiera architekturę ({0}), która jest niezgodna z architekturą docelową ({1})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pt-BR.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pt-BR.resx
index 3dd19cf59db4..822d66dc21a7 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pt-BR.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.pt-BR.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} é inválido: a chave de UIDeviceFamily precisa conter um valor para '{1}'.
-
- O Aplicativo Watch '{0}' não contém uma Extensão Watch.
-
- A Extensão Watch '{0}' tem um Info.plist inválido: o dicionário de NSExtension precisa conter um NSExtensionPointIdentifier.
-
- A Extensão Watch '{0}' tem um Info.plist inválido: o dicionário de NSExtensionAttributes precisa conter um WKAppBundleIdentifier.
-
- A Extensão WatchKit '{0}' tem um Info.plist inválido: a matriz de UIRequiredDeviceCapabilities não deve conter a funcionalidade 'watch-companion'.
-
- O Aplicativo Watch '{0}' tem um Info.plist inválido: a chave de WKCompanionAppBundleIdentifier precisa existir e corresponder ao CFBundleIdentifier do lote de aplicativo principal.
-
- Não foi possível analisar o valor de MinimumOSVersion '{0}'
-
- Erro ao carregar '{0}': {1}
-
- O SDK do {0} para '{1}' não está instalado.
-
- Não foi possível analisar as TargetArchitectures '{0}'
-
- O nome ({0}) do executável (CFBundleExecutable) não pode terminar com '.app', pois o iOS pode não conseguir iniciar o aplicativo.
-
- Erro ao executar a ferramenta '{0}': {1}
-
- Falha ao coprojetar '{0}': {1}
-
- Falha ao coprojetar '{0}'
-
- '{0}' não localizado.
-
- Erro ao carregar '{0}': formato de imagem desconhecido.
-
- Dimensões do iTunesArtwork inválidas ({0} x {1}) para '{2}'.
-
- Vários arquivos iTunesArtwork com as mesmas dimensões detectadas ({0} x {1}) para '{2}'.
-
- Não foi possível localizar o diretório bin do SDK
-
- Não é possível ter mais de um iTunesMetadata.plist.
-
- Erro ao carregar o arquivo plist de Configurações '{0}/Settings.bundle/Root.plist': {1}.
-
- Não foi possível analisar a versão do SDK '{0}'
-
- Não foi possível carregar o Info.plist: {0}
-
- Arquiteturas inválidas: '{0}'.
-
- Opção de pesquisa desconhecida: {0}
-
- Não há mais suporte para a arquitetura de destino ARMv6 no Xamarin.iOS. Selecione uma arquitetura com suporte.
-
- Não foi localizado nenhum dispositivo de destino.
-
- Falha ao analisar as informações do dispositivo de destino.
-
- Não foi possível localizar um lote de aplicativo do Xcode válido em '{0}'. Atualize a localização do SDK da Apple nas preferências do Visual Studio {1}.
-
- Não foi possível localizar um caminho de desenvolvedor do Xcode utilizável válido
-
- Não foi possível localizar '{0}'
-
- Plataforma SQL desconhecida: {0}
-
- Não foi possível localizar o perfil de provisionamento com um Nome ou um UUID igual a {0}.
-
- Falha ao localizar o inicializador do WatchKit no lote de aplicativo do Xcode.
-
- Falha ao analisar a SdkVersion '{0}'.
-
- O Xcode 10 não dá suporte a aplicativos watchOS 1. Atualize para os aplicativos watchOS 2 ou use uma versão mais antiga do Xcode.
- Não foi localizada nenhuma informação sobre versão do iOS.
-
- O arquivo de regras de recursos '{0}' não foi localizado.
-
- Não foi localizada nenhuma informação sobre o sistema operacional.
-
- Não foi localizada nenhuma informação sobre o modelo do dispositivo.
-
- Não foi localizada nenhuma informação sobre a arquitetura do dispositivo.
-
- Arquitetura de destino inválida: '{0}'
-
- Uma instalação do Xcode >= 6.2 é necessária para criar aplicativos WatchKit.
-
- O iOS {0} não dá suporte ao WatchKit.
-
- Recurso de pacote '{0}' não localizado no disco (ele deveria estar em '{1}')
-
- {0} com falha.
-
- Arquivo não localizado: {0}
-
- O arquivo Info.plist parcial não foi gerado: {0}
-
- JSON inválido: {0}
-
- Falha ao carregar o arquivo de log de {0} '{1}': {2}
-
- Não foi especificado nenhum arquivo de definição de API.
-
- Plataforma não reconhecida: {0}
-
- Não foi possível localizar o SDK '{1}' do {0} no caminho '{}'
-
- Não foi possível localizar o caminho usr do SDK '{1}' do {0} em '{2}'
-
- Não foi possível localizar um caminho do desenvolvedor do Xcode válido
-
- O modelo Entitlements.plist '{0}' não foi localizado.
-
- Erro ao carregar o modelo Entitlements.plist '{0}': {1}
-
- Erro ao gravar o arquivo xcent '{0}': {1}
-
- Erro ao gravar o arquivo archived-expanded-entitlements.xcent: {0}
-
- {0} foi encerrado com o código {1}
-
- Nenhum perfil de provisionamento instalado corresponde às identidades de assinatura {1} do {0} instaladas.
-
- A chave de assinatura de código '{1}' do {0} não foi localizada no conjunto de chaves.
-
- Não foi possível localizar nenhum perfil de provisionamento disponível para {0} em {1}.
-
- {0} não define o CFBundleIdentifier
-
- Os arquivos Info.plist devem ter a Ação de Build 'None'.
-
- O caminho '{0}' resultaria em um arquivo fora do lote de aplicativo e não pode ser usado.
-
- O nome '{0}' é reservado e não pode ser usado.
-
- Erro ao carregar o arquivo de modelo Info.plist parcial '{0}': {1}
-
- Não foi possível analisar o índice de matriz: {0}
-
- Índice de matriz fora do intervalo para o item '{0}'
-
- Os valores de {0} não são compatíveis com propriedades filho.
-
- Não há suporte para obter os valores {0}.
-
- O AssemblyPath não pode ser nulo nem estar vazio
-
- Não foi especificada nenhuma propriedade.
-
- O dicionário em '{0}' não continha a chave: {1}
-
- O arquivo '{0}' não existe.
-
- O arquivo '{0}' está em conflito com '{1}'.
-
- Falha na criação do pacote. Não foi possível analisar os argumentos extras.
-
- Erro ao carregar '{0}'
-
- Erro ao salvar `{0}': {1}
-
- A identidade '{0}' não corresponde a nenhum par certificado/chave privada válido no conjunto de chaves padrão.
-
- Não foi localizada nenhuma chave de assinatura de código do {0} válida no conjunto de chaves. Você precisa solicitar um certificado de codesignação em https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- A versão '{1}' do SDK do {0} não está instalada. Não foi localizada nenhuma versão mais recente.
-
- A versão '{1}' do SDK do {0} não está instalada. Em vez disso, a versão mais recente '{2}' está sendo usada.
-
- Não foi possível localizar {0} em {1}.
-
- O SDK do {0} não está instalado.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Nenhuma identidade de assinatura {0} corresponde ao perfil de provisionamento especificado '{1}'.
-
- Não foi possível localizar o perfil de provisionamento '{0}' de {1} especificado
-
- O identificador de pacote '{0}' não corresponde a nenhum perfil de provisionamento instalado para a identidade de assinatura selecionada '{0}'.
-
- O identificador de pacote '{0}' não corresponde a nenhum perfil de provisionamento instalado para a identidade de assinatura selecionada '{0}'.
-
- O identificador do pacote de projeto '{0}' não corresponde ao perfil de provisionamento especificado '{1}'
-
- Não foi possível localizar o perfil de provisionamento {1} do '{0}' especificado
-
- O identificador de pacote '{0}' não corresponde a nenhum perfil de provisionamento instalado.
-
- O número de DestinationFiles precisa corresponder ao número de SourceFiles.
-
- Você precisa especificar uma DestinationFolder ou os DestinationFiles, mas não ambos.
-
- Os itens precisam ter nomes lógicos computados.
-
- Os aplicativos Watch e as extensões requerem o Xcode 6.2 ou posterior. A versão atual do Xcode é {0}
-
- Identificador de estrutura de destino desconhecido: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Mesclar: Erro ao Ler o Arquivo: {0}
-
- Mesclar: A Entrada, "{0}", Não Existe
-
- Configurar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
-
- Configurar: A Entrada, "{0}", Foi Especificada Incorretamente
-
- Configurar: A Entrada, "{0}", Não Existe
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Não é possível criar um pacote de recursos de associação, a menos que haja referências nativas no projeto de associação.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} não especifica CFBundleSupportedPlatforms.
-
- {0} não especifica um CFBundleExecutable.
-
- {0} não especifica um CFBundleIdentifier.
-
- O lote de aplicativo {0} não contém um Info.plist.
-
- Adicionar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
-
- Adicionar: A Entrada, "{0}", Foi Especificada Incorretamente
-
- Tipo Não Reconhecido: {Type}
-
- {0} não especifica uma UIDeviceFamily.
-
- Adicionar: Não É Possível Adicionar a Entrada "{0}", ao Pai
-
- Adicionar: A Entrada "{0}" Já Existe
-
- Excluir: A Entrada, "{0}", Não Existe
-
- Importar: A Entrada, "{0}", Foi Especificada Incorretamente
-
- Excluir: Não É Possível Excluir a Entrada, "{0}", do Pai
-
- Excluir: A Entrada, "{0}", Contém um Índice de Matriz Inválido
-
- Importar: Não É Possível Adicionar a Entrada, "{0}", ao Pai
-
- Mesclar: Não É Possível Adicionar Entradas de matriz a dict
-
- Importar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
-
- Importar: Erro ao Ler o Arquivo: {0}
-
- Mesclar: A Entrada Especificada Precisa Ser um Contêiner
-
- Mesclar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
-
- A Extensão Watch '{0}' não especifica um CFBundleExecutable.
-
- A Extensão Watch '{0}' não especifica um CFBundleIdentifier.
-
- A Extensão Watch '{0}' tem um CFBundleIdentifier ({1}) que termina com o sufixo inválido ".key".
-
- A Extensão Watch '{0}' tem um CFBundleIdentifier ({1}) inválido. Ele não começa com o CFBundleIdentifier do lote de aplicativo principal ({2}).
-
- O Aplicativo Watch '{0}' em um Info.plist inválido: a chave LSRequiresIPhoneOS não pode estar presente.
-
- O Aplicativo Watch '{0}' tem um Info.plist inválido: a chave de WKWatchKitApp precisa estar presente ter o valor 'true'.
-
- A Extensão Watch '{0}' não contém um Info.plist.
-
- O Aplicativo Watch '{0}' não contém nenhuma Extensões Watch.
-
- A Extensão Watch '{0}' tem um Info.plist inválido: NSExtensionPointIdentifier deve ser "com.apple.watchkit".
-
- A Extensão Watch '{0}' tem um Info.plist inválido. Ele não contém um dicionário NSExtension.
-
- O Aplicativo Watch '{0}' não especifica um CFBundleIdentifier.
-
- O Aplicativo Watch '{0}' não tem um valor de UIDeviceFamily válido. Esperado '{1}', mas localizado '{2} ({3})'.
-
- O Aplicativo Watch '{0}' não especifica um CFBundleExecutable.
-
- A Extensão WatchKit '{0}' tem um valor de WKAppBundleIdentifier ('{1}') inválido. Ele não corresponde ao CFBundleIdentifier do lote do Aplicativo Watch ('{2}').
-
- A Extensão Watch '{0}' tem um Info.plist inválido: o dicionário de NSExtension precisa conter NSExtensionAttributes.
-
- A Extensão Watch '{0}' tem um valor de WKAppBundleIdentifier ('{1}') inválido. Ele não corresponde ao CFBundleIdentifier do lote do Aplicativo Watch pai ('{2}').
-
- A Extensão WatchKit '{0}' tem um Info.plist inválido: o dicionário de UIRequiredDeviceCapabilities não deve conter a funcionalidade 'watch-companion'.
-
- O Aplicativo Watch '{0}' não contém um Info.plist.
-
- O Aplicativo Watch '{0}' tem um valor de WKCompanionAppBundleIdentifier inválido ('{1}'). Ele não corresponde ao CFBundleIdentifier do lote de aplicativo principal ('{2}').
-
- O Aplicativo Watch '{0}' em um Info.plist inválido: a chave LSRequiresIPhoneOS não pode estar presente.
-
- A Extensão do Aplicativo '{0}' tem um CFBundleIdentifier ({1}) que termina com o sufixo inválido ".key".
-
- A Extensão do Aplicativo '{0}' tem um CFBundleIdentifier ({1}) inválido. Ele não começa com o CFBundleIdentifier do lote de aplicativo principal ({2}).
-
- A Extensão do Aplicativo '{0}' não especifica um CFBundleExecutable.
-
- A Extensão do Aplicativo '{0}' não especifica um CFBundleIdentifier.
-
- A Extensão do Aplicativo '{0}' não contém um Info.plist.
-
- Este computador não tem nenhum adaptador de rede. O adaptador de rede é necessário durante a depuração ou a criação de perfil no dispositivo por WiFi.
-
- Não foi possível resolver os IPs do host para as configurações do depurador de WiFi.
-
- A Extensão do Aplicativo '{0}' tem um Info.plist inválido: Ele não contém um dicionário NSExtension.
-
- A Extensão do Aplicativo '{0}' não especifica uma CFBundleShortVersionString.
-
- O Aplicativo Watch '{0}' tem um CFBundleIdentifier ({1}) inválido. Ele não começa com o CFBundleIdentifier do lote de aplicativo principal ({2}).
-
- O Aplicativo Watch '{0}' não tem um valor de UIDeviceFamily válido. Esperado 'Watch (4)', mas localizado '{1} ({2})'.
-
- O Aplicativo Watch '{0}' não contém um Info.plist.
-
- O Aplicativo Watch '{0}' não especifica um CFBundleIdentifier.
-
- A Extensão do Aplicativo '{0}' tem um Info.plist inválido: o dicionário de NSExtension não contém um valor de NSExtensionPointIdentifier.
-
- O Aplicativo Watch '{name}' não especifica um CFBundleExecutable
-
- O Aplicativo Watch '{0}' tem um valor de WKCompanionAppBundleIdentifier inválido ('{1}'). Ele não corresponde ao CFBundleIdentifier do lote de aplicativo principal ('{2}').
-
- Cargas HTTP arbitrárias permitidas para dar suporte à depuração.
-
- Todas as cargas http já são permitidas.
-
- A execução da ferramenta {0} foi iniciada com argumentos: {1}
-
- A execução da ferramenta {0} foi concluída (código de saída = {1}).
-
- Pesquisando '{0}' em '{1}'
-
- Ignorando `{0}' como o arquivo de saída. `{1}' é mais recente.
-
- A execução da ferramenta {0} foi concluída.
-
- Vários perfis de provisionamento correspondem ao identificador de pacote. Usando a primeira correspondência.
-
- '{0}' não corresponde a '{1}'.
-
- AppID: a correspondência {0} foi descartada porque já localizamos outras melhores: {1}.
-
- Localizando perfis de provisionamento correspondentes com a AppID compatível. Mantendo somente aqueles com as IDs de correspondência mais longas (curinga).
-
- AppID: a correspondência {0} foi descartada porque localizamos uma melhor: {1}.
-
- Não foi localizado nenhum diretório de Estruturas.
-
- Nome do pacote gerado: {0}
-
- O certificado '{0}' não corresponde a '{1}'.
-
- Criando o pacote de recursos de associação: {0}
-
- O certificado '{0}' expirou ({1})
-
- O certificado '{0}' não corresponde a nenhum dos prefixos '{1}'.
-
- Identidade de assinatura detectada:
-
- {0} localizado em: {1}
-
- Várias identidades de assinatura localizadas. Usando a primeira identidade.
-
- Várias identidades de assinatura correspondem a '{0}'. Usando a primeira correspondência.
-
- Ignorando o assembly da estrutura: {0}
-
- Copiando o arquivo de '{0}' para '{1}'
-
- Criando o diretório '{0}'
-
- O Arquivo Não Existe. Será Criado: {0}
-
- A Entrada Duplicada Foi Ignorada: {0}
-
- As orientações do iPhone com suporte não são pares correspondentes
-
- As orientações do iPad com suporte não foram definidas
-
- As orientações do iPad com suporte não são pares correspondentes
-
- É possível usar um SDK do watchOS 4.3 fictício somente ao compilar para o watchOS.
-
- As orientações do iPhone com suporte não foram definidas
-
- O Aplicativo Watch '{0}' não especifica uma CFBundleShortVersionString
-
- A Extensão do Aplicativo '{0}' tem um valor de NSExtensionPointIdentifier não reconhecido ('{1}').
-
- O Aplicativo Watch '{0}' não especifica uma CFBundleVersion
-
- O Aplicativo Watch '{0}' tem uma CFBundleShortVersionString ({1}) que não corresponde à CFBundleShortVersionString do lote de aplicativo principal ({2})
-
- A Extensão do Aplicativo '{0}' tem uma CFBundleShortVersionString ({1}) que não corresponde à CFBundleShortVersionString do lote de aplicativo principal ({2})
-
- A Extensão do Aplicativo '{0}' tem uma CFBundleVersion ({1}) que não corresponde à CFBundleVersion do lote de aplicativo principal ({2})
-
- A Extensão do Aplicativo '{0}' não especifica uma CFBundleVersion
-
- A Extensão Watch '{0}' não especifica uma CFBundleShortVersionString)
-
- O Aplicativo Watch '{0}' tem uma CFBundleVersion ({1}) que não corresponde à CFBundleVersion do lote de aplicativo principal ({2})
-
- Falha ao criar o arquivo de resposta '{0}': {1}
-
- Não há suporte para referências nativas dinâmicas: '{0}'
-
- Tipo de referência nativa desconhecido para '{0}'.
-
- O ativo não faz parte de um catálogo de ativos: {0}
-
- Falha ao analisar a saída da altool: {0}.
- Saída: {1}
-
- A Extensão Watch '{0}' tem uma CFBundleVersion ({1}) que não corresponde à CFBundleVersion do lote de aplicativo principal ({2})
-
- A Extensão Watch '{0}' tem uma CFBundleShortVersionString ({1}) que não corresponde à CFBundleShortVersionString do lote de aplicativo principal ({2})
-
- A Extensão Watch '{0}' não especifica uma CFBundleVersion
-
- Nenhum perfil de provisionamento instalado corresponde ao identificador de pacote.
-
- Os direitos do iCloud, como '{0}', exigem um Perfil de Provisionamento.
-
- O direito do iCloud '{0}' não é compatível com o Perfil de Provisionamento.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Foi localizado um diretório dentro do diretório de Estruturas que não é uma estrutura: {0}
-
- Não foi possível determinar o valor da chave de manifesto '{0}'
-
- A estrutura {0} não contém um binário nomeado {1}
-
- Não é possível expandir $(AppIdentifierPrefix) em Entitlements.plist sem um perfil de provisionamento.
-
- Não é possível expandir $(TeamIdentifierPrefix) em Entitlements.plist sem um perfil de provisionamento.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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
+
+
+ A execução da ferramenta {0} foi iniciada com argumentos: {1}
+
+
+
+ A execução da ferramenta {0} foi concluída (código de saída = {1}).
+
+
+
+ Erro ao executar a ferramenta '{0}': {1}
+
+
+
+ Falha ao coprojetar '{0}': {1}
+
+
+
+ Falha ao coprojetar '{0}'
+
+
+
+ '{0}' não localizado.
+
+
+
+ Erro ao carregar '{0}': formato de imagem desconhecido.
+
+
+
+ Dimensões do iTunesArtwork inválidas ({0} x {1}) para '{2}'.
+
+
+
+ Vários arquivos iTunesArtwork com as mesmas dimensões detectadas ({0} x {1}) para '{2}'.
+
+
+
+ Erro ao carregar '{0}': {1}
+
+
+
+ Não foi possível analisar o valor de MinimumOSVersion '{0}'
+
+
+
+ Não foi possível analisar as TargetArchitectures '{0}'
+
+
+
+ O SDK do {0} para '{1}' não está instalado.
+
+
+
+ O nome ({0}) do executável (CFBundleExecutable) não pode terminar com '.app', pois o iOS pode não conseguir iniciar o aplicativo.
+
+
+
+ É possível usar um SDK do watchOS 4.3 fictício somente ao compilar para o watchOS.
+
+
+
+ Todas as cargas http já são permitidas.
+
+
+
+ Cargas HTTP arbitrárias permitidas para dar suporte à depuração.
+
+
+
+ As orientações do iPhone com suporte não foram definidas
+
+
+
+ As orientações do iPhone com suporte não são pares correspondentes
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ As orientações do iPad com suporte não foram definidas
+
+
+
+ As orientações do iPad com suporte não são pares correspondentes
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Não é possível ter mais de um iTunesMetadata.plist.
+
+
+
+ Erro ao carregar o arquivo plist de Configurações '{0}/Settings.bundle/Root.plist': {1}.
+
+
+
+ Não foi possível analisar a versão do SDK '{0}'
+
+
+
+
+
+
+
+
+
+ Não foi possível localizar o diretório bin do SDK
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Não foi possível localizar um lote de aplicativo do Xcode válido em '{0}'. Atualize a localização do SDK da Apple nas preferências do Visual Studio {1}.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Não foi possível localizar um caminho de desenvolvedor do Xcode utilizável válido
+
+
+
+ Não foi possível localizar '{0}'
+
+
+
+ Pesquisando '{0}' em '{1}'
+
+
+
+ Plataforma SQL desconhecida: {0}
+
+
+
+ Não foi possível localizar o perfil de provisionamento com um Nome ou um UUID igual a {0}.
+
+
+
+ Opção de pesquisa desconhecida: {0}
+
+
+
+ Tipo de referência nativa desconhecido para '{0}'.
+
+
+
+ Não há suporte para referências nativas dinâmicas: '{0}'
+
+
+
+ Não há mais suporte para a arquitetura de destino ARMv6 no Xamarin.iOS. Selecione uma arquitetura com suporte.
+
+
+
+ Falha ao criar o arquivo de resposta '{0}': {1}
+
+
+
+ Não foi possível carregar o Info.plist: {0}
+
+
+
+ Arquiteturas inválidas: '{0}'.
+
+
+
+ Falha ao analisar as informações do dispositivo de destino.
+
+
+
+ Não foi localizado nenhum dispositivo de destino.
+
+
+
+ Não foi localizada nenhuma informação sobre a arquitetura do dispositivo.
+
+
+
+ Arquitetura de destino inválida: '{0}'
+
+
+
+ Não foi localizada nenhuma informação sobre o sistema operacional.
+
+
+
+ Não foi localizada nenhuma informação sobre o modelo do dispositivo.
+
+
+
+ Não foi localizada nenhuma informação sobre versão do iOS.
+
+
+
+ O arquivo de regras de recursos '{0}' não foi localizado.
+
+
+
+ Falha ao analisar a SdkVersion '{0}'.
+
+
+
+ O Xcode 10 não dá suporte a aplicativos watchOS 1. Atualize para os aplicativos watchOS 2 ou use uma versão mais antiga do Xcode.
+
+
+ Uma instalação do Xcode >= 6.2 é necessária para criar aplicativos WatchKit.
+
+
+
+ O iOS {0} não dá suporte ao WatchKit.
+
+
+
+ Falha ao localizar o inicializador do WatchKit no lote de aplicativo do Xcode.
+
+
+
+ A Extensão do Aplicativo '{0}' tem uma CFBundleShortVersionString ({1}) que não corresponde à CFBundleShortVersionString do lote de aplicativo principal ({2})
+
+
+
+ A Extensão do Aplicativo '{0}' não especifica uma CFBundleVersion
+
+
+
+ A Extensão do Aplicativo '{0}' tem uma CFBundleVersion ({1}) que não corresponde à CFBundleVersion do lote de aplicativo principal ({2})
+
+
+
+ A Extensão do Aplicativo '{0}' tem um valor de NSExtensionPointIdentifier não reconhecido ('{1}').
+
+
+
+ O Aplicativo Watch '{0}' não especifica uma CFBundleShortVersionString
+
+
+
+ O Aplicativo Watch '{0}' tem uma CFBundleShortVersionString ({1}) que não corresponde à CFBundleShortVersionString do lote de aplicativo principal ({2})
+
+
+
+ O Aplicativo Watch '{0}' não especifica uma CFBundleVersion
+
+
+
+ O Aplicativo Watch '{0}' tem uma CFBundleVersion ({1}) que não corresponde à CFBundleVersion do lote de aplicativo principal ({2})
+
+
+
+ A Extensão Watch '{0}' não especifica uma CFBundleShortVersionString)
+
+
+
+ A Extensão Watch '{0}' tem uma CFBundleShortVersionString ({1}) que não corresponde à CFBundleShortVersionString do lote de aplicativo principal ({2})
+
+
+
+ A Extensão Watch '{0}' não especifica uma CFBundleVersion
+
+
+
+ A Extensão Watch '{0}' tem uma CFBundleVersion ({1}) que não corresponde à CFBundleVersion do lote de aplicativo principal ({2})
+
+
+
+
+ Não foi possível localizar o SDK '{1}' do {0} no caminho '{}'
+
+
+
+ Não foi possível localizar o caminho usr do SDK '{1}' do {0} em '{2}'
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Não foi possível localizar um caminho do desenvolvedor do Xcode válido
+
+
+
+
+
+ Plataforma não reconhecida: {0}
+
+
+
+ O ativo não faz parte de um catálogo de ativos: {0}
+
+
+
+ Arquivo não localizado: {0}
+
+
+
+ JSON inválido: {0}
+
+
+
+ O arquivo Info.plist parcial não foi gerado: {0}
+
+
+
+ Falha ao carregar o arquivo de log de {0} '{1}': {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Falha ao analisar a saída da altool: {0}.
+ Saída: {1}
+
+
+
+
+ Não foi especificado nenhum arquivo de definição de API.
+
+
+
+ {0} com falha.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ Recurso de pacote '{0}' não localizado no disco (ele deveria estar em '{1}')
+
+
+
+ O caminho '{0}' resultaria em um arquivo fora do lote de aplicativo e não pode ser usado.
+
+
+
+ Os arquivos Info.plist devem ter a Ação de Build 'None'.
+
+
+
+ O nome '{0}' é reservado e não pode ser usado.
+
+
+
+ Foi localizado um diretório dentro do diretório de Estruturas que não é uma estrutura: {0}
+
+
+
+ A estrutura {0} não contém um binário nomeado {1}
+
+
+
+ Não foi localizado nenhum diretório de Estruturas.
+
+
+
+ Não foi possível determinar o valor da chave de manifesto '{0}'
+
+
+
+ Erro ao carregar o arquivo de modelo Info.plist parcial '{0}': {1}
+
+
+
+ Não é possível expandir $(TeamIdentifierPrefix) em Entitlements.plist sem um perfil de provisionamento.
+
+
+
+ Não é possível expandir $(AppIdentifierPrefix) em Entitlements.plist sem um perfil de provisionamento.
+
+
+
+ Os direitos do iCloud, como '{0}', exigem um Perfil de Provisionamento.
+
+
+
+ O direito do iCloud '{0}' não é suportado pelo Perfil de Provisionamento.
+
+
+
+ O modelo Entitlements.plist '{0}' não foi localizado.
+
+
+
+ Erro ao carregar o modelo Entitlements.plist '{0}': {1}
+
+
+
+ Erro ao gravar o arquivo xcent '{0}': {1}
+
+
+
+ Erro ao gravar o arquivo archived-expanded-entitlements.xcent: {0}
+
+
+
+ A execução da ferramenta {0} foi concluída.
+
+
+
+ {0} foi encerrado com o código {1}
+
+
+
+ Ignorando `{0}' como o arquivo de saída. `{1}' é mais recente.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Erro ao salvar `{0}': {1}
+
+
+
+ Criando o pacote de recursos de associação: {0}
+
+
+
+ Erro ao carregar '{0}'
+
+
+
+ Falha na criação do pacote. Não foi possível analisar os argumentos extras.
+
+
+
+ A identidade '{0}' não corresponde a nenhum par certificado/chave privada válido no conjunto de chaves padrão.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Identidade de assinatura detectada:
+
+
+
+ O certificado '{0}' não corresponde a nenhum dos prefixos '{1}'.
+
+
+
+ O certificado '{0}' expirou ({1})
+
+
+
+ Não foi localizada nenhuma chave de assinatura de código do {0} válida no conjunto de chaves. Você precisa solicitar um certificado de codesignação em https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ O certificado '{0}' não corresponde a '{1}'.
+
+
+
+ A chave de assinatura de código '{1}' do {0} não foi localizada no conjunto de chaves.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ Não foi possível localizar nenhum perfil de provisionamento disponível para {0} em {1}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}' não corresponde a '{1}'.
+
+
+
+ Nenhum perfil de provisionamento instalado corresponde às identidades de assinatura {1} do {0} instaladas.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Localizando perfis de provisionamento correspondentes com a AppID compatível. Mantendo somente aqueles com as IDs de correspondência mais longas (curinga).
+
+
+
+ AppID: a correspondência {0} foi descartada porque localizamos uma melhor: {1}.
+
+
+
+ AppID: a correspondência {0} foi descartada porque já localizamos outras melhores: {1}.
+
+
+
+ Nenhum perfil de provisionamento instalado corresponde ao identificador de pacote.
+
+
+
+ Vários perfis de provisionamento correspondem ao identificador de pacote. Usando a primeira correspondência.
+
+
+
+ {0} não define o CFBundleIdentifier
+
+
+
+ Não foi possível localizar o perfil de provisionamento {1} do '{0}' especificado
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ O identificador do pacote de projeto '{0}' não corresponde ao perfil de provisionamento especificado '{1}'
+
+
+
+ Várias identidades de assinatura correspondem a '{0}'. Usando a primeira correspondência.
+
+
+
+ Várias identidades de assinatura localizadas. Usando a primeira identidade.
+
+
+
+ Não foi possível localizar o perfil de provisionamento '{0}' de {1} especificado
+
+
+
+ Nenhuma identidade de assinatura {0} corresponde ao perfil de provisionamento especificado '{1}'.
+
+
+
+ O identificador de pacote '{0}' não corresponde a nenhum perfil de provisionamento instalado para a identidade de assinatura selecionada '{0}'.
+
+
+
+ O identificador de pacote '{0}' não corresponde a nenhum perfil de provisionamento instalado para a identidade de assinatura selecionada '{0}'.
+
+
+
+ O identificador de pacote '{0}' não corresponde a nenhum perfil de provisionamento instalado.
+
+
+
+ {0} localizado em: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ O AssemblyPath não pode ser nulo nem estar vazio
+
+
+
+ Nome do pacote gerado: {0}
+
+
+
+ Não foi especificada nenhuma propriedade.
+
+
+
+ O dicionário em '{0}' não continha a chave: {1}
+
+
+
+ Não foi possível analisar o índice de matriz: {0}
+
+
+
+ Índice de matriz fora do intervalo para o item '{0}'
+
+
+
+ Os valores de {0} não são compatíveis com propriedades filho.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ Não há suporte para obter os valores {0}.
+
+
+
+ O arquivo '{0}' não existe.
+
+
+
+ O arquivo '{0}' está em conflito com '{1}'.
+
+
+
+ Os aplicativos Watch e as extensões requerem o Xcode 6.2 ou posterior. A versão atual do Xcode é {0}
+
+
+
+ Os itens precisam ter nomes lógicos computados.
+
+
+
+ A Entrada Duplicada Foi Ignorada: {0}
+
+
+
+ O Arquivo Não Existe. Será Criado: {0}
+
+
+
+ Criando o diretório '{0}'
+
+
+
+ Copiando o arquivo de '{0}' para '{1}'
+
+
+
+ Você precisa especificar uma DestinationFolder ou os DestinationFiles, mas não ambos.
+
+
+
+ O número de DestinationFiles precisa corresponder ao número de SourceFiles.
+
+
+
+ Ignorando o assembly da estrutura: {0}
+
+
+
+ Identificador de estrutura de destino desconhecido: {0}.
+
+
+
+ Não foi possível localizar {0} em {1}.
+
+
+
+ O SDK do {0} não está instalado.
+
+
+
+ A versão '{1}' do SDK do {0} não está instalada. Não foi localizada nenhuma versão mais recente.
+
+
+
+ A versão '{1}' do SDK do {0} não está instalada. Em vez disso, a versão mais recente '{2}' está sendo usada.
+
+
+
+ {0} tem um formato incorreto ou desconhecido e não pode ser processado.
+
+
+
+ Nenhuma estrutura correspondente encontrada dentro de '{0}'.
+
+
+
+ Opções conflitantes '{0}' e '{1}'. '{1}' será ignorado.
+
+
+
+ Não é possível obter uma instância de ISshCommands. Verifique se foi estabelecida uma conexão válida com o Mac.
+
+
+ Erro ao tentar copiar o Arquivo Morto '{0}' para '{1}'. Detalhes: {2}
+
+
+ Não há conexão disponível para o Mac. A tarefa '{0}' não será executada
+
+
+ Não foi possível desserializar o DataSet {0}
+
+
+ O arquivo {0} não tem ImageAsset como uma ação de build.
+
+
+ Não foi possível resolver UTI para {0} no catálogo {1}
+
+
+ Ocorreu um erro ao tentar verificar a compatibilidade entre o Xcode e o Xamarin.iOS
+
+
+ O projeto foi compilado com uma versão do Xcode ({0}) que não é compatível e pode resultar em erros ou avisos inesperados. Instale o Xcode '{1}' ou consulte a documentação para obter mais informações.
+
+
+ Ocorreu um erro ao tentar verificar a compatibilidade entre o Xcode e o Xamarin.iOS. Detalhes: {0}
+
+
+
+ O Caminho do Arquivo Morto fornecido não é de um arquivo morto válido (.xcarchive). Caminho do Arquivo Morto: '{0}'
+
+
+ Não foi possível mapear a versão {0} do macOS para uma versão correspondente do iOS
+
+
+ Não foi possível resolver os IPs do host para as configurações do depurador de WiFi.
+
+
+
+ Este computador não tem nenhum adaptador de rede. O adaptador de rede é necessário durante a depuração ou a criação de perfil no dispositivo por WiFi.
+
+
+
+ A Extensão do Aplicativo '{0}' não contém um Info.plist.
+
+
+
+ A Extensão do Aplicativo '{0}' não especifica um CFBundleIdentifier.
+
+
+
+ A Extensão do Aplicativo '{0}' não especifica um CFBundleExecutable.
+
+
+
+ A Extensão do Aplicativo '{0}' tem um CFBundleIdentifier ({1}) inválido. Ele não começa com o CFBundleIdentifier do lote de aplicativo principal ({2}).
+
+
+
+ A Extensão do Aplicativo '{0}' tem um CFBundleIdentifier ({1}) que termina com o sufixo inválido ".key".
+
+
+
+ A Extensão do Aplicativo '{0}' não especifica uma CFBundleShortVersionString.
+
+
+
+ A Extensão do Aplicativo '{0}' tem um Info.plist inválido: Ele não contém um dicionário NSExtension.
+
+
+
+ A Extensão do Aplicativo '{0}' tem um Info.plist inválido: o dicionário de NSExtension não contém um valor de NSExtensionPointIdentifier.
+
+
+
+
+
+
+ O Aplicativo Watch '{0}' não contém um Info.plist.
+
+
+
+ O Aplicativo Watch '{0}' não especifica um CFBundleIdentifier.
+
+
+
+ O Aplicativo Watch '{0}' tem um CFBundleIdentifier ({1}) inválido. Ele não começa com o CFBundleIdentifier do lote de aplicativo principal ({2}).
+
+
+
+ O Aplicativo Watch '{0}' não tem um valor de UIDeviceFamily válido. Esperado 'Watch (4)', mas localizado '{1} ({2})'.
+
+
+
+ O Aplicativo Watch '{name}' não especifica um CFBundleExecutable
+
+
+
+ O Aplicativo Watch '{0}' tem um valor de WKCompanionAppBundleIdentifier inválido ('{1}'). Ele não corresponde ao CFBundleIdentifier do lote de aplicativo principal ('{2}').
+
+
+
+ O Aplicativo Watch '{0}' tem um Info.plist inválido: a chave de WKWatchKitApp precisa estar presente ter o valor 'true'.
+
+
+
+ O Aplicativo Watch '{0}' em um Info.plist inválido: a chave LSRequiresIPhoneOS não pode estar presente.
+
+
+
+ O Aplicativo Watch '{0}' não contém nenhuma Extensões Watch.
+
+
+
+ O Aplicativo Watch '{0}' não contém uma Extensão Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ A Extensão Watch '{0}' não contém um Info.plist.
+
+
+
+ A Extensão Watch '{0}' não especifica um CFBundleIdentifier.
+
+
+
+ A Extensão Watch '{0}' não especifica um CFBundleExecutable.
+
+
+
+ A Extensão Watch '{0}' tem um CFBundleIdentifier ({1}) inválido. Ele não começa com o CFBundleIdentifier do lote de aplicativo principal ({2}).
+
+
+
+ A Extensão Watch '{0}' tem um CFBundleIdentifier ({1}) que termina com o sufixo inválido ".key".
+
+
+
+ A Extensão Watch '{0}' tem um Info.plist inválido. Ele não contém um dicionário NSExtension.
+
+
+
+ A Extensão Watch '{0}' tem um Info.plist inválido: NSExtensionPointIdentifier deve ser "com.apple.watchkit".
+
+
+
+ A Extensão Watch '{0}' tem um Info.plist inválido: o dicionário de NSExtension precisa conter um NSExtensionPointIdentifier.
+
+
+
+ A Extensão Watch '{0}' tem um Info.plist inválido: o dicionário de NSExtension precisa conter NSExtensionAttributes.
+
+
+
+ A Extensão Watch '{0}' tem um valor de WKAppBundleIdentifier ('{1}') inválido. Ele não corresponde ao CFBundleIdentifier do lote do Aplicativo Watch pai ('{2}').
+
+
+
+ A Extensão Watch '{0}' tem um Info.plist inválido: o dicionário de NSExtensionAttributes precisa conter um WKAppBundleIdentifier.
+
+
+
+ A Extensão WatchKit '{0}' tem um Info.plist inválido: o dicionário de UIRequiredDeviceCapabilities não deve conter a funcionalidade 'watch-companion'.
+
+
+
+ A Extensão WatchKit '{0}' tem um Info.plist inválido: a matriz de UIRequiredDeviceCapabilities não deve conter a funcionalidade 'watch-companion'.
+
+
+
+ O Aplicativo Watch '{0}' não contém um Info.plist.
+
+
+
+ O Aplicativo Watch '{0}' não especifica um CFBundleIdentifier.
+
+
+
+ O Aplicativo Watch '{0}' não tem um valor de UIDeviceFamily válido. Esperado '{1}', mas localizado '{2} ({3})'.
+
+
+
+ O Aplicativo Watch '{0}' não especifica um CFBundleExecutable.
+
+
+
+ A Extensão WatchKit '{0}' tem um valor de WKAppBundleIdentifier ('{1}') inválido. Ele não corresponde ao CFBundleIdentifier do lote do Aplicativo Watch ('{2}').
+
+
+
+ O Aplicativo Watch '{0}' tem um valor de WKCompanionAppBundleIdentifier inválido ('{1}'). Ele não corresponde ao CFBundleIdentifier do lote de aplicativo principal ('{2}').
+
+
+
+ O Aplicativo Watch '{0}' tem um Info.plist inválido: a chave de WKCompanionAppBundleIdentifier precisa existir e corresponder ao CFBundleIdentifier do lote de aplicativo principal.
+
+
+
+ O Aplicativo Watch '{0}' em um Info.plist inválido: a chave LSRequiresIPhoneOS não pode estar presente.
+
+
+
+ O lote de aplicativo {0} não contém um Info.plist.
+
+
+
+ {0} não especifica um CFBundleIdentifier.
+
+
+
+ {0} não especifica um CFBundleExecutable.
+
+
+
+ {0} não especifica CFBundleSupportedPlatforms.
+
+
+
+ {0} não especifica uma UIDeviceFamily.
+
+
+
+ {0} é inválido: a chave de UIDeviceFamily precisa conter um valor para '{1}'.
+
+
+
+ Tipo Não Reconhecido: {Type}
+
+
+
+ Adicionar: A Entrada, "{0}", Foi Especificada Incorretamente
+
+
+
+ Adicionar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
+
+
+
+ Adicionar: A Entrada "{0}" Já Existe
+
+
+
+ Adicionar: Não É Possível Adicionar a Entrada "{0}", ao Pai
+
+
+
+ Excluir: Não É Possível Excluir a Entrada, "{0}", do Pai
+
+
+
+ Excluir: A Entrada, "{0}", Contém um Índice de Matriz Inválido
+
+
+
+ Excluir: A Entrada, "{0}", Não Existe
+
+
+
+ Importar: A Entrada, "{0}", Foi Especificada Incorretamente
+
+
+
+ Importar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
+
+
+
+ Importar: Erro ao Ler o Arquivo: {0}
+
+
+
+ Importar: Não É Possível Adicionar a Entrada, "{0}", ao Pai
+
+
+
+ Mesclar: Não É Possível Adicionar Entradas de matriz a dict
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Mesclar: A Entrada Especificada Precisa Ser um Contêiner
+
+
+
+ Mesclar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
+
+
+
+ Mesclar: A Entrada, "{0}", Não Existe
+
+
+
+ Mesclar: Erro ao Ler o Arquivo: {0}
+
+
+
+ Configurar: A Entrada, "{0}", Foi Especificada Incorretamente
+
+
+
+ Configurar: A Entrada, "{0}", Contém um Índice de Matriz Inválido
+
+
+
+ Configurar: A Entrada, "{0}", Não Existe
+
+
+
+ Não é possível criar um pacote de recursos de associação, a menos que haja referências nativas no projeto de associação.
+
+
+
+ O Xamarin.iOS 14+ não oferece suporte a aplicativos watchOS 1. Migre seu projeto para watchOS 2.
+
+
+ Arquitetura inválida ({0}): não pode vincular mais de uma arquitetura ao mesmo tempo.
+
+
+ Não é possível analisar os argumentos do compilador AOT: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Estrutura inválida: {0}
+
+
+ Plataforma inválida: {0}
+
+
+ O arquivo de requisitos do produto do pacote contém arquiteturas ({0}) que não correspondem às arquiteturas de destino ({1})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ru.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ru.resx
index af21274fba3b..e3ac44ee903f 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ru.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.ru.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} является недопустимым: ключ UIDeviceFamily должен содержать значение для "{1}".
-
- Приложение Watch "{0}" не содержит расширение Watch.
-
- Расширение Watch "{0}" имеет недопустимый файл Info.plist: словарь NSExtension должен содержать NSExtensionPointIdentifier.
-
- Расширение Watch "{0}" имеет недопустимый файл Info.plist: словарь NSExtensionAttributes должен содержать WKAppBundleIdentifier.
-
- Расширение WatchKit "{0}" имеет недопустимый файл Info.plist: массив UIRequiredDeviceCapabilities не должен содержать возможность watch-companion.
-
- Приложение Watch "{0}" имеет недопустимый файл Info.plist: должен существовать ключ WKCompanionAppBundleIdentifier, соответствующий CFBundleIdentifier основного пакета приложения.
-
- Не удалось проанализировать значение MinimumOSVersion "{0}".
-
- Ошибка при загрузке "{0}": {1}
-
- Пакет SDK {0} для "{1}" не установлен.
-
- Не удалось проанализировать TargetArchitectures "{0}".
-
- Имя исполняемого (CFBundleExecutable) файла ({0}) не может заканчиваться на ".app", так как iOS может не запустить приложение.
-
- Ошибка при выполнении средства "{0}": {1}
-
- Не удалось выполнить подписывание кода в "{0}": {1}
-
- Не удалось выполнить подписывание кода в "{0}".
-
- Не удалось найти "{0}".
-
- Ошибка при загрузке "{0}": неизвестный формат изображения.
-
- Недопустимые размеры iTunesArtwork ({0}x{1}) для "{2}".
-
- Обнаружены файлы iTunesArtwork с одинаковыми размерами ({0}x{1}) для "{2}".
-
- Не удалось найти каталог bin пакета SDK.
-
- Невозможно использовать больше одного файла iTunesMetadata.plist.
-
- Ошибка при загрузке PLIST-файла параметров "{0}/Settings.bundle/Root.plist": {1}.
-
- Не удалось проанализировать версию пакета SDK "{0}".
-
- Не удалось загрузить Info.plist: {0}
-
- Недопустимые архитектуры: "{0}".
-
- Неизвестный параметр поиска: {0}.
-
- Целевая архитектура ARMv6 больше не поддерживается в Xamarin.iOS. Выберите поддерживаемую архитектуру.
-
- Целевое устройство не найдено.
-
- Не удалось проанализировать сведения о целевом устройстве.
-
- Не удалось найти допустимый пакет приложения Xcode в каталоге "{0}". Обновите расположение пакета SDK для Apple в настройках Visual Studio: {1}.
-
- Не удалось найти пригодный для использования путь к папке Developer в Xcode.
-
- Не удалось найти "{0}"
-
- Неизвестная платформа пакета SDK: {0}.
-
- Не удалось найти профиль подготовки с именем или UUID {0}.
-
- Не удалось найти средство запуска WatchKit в пакете приложения Xcode.
-
- Не удалось проанализировать SdkVersion "{0}".
-
- Xcode 10 не поддерживает приложения watchOS 1. Перейдите на приложения watchOS 2 либо используйте более раннюю версию Xcode.
- Сведения о версии iOS не найдены.
-
- Файл правил ресурсов "{0}" не найден.
-
- Сведения об операционной системе устройства не найдены.
-
- Сведения о модели устройства не найдены.
-
- Сведения об архитектуре устройства не найдены.
-
- Недопустимая целевая архитектура: "{0}".
-
- Для сборки приложений WatchKit требуется установить Xcode как минимум версии 6.2.
-
- iOS {0} не поддерживает WatchKit.
-
- Ресурс пакета "{0}" не найден на диске (должен быть в "{1}").
-
- Сбой {0}.
-
- Файл не найден: {0}.
-
- Частичный файл Info.plist не создан: {0}.
-
- Недопустимый код JSON: {0}.
-
- Не удалось загрузить файл журнала {0} "{1}": {2}
-
- Не указан файл определения API.
-
- Неопознанная платформа: {0}.
-
- Не удалось найти пакет SDK версии {1} для {0} по пути "{}".
-
- Не удалось найти пользовательский путь к пакету SDK версии "{1}" для {0} по пути "{2}".
-
- Не удалось найти допустимый путь к папке Developer в Xcode.
-
- Шаблон Entitlements.plist "{0}" не найден.
-
- Ошибка при загрузке шаблона Entitlements.plist "{0}": {1}
-
- Ошибка записи файла XCENT "{0}": {1}
-
- Ошибка при записи файла archived-expanded-entitlements.xcent: {0}
-
- {0} завершает работу с кодом {1}.
-
- Ни один из установленных профилей подготовки не соответствует установленным удостоверениям подписывания {1} {0}.
-
- В связке ключей не найден ключ подписывания кода {0} "{1}".
-
- Не удалось найти доступные профили подготовки для {0} в {1}.
-
- {0} не определяет ключ CFBundleIdentifier.
-
- Файлы Info.plist должны иметь действие сборки "Нет".
-
- Путь "{0}" приведет к тому, что файл окажется вне пакета приложения и использовать его будет невозможно.
-
- Имя "{0}" зарезервировано и не может использоваться.
-
- Ошибка при загрузке частичного файла шаблона Info.plist "{0}": {1}
-
- Не удалось проанализировать индекс массива: {0}.
-
- Индекс массива выходит за пределы диапазона для элемента "{0}".
-
- Значения {0} не поддерживают дочерние свойства.
-
- Получение значений {0} не поддерживается.
-
- Значение AssemblyPath не может быть пустым или равным NULL.
-
- Свойство не указано.
-
- Словарь в "{0}" не содержал ключ: {1}.
-
- Файл "{0}" не существует.
-
- Файл "{0}" конфликтует с "{1}".
-
- Сбой при создании пакета. Не удалось проанализировать дополнительные аргументы.
-
- Ошибка при загрузке "{0}".
-
- Ошибка при сохранении "{0}": {1}
-
- Удостоверение "{0}" не соответствует ни одному допустимому сертификату или паре закрытых ключей в цепочке ключей по умолчанию.
-
- В связке ключей не найдены допустимые ключи подписывания кода {0}. Запросите сертификат подписывания кода на https://developer.apple.com.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- Версия пакета SDK для {0} "{1}" не установлена, и более новая версия не найдена.
-
- Версия пакета SDK для {0} "{1}" не установлена. Вместо нее используется более новая версия "{2}".
-
- Не удалось найти {0} в {1}.
-
- Пакет SDK {0} не установлен.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Ни одно удостоверение подписывания {0} не соответствует указанному профилю подготовки "{1}".
-
- Указанный профиль подготовки {0} "{1}" не найден.
-
- Идентификатор пакета "{0}" не соответствует ни одному установленному профилю подготовки для выбранного удостоверения подписывания "{0}".
-
- Идентификатор пакета "{0}" не соответствует ни одному установленному профилю подготовки для выбранного удостоверения подписывания "{0}".
-
- Идентификатор пакета проекта "{0}" не соответствует указанному профилю подготовки "{1}".
-
- Указанный профиль подготовки {0} "{1}" не найден.
-
- Идентификатор пакета "{0}" не соответствует ни одному установленному профилю подготовки.
-
- Число DestinationFiles должно соответствовать числу SourceFiles.
-
- Укажите либо DestinationFolder, либо DestinationFiles, но не и то и другое одновременно.
-
- Для элементов должны быть вычислены логические имена.
-
- Приложения и расширения Watch требуют Xcode 6.2 или более поздней версии. Текущая версия Xcode: {0}.
-
- Неизвестный идентификатор целевой платформы: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Объединение: ошибка при чтении файла {0}.
-
- Объединение: запись "{0}" не существует.
-
- Задание: запись "{0}" содержит недопустимый индекс массива.
-
- Задание: запись "{0}" указана неверно.
-
- Задание: запись "{0}" не существует.
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Создание пакета ресурсов привязки возможно, только если в проекте привязки есть собственные ссылки.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} не указывает ключ CFBundleSupportedPlatforms.
-
- {0} не указывает ключ CFBundleExecutable.
-
- {0} не указывает ключ CFBundleIdentifier.
-
- Пакет приложения {0} не содержит Info.plist.
-
- Добавление: запись "{0}" содержит недопустимый индекс массива.
-
- Добавление: запись "{0}" указана неверно.
-
- Неопознанный тип: {Type}.
-
- {0} не указывает ключ UIDeviceFamily.
-
- Добавление: невозможно добавить запись "{0}" в родительский элемент.
-
- Добавление: запись "{0}" уже существует.
-
- Удаление: запись "{0}" не существует.
-
- Импорт: запись "{0}" указана неверно.
-
- Удаление: невозможно удалить запись "{0}" из родительского элемента.
-
- Удаление: запись "{0}" содержит недопустимый индекс массива.
-
- Импорт: невозможно добавить запись "{0}" в родительский элемент.
-
- Объединение: невозможно добавить записи массива в словарь.
-
- Импорт: запись "{0}" содержит недопустимый индекс массива.
-
- Импорт: ошибка чтения файла {0}.
-
- Объединение: указанная запись должна быть контейнером.
-
- Объединение: запись "{0}" содержит недопустимый индекс массива.
-
- Расширение Watch "{0}" не указывает ключ CFBundleExecutable.
-
- Расширение Watch "{0}" не указывает ключ CFBundleIdentifier.
-
- Расширение Watch "{0}" имеет ключ CFBundleIdentifier ({1}), который заканчивается недопустимым суффиксом ".key".
-
- Расширение Watch "{0}" имеет недопустимый ключ CFBundleIdentifier ({1}), который не начинается с CFBundleIdentifier основного пакета приложения ({2}).
-
- Приложение Watch "{0}" имеет недопустимый файл Info.plist: в нем не должно быть ключа LSRequiresIPhoneOS.
-
- Приложение Watch "{0}" имеет недопустимый файл Info.plist: должен присутствовать ключ WKWatchKitApp со значением true.
-
- Расширение Watch "{0}" не содержит Info.plist.
-
- Приложение Watch "{0}" не содержит расширений Watch.
-
- Расширение Watch "{0}" имеет недопустимый файл Info.plist: ключ NSExtensionPointIdentifier должен иметь значение "com.apple.watchkit".
-
- Расширение Watch "{0}" имеет недопустимый файл Info.plist: он не содержит словаря NSExtension.
-
- Приложение Watch "{0}" не указывает ключ CFBundleIdentifier.
-
- Приложение Watch "{0}" не имеет допустимого значения UIDeviceFamily. Ожидается "{1}", но обнаружено "{2} ({3})".
-
- Приложение Watch "{0}" не указывает ключ CFBundleExecutable.
-
- Расширение WatchKit "{0}" имеет недопустимое значение WKAppBundleIdentifier ("{1}"), которое не соответствует CFBundleIdentifier приложения Watch ("{2}").
-
- Расширение Watch "{0}" имеет недопустимый файл Info.plist: словарь NSExtension должен содержать NSExtensionAttributes.
-
- Расширение Watch "{0}" имеет недопустимое значение WKAppBundleIdentifier ("{1}"), которое не соответствует значению CFBundleIdentifier родительского пакета приложения Watch ("{2}").
-
- Расширение WatchKit "{0}" имеет недопустимый файл Info.plist: словарь UIRequiredDeviceCapabilities не должен содержать возможность watch-companion.
-
- Приложение Watch "{0}" не содержит info.plist.
-
- Приложение Watch "{0}" имеет недопустимое значение WKCompanionAppBundleIdentifier ("{1}"), которое не соответствует CFBundleIdentifier основного пакета приложения ("{2}").
-
- Приложение Watch "{0}" имеет недопустимый файл Info.plist: в нем не должно быть ключа LSRequiresIPhoneOS.
-
- Расширение приложения "{0}" имеет ключ CFBundleIdentifier ({1}), который заканчивается недопустимым суффиксом ".key".
-
- Расширение приложения "{0}" имеет недопустимый ключ CFBundleIdentifier ({1}), который не начинается с CFBundleIdentifier основного пакета приложения ({2}).
-
- Расширение приложения "{0}" не указывает ключ CFBundleExecutable.
-
- Расширение приложения "{0}" не указывает ключ CFBundleIdentifier.
-
- Расширение приложения "{0}" не содержит Info.plist.
-
- На этом компьютере нет сетевых адаптеров. Они необходимы при отладке или профилировании устройства с помощью Wi-Fi.
-
- Не удалось разрешить IP-адреса узлов для параметров отладчика Wi-Fi.
-
- Расширение приложения "{0}" имеет недопустимый файл Info.plist: он не содержит словаря NSExtension.
-
- Расширение приложения "{0}" не указывает ключ CFBundleShortVersionString.
-
- Приложение Watch "{0}" имеет недопустимый ключ CFBundleIdentifier ({1}), который не начинается с CFBundleIdentifier основного пакета приложения ({2}).
-
- Приложение Watch "{0}" не имеет допустимого значения UIDeviceFamily. Ожидается "Watch (4)", но обнаружено "{1} ({2})".
-
- Приложение Watch "{0}" не содержит info.plist.
-
- Приложение Watch "{0}" не указывает ключ CFBundleIdentifier.
-
- Расширение приложения "{0}" имеет недопустимый файл Info.plist: словарь NSExtension не содержит значения NSExtensionPointIdentifier.
-
- Приложение Watch "{name}" не указывает ключ CFBundleExecutable.
-
- Приложение Watch "{0}" имеет недопустимое значение WKCompanionAppBundleIdentifier ("{1}"), которое не соответствует CFBundleIdentifier основного пакета приложения ("{2}").
-
- Разрешены произвольные нагрузки HTTP для поддержки отладки.
-
- Все нагрузки HTTP уже разрешены.
-
- Выполнение средства {0} запущено с аргументами: {1}.
-
- Выполнение средства {0} завершено (код выхода = {1}).
-
- Идет поиск "{0}" в "{1}".
-
- "{0}" пропускается, так как выходной файл "{1}" более новый.
-
- Выполнение средства {0} завершено.
-
- Идентификатору пакета соответствует множество профилей подготовки; используется первое совпадение.
-
- "{0}" не соответствует "{1}".
-
- AppID {0} исключается, так как уже найдены более точные совпадения: {1}.
-
- Выполняется поиск соответствующих профилей подготовки с совместимым идентификатором AppID. Будут оставлены только профили с самыми длинными совпадающими идентификаторами (с подстановочными знаками).
-
- AppID {0} исключается, так как найдено более точное совпадение: {1}.
-
- Каталог Frameworks не найден.
-
- Имя созданного пакета: {0}.
-
- Сертификат "{0}" не соответствует "{1}".
-
- Создание пакета ресурсов привязки: {0}.
-
- Срок действия сертификата "{0}" истек ({1}).
-
- Сертификат "{0}" не соответствует ни одному из префиксов "{1}".
-
- Обнаружено удостоверение подписывания:
-
- Файл {0} найден здесь: {1}
-
- Найдено множество удостоверений подписывания; используется первое из них.
-
- Множество удостоверений подписывания соответствуют "{0}"; используется первое совпадение.
-
- Пропускается сборка платформы: {0}.
-
- Идет копирование файла из "{0}" в "{1}".
-
- Идет создание каталога "{0}".
-
- Файл не существует. Будет создано: {0}.
-
- Пропущена повторяющаяся запись: {0}.
-
- Поддерживаемые ориентации iPhone не соответствуют ориентациям iPad.
-
- Не заданы поддерживаемые ориентации iPad.
-
- Поддерживаемые ориентации iPad не являются соответствующими парами.
-
- Имитировать пакет SDK для watchOS 4.3 можно только при сборке для watchOS.
-
- Не заданы поддерживаемые ориентации iPhone.
-
- Приложение Watch "{0}" не указывает ключ CFBundleShortVersionString.
-
- Расширение приложения "{0}" имеет неопознанное значение NSExtensionPointIdentifier ("{1}").
-
- Приложение Watch "{0}" не указывает ключ CFBundleVersion.
-
- Приложение Watch "{0}" имеет ключ CFBundleShortVersionString ({1}), который не соответствует CFBundleShortVersionString основного пакета приложения ({2}).
-
- Расширение приложения "{0}" имеет ключ CFBundleShortVersionString ({1}), который не соответствует CFBundleShortVersionString основного пакета приложения ({2}).
-
- Расширение приложения "{0}" имеет ключ CFBundleVersion ({1}), который не соответствует CFBundleVersion основного пакета приложения ({2}).
-
- Расширение приложения "{0}" не указывает ключ CFBundleVersion.
-
- Расширение Watch "{0}" не указывает ключ CFBundleShortVersionString.
-
- Приложение Watch "{0}" имеет ключ CFBundleVersion ({1}), который не соответствует CFBundleVersion основного пакета приложения ({2}).
-
- Не удалось создать файл ответов "{0}": {1}
-
- Динамические собственные ссылки не поддерживаются: "{0}".
-
- Неизвестный собственный ссылочный тип для "{0}".
-
- Ресурс не входит в каталог ресурсов: {0}.
-
- Не удалось проанализировать вывод altool: {0}.
- Выходные данные: {1}
-
- Расширение Watch "{0}" имеет ключ CFBundleVersion ({1}), который не соответствует CFBundleVersion основного пакета приложения ({2}).
-
- Расширение Watch "{0}" имеет ключ CFBundleShortVersionString ({1}), который не соответствует CFBundleShortVersionString основного пакета приложения ({2}).
-
- Расширение Watch "{0}" не указывает ключ CFBundleVersion.
-
- Ни один из установленных профилей подготовки не соответствует идентификатору пакета.
-
- Права на iCloud, такие как "{0}", требуют профиля подготовки.
-
- Право на iCloud "{0}" не поддерживается профилем подготовки.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- В каталоге Frameworks найден каталог, который не относится к платформе: {0}.
-
- Не удалось определить значение для ключа манифеста "{0}".
-
- Платформа {0} не содержит двоичный файл с именем {1}.
-
- Невозможно развернуть $(AppIdentifierPrefix) в Entitlements.plist без профиля подготовки.
-
- Невозможно развернуть $(TeamIdentifierPrefix) в Entitlements.plist без профиля подготовки.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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} запущено с аргументами: {1}.
+
+
+
+ Выполнение средства {0} завершено (код выхода = {1}).
+
+
+
+ Ошибка при выполнении средства "{0}": {1}
+
+
+
+ Не удалось выполнить подписывание кода в "{0}": {1}
+
+
+
+ Не удалось выполнить подписывание кода в "{0}".
+
+
+
+ Не удалось найти "{0}".
+
+
+
+ Ошибка при загрузке "{0}": неизвестный формат изображения.
+
+
+
+ Недопустимые размеры iTunesArtwork ({0}x{1}) для "{2}".
+
+
+
+ Обнаружены файлы iTunesArtwork с одинаковыми размерами ({0}x{1}) для "{2}".
+
+
+
+ Ошибка при загрузке "{0}": {1}
+
+
+
+ Не удалось проанализировать значение MinimumOSVersion "{0}".
+
+
+
+ Не удалось проанализировать TargetArchitectures "{0}".
+
+
+
+ Пакет SDK {0} для "{1}" не установлен.
+
+
+
+ Имя исполняемого (CFBundleExecutable) файла ({0}) не может заканчиваться на ".app", так как iOS может не запустить приложение.
+
+
+
+ Имитировать пакет SDK для watchOS 4.3 можно только при сборке для watchOS.
+
+
+
+ Все нагрузки HTTP уже разрешены.
+
+
+
+ Разрешены произвольные нагрузки HTTP для поддержки отладки.
+
+
+
+ Не заданы поддерживаемые ориентации iPhone.
+
+
+
+ Поддерживаемые ориентации iPhone не соответствуют ориентациям iPad.
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Не заданы поддерживаемые ориентации iPad.
+
+
+
+ Поддерживаемые ориентации iPad не являются соответствующими парами.
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Невозможно использовать больше одного файла iTunesMetadata.plist.
+
+
+
+ Ошибка при загрузке PLIST-файла параметров "{0}/Settings.bundle/Root.plist": {1}.
+
+
+
+ Не удалось проанализировать версию пакета SDK "{0}".
+
+
+
+
+
+
+
+
+
+ Не удалось найти каталог bin пакета SDK.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Не удалось найти допустимый пакет приложения Xcode в каталоге "{0}". Обновите расположение пакета SDK для Apple в настройках Visual Studio: {1}.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Не удалось найти пригодный для использования путь к папке Developer в Xcode.
+
+
+
+ Не удалось найти "{0}"
+
+
+
+ Идет поиск "{0}" в "{1}".
+
+
+
+ Неизвестная платформа пакета SDK: {0}.
+
+
+
+ Не удалось найти профиль подготовки с именем или UUID {0}.
+
+
+
+ Неизвестный параметр поиска: {0}.
+
+
+
+ Неизвестный собственный ссылочный тип для "{0}".
+
+
+
+ Динамические собственные ссылки не поддерживаются: "{0}".
+
+
+
+ Целевая архитектура ARMv6 больше не поддерживается в Xamarin.iOS. Выберите поддерживаемую архитектуру.
+
+
+
+ Не удалось создать файл ответов "{0}": {1}
+
+
+
+ Не удалось загрузить Info.plist: {0}
+
+
+
+ Недопустимые архитектуры: "{0}".
+
+
+
+ Не удалось проанализировать сведения о целевом устройстве.
+
+
+
+ Целевое устройство не найдено.
+
+
+
+ Сведения об архитектуре устройства не найдены.
+
+
+
+ Недопустимая целевая архитектура: "{0}".
+
+
+
+ Сведения об операционной системе устройства не найдены.
+
+
+
+ Сведения о модели устройства не найдены.
+
+
+
+ Сведения о версии iOS не найдены.
+
+
+
+ Файл правил ресурсов "{0}" не найден.
+
+
+
+ Не удалось проанализировать SdkVersion "{0}".
+
+
+
+ Xcode 10 не поддерживает приложения watchOS 1. Перейдите на приложения watchOS 2 либо используйте более раннюю версию Xcode.
+
+
+ Для сборки приложений WatchKit требуется установить Xcode как минимум версии 6.2.
+
+
+
+ iOS {0} не поддерживает WatchKit.
+
+
+
+ Не удалось найти средство запуска WatchKit в пакете приложения Xcode.
+
+
+
+ Расширение приложения "{0}" имеет ключ CFBundleShortVersionString ({1}), который не соответствует CFBundleShortVersionString основного пакета приложения ({2}).
+
+
+
+ Расширение приложения "{0}" не указывает ключ CFBundleVersion.
+
+
+
+ Расширение приложения "{0}" имеет ключ CFBundleVersion ({1}), который не соответствует CFBundleVersion основного пакета приложения ({2}).
+
+
+
+ Расширение приложения "{0}" имеет неопознанное значение NSExtensionPointIdentifier ("{1}").
+
+
+
+ Приложение Watch "{0}" не указывает ключ CFBundleShortVersionString.
+
+
+
+ Приложение Watch "{0}" имеет ключ CFBundleShortVersionString ({1}), который не соответствует CFBundleShortVersionString основного пакета приложения ({2}).
+
+
+
+ Приложение Watch "{0}" не указывает ключ CFBundleVersion.
+
+
+
+ Приложение Watch "{0}" имеет ключ CFBundleVersion ({1}), который не соответствует CFBundleVersion основного пакета приложения ({2}).
+
+
+
+ Расширение Watch "{0}" не указывает ключ CFBundleShortVersionString.
+
+
+
+ Расширение Watch "{0}" имеет ключ CFBundleShortVersionString ({1}), который не соответствует CFBundleShortVersionString основного пакета приложения ({2}).
+
+
+
+ Расширение Watch "{0}" не указывает ключ CFBundleVersion.
+
+
+
+ Расширение Watch "{0}" имеет ключ CFBundleVersion ({1}), который не соответствует CFBundleVersion основного пакета приложения ({2}).
+
+
+
+
+ Не удалось найти пакет SDK версии {1} для {0} по пути "{}".
+
+
+
+ Не удалось найти пользовательский путь к пакету SDK версии "{1}" для {0} по пути "{2}".
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Не удалось найти допустимый путь к папке Developer в Xcode.
+
+
+
+
+
+ Неопознанная платформа: {0}.
+
+
+
+ Ресурс не входит в каталог ресурсов: {0}.
+
+
+
+ Файл не найден: {0}.
+
+
+
+ Недопустимый код JSON: {0}.
+
+
+
+ Частичный файл Info.plist не создан: {0}.
+
+
+
+ Не удалось загрузить файл журнала {0} "{1}": {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Не удалось проанализировать вывод altool: {0}.
+ Выходные данные: {1}
+
+
+
+
+ Не указан файл определения API.
+
+
+
+ Сбой {0}.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ Ресурс пакета "{0}" не найден на диске (должен быть в "{1}").
+
+
+
+ Путь "{0}" приведет к тому, что файл окажется вне пакета приложения и использовать его будет невозможно.
+
+
+
+ Файлы Info.plist должны иметь действие сборки "Нет".
+
+
+
+ Имя "{0}" зарезервировано и не может использоваться.
+
+
+
+ В каталоге Frameworks найден каталог, который не относится к платформе: {0}.
+
+
+
+ Платформа {0} не содержит двоичный файл с именем {1}.
+
+
+
+ Каталог Frameworks не найден.
+
+
+
+ Не удалось определить значение для ключа манифеста "{0}".
+
+
+
+ Ошибка при загрузке частичного файла шаблона Info.plist "{0}": {1}
+
+
+
+ Невозможно развернуть $(TeamIdentifierPrefix) в Entitlements.plist без профиля подготовки.
+
+
+
+ Невозможно развернуть $(AppIdentifierPrefix) в Entitlements.plist без профиля подготовки.
+
+
+
+ Права на iCloud, такие как "{0}", требуют профиля подготовки.
+
+
+
+ Право на iCloud "{0}" не поддерживается профилем обеспечения.
+
+
+
+ Шаблон Entitlements.plist "{0}" не найден.
+
+
+
+ Ошибка при загрузке шаблона Entitlements.plist "{0}": {1}
+
+
+
+ Ошибка записи файла XCENT "{0}": {1}
+
+
+
+ Ошибка при записи файла archived-expanded-entitlements.xcent: {0}
+
+
+
+ Выполнение средства {0} завершено.
+
+
+
+ {0} завершает работу с кодом {1}.
+
+
+
+ "{0}" пропускается, так как выходной файл "{1}" более новый.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ Ошибка при сохранении "{0}": {1}
+
+
+
+ Создание пакета ресурсов привязки: {0}.
+
+
+
+ Ошибка при загрузке "{0}".
+
+
+
+ Сбой при создании пакета. Не удалось проанализировать дополнительные аргументы.
+
+
+
+ Удостоверение "{0}" не соответствует ни одному допустимому сертификату или паре закрытых ключей в цепочке ключей по умолчанию.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ Обнаружено удостоверение подписывания:
+
+
+
+ Сертификат "{0}" не соответствует ни одному из префиксов "{1}".
+
+
+
+ Срок действия сертификата "{0}" истек ({1}).
+
+
+
+ В связке ключей не найдены допустимые ключи подписывания кода {0}. Запросите сертификат подписывания кода на https://developer.apple.com.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ Сертификат "{0}" не соответствует "{1}".
+
+
+
+ В связке ключей не найден ключ подписывания кода {0} "{1}".
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ Не удалось найти доступные профили подготовки для {0} в {1}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ "{0}" не соответствует "{1}".
+
+
+
+ Ни один из установленных профилей подготовки не соответствует установленным удостоверениям подписывания {1} {0}.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Выполняется поиск соответствующих профилей подготовки с совместимым идентификатором AppID. Будут оставлены только профили с самыми длинными совпадающими идентификаторами (с подстановочными знаками).
+
+
+
+ AppID {0} исключается, так как найдено более точное совпадение: {1}.
+
+
+
+ AppID {0} исключается, так как уже найдены более точные совпадения: {1}.
+
+
+
+ Ни один из установленных профилей подготовки не соответствует идентификатору пакета.
+
+
+
+ Идентификатору пакета соответствует множество профилей подготовки; используется первое совпадение.
+
+
+
+ {0} не определяет ключ CFBundleIdentifier.
+
+
+
+ Указанный профиль подготовки {0} "{1}" не найден.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ Идентификатор пакета проекта "{0}" не соответствует указанному профилю подготовки "{1}".
+
+
+
+ Множество удостоверений подписывания соответствуют "{0}"; используется первое совпадение.
+
+
+
+ Найдено множество удостоверений подписывания; используется первое из них.
+
+
+
+ Указанный профиль подготовки {0} "{1}" не найден.
+
+
+
+ Ни одно удостоверение подписывания {0} не соответствует указанному профилю подготовки "{1}".
+
+
+
+ Идентификатор пакета "{0}" не соответствует ни одному установленному профилю подготовки для выбранного удостоверения подписывания "{0}".
+
+
+
+ Идентификатор пакета "{0}" не соответствует ни одному установленному профилю подготовки для выбранного удостоверения подписывания "{0}".
+
+
+
+ Идентификатор пакета "{0}" не соответствует ни одному установленному профилю подготовки.
+
+
+
+ Файл {0} найден здесь: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ Значение AssemblyPath не может быть пустым или равным NULL.
+
+
+
+ Имя созданного пакета: {0}.
+
+
+
+ Свойство не указано.
+
+
+
+ Словарь в "{0}" не содержал ключ: {1}.
+
+
+
+ Не удалось проанализировать индекс массива: {0}.
+
+
+
+ Индекс массива выходит за пределы диапазона для элемента "{0}".
+
+
+
+ Значения {0} не поддерживают дочерние свойства.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ Получение значений {0} не поддерживается.
+
+
+
+ Файл "{0}" не существует.
+
+
+
+ Файл "{0}" конфликтует с "{1}".
+
+
+
+ Приложения и расширения Watch требуют Xcode 6.2 или более поздней версии. Текущая версия Xcode: {0}.
+
+
+
+ Для элементов должны быть вычислены логические имена.
+
+
+
+ Пропущена повторяющаяся запись: {0}.
+
+
+
+ Файл не существует. Будет создано: {0}.
+
+
+
+ Идет создание каталога "{0}".
+
+
+
+ Идет копирование файла из "{0}" в "{1}".
+
+
+
+ Укажите либо DestinationFolder, либо DestinationFiles, но не и то и другое одновременно.
+
+
+
+ Число DestinationFiles должно соответствовать числу SourceFiles.
+
+
+
+ Пропускается сборка платформы: {0}.
+
+
+
+ Неизвестный идентификатор целевой платформы: {0}.
+
+
+
+ Не удалось найти {0} в {1}.
+
+
+
+ Пакет SDK {0} не установлен.
+
+
+
+ Версия пакета SDK для {0} "{1}" не установлена, и более новая версия не найдена.
+
+
+
+ Версия пакета SDK для {0} "{1}" не установлена. Вместо нее используется более новая версия "{2}".
+
+
+
+ {0} имеет неправильный или неизвестный формат и не может быть обработан.
+
+
+
+ Не найдена соответствующая платформа в "{0}".
+
+
+
+ Конфликтующие параметры "{0}" и "{1}". "{1}" будет пропущен.
+
+
+
+ Не удается получить экземпляр ISshCommands. Убедитесь, что установлено действительное подключение к компьютеру Mac.
+
+
+ Произошла ошибка при попытке скопировать архив "{0}" в "{1}". Подробные сведения: {2}
+
+
+ Нет доступного подключения к Mac. Задача "{0}" не будет выполнена
+
+
+ Не удалось десериализовать DataSet {0}.
+
+
+ Файл {0} не имеет ImageAsset в качестве действия сборки.
+
+
+ Не удалось разрешить UTI для {0} в каталоге {1}.
+
+
+ Произошла ошибка при попытке проверки совместимости между Xcode и Xamarin.iOS.
+
+
+ Для сборки проекта была использована несовместимая версия Xcode ({0}), что может привести к предупреждениям или ошибкам. Установите Xcode {1} или обратитесь к документации, чтобы получить дополнительные сведения.
+
+
+ Произошла ошибка при попытке проверки совместимости между Xcode и Xamarin.iOS. Подробности: {0}
+
+
+
+ Указанный путь к архиву ведет к недопустимому файлу архива (XCARCHIVE). Путь к архиву: "{0}".
+
+
+ Не удалось сопоставить версию macOS {0} с соответствующей версией iOS
+
+
+ Не удалось разрешить IP-адреса узлов для параметров отладчика Wi-Fi.
+
+
+
+ На этом компьютере нет сетевых адаптеров. Они необходимы при отладке или профилировании устройства с помощью Wi-Fi.
+
+
+
+ Расширение приложения "{0}" не содержит Info.plist.
+
+
+
+ Расширение приложения "{0}" не указывает ключ CFBundleIdentifier.
+
+
+
+ Расширение приложения "{0}" не указывает ключ CFBundleExecutable.
+
+
+
+ Расширение приложения "{0}" имеет недопустимый ключ CFBundleIdentifier ({1}), который не начинается с CFBundleIdentifier основного пакета приложения ({2}).
+
+
+
+ Расширение приложения "{0}" имеет ключ CFBundleIdentifier ({1}), который заканчивается недопустимым суффиксом ".key".
+
+
+
+ Расширение приложения "{0}" не указывает ключ CFBundleShortVersionString.
+
+
+
+ Расширение приложения "{0}" имеет недопустимый файл Info.plist: он не содержит словаря NSExtension.
+
+
+
+ Расширение приложения "{0}" имеет недопустимый файл Info.plist: словарь NSExtension не содержит значения NSExtensionPointIdentifier.
+
+
+
+
+
+
+ Приложение Watch "{0}" не содержит info.plist.
+
+
+
+ Приложение Watch "{0}" не указывает ключ CFBundleIdentifier.
+
+
+
+ Приложение Watch "{0}" имеет недопустимый ключ CFBundleIdentifier ({1}), который не начинается с CFBundleIdentifier основного пакета приложения ({2}).
+
+
+
+ Приложение Watch "{0}" не имеет допустимого значения UIDeviceFamily. Ожидается "Watch (4)", но обнаружено "{1} ({2})".
+
+
+
+ Приложение Watch "{name}" не указывает ключ CFBundleExecutable.
+
+
+
+ Приложение Watch "{0}" имеет недопустимое значение WKCompanionAppBundleIdentifier ("{1}"), которое не соответствует CFBundleIdentifier основного пакета приложения ("{2}").
+
+
+
+ Приложение Watch "{0}" имеет недопустимый файл Info.plist: должен присутствовать ключ WKWatchKitApp со значением true.
+
+
+
+ Приложение Watch "{0}" имеет недопустимый файл Info.plist: в нем не должно быть ключа LSRequiresIPhoneOS.
+
+
+
+ Приложение Watch "{0}" не содержит расширений Watch.
+
+
+
+ Приложение Watch "{0}" не содержит расширение Watch.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Расширение Watch "{0}" не содержит Info.plist.
+
+
+
+ Расширение Watch "{0}" не указывает ключ CFBundleIdentifier.
+
+
+
+ Расширение Watch "{0}" не указывает ключ CFBundleExecutable.
+
+
+
+ Расширение Watch "{0}" имеет недопустимый ключ CFBundleIdentifier ({1}), который не начинается с CFBundleIdentifier основного пакета приложения ({2}).
+
+
+
+ Расширение Watch "{0}" имеет ключ CFBundleIdentifier ({1}), который заканчивается недопустимым суффиксом ".key".
+
+
+
+ Расширение Watch "{0}" имеет недопустимый файл Info.plist: он не содержит словаря NSExtension.
+
+
+
+ Расширение Watch "{0}" имеет недопустимый файл Info.plist: ключ NSExtensionPointIdentifier должен иметь значение "com.apple.watchkit".
+
+
+
+ Расширение Watch "{0}" имеет недопустимый файл Info.plist: словарь NSExtension должен содержать NSExtensionPointIdentifier.
+
+
+
+ Расширение Watch "{0}" имеет недопустимый файл Info.plist: словарь NSExtension должен содержать NSExtensionAttributes.
+
+
+
+ Расширение Watch "{0}" имеет недопустимое значение WKAppBundleIdentifier ("{1}"), которое не соответствует значению CFBundleIdentifier родительского пакета приложения Watch ("{2}").
+
+
+
+ Расширение Watch "{0}" имеет недопустимый файл Info.plist: словарь NSExtensionAttributes должен содержать WKAppBundleIdentifier.
+
+
+
+ Расширение WatchKit "{0}" имеет недопустимый файл Info.plist: словарь UIRequiredDeviceCapabilities не должен содержать возможность watch-companion.
+
+
+
+ Расширение WatchKit "{0}" имеет недопустимый файл Info.plist: массив UIRequiredDeviceCapabilities не должен содержать возможность watch-companion.
+
+
+
+ Приложение Watch "{0}" не содержит info.plist.
+
+
+
+ Приложение Watch "{0}" не указывает ключ CFBundleIdentifier.
+
+
+
+ Приложение Watch "{0}" не имеет допустимого значения UIDeviceFamily. Ожидается "{1}", но обнаружено "{2} ({3})".
+
+
+
+ Приложение Watch "{0}" не указывает ключ CFBundleExecutable.
+
+
+
+ Расширение WatchKit "{0}" имеет недопустимое значение WKAppBundleIdentifier ("{1}"), которое не соответствует CFBundleIdentifier приложения Watch ("{2}").
+
+
+
+ Приложение Watch "{0}" имеет недопустимое значение WKCompanionAppBundleIdentifier ("{1}"), которое не соответствует CFBundleIdentifier основного пакета приложения ("{2}").
+
+
+
+ Приложение Watch "{0}" имеет недопустимый файл Info.plist: должен существовать ключ WKCompanionAppBundleIdentifier, соответствующий CFBundleIdentifier основного пакета приложения.
+
+
+
+ Приложение Watch "{0}" имеет недопустимый файл Info.plist: в нем не должно быть ключа LSRequiresIPhoneOS.
+
+
+
+ Пакет приложения {0} не содержит Info.plist.
+
+
+
+ {0} не указывает ключ CFBundleIdentifier.
+
+
+
+ {0} не указывает ключ CFBundleExecutable.
+
+
+
+ {0} не указывает ключ CFBundleSupportedPlatforms.
+
+
+
+ {0} не указывает ключ UIDeviceFamily.
+
+
+
+ {0} является недопустимым: ключ UIDeviceFamily должен содержать значение для "{1}".
+
+
+
+ Неопознанный тип: {Type}.
+
+
+
+ Добавление: запись "{0}" указана неверно.
+
+
+
+ Добавление: запись "{0}" содержит недопустимый индекс массива.
+
+
+
+ Добавление: запись "{0}" уже существует.
+
+
+
+ Добавление: невозможно добавить запись "{0}" в родительский элемент.
+
+
+
+ Удаление: невозможно удалить запись "{0}" из родительского элемента.
+
+
+
+ Удаление: запись "{0}" содержит недопустимый индекс массива.
+
+
+
+ Удаление: запись "{0}" не существует.
+
+
+
+ Импорт: запись "{0}" указана неверно.
+
+
+
+ Импорт: запись "{0}" содержит недопустимый индекс массива.
+
+
+
+ Импорт: ошибка чтения файла {0}.
+
+
+
+ Импорт: невозможно добавить запись "{0}" в родительский элемент.
+
+
+
+ Объединение: невозможно добавить записи массива в словарь.
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Объединение: указанная запись должна быть контейнером.
+
+
+
+ Объединение: запись "{0}" содержит недопустимый индекс массива.
+
+
+
+ Объединение: запись "{0}" не существует.
+
+
+
+ Объединение: ошибка при чтении файла {0}.
+
+
+
+ Задание: запись "{0}" указана неверно.
+
+
+
+ Задание: запись "{0}" содержит недопустимый индекс массива.
+
+
+
+ Задание: запись "{0}" не существует.
+
+
+
+ Создание пакета ресурсов привязки возможно, только если в проекте привязки есть собственные ссылки.
+
+
+
+ Xamarin.iOS 14+ не поддерживает приложения watchOS 1. Перенесите свой проект на watchOS 2+.
+
+
+ Недопустимая архитектура ({0}): не может связать более одной архитектуры за раз.
+
+
+ Не удалось проанализировать аргументы компилятора AOT: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Недопустимая платформа: {0}
+
+
+ Недопустимая платформа: {0}
+
+
+ Файл требований к продукту пакета содержит архитектуры ({0}), которые не соответствуют целевым архитектурам ({1})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.tr.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.tr.resx
index 3d429ae674f2..ea6862eca397 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.tr.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.tr.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} geçersiz: UIDeviceFamily anahtarı, '{1}' için bir değer içermelidir.
-
- '{0}' Watch Uygulaması bir Watch Uzantısı içermiyor.
-
- '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtension sözlüğü bir NSExtensionPointIdentifier içermelidir.
-
- '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtensionAttributes sözlüğü bir WKAppBundleIdentifier içermelidir.
-
- '{0}' WatchKit Uzantısında geçersiz bir Info.plist var: UIRequiredDeviceCapabilities dizisi 'watch-companion' özelliğini içermemelidir.
-
- '{0}' Watch Uygulamasında geçersiz bir Info.plist var: WKCompanionAppBundleIdentifier mevcut olmalı ve ana uygulama paketi grubunun CFBundleIdentifier değeri ile eşleşmelidir.
-
- '{0}' MinimumOSVersion değeri ayrıştırılamadı
-
- '{0}' yüklenirken hata oluştu: {1}
-
- '{1}' için {0} SDK'sı yüklenmedi.
-
- '{0}' TargetArchitectures ayrıştırılamadı
-
- iOS, uygulamayı başlatamayabileceğinden yürütülebilir (CFBundleExecutable) adı ({0}) '.app' ile bitemez.
-
- '{0}' aracı yürütülürken hata oluştu: {1}
-
- '{0}' için kod imzalaması yapılamadı: {1}
-
- '{0}' için kod imzalaması yapılamadı
-
- '{0}' bulunamadı.
-
- '{0}' yüklenirken hata oluştu: Görüntü biçimi bilinmiyor.
-
- '{2}' için iTunesArtwork boyutları ({0}x{1}) geçersiz.
-
- '{2}' için aynı boyutlarda ({0}x{1}) birden fazla iTunesArtwork dosyası bulundu.
-
- SDK bin dizini bulunamadı
-
- 1'den fazla iTunesMetadata.plist dosyası bulunamaz.
-
- '{0}/Settings.bundle/Root.plist' adlı Ayarlar plist dosyası yüklenirken hata oluştu: {1}.
-
- '{0}' SDK sürümü ayrıştırılamadı
-
- Info.plist yüklenemedi: {0}
-
- Geçersiz mimariler: '{0}'.
-
- Bilinmeyen arama seçeneği: {0}
-
- ARMv6 hedef mimarisi, Xamarin.iOS içinde artık desteklenmiyor. Lütfen desteklenen bir mimari seçin.
-
- Hedef cihaz bulunamadı.
-
- Hedef cihaz bilgileri ayrıştırılamadı.
-
- '{0}' konumunda geçerli bir Xcode uygulama paketi grubu bulunamadı. Lütfen Visual Studio tercihlerindeki {1} Apple SDK konumunuzu güncelleştirin.
-
- Geçerli bir kullanılabilir Xcode geliştirici yolu bulunamadı
-
- '{0}' bulunamadı
-
- Bilinmeyen SDK platformu: {0}
-
- {0} Adına veya UUID'sine sahip sağlama profili bulunamadı.
-
- Xcode uygulama paketi grubunda WatchKit başlatıcısı bulunamadı.
-
- '{0}' SdkVersion ayrıştırılamadı.
-
- Xcode 10, watchOS 1 uygulamalarını desteklemiyor. watchOS 2 uygulamalarına yükseltin veya Xcode'un eski bir sürümünü kullanın.
- iOS sürümü bilgileri bulunamadı.
-
- '{0}' kaynak kuralları dosyası bulunamadı.
-
- Cihaz işletim sistemi bilgileri bulunamadı.
-
- Cihaz modeli bilgileri bulunamadı.
-
- Cihaz mimarisi bilgileri bulunamadı.
-
- Geçersiz hedef mimari: '{0}'
-
- WatchKit uygulamaları oluşturmak için Xcode'un 6.2 veya daha yüksek bir sürümü yüklü olmalıdır.
-
- iOS {0}, WatchKit'i desteklemiyor.
-
- '{0}' Paket Grubu Kaynağı diskte bulunamadı ('{1}' konumunda olmalıdır)
-
- {0} başarısız oldu.
-
- Dosya bulunamadı: {0}
-
- Kısmi Info.plist dosyası oluşturulmadı: {0}
-
- Geçersiz JSON: {0}
-
- `{1}` adlı {0} günlük dosyası yüklenemedi: {2}
-
- API tanımı dosyası belirtilmedi.
-
- Tanınmayan platform: {0}
-
- '{}' yolundaki {0} '{1}' SDK'sı bulunamadı
-
- '{2}' konumunda {0} '{1}' SDK kullanıcı yolu bulunamadı
-
- Geçerli bir Xcode geliştirici yolu bulunamadı
-
- '{0}' Entitlements.plist şablonu bulunamadı.
-
- '{0}' Entitlements.plist şablonu yüklenirken hata oluştu: {1}
-
- '{0}' xcent dosyası yazılırken hata oluştu: {1}
-
- archived-expanded-entitlements.xcent dosyası yazılırken hata oluştu: {0}
-
- {0}, {1} kodu ile çıkış yaptı
-
- Yüklü sağlama profilleri, yüklü {0} {1} imza kimlikleriyle eşleşmiyor.
-
- Anahtarlıkta {0} kod imzalama anahtarı ('{1}') bulunamadı.
-
- {1} üzerinde {0} için kullanılabilir sağlama profili bulunamadı.
-
- {0}, CFBundleIdentifier tanımlamıyor
-
- Info.plist dosyalarında Derleme Eylemi değeri 'Yok' olmalıdır.
-
- '{0}' yolu, uygulama paketi grubu dışında bir dosya oluşturulmasına neden olur ve bu dosya kullanılamaz.
-
- '{0}' adı ayrıldı ve kullanılamıyor.
-
- '{0}' adlı kısmi Info.plist şablon dosyası yüklenirken hata oluştu: {1}
-
- Dizi dizini ayrıştırılamadı: {0}
-
- '{0}' öğesine yönelik dizi dizini aralık dışında
-
- {0} değerleri alt özellikleri desteklemiyor.
-
- {0} değerlerinin alınması desteklenmiyor.
-
- AssemblyPath null veya boş olamaz
-
- Özellik belirtilmedi.
-
- '{0}' konumundaki sözlük {1} anahtarını içermiyordu
-
- '{0}' dosyası yok.
-
- '{0}' dosyası '{1}' ile çakışıyor.
-
- Paket oluşturulamadı. Ek bağımsız değişkenler ayrıştırılamadı.
-
- '{0}' yüklenirken hata oluştu
-
- `{0}' kaydedilirken hata oluştu: {1}
-
- '{0}' kimliği, varsayılan anahtarlıktaki geçerli bir sertifika/özel anahtar çiftiyle eşleşmiyor.
-
- Anahtarlıkta geçerli {0} kod imzalama anahtarı bulunamadı. https://developer.apple.com adresinden bir kod imzalama sertifikası istemeniz gerekiyor.
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- {0} SDK'sının '{1}' sürümü yüklü değil ve daha yeni bir sürüm bulunamadı.
-
- {0} SDK'sının '{1}' sürümü yüklü değil. Bunun yerine, daha yeni sürüm olan '{2}' kullanılıyor.
-
- {1} içinde {0} bulunamadı.
-
- {0} SDK'sı yüklenmedi.
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- Belirtilen '{1}' sağlama profiliyle eşleşen {0} imzalama kimliği yok.
-
- Belirtilen {0} sağlama profili ('{1}') bulunamadı
-
- '{0}' paket grubu tanımlayıcısı, seçilen '{0}' imzalama kimliği için yüklü bir sağlama profili ile eşleşmiyor.
-
- '{0}' paket grubu tanımlayıcısı, seçilen '{0}' imzalama kimliği için yüklü bir sağlama profili ile eşleşmiyor.
-
- '{0}' proje paket grubu tanımlayıcısı, belirtilen '{1}' sağlama profili ile eşleşmiyor
-
- Belirtilen {0} sağlama profili ('{1}') bulunamadı
-
- '{0}' paket grubu tanımlayıcısı, yüklü bir sağlama profili ile eşleşmiyor.
-
- DestinationFiles sayısı, SourceFiles sayısı ile eşleşmelidir.
-
- DestinationFolder veya DestinationFiles belirtmeniz gerekir ancak ikisini birden belirtmeyin.
-
- Öğelerin hesaplanmış mantıksal adları olmalıdır.
-
- Watch uygulamaları/uzantıları için Xcode 6.2 veya üzeri bir sürüm gerekir. Geçerli Xcode sürümü: {0}
-
- Bilinmeyen hedef çerçeve tanımlayıcısı: {0}.
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- Birleştir: Dosya Okunurken Hata Oluştu: {0}
-
- Birleştir: "{0}" Girişi Yok
-
- Ayarla: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
-
- Ayarla: "{0}" Girişi Yanlış Belirtildi
-
- Ayarla: "{0}" Girişi Yok
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- Bağlama projesinde yerel başvurular olmadığı sürece, bağlama kaynak paketi oluşturulamaz.
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0}, CFBundleSupportedPlatforms belirtmiyor.
-
- {0}, CFBundleExecutable belirtmiyor.
-
- {0}, CFBundleIdentifier belirtmiyor.
-
- {0} uygulama paketi grubu bir Info.plist içermiyor.
-
- Ekle: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
-
- Ekle: "{0}" Girişi Yanlış Belirtildi
-
- Tanınmayan Tür: {Type}
-
- {0}, UIDeviceFamily belirtmiyor.
-
- Ekle: "{0}" Girişi Üst Öğeye Eklenemiyor
-
- Ekle: "{0}" Girişi Zaten Var
-
- Sil: "{0}" Girişi Yok
-
- İçeri Aktar: "{0}" Girişi Yanlış Belirtildi
-
- Sil: "{0}" Girişi Üst Öğeden Silinemiyor
-
- Sil: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
-
- İçeri Aktar: "{0}" Girişi Üst Öğeye Eklenemiyor
-
- Birleştir: Dizi Girişleri Sözlüğe Eklenemiyor
-
- İçeri Aktar: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
-
- İçeri Aktar: Dosya Okunurken Hata Oluştu: {0}
-
- Birleştir: Belirtilen Giriş Bir Kapsayıcı Olmalıdır
-
- Birleştir: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
-
- '{0}' Watch Uzantısı bir CFBundleExecutable belirtmiyor.
-
- '{0}' Watch Uzantısı bir CFBundleIdentifier belirtmiyor.
-
- '{0}' Watch Uzantısında geçersiz ".key" son ekiyle biten bir CFBundleIdentifier ({1}) var.
-
- '{0}' Watch Uzantısında geçersiz bir CFBundleIdentifier ({1}) var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ({2}) değeri ile başlamıyor.
-
- '{0}' Watch Uygulamasında geçersiz bir Info.plist var: LSRequiresIPhoneOS anahtarı mevcut olmamalıdır.
-
- '{0}' Watch Uygulamasında geçersiz bir Info.plist var: WKWatchKitApp anahtarı mevcut olmalı ve 'true' değerini içermelidir.
-
- '{0}' Watch Uzantısı bir Info.plist içermiyor.
-
- '{0}' Watch Uygulaması bir Watch Uzantısı içermiyor.
-
- '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtensionPointIdentifier, "com.apple.watchkit" olmalıdır.
-
- '{0}' Watch Uzantısında geçersiz bir Info.plist var: Bir NSExtension sözlüğü içermiyor.
-
- '{0}' Watch Uygulaması bir CFBundleIdentifier belirtmiyor.
-
- '{0}' Watch Uygulamasında geçerli bir UIDeviceFamily değeri yok. '{1}' bekleniyordu ancak '{2} ({3})' bulundu.
-
- '{0}' Watch Uygulaması bir CFBundleExecutable belirtmiyor.
-
- '{0}' WatchKit Uzantısında geçersiz bir WKAppBundleIdentifier değeri ('{1}') var ancak Watch Uygulamasının CFBundleIdentifier ('{2}') tanımlayıcısı ile eşleşmiyor.
-
- '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtension sözlüğü NSExtensionAttributes içermelidir.
-
- '{0}' Watch Uzantısında geçersiz bir WKAppBundleIdentifier değeri ('{1}') var ancak üst Watch Uygulama paketi grubunun CFBundleIdentifier tanımlayıcısı ('{2}') ile eşleşmiyor.
-
- '{0}' WatchKit Uzantısında geçersiz bir Info.plist var: UIRequiredDeviceCapabilities sözlüğü 'watch-companion' özelliğini içermemelidir.
-
- '{0}' Watch Uygulaması bir Info.plist içermiyor.
-
- '{0}' Watch Uygulamasında geçersiz bir WKCompanionAppBundleIdentifier ('{1}') var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ('{2}') değeri ile eşleşmiyor.
-
- '{0}' Watch Uygulamasında geçersiz bir Info.plist var: LSRequiresIPhoneOS anahtarı mevcut olmamalıdır.
-
- '{0}' Uygulama Uzantısında geçersiz ".key" son ekiyle biten bir CFBundleIdentifier ({1}) var.
-
- '{0}' Uygulama Uzantısında geçersiz bir CFBundleIdentifier ({1}) var. Bu, ana uygulama paketi grubunun CFBundleIdentifier değeri ({2}) ile başlamıyor.
-
- '{0}' Uygulama Uzantısı bir CFBundleExecutable belirtmiyor.
-
- '{0}' Uygulama Uzantısı bir CFBundleIdentifier belirtmiyor.
-
- '{0}' Uygulama Uzantısı bir Info.plist içermiyor.
-
- Bu makinede ağ bağdaştırıcısı yok. Bu, bir cihazda Wi-Fi üzerinden hata ayıklama veya profil oluşturma sırasında gerekir.
-
- Wi-Fi hata ayıklayıcısı ayarları için konak IP'leri çözümlenemedi.
-
- '{0}' Uygulama Uzantısında geçersiz bir Info.plist var: Bir NSExtension sözlüğü içermiyor.
-
- '{0}' Uygulama Uzantısı bir CFBundleShortVersionString belirtmiyor.
-
- '{0}' Watch Uygulamasında geçersiz bir CFBundleIdentifier ({1}) var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ({2}) değeri ile başlamıyor.
-
- '{0}' Watch Uygulamasında geçerli bir UIDeviceFamily değeri yok. 'Watch (4)' bekleniyordu ancak '{1} ({2})' bulundu.
-
- '{0}' Watch Uygulaması bir Info.plist içermiyor.
-
- '{0}' Watch Uygulaması bir CFBundleIdentifier belirtmiyor.
-
- '{0}' Uygulama Uzantısında geçersiz bir Info.plist var: NSExtension sözlüğü bir NSExtensionPointIdentifier değeri içermiyor.
-
- '{name}' Watch Uygulaması bir CFBundleExecutable belirtmiyor
-
- '{0}' Watch Uygulamasında geçersiz bir WKCompanionAppBundleIdentifier ('{1}') var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ('{2}') değeri ile eşleşmiyor.
-
- Hata ayıklamayı desteklemek için rastgele HTTP yüklerine izin veriliyor.
-
- Tüm http yüklerine zaten izin veriliyor.
-
- {0} aracını yürütme işlemi şu bağımsız değişkenlerle başlatıldı: {1}
-
- {0} aracını yürütme işlemi tamamlandı (çıkış kodu = {1}).
-
- '{1}' içinde '{0}' aranıyor
-
- `{1}' çıkış dosyası daha yeni olduğundan `{0}' atlanıyor.
-
- {0} aracını yürütme işlemi tamamlandı.
-
- Paket grubu tanımlayıcısı ile birden çok sağlama profili eşleşiyor; ilk eşleşme kullanılıyor.
-
- '{0}', '{1}' ile eşleşmiyor.
-
- AppID: Daha iyi eşleşmeler bulunduğundan {0} kaldırıldı: {1}.
-
- Uyumlu AppID'ye sahip eşleşen sağlama profilleri bulunuyor, yalnızca en uzun eşleşen (joker) kimliklere sahip profiller saklanıyor.
-
- AppID: Daha iyi bir eşleşme bulunduğundan {0} kaldırıldı: {1}.
-
- Frameworks dizini bulunamadı.
-
- Oluşturulan paket grubu adı: {0}
-
- '{0}' sertifikası '{1}' ile eşleşmiyor.
-
- Bağlama kaynak paketi oluşturuluyor: {0}
-
- '{0}' sertifikasının süresi doldu ({1})
-
- '{0}' sertifikası, '{1}' ön ekleriyle eşleşmiyor.
-
- İmzalama kimliği saptandı:
-
- {1} konumunda {0} bulundu
-
- Birden çok imzalama kimliği bulundu; ilk kimlik kullanılıyor.
-
- '{0}' ile birden çok imzalama kimliği eşleşiyor; ilk eşleşme kullanılıyor.
-
- Çerçeve bütünleştirilmiş kodu atlanıyor: {0}
-
- '{0}' konumundaki dosya '{1}' konumuna kopyalanıyor
-
- '{0}' dizini oluşturuluyor
-
- Dosya Yok Ancak Oluşturulacak: {0}
-
- Yinelenen Giriş Atlandı: {0}
-
- Desteklenen iPhone yönleri eşleşen çiftler halinde değil
-
- Desteklenen iPad yönleri ayarlanmamış
-
- Desteklenen iPad yönleri eşleşen çiftler halinde değil
-
- watchOS için derlenirken yalnızca watchOS 4.3 SDK'sı taklit edilebilir.
-
- Desteklenen iPhone yönleri ayarlanmamış
-
- '{0}' Watch Uygulaması bir CFBundleShortVersionString belirtmiyor
-
- '{0}' Uygulama Uzantısında tanınmayan bir NSExtensionPointIdentifier değeri ('{1}') var.
-
- '{0}' Watch Uygulaması bir CFBundleVersion belirtmiyor
-
- '{0}' Watch Uygulamasında ana uygulama paketi grubunun CFBundleShortVersionString ({2}) değeri ile eşleşmeyen bir CFBundleShortVersionString ({1}) var
-
- '{0}' Uygulama Uzantısında ana uygulama paketi grubunun CFBundleShortVersionString değeri ({2}) ile eşleşmeyen bir CFBundleShortVersionString ({1}) var
-
- '{0}' Uygulama Uzantısı, ana uygulama paketi grubunun CFBundleVersion ({2}) değeri ile eşleşmeyen bir CFBundleVersion ({1}) içeriyor
-
- '{0}' Uygulama Uzantısı bir CFBundleVersion belirtmiyor
-
- '{0}' Watch Uzantısı bir CFBundleShortVersionString belirtmiyor)
-
- '{0}' Watch Uygulamasında, ana uygulama paketi grubunun CFBundleVersion ({2}) değeri ile eşleşmeyen bir CFBundleVersion ({1}) var
-
- '{0}' yanıt dosyası oluşturulamadı: {1}
-
- Dinamik yerel başvurular desteklenmiyor: '{0}'
-
- '{0}' için bilinmeyen yerel başvuru türü.
-
- Varlık, bir varlık kataloğunun parçası değil: {0}
-
- Altool çıkışı ayrıştırılamadı: {0}.
- Çıkış: {1}
-
- '{0}' Watch Uzantısında ana uygulama paketi grubunun CFBundleVersion ({2}) değeri ile eşleşmeyen bir CFBundleVersion ({1}) var
-
- '{0}' Watch Uzantısında ana uygulama paketi grubunun CFBundleShortVersionString ({2}) değeri ile eşleşmeyen bir CFBundleShortVersionString ({1}) var
-
- '{0}' Watch Uzantısı bir CFBundleVersion belirtmiyor
-
- Paket grubu tanımlayıcısıyla eşleşen yüklü sağlama profili yok.
-
- '{0}' gibi iCloud yetkilendirmeleri için Sağlama Profili gerekir.
-
- '{0}' iCloud yetkilendirmesi, Sağlama Profili tarafından desteklenmiyor.
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- Frameworks dizininde çerçeve olmayan bir dizin bulundu: {0}
-
- '{0}' bildirim anahtarının değeri belirlenemedi
-
- {0} çerçevesi {1} adlı ikili dosyayı içermiyor
-
- Sağlama profili olmadan Entitlements.plist dosyasındaki $(AppIdentifierPrefix) genişletilemiyor.
-
- Sağlama profili olmadan Entitlements.plist dosyasındaki $(TeamIdentifierPrefix) genişletilemiyor.
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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} aracını yürütme işlemi şu bağımsız değişkenlerle başlatıldı: {1}
+
+
+
+ {0} aracını yürütme işlemi tamamlandı (çıkış kodu = {1}).
+
+
+
+ '{0}' aracı yürütülürken hata oluştu: {1}
+
+
+
+ '{0}' için kod imzalaması yapılamadı: {1}
+
+
+
+ '{0}' için kod imzalaması yapılamadı
+
+
+
+ '{0}' bulunamadı.
+
+
+
+ '{0}' yüklenirken hata oluştu: Görüntü biçimi bilinmiyor.
+
+
+
+ '{2}' için iTunesArtwork boyutları ({0}x{1}) geçersiz.
+
+
+
+ '{2}' için aynı boyutlarda ({0}x{1}) birden fazla iTunesArtwork dosyası bulundu.
+
+
+
+ '{0}' yüklenirken hata oluştu: {1}
+
+
+
+ '{0}' MinimumOSVersion değeri ayrıştırılamadı
+
+
+
+ '{0}' TargetArchitectures ayrıştırılamadı
+
+
+
+ '{1}' için {0} SDK'sı yüklenmedi.
+
+
+
+ iOS, uygulamayı başlatamayabileceğinden yürütülebilir (CFBundleExecutable) adı ({0}) '.app' ile bitemez.
+
+
+
+ watchOS için derlenirken yalnızca watchOS 4.3 SDK'sı taklit edilebilir.
+
+
+
+ Tüm http yüklerine zaten izin veriliyor.
+
+
+
+ Hata ayıklamayı desteklemek için rastgele HTTP yüklerine izin veriliyor.
+
+
+
+ Desteklenen iPhone yönleri ayarlanmamış
+
+
+
+ Desteklenen iPhone yönleri eşleşen çiftler halinde değil
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ Desteklenen iPad yönleri ayarlanmamış
+
+
+
+ Desteklenen iPad yönleri eşleşen çiftler halinde değil
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ 1'den fazla iTunesMetadata.plist dosyası bulunamaz.
+
+
+
+ '{0}/Settings.bundle/Root.plist' adlı Ayarlar plist dosyası yüklenirken hata oluştu: {1}.
+
+
+
+ '{0}' SDK sürümü ayrıştırılamadı
+
+
+
+
+
+
+
+
+
+ SDK bin dizini bulunamadı
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ '{0}' konumunda geçerli bir Xcode uygulama paketi grubu bulunamadı. Lütfen Visual Studio tercihlerindeki {1} Apple SDK konumunuzu güncelleştirin.
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ Geçerli bir kullanılabilir Xcode geliştirici yolu bulunamadı
+
+
+
+ '{0}' bulunamadı
+
+
+
+ '{1}' içinde '{0}' aranıyor
+
+
+
+ Bilinmeyen SDK platformu: {0}
+
+
+
+ {0} Adına veya UUID'sine sahip sağlama profili bulunamadı.
+
+
+
+ Bilinmeyen arama seçeneği: {0}
+
+
+
+ '{0}' için bilinmeyen yerel başvuru türü.
+
+
+
+ Dinamik yerel başvurular desteklenmiyor: '{0}'
+
+
+
+ ARMv6 hedef mimarisi, Xamarin.iOS içinde artık desteklenmiyor. Lütfen desteklenen bir mimari seçin.
+
+
+
+ '{0}' yanıt dosyası oluşturulamadı: {1}
+
+
+
+ Info.plist yüklenemedi: {0}
+
+
+
+ Geçersiz mimariler: '{0}'.
+
+
+
+ Hedef cihaz bilgileri ayrıştırılamadı.
+
+
+
+ Hedef cihaz bulunamadı.
+
+
+
+ Cihaz mimarisi bilgileri bulunamadı.
+
+
+
+ Geçersiz hedef mimari: '{0}'
+
+
+
+ Cihaz işletim sistemi bilgileri bulunamadı.
+
+
+
+ Cihaz modeli bilgileri bulunamadı.
+
+
+
+ iOS sürümü bilgileri bulunamadı.
+
+
+
+ '{0}' kaynak kuralları dosyası bulunamadı.
+
+
+
+ '{0}' SdkVersion ayrıştırılamadı.
+
+
+
+ Xcode 10, watchOS 1 uygulamalarını desteklemiyor. watchOS 2 uygulamalarına yükseltin veya Xcode'un eski bir sürümünü kullanın.
+
+
+ WatchKit uygulamaları oluşturmak için Xcode'un 6.2 veya daha yüksek bir sürümü yüklü olmalıdır.
+
+
+
+ iOS {0}, WatchKit'i desteklemiyor.
+
+
+
+ Xcode uygulama paketi grubunda WatchKit başlatıcısı bulunamadı.
+
+
+
+ '{0}' Uygulama Uzantısında ana uygulama paketi grubunun CFBundleShortVersionString değeri ({2}) ile eşleşmeyen bir CFBundleShortVersionString ({1}) var
+
+
+
+ '{0}' Uygulama Uzantısı bir CFBundleVersion belirtmiyor
+
+
+
+ '{0}' Uygulama Uzantısı, ana uygulama paketi grubunun CFBundleVersion ({2}) değeri ile eşleşmeyen bir CFBundleVersion ({1}) içeriyor
+
+
+
+ '{0}' Uygulama Uzantısında tanınmayan bir NSExtensionPointIdentifier değeri ('{1}') var.
+
+
+
+ '{0}' Watch Uygulaması bir CFBundleShortVersionString belirtmiyor
+
+
+
+ '{0}' Watch Uygulamasında ana uygulama paketi grubunun CFBundleShortVersionString ({2}) değeri ile eşleşmeyen bir CFBundleShortVersionString ({1}) var
+
+
+
+ '{0}' Watch Uygulaması bir CFBundleVersion belirtmiyor
+
+
+
+ '{0}' Watch Uygulamasında, ana uygulama paketi grubunun CFBundleVersion ({2}) değeri ile eşleşmeyen bir CFBundleVersion ({1}) var
+
+
+
+ '{0}' Watch Uzantısı bir CFBundleShortVersionString belirtmiyor)
+
+
+
+ '{0}' Watch Uzantısında ana uygulama paketi grubunun CFBundleShortVersionString ({2}) değeri ile eşleşmeyen bir CFBundleShortVersionString ({1}) var
+
+
+
+ '{0}' Watch Uzantısı bir CFBundleVersion belirtmiyor
+
+
+
+ '{0}' Watch Uzantısında ana uygulama paketi grubunun CFBundleVersion ({2}) değeri ile eşleşmeyen bir CFBundleVersion ({1}) var
+
+
+
+
+ '{}' yolundaki {0} '{1}' SDK'sı bulunamadı
+
+
+
+ '{2}' konumunda {0} '{1}' SDK kullanıcı yolu bulunamadı
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ Geçerli bir Xcode geliştirici yolu bulunamadı
+
+
+
+
+
+ Tanınmayan platform: {0}
+
+
+
+ Varlık, bir varlık kataloğunun parçası değil: {0}
+
+
+
+ Dosya bulunamadı: {0}
+
+
+
+ Geçersiz JSON: {0}
+
+
+
+ Kısmi Info.plist dosyası oluşturulmadı: {0}
+
+
+
+ `{1}` adlı {0} günlük dosyası yüklenemedi: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ Altool çıkışı ayrıştırılamadı: {0}.
+ Çıkış: {1}
+
+
+
+
+ API tanımı dosyası belirtilmedi.
+
+
+
+ {0} başarısız oldu.
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ '{0}' Paket Grubu Kaynağı diskte bulunamadı ('{1}' konumunda olmalıdır)
+
+
+
+ '{0}' yolu, uygulama paketi grubu dışında bir dosya oluşturulmasına neden olur ve bu dosya kullanılamaz.
+
+
+
+ Info.plist dosyalarında Derleme Eylemi değeri 'Yok' olmalıdır.
+
+
+
+ '{0}' adı ayrıldı ve kullanılamıyor.
+
+
+
+ Frameworks dizininde çerçeve olmayan bir dizin bulundu: {0}
+
+
+
+ {0} çerçevesi {1} adlı ikili dosyayı içermiyor
+
+
+
+ Frameworks dizini bulunamadı.
+
+
+
+ '{0}' bildirim anahtarının değeri belirlenemedi
+
+
+
+ '{0}' adlı kısmi Info.plist şablon dosyası yüklenirken hata oluştu: {1}
+
+
+
+ Sağlama profili olmadan Entitlements.plist dosyasındaki $(TeamIdentifierPrefix) genişletilemiyor.
+
+
+
+ Sağlama profili olmadan Entitlements.plist dosyasındaki $(AppIdentifierPrefix) genişletilemiyor.
+
+
+
+ '{0}' gibi iCloud yetkilendirmeleri için Sağlama Profili gerekir.
+
+
+
+ iCloud yetkilendirmesi '{0}', Hazırlık Profili tarafından desteklenmiyor.
+
+
+
+ '{0}' Entitlements.plist şablonu bulunamadı.
+
+
+
+ '{0}' Entitlements.plist şablonu yüklenirken hata oluştu: {1}
+
+
+
+ '{0}' xcent dosyası yazılırken hata oluştu: {1}
+
+
+
+ archived-expanded-entitlements.xcent dosyası yazılırken hata oluştu: {0}
+
+
+
+ {0} aracını yürütme işlemi tamamlandı.
+
+
+
+ {0}, {1} kodu ile çıkış yaptı
+
+
+
+ `{1}' çıkış dosyası daha yeni olduğundan `{0}' atlanıyor.
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ `{0}' kaydedilirken hata oluştu: {1}
+
+
+
+ Bağlama kaynak paketi oluşturuluyor: {0}
+
+
+
+ '{0}' yüklenirken hata oluştu
+
+
+
+ Paket oluşturulamadı. Ek bağımsız değişkenler ayrıştırılamadı.
+
+
+
+ '{0}' kimliği, varsayılan anahtarlıktaki geçerli bir sertifika/özel anahtar çiftiyle eşleşmiyor.
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ İmzalama kimliği saptandı:
+
+
+
+ '{0}' sertifikası, '{1}' ön ekleriyle eşleşmiyor.
+
+
+
+ '{0}' sertifikasının süresi doldu ({1})
+
+
+
+ Anahtarlıkta geçerli {0} kod imzalama anahtarı bulunamadı. https://developer.apple.com adresinden bir kod imzalama sertifikası istemeniz gerekiyor.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ '{0}' sertifikası '{1}' ile eşleşmiyor.
+
+
+
+ Anahtarlıkta {0} kod imzalama anahtarı ('{1}') bulunamadı.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ {1} üzerinde {0} için kullanılabilir sağlama profili bulunamadı.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}', '{1}' ile eşleşmiyor.
+
+
+
+ Yüklü sağlama profilleri, yüklü {0} {1} imza kimlikleriyle eşleşmiyor.
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ Uyumlu AppID'ye sahip eşleşen sağlama profilleri bulunuyor, yalnızca en uzun eşleşen (joker) kimliklere sahip profiller saklanıyor.
+
+
+
+ AppID: Daha iyi bir eşleşme bulunduğundan {0} kaldırıldı: {1}.
+
+
+
+ AppID: Daha iyi eşleşmeler bulunduğundan {0} kaldırıldı: {1}.
+
+
+
+ Paket grubu tanımlayıcısıyla eşleşen yüklü sağlama profili yok.
+
+
+
+ Paket grubu tanımlayıcısı ile birden çok sağlama profili eşleşiyor; ilk eşleşme kullanılıyor.
+
+
+
+ {0}, CFBundleIdentifier tanımlamıyor
+
+
+
+ Belirtilen {0} sağlama profili ('{1}') bulunamadı
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ '{0}' proje paket grubu tanımlayıcısı, belirtilen '{1}' sağlama profili ile eşleşmiyor
+
+
+
+ '{0}' ile birden çok imzalama kimliği eşleşiyor; ilk eşleşme kullanılıyor.
+
+
+
+ Birden çok imzalama kimliği bulundu; ilk kimlik kullanılıyor.
+
+
+
+ Belirtilen {0} sağlama profili ('{1}') bulunamadı
+
+
+
+ Belirtilen '{1}' sağlama profiliyle eşleşen {0} imzalama kimliği yok.
+
+
+
+ '{0}' paket grubu tanımlayıcısı, seçilen '{0}' imzalama kimliği için yüklü bir sağlama profili ile eşleşmiyor.
+
+
+
+ '{0}' paket grubu tanımlayıcısı, seçilen '{0}' imzalama kimliği için yüklü bir sağlama profili ile eşleşmiyor.
+
+
+
+ '{0}' paket grubu tanımlayıcısı, yüklü bir sağlama profili ile eşleşmiyor.
+
+
+
+ {1} konumunda {0} bulundu
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath null veya boş olamaz
+
+
+
+ Oluşturulan paket grubu adı: {0}
+
+
+
+ Özellik belirtilmedi.
+
+
+
+ '{0}' konumundaki sözlük {1} anahtarını içermiyordu
+
+
+
+ Dizi dizini ayrıştırılamadı: {0}
+
+
+
+ '{0}' öğesine yönelik dizi dizini aralık dışında
+
+
+
+ {0} değerleri alt özellikleri desteklemiyor.
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ {0} değerlerinin alınması desteklenmiyor.
+
+
+
+ '{0}' dosyası yok.
+
+
+
+ '{0}' dosyası '{1}' ile çakışıyor.
+
+
+
+ Watch uygulamaları/uzantıları için Xcode 6.2 veya üzeri bir sürüm gerekir. Geçerli Xcode sürümü: {0}
+
+
+
+ Öğelerin hesaplanmış mantıksal adları olmalıdır.
+
+
+
+ Yinelenen Giriş Atlandı: {0}
+
+
+
+ Dosya Yok Ancak Oluşturulacak: {0}
+
+
+
+ '{0}' dizini oluşturuluyor
+
+
+
+ '{0}' konumundaki dosya '{1}' konumuna kopyalanıyor
+
+
+
+ DestinationFolder veya DestinationFiles belirtmeniz gerekir ancak ikisini birden belirtmeyin.
+
+
+
+ DestinationFiles sayısı, SourceFiles sayısı ile eşleşmelidir.
+
+
+
+ Çerçeve bütünleştirilmiş kodu atlanıyor: {0}
+
+
+
+ Bilinmeyen hedef çerçeve tanımlayıcısı: {0}.
+
+
+
+ {1} içinde {0} bulunamadı.
+
+
+
+ {0} SDK'sı yüklenmedi.
+
+
+
+ {0} SDK'sının '{1}' sürümü yüklü değil ve daha yeni bir sürüm bulunamadı.
+
+
+
+ {0} SDK'sının '{1}' sürümü yüklü değil. Bunun yerine, daha yeni sürüm olan '{2}' kullanılıyor.
+
+
+
+ {0} geçersiz veya bilinmeyen bir biçimde ve işlenemiyor.
+
+
+
+ '{0}' içinde eşleşen çerçeve bulunamadı.
+
+
+
+ '{0}' ve '{1}' seçenekleri çakışıyor. '{1}' yoksayılacak.
+
+
+
+ ISshCommands örneği alınamıyor. Lütfen Mac için geçerli bir bağlantı kurulduğundan emin olun.
+
+
+ '{0}' Arşivi, '{1}' konumuna kopyalanmaya çalışılırken bir hata oluştu. Ayrıntılar: {2}
+
+
+ Kullanılabilir Mac bağlantısı yok. '{0}' görevi yürütülmeyecek
+
+
+ DataSet {0} seri durumdan çıkarılamadı
+
+
+ {0} dosyasında derleme eylemi olarak ImageAsset yok.
+
+
+ {1} kataloğundaki {0} için UTI çözümlenemedi
+
+
+ Xcode ve Xamarin.iOS arasındaki uyumluluk doğrulanmaya çalışılırken bir hata oluştu
+
+
+ Proje, uyumlu olmayan bir Xcode sürümüyle ({0}) oluşturulduğundan beklenmeyen uyarı veya hatalarla karşılaşılabilir. Lütfen Xcode '{1}' yükleyin veya daha fazla bilgi için belgelere bakın.
+
+
+ Xcode ve Xamarin.iOS arasındaki uyumluluk doğrulanmaya çalışılırken bir hata oluştu. Ayrıntılar: {0}
+
+
+
+ Sağlanan Arşiv yolu geçerli bir arşiv dosyasından (.xcarchive) değil. Arşiv Yolu: '{0}'
+
+
+ {0} macOS sürümü karşılık gelen bir iOS sürümüne eşlenemedi
+
+
+ Wi-Fi hata ayıklayıcısı ayarları için konak IP'leri çözümlenemedi.
+
+
+
+ Bu makinede ağ bağdaştırıcısı yok. Bu, bir cihazda Wi-Fi üzerinden hata ayıklama veya profil oluşturma sırasında gerekir.
+
+
+
+ '{0}' Uygulama Uzantısı bir Info.plist içermiyor.
+
+
+
+ '{0}' Uygulama Uzantısı bir CFBundleIdentifier belirtmiyor.
+
+
+
+ '{0}' Uygulama Uzantısı bir CFBundleExecutable belirtmiyor.
+
+
+
+ '{0}' Uygulama Uzantısında geçersiz bir CFBundleIdentifier ({1}) var. Bu, ana uygulama paketi grubunun CFBundleIdentifier değeri ({2}) ile başlamıyor.
+
+
+
+ '{0}' Uygulama Uzantısında geçersiz ".key" son ekiyle biten bir CFBundleIdentifier ({1}) var.
+
+
+
+ '{0}' Uygulama Uzantısı bir CFBundleShortVersionString belirtmiyor.
+
+
+
+ '{0}' Uygulama Uzantısında geçersiz bir Info.plist var: Bir NSExtension sözlüğü içermiyor.
+
+
+
+ '{0}' Uygulama Uzantısında geçersiz bir Info.plist var: NSExtension sözlüğü bir NSExtensionPointIdentifier değeri içermiyor.
+
+
+
+
+
+
+ '{0}' Watch Uygulaması bir Info.plist içermiyor.
+
+
+
+ '{0}' Watch Uygulaması bir CFBundleIdentifier belirtmiyor.
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir CFBundleIdentifier ({1}) var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ({2}) değeri ile başlamıyor.
+
+
+
+ '{0}' Watch Uygulamasında geçerli bir UIDeviceFamily değeri yok. 'Watch (4)' bekleniyordu ancak '{1} ({2})' bulundu.
+
+
+
+ '{name}' Watch Uygulaması bir CFBundleExecutable belirtmiyor
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir WKCompanionAppBundleIdentifier ('{1}') var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ('{2}') değeri ile eşleşmiyor.
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir Info.plist var: WKWatchKitApp anahtarı mevcut olmalı ve 'true' değerini içermelidir.
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir Info.plist var: LSRequiresIPhoneOS anahtarı mevcut olmamalıdır.
+
+
+
+ '{0}' Watch Uygulaması bir Watch Uzantısı içermiyor.
+
+
+
+ '{0}' Watch Uygulaması bir Watch Uzantısı içermiyor.
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ '{0}' Watch Uzantısı bir Info.plist içermiyor.
+
+
+
+ '{0}' Watch Uzantısı bir CFBundleIdentifier belirtmiyor.
+
+
+
+ '{0}' Watch Uzantısı bir CFBundleExecutable belirtmiyor.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir CFBundleIdentifier ({1}) var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ({2}) değeri ile başlamıyor.
+
+
+
+ '{0}' Watch Uzantısında geçersiz ".key" son ekiyle biten bir CFBundleIdentifier ({1}) var.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir Info.plist var: Bir NSExtension sözlüğü içermiyor.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtensionPointIdentifier, "com.apple.watchkit" olmalıdır.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtension sözlüğü bir NSExtensionPointIdentifier içermelidir.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtension sözlüğü NSExtensionAttributes içermelidir.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir WKAppBundleIdentifier değeri ('{1}') var ancak üst Watch Uygulama paketi grubunun CFBundleIdentifier tanımlayıcısı ('{2}') ile eşleşmiyor.
+
+
+
+ '{0}' Watch Uzantısında geçersiz bir Info.plist var: NSExtensionAttributes sözlüğü bir WKAppBundleIdentifier içermelidir.
+
+
+
+ '{0}' WatchKit Uzantısında geçersiz bir Info.plist var: UIRequiredDeviceCapabilities sözlüğü 'watch-companion' özelliğini içermemelidir.
+
+
+
+ '{0}' WatchKit Uzantısında geçersiz bir Info.plist var: UIRequiredDeviceCapabilities dizisi 'watch-companion' özelliğini içermemelidir.
+
+
+
+ '{0}' Watch Uygulaması bir Info.plist içermiyor.
+
+
+
+ '{0}' Watch Uygulaması bir CFBundleIdentifier belirtmiyor.
+
+
+
+ '{0}' Watch Uygulamasında geçerli bir UIDeviceFamily değeri yok. '{1}' bekleniyordu ancak '{2} ({3})' bulundu.
+
+
+
+ '{0}' Watch Uygulaması bir CFBundleExecutable belirtmiyor.
+
+
+
+ '{0}' WatchKit Uzantısında geçersiz bir WKAppBundleIdentifier değeri ('{1}') var ancak Watch Uygulamasının CFBundleIdentifier ('{2}') tanımlayıcısı ile eşleşmiyor.
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir WKCompanionAppBundleIdentifier ('{1}') var. Bu, ana uygulama paketi grubunun CFBundleIdentifier ('{2}') değeri ile eşleşmiyor.
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir Info.plist var: WKCompanionAppBundleIdentifier mevcut olmalı ve ana uygulama paketi grubunun CFBundleIdentifier değeri ile eşleşmelidir.
+
+
+
+ '{0}' Watch Uygulamasında geçersiz bir Info.plist var: LSRequiresIPhoneOS anahtarı mevcut olmamalıdır.
+
+
+
+ {0} uygulama paketi grubu bir Info.plist içermiyor.
+
+
+
+ {0}, CFBundleIdentifier belirtmiyor.
+
+
+
+ {0}, CFBundleExecutable belirtmiyor.
+
+
+
+ {0}, CFBundleSupportedPlatforms belirtmiyor.
+
+
+
+ {0}, UIDeviceFamily belirtmiyor.
+
+
+
+ {0} geçersiz: UIDeviceFamily anahtarı, '{1}' için bir değer içermelidir.
+
+
+
+ Tanınmayan Tür: {Type}
+
+
+
+ Ekle: "{0}" Girişi Yanlış Belirtildi
+
+
+
+ Ekle: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
+
+
+
+ Ekle: "{0}" Girişi Zaten Var
+
+
+
+ Ekle: "{0}" Girişi Üst Öğeye Eklenemiyor
+
+
+
+ Sil: "{0}" Girişi Üst Öğeden Silinemiyor
+
+
+
+ Sil: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
+
+
+
+ Sil: "{0}" Girişi Yok
+
+
+
+ İçeri Aktar: "{0}" Girişi Yanlış Belirtildi
+
+
+
+ İçeri Aktar: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
+
+
+
+ İçeri Aktar: Dosya Okunurken Hata Oluştu: {0}
+
+
+
+ İçeri Aktar: "{0}" Girişi Üst Öğeye Eklenemiyor
+
+
+
+ Birleştir: Dizi Girişleri Sözlüğe Eklenemiyor
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ Birleştir: Belirtilen Giriş Bir Kapsayıcı Olmalıdır
+
+
+
+ Birleştir: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
+
+
+
+ Birleştir: "{0}" Girişi Yok
+
+
+
+ Birleştir: Dosya Okunurken Hata Oluştu: {0}
+
+
+
+ Ayarla: "{0}" Girişi Yanlış Belirtildi
+
+
+
+ Ayarla: "{0}" Girişi Geçersiz Dizi Dizini İçeriyor
+
+
+
+ Ayarla: "{0}" Girişi Yok
+
+
+
+ Bağlama projesinde yerel başvurular olmadığı sürece, bağlama kaynak paketi oluşturulamaz.
+
+
+
+ Xamarin.iOS 14+ uzantısı watchOS 1 uygulamalarını desteklemiyor. Lütfen projenizi watchOS 2+ sürümüne geçirin.
+
+
+ Geçersiz mimari ({0}): Tek seferde birden fazla mimari ilişkilendirilemez.
+
+
+ AOT derleyicisi bağımsız değişkenleri ayrıştırılamıyor: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ Geçersiz çerçeve: {0}
+
+
+ Geçersiz platform: {0}
+
+
+ Paket ürün gereksinim dosyası hedef mimariler ({1}) ile uyuşmayan mimariler ({0}) içeriyor
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hans.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hans.resx
index b1a060214107..aae4cef08045 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hans.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hans.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} 无效: UIDeviceFamily 密钥必须包含“{1}”的值。
-
- Watch 应用“{0}”不包含 Watch 扩展。
-
- Watch 应用“{0}”具有无效的 Info.plist: NSExtension 字典必须包含 NSExtensionPointIdentifier。
-
- Watch 应用“{0}”具有无效的 Info.plist: NSExtensionAttributes 字典必须包含 WKAppBundleIdentifier。
-
- WatchKit 扩展“{0}”具有无效的 Info.plist: UIRequiredDeviceCapabilities 数组不应包含 "watch-companion" 功能。
-
- Watch 应用“{0}”具有无效的 Info.plist: WKCompanionAppBundleIdentifier 必须存在,并且必须与主应用捆绑包的 CFBundleIdentifier 匹配。
-
- 无法分析 MinimumOSVersion 值“{0}”
-
- 加载“{0}”时出错: {1}
-
- 未安装“{1}”的 {0} SDK。
-
- 无法分析 TargetArchitectures“{0}”
-
- 可执行文件(CFBundleExecutable)名称({0})不能以 ".app" 结尾,因为 iOS 可能无法启动应用。
-
- 执行工具“{0}”时出错: {1}
-
- 未能 codesign“{0}”: {1}
-
- 未能对 “{0}” 进行代码签名
-
- 找不到“{0}”。
-
- 加载“{0}”时出错: 未知图像格式。
-
- “{2}”的 iTunesArtwork 维度({0}x{1})无效。
-
- 针对“{2}”检测到多个具有相同的维数的 iTunesArtwork 文件({0}x{1})。
-
- 无法找到 SDK bin 目录
-
- iTunesMetadata.plist 数量不能超过 1 个。
-
- 加载设置 plist 文件“{0}/Settings.bundle/Root.plist”时出错: {1}。
-
- 无法分析 SDK 版本“{0}”
-
- 无法加载 Info.plist: {0}
-
- 无效的体系结构:“{0}”。
-
- 未知的搜索选项: {0}
-
- Xamarin.iOS 不再支持目标体系结构 ARMv6。请选择受支持的体系结构。
-
- 找不到目标设备。
-
- 无法分析目标设备信息。
-
- 在“{0}”中找不到有效的 Xcode 应用捆绑包。请在 Visual Studio 的首选项 {1} 中更新 Apple SDK 位置。
-
- 找不到有效的可用 Xcode 开发人员路径
-
- 找不到“{0}”
-
- 未知的 SQL 平台: {0}
-
- 找不到具有名称或 UUID {0} 的预配配置文件。
-
- 在 Xcode 应用捆绑包中找不到 WatchKit 启动程序。
-
- 未能分析 SdkVersion“{0}”。
-
- Xcode 10 不支持 watchOS 1 应用。请升级到 watchOS 2 应用,或使用较旧版本的 Xcode。
- 找不到 iOS 版本信息。
-
- 找不到资源规则文件“{0}”。
-
- 找不到设备操作系统信息。
-
- 找不到设备模型信息。
-
- 找不到设备体系结构信息。
-
- 无效的目标体系结构:“{0}”
-
- 需要安装 Xcode >= 6.2 才能生成 WatchKit 应用程序。
-
- iOS {0} 不支持 WatchKit。
-
- 在磁盘上找不到捆绑资源“{0}”(应位于“{1}”中)
-
- {0} 已失败。
-
- 找不到文件: {0}
-
- 未生成部分 Info.plist 文件: {0}
-
- 无效的 JSON: {0}
-
- 未能加载 {0} 日志文件“{1}”: {2}
-
- 未指定 API 定义文件。
-
- 无法识别的平台: {0}
-
- 在路径“{}”中找不到 {0}“{1}”SDK
-
- 在“{2}”中找不到 {0}“{1}”SDK usr 路径
-
- 找不到有效的 Xcode 开发人员路径
-
- 未找到 Entitlements.plist 模板“{0}”。
-
- 加载 Entitlements.plist 模板“{0}”时出错: {1}
-
- 写入 xcent 文件“{0}”时出错: {1}
-
- 写入 archived-expanded-entitlements.xcent 文件时出错: {0}
-
- {0} 已退出,代码为 {1}
-
- 已安装的预配配置文件均与已安装 {0} {1} 签名标识不匹配。
-
- 密钥链中找不到 {0} 代码签名密钥“{1}”。
-
- 在 {1} 上找不到 {0} 的任何可用预配配置文件。
-
- {0} 未定义 CFBundleIdentifier
-
- Info.plist 文件应具有生成操作 "None"。
-
- 路径“{0}”将导致应用捆绑包外的文件无法使用。
-
- 名称“{0}”是预留名称,不能使用。
-
- 加载部分 Info.plist 模板文件“{0}”时出错: {1}
-
- 无法分析数组索引: {0}
-
- 数组索引超出项“{0}”的范围
-
- {0} 值不支持子属性。
-
- 不支持获取 {0} 值。
-
- AssemblyPath 不能为 null 或空
-
- 未指定任何属性。
-
- “{0}”中的字典不包含该密钥: {1}
-
- 文件“{0}”不存在。
-
- 文件“{0}”与“{1}”冲突。
-
- 创建包失败。无法分析其他参数。
-
- 加载“{0}”时出错
-
- 保存“{0}”时出错: {1}
-
- 标识“{0}”与默认密钥链中的任何有效证书/私钥对都不匹配。
-
- 在密钥链中找不到有效的 {0} 代码签名密钥。需要从 https://developer.apple.com 请求代码签名证书。
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- 未安装 {0} SDK 版本“{1}”,找不到更新的版本。
-
- 未安装 {0} SDK 版本“{1}”。请改用更新的版本“{2}”。
-
- 在 {1} 中找不到 {0}。
-
- 未安装 {0} SDK。
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- 没有与指定的预配配置文件“{1}”匹配的 {0} 签名标识。
-
- 找不到指定的 {0} 预配配置文件“{1}”
-
- 捆绑包标识符“{0}”与所选签名标识“{0}”的任何已安装的预配配置文件都不匹配。
-
- 捆绑包标识符“{0}”与所选签名标识“{0}”的任何已安装的预配配置文件都不匹配。
-
- 项目捆绑包标识符“{0}”与指定的预配配置文件“{1}”不匹配
-
- 找不到指定的 {0} 预配配置文件“{1}”
-
- 捆绑包标识符“{0}”与任何已安装的预配配置文件都不匹配。
-
- DestinationFiles 数目必须与 SourceFiles 数目匹配。
-
- 必须指定 DestinationFolder 或 DestinationFiles,但不能同时指定这两者。
-
- 项必须具有计算出的逻辑名称。
-
- Watch 应用/扩展需要 Xcode 6.2 或更高版本。当前的 Xcode 版本为 {0}
-
- 未知的目标框架标识符: {0}。
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- 合并: 读取文件时出错: {0}
-
- 合并: 不存在条目“{0}”
-
- 设置: 包含无效数组索引的条目“{0}”
-
- 设置: 未正确指定的条目“{0}”
-
- 设置: 不存在条目“{0}”
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- 除非绑定项目中存在本机引用,否则无法创建绑定资源包。
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} 未指定任何 CFBundleSupportedPlatforms。
-
- {0} 未指定任何 CFBundleExecutable。
-
- {0} 未指定任何 CFBundleIdentifier。
-
- 应用捆绑包 {0} 不包含 Info.plist。
-
- 添加: 包含无效数组索引的条目“{0}”
-
- 添加: 未正确指定的条目“{0}”
-
- 无法识别的类型: {Type}
-
- {0} 未指定任何 UIDeviceFamily。
-
- 添加: 无法向父项添加条目“{0}”
-
- 添加: 已存在的条目“{0}”
-
- 删除: 不存在条目“{0}”
-
- 导入: 未正确指定的条目“{0}”
-
- 删除: 无法从父项中删除条目“{0}”
-
- 删除: 包含无效数组索引的条目“{0}”
-
- 导入: 无法向父项添加条目“{0}”
-
- 合并: 无法将数组条目添加到字典
-
- 导入: 包含无效数组索引的条目“{0}”
-
- 导入: 读取文件时出错: {0}
-
- 合并: 指定的条目必须是容器
-
- 合并: 包含无效数组索引的条目“{0}”
-
- Watch 应用“{0}”未指定任何 CFBundleExecutable。
-
- Watch 应用“{0}”未指定任何 CFBundleIdentifier。
-
- Watch 应用“{0}”具有以非法后缀 "key" 结尾的 CFBundleIdentifier ({1})。
-
- Watch 应用“{0}”具有无效的 CFBundleIdentifier ({1}),它不以主应用捆绑包的 CFBundleIdentifier ({2})开头。
-
- Watch 应用“{0}”具有无效的 Info.plist: 不得包含 LSRequiresIPhoneOS 密钥。
-
- Watch 应用“{0}”具有无效的 Info.plist: WKWatchKitApp 密钥必须存在,并且值为 "true"。
-
- Watch 应用“{0}”不包含 Info.plist。
-
- Watch 应用“{0}”不包含任何 Watch 扩展。
-
- Watch 应用“{0}”具有无效的 Info.plist: NSExtensionPointIdentifier 必须为 "com.apple.watchkit"。
-
- Watch 应用“{0}”具有无效的 Info.plist: 它不包含 NSExtension 字典。
-
- Watch 应用“{0}”未指定 CFBundleIdentifier。
-
- Watch 应用“{0}”没有有效的 UIDeviceFamily 值。期望查找“{1}”,但找到“{2} ({3})”。
-
- Watch 应用“{0}”未指定任何 CFBundleExecutable。
-
- WatchKit 扩展“{0}”具有无效的 WKAppBundleIdentifier 值(“{1}”),它与 Watch 应用的 CFBundleIdentifier (“{2}”)不匹配。
-
- Watch 应用“{0}”具有无效的 Info.plist: NSExtension 字典必须包含 NSExtensionAttributes。
-
- Watch 应用“{0}”具有无效的 WKAppBundleIdentifier 值(“{1}”),它与父 Watch 应用捆绑包的 CFBundleIdentifier (“{2}”)不匹配。
-
- WatchKit 扩展“{0}”具有无效的 Info.plist: UIRequiredDeviceCapabilities 字典不应包含 "watch-companion" 功能。
-
- Watch 应用“{0}”不包含 Info.plist。
-
- Watch 应用“{0}”具有无效的 WKCompanionAppBundleIdentifier 值 ("{1}"),它与主应用捆绑包的 CFBundleIdentifier ("{2}") 不匹配。
-
- Watch 应用“{0}”具有无效的 Info.plist: 不得包含 LSRequiresIPhoneOS 密钥。
-
- 应用扩展“{0}”有一个以非法后缀 ".key" 结尾的 CFBundleIdentifier ({1})。
-
- 应用扩展“{0}”的 CFBundleIdentifier ({1})无效,它不以主应用捆绑包的 CFBundleIdentifier ({2})开头。
-
- 应用扩展“{0}”未指定 CFBundleExecutable。
-
- 应用扩展“{0}”未指定 CFBundleIdentifier。
-
- 应用扩展“{0}”不包含 Info.plist。
-
- 此计算机没有任何网络适配器。在通过 WiFi 对设备进行调试或分析时需要此适配器。
-
- 无法解析 WiFi 调试程序设置的主机 IP。
-
- 应用扩展“{0}”包含无效的 Info.plist: 它不包含 NSExtension 字典。
-
- 应用扩展“{0}”未指定 CFBundleShortVersionString。
-
- Watch 应用“{0}”具有无效的 CFBundleIdentifier ({1}),它不以主应用捆绑包的 CFBundleIdentifier ({2})开头。
-
- Watch 应用“{0}”没有有效的 UIDeviceFamily 值。期望查找 "Watch (4)",但找到“{1} ({2})”。
-
- Watch 应用“{0}”不包含 Info.plist。
-
- Watch 应用“{0}”未指定 CFBundleIdentifier。
-
- 应用扩展“{0}”包含无效的 Info.plist: NSExtension 字典不包含 NSExtensionPointIdentifier 值。
-
- Watch 应用 "{name}" 未指定 CFBundleExecutable
-
- Watch 应用“{0}”具有无效的 WKCompanionAppBundleIdentifier 值 ("{1}"),它与主应用捆绑包的 CFBundleIdentifier ("{2}") 不匹配。
-
- 已允许任意 HTTP 加载以支持调试。
-
- 已允许所有 http 加载。
-
- 从以下参数开始执行工具 {0}: {1}
-
- 工具 {0} 执行已完成(退出代码 = {1})。
-
- 正在“{1}”中搜索“{0}”
-
- 即将跳过“{0}”,因为输出文件“{1}”较新。
-
- 工具 {0} 执行已完成。
-
- 多个预配配置文件与捆绑包标识符匹配。请使用第一个匹配项。
-
- “{0}”与“{1}”不匹配。
-
- AppID: 已排除 {0},因为我们找到了更好的匹配项: {1}。
-
- 查找具有兼容 AppID 的匹配预配配置文件,仅保留那些具有最长的匹配(通配符) ID 的配置文件。
-
- AppID: 已排除 {0},因为我们找到了更好的匹配项: {1}。
-
- 未找到 Frameworks 目录。
-
- 生成的捆绑包名称: {0}
-
- 证书“{0}”与“{1}”不匹配。
-
- 正在创建绑定资源包: {0}
-
- 证书“{0}”已过期 ({1})
-
- 证书“{0}”与所有前缀“{1}”都不匹配。
-
- 检测到的签名标识:
-
- 在 {1} 中找到 {0}
-
- 找到了多个签名标识。请使用第一个标识。
-
- 多个签名标识与“{0}”匹配。请使用第一个匹配项。
-
- 正在跳过框架程序集: {0}
-
- 正在将文件从“{0}”复制到“{1}”
-
- 正在创建目录“{0}”
-
- 文件不存在,将创建: {0}
-
- 已跳过重复条目: {0}
-
- 受支持的 iPhone 方向不匹配
-
- 尚未设置受支持的 iPad 方向
-
- 受支持的 iPad 方向不匹配
-
- 针对 watchOS 进行生成时,只能虚设 watchOS 4.3 SDK。
-
- 尚未设置受支持的 iPhone 方向
-
- Watch 应用“{0}”未指定任何 CFBundleShortVersionString
-
- 应用扩展“{0}”的 NSExtensionPointIdentifier 值(“{1}”)无法识别。
-
- Watch 应用“{0}”未指定任何 CFBundleVersion
-
- Watch 应用“{0}”的 CFBundleShortVersionString ({1})与主应用捆绑包的 CFBundleShortVersionString ({2})不匹配
-
- 应用扩展“{0}”的 CFBundleShortVersionString ({1})与主应用捆绑包的 CFBundleShortVersionString ({2})不匹配
-
- 应用扩展“{0}”的 CFBundleVersion ({1})与主应用捆绑包的 CFBundleVersion ({2})不匹配
-
- 应用扩展“{0}”未指定任何 CFBundleVersion
-
- Watch 扩展 “{0}”未指定任何 CFBundleShortVersionString)
-
- Watch 应用“{0}”的 CFBundleVersion ({1})与主应用捆绑包的 CFBundleVersion ({2})不匹配
-
- 无法创建响应文件“{0}”: {1}
-
- 不支持动态本机引用:“{0}”
-
- “{0}”的本机引用类型未知。
-
- 资产不属于资产目录: {0}
-
- 无法分析 altool 输出: {0}。
- 输出: {1}
-
- Watch 扩展 “{0}”的 CFBundleVersion ({1})与主应用捆绑包的 CFBundleVersion ({2})不匹配
-
- Watch 扩展 “{0}”的 CFBundleShortVersionString ({1})与主应用捆绑包的 CFBundleShortVersionString ({2})不匹配
-
- Watch 扩展 “{0}”未指定任何 CFBundleVersion
-
- 没有与捆绑包标识符匹配的已安装的预配配置文件。
-
- iCloud 权利(如“{0}”)需要预配配置文件。
-
- iCloud 权利 "{0}" 不受预配配置文件支持。
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- 在“框架”目录中找到了一个非框架目录: {0}
-
- 无法确定清单密钥“{0}”的值
-
- 框架 {0} 不包含名为 {1} 的二进制文件
-
- 无法在不具有预配配置文件的 Entitlements.plist 中扩展 $(AppIdentifierPrefix)。
-
- 无法在不具有预配配置文件的 Entitlements.plist 中扩展 $(TeamIdentifierPrefix)。
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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}: {1}
+
+
+
+ 工具 {0} 执行已完成(退出代码 = {1})。
+
+
+
+ 执行工具“{0}”时出错: {1}
+
+
+
+ 未能 codesign“{0}”: {1}
+
+
+
+ 未能对 “{0}” 进行代码签名
+
+
+
+ 找不到“{0}”。
+
+
+
+ 加载“{0}”时出错: 未知图像格式。
+
+
+
+ “{2}”的 iTunesArtwork 维度({0}x{1})无效。
+
+
+
+ 针对“{2}”检测到多个具有相同的维数的 iTunesArtwork 文件({0}x{1})。
+
+
+
+ 加载“{0}”时出错: {1}
+
+
+
+ 无法分析 MinimumOSVersion 值“{0}”
+
+
+
+ 无法分析 TargetArchitectures“{0}”
+
+
+
+ 未安装“{1}”的 {0} SDK。
+
+
+
+ 可执行文件(CFBundleExecutable)名称({0})不能以 ".app" 结尾,因为 iOS 可能无法启动应用。
+
+
+
+ 针对 watchOS 进行生成时,只能虚设 watchOS 4.3 SDK。
+
+
+
+ 已允许所有 http 加载。
+
+
+
+ 已允许任意 HTTP 加载以支持调试。
+
+
+
+ 尚未设置受支持的 iPhone 方向
+
+
+
+ 受支持的 iPhone 方向不匹配
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ 尚未设置受支持的 iPad 方向
+
+
+
+ 受支持的 iPad 方向不匹配
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ iTunesMetadata.plist 数量不能超过 1 个。
+
+
+
+ 加载设置 plist 文件“{0}/Settings.bundle/Root.plist”时出错: {1}。
+
+
+
+ 无法分析 SDK 版本“{0}”
+
+
+
+
+
+
+
+
+
+ 无法找到 SDK bin 目录
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 在“{0}”中找不到有效的 Xcode 应用捆绑包。请在 Visual Studio 的首选项 {1} 中更新 Apple SDK 位置。
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ 找不到有效的可用 Xcode 开发人员路径
+
+
+
+ 找不到“{0}”
+
+
+
+ 正在“{1}”中搜索“{0}”
+
+
+
+ 未知的 SQL 平台: {0}
+
+
+
+ 找不到具有名称或 UUID {0} 的预配配置文件。
+
+
+
+ 未知的搜索选项: {0}
+
+
+
+ “{0}”的本机引用类型未知。
+
+
+
+ 不支持动态本机引用:“{0}”
+
+
+
+ Xamarin.iOS 不再支持目标体系结构 ARMv6。请选择受支持的体系结构。
+
+
+
+ 无法创建响应文件“{0}”: {1}
+
+
+
+ 无法加载 Info.plist: {0}
+
+
+
+ 无效的体系结构:“{0}”。
+
+
+
+ 无法分析目标设备信息。
+
+
+
+ 找不到目标设备。
+
+
+
+ 找不到设备体系结构信息。
+
+
+
+ 无效的目标体系结构:“{0}”
+
+
+
+ 找不到设备操作系统信息。
+
+
+
+ 找不到设备模型信息。
+
+
+
+ 找不到 iOS 版本信息。
+
+
+
+ 找不到资源规则文件“{0}”。
+
+
+
+ 未能分析 SdkVersion“{0}”。
+
+
+
+ Xcode 10 不支持 watchOS 1 应用。请升级到 watchOS 2 应用,或使用较旧版本的 Xcode。
+
+
+ 需要安装 Xcode >= 6.2 才能生成 WatchKit 应用程序。
+
+
+
+ iOS {0} 不支持 WatchKit。
+
+
+
+ 在 Xcode 应用捆绑包中找不到 WatchKit 启动程序。
+
+
+
+ 应用扩展“{0}”的 CFBundleShortVersionString ({1})与主应用捆绑包的 CFBundleShortVersionString ({2})不匹配
+
+
+
+ 应用扩展“{0}”未指定任何 CFBundleVersion
+
+
+
+ 应用扩展“{0}”的 CFBundleVersion ({1})与主应用捆绑包的 CFBundleVersion ({2})不匹配
+
+
+
+ 应用扩展“{0}”的 NSExtensionPointIdentifier 值(“{1}”)无法识别。
+
+
+
+ Watch 应用“{0}”未指定任何 CFBundleShortVersionString
+
+
+
+ Watch 应用“{0}”的 CFBundleShortVersionString ({1})与主应用捆绑包的 CFBundleShortVersionString ({2})不匹配
+
+
+
+ Watch 应用“{0}”未指定任何 CFBundleVersion
+
+
+
+ Watch 应用“{0}”的 CFBundleVersion ({1})与主应用捆绑包的 CFBundleVersion ({2})不匹配
+
+
+
+ Watch 扩展 “{0}”未指定任何 CFBundleShortVersionString)
+
+
+
+ Watch 扩展 “{0}”的 CFBundleShortVersionString ({1})与主应用捆绑包的 CFBundleShortVersionString ({2})不匹配
+
+
+
+ Watch 扩展 “{0}”未指定任何 CFBundleVersion
+
+
+
+ Watch 扩展 “{0}”的 CFBundleVersion ({1})与主应用捆绑包的 CFBundleVersion ({2})不匹配
+
+
+
+
+ 在路径“{}”中找不到 {0}“{1}”SDK
+
+
+
+ 在“{2}”中找不到 {0}“{1}”SDK usr 路径
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ 找不到有效的 Xcode 开发人员路径
+
+
+
+
+
+ 无法识别的平台: {0}
+
+
+
+ 资产不属于资产目录: {0}
+
+
+
+ 找不到文件: {0}
+
+
+
+ 无效的 JSON: {0}
+
+
+
+ 未生成部分 Info.plist 文件: {0}
+
+
+
+ 未能加载 {0} 日志文件“{1}”: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ 无法分析 altool 输出: {0}。
+ 输出: {1}
+
+
+
+
+ 未指定 API 定义文件。
+
+
+
+ {0} 已失败。
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ 在磁盘上找不到捆绑资源“{0}”(应位于“{1}”中)
+
+
+
+ 路径“{0}”将导致应用捆绑包外的文件无法使用。
+
+
+
+ Info.plist 文件应具有生成操作 "None"。
+
+
+
+ 名称“{0}”是预留名称,不能使用。
+
+
+
+ 在“框架”目录中找到了一个非框架目录: {0}
+
+
+
+ 框架 {0} 不包含名为 {1} 的二进制文件
+
+
+
+ 未找到 Frameworks 目录。
+
+
+
+ 无法确定清单密钥“{0}”的值
+
+
+
+ 加载部分 Info.plist 模板文件“{0}”时出错: {1}
+
+
+
+ 无法在不具有预配配置文件的 Entitlements.plist 中扩展 $(TeamIdentifierPrefix)。
+
+
+
+ 无法在不具有预配配置文件的 Entitlements.plist 中扩展 $(AppIdentifierPrefix)。
+
+
+
+ iCloud 权利(如“{0}”)需要预配配置文件。
+
+
+
+ iCloud 权利“{0}”不受预配配置文件支持。
+
+
+
+ 未找到 Entitlements.plist 模板“{0}”。
+
+
+
+ 加载 Entitlements.plist 模板“{0}”时出错: {1}
+
+
+
+ 写入 xcent 文件“{0}”时出错: {1}
+
+
+
+ 写入 archived-expanded-entitlements.xcent 文件时出错: {0}
+
+
+
+ 工具 {0} 执行已完成。
+
+
+
+ {0} 已退出,代码为 {1}
+
+
+
+ 即将跳过“{0}”,因为输出文件“{1}”较新。
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ 保存“{0}”时出错: {1}
+
+
+
+ 正在创建绑定资源包: {0}
+
+
+
+ 加载“{0}”时出错
+
+
+
+ 创建包失败。无法分析其他参数。
+
+
+
+ 标识“{0}”与默认密钥链中的任何有效证书/私钥对都不匹配。
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ 检测到的签名标识:
+
+
+
+ 证书“{0}”与所有前缀“{1}”都不匹配。
+
+
+
+ 证书“{0}”已过期 ({1})
+
+
+
+ 在密钥链中找不到有效的 {0} 代码签名密钥。需要从 https://developer.apple.com 请求代码签名证书。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ 证书“{0}”与“{1}”不匹配。
+
+
+
+ 密钥链中找不到 {0} 代码签名密钥“{1}”。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ 在 {1} 上找不到 {0} 的任何可用预配配置文件。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ “{0}”与“{1}”不匹配。
+
+
+
+ 已安装的预配配置文件均与已安装 {0} {1} 签名标识不匹配。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ 查找具有兼容 AppID 的匹配预配配置文件,仅保留那些具有最长的匹配(通配符) ID 的配置文件。
+
+
+
+ AppID: 已排除 {0},因为我们找到了更好的匹配项: {1}。
+
+
+
+ AppID: 已排除 {0},因为我们找到了更好的匹配项: {1}。
+
+
+
+ 没有与捆绑包标识符匹配的已安装的预配配置文件。
+
+
+
+ 多个预配配置文件与捆绑包标识符匹配。请使用第一个匹配项。
+
+
+
+ {0} 未定义 CFBundleIdentifier
+
+
+
+ 找不到指定的 {0} 预配配置文件“{1}”
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ 项目捆绑包标识符“{0}”与指定的预配配置文件“{1}”不匹配
+
+
+
+ 多个签名标识与“{0}”匹配。请使用第一个匹配项。
+
+
+
+ 找到了多个签名标识。请使用第一个标识。
+
+
+
+ 找不到指定的 {0} 预配配置文件“{1}”
+
+
+
+ 没有与指定的预配配置文件“{1}”匹配的 {0} 签名标识。
+
+
+
+ 捆绑包标识符“{0}”与所选签名标识“{0}”的任何已安装的预配配置文件都不匹配。
+
+
+
+ 捆绑包标识符“{0}”与所选签名标识“{0}”的任何已安装的预配配置文件都不匹配。
+
+
+
+ 捆绑包标识符“{0}”与任何已安装的预配配置文件都不匹配。
+
+
+
+ 在 {1} 中找到 {0}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath 不能为 null 或空
+
+
+
+ 生成的捆绑包名称: {0}
+
+
+
+ 未指定任何属性。
+
+
+
+ “{0}”中的字典不包含该密钥: {1}
+
+
+
+ 无法分析数组索引: {0}
+
+
+
+ 数组索引超出项“{0}”的范围
+
+
+
+ {0} 值不支持子属性。
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ 不支持获取 {0} 值。
+
+
+
+ 文件“{0}”不存在。
+
+
+
+ 文件“{0}”与“{1}”冲突。
+
+
+
+ Watch 应用/扩展需要 Xcode 6.2 或更高版本。当前的 Xcode 版本为 {0}
+
+
+
+ 项必须具有计算出的逻辑名称。
+
+
+
+ 已跳过重复条目: {0}
+
+
+
+ 文件不存在,将创建: {0}
+
+
+
+ 正在创建目录“{0}”
+
+
+
+ 正在将文件从“{0}”复制到“{1}”
+
+
+
+ 必须指定 DestinationFolder 或 DestinationFiles,但不能同时指定这两者。
+
+
+
+ DestinationFiles 数目必须与 SourceFiles 数目匹配。
+
+
+
+ 正在跳过框架程序集: {0}
+
+
+
+ 未知的目标框架标识符: {0}。
+
+
+
+ 在 {1} 中找不到 {0}。
+
+
+
+ 未安装 {0} SDK。
+
+
+
+ 未安装 {0} SDK 版本“{1}”,找不到更新的版本。
+
+
+
+ 未安装 {0} SDK 版本“{1}”。请改用更新的版本“{2}”。
+
+
+
+ {0} 的格式不正确或未知,无法处理。
+
+
+
+ 在“{0}”中找不到匹配的框架。
+
+
+
+ “{0}”和“{1}”选项冲突。将忽略“{1}”。
+
+
+
+ 无法获取 ISshCommands 实例。请检查是否已建立到 Mac 的有效连接。
+
+
+ 尝试将存档“{0}”复制到“{1}”时出错。详细信息: {2}
+
+
+ 没有可用的 Mac 连接。不会执行任务“{0}”
+
+
+ 无法反序列化数据集 {0}
+
+
+ 文件 {0} 没有 ImageAsset 作为生成操作。
+
+
+ 无法为目录 {1} 中的 {0} 解析 UTI
+
+
+ 尝试验证 Xcode 和 Xamarin.iOS 之间的兼容性时出错
+
+
+ 项目采用不兼容的 Xcode ({0}) 版本生成,可能会导致意外的警告或错误。请安装 Xcode“{1}”或访问文档以了解详细信息。
+
+
+ 尝试验证 Xcode 和 Xamarin.iOS 之间的兼容性时出错。详细信息: {0}
+
+
+
+ 提供的存档路径并非来自有效的存档文件(.xcarchive)。存档路径:“{0}”
+
+
+ 无法将 macOS 版本 {0} 映射到相应 iOS 版本
+
+
+ 无法解析 WiFi 调试程序设置的主机 IP。
+
+
+
+ 此计算机没有任何网络适配器。在通过 WiFi 对设备进行调试或分析时需要此适配器。
+
+
+
+ 应用扩展“{0}”不包含 Info.plist。
+
+
+
+ 应用扩展“{0}”未指定 CFBundleIdentifier。
+
+
+
+ 应用扩展“{0}”未指定 CFBundleExecutable。
+
+
+
+ 应用扩展“{0}”的 CFBundleIdentifier ({1})无效,它不以主应用捆绑包的 CFBundleIdentifier ({2})开头。
+
+
+
+ 应用扩展“{0}”有一个以非法后缀 ".key" 结尾的 CFBundleIdentifier ({1})。
+
+
+
+ 应用扩展“{0}”未指定 CFBundleShortVersionString。
+
+
+
+ 应用扩展“{0}”包含无效的 Info.plist: 它不包含 NSExtension 字典。
+
+
+
+ 应用扩展“{0}”包含无效的 Info.plist: NSExtension 字典不包含 NSExtensionPointIdentifier 值。
+
+
+
+
+
+
+ Watch 应用“{0}”不包含 Info.plist。
+
+
+
+ Watch 应用“{0}”未指定 CFBundleIdentifier。
+
+
+
+ Watch 应用“{0}”具有无效的 CFBundleIdentifier ({1}),它不以主应用捆绑包的 CFBundleIdentifier ({2})开头。
+
+
+
+ Watch 应用“{0}”没有有效的 UIDeviceFamily 值。期望查找 "Watch (4)",但找到“{1} ({2})”。
+
+
+
+ Watch 应用 "{name}" 未指定 CFBundleExecutable
+
+
+
+ Watch 应用“{0}”具有无效的 WKCompanionAppBundleIdentifier 值 ("{1}"),它与主应用捆绑包的 CFBundleIdentifier ("{2}") 不匹配。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: WKWatchKitApp 密钥必须存在,并且值为 "true"。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: 不得包含 LSRequiresIPhoneOS 密钥。
+
+
+
+ Watch 应用“{0}”不包含任何 Watch 扩展。
+
+
+
+ Watch 应用“{0}”不包含 Watch 扩展。
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Watch 应用“{0}”不包含 Info.plist。
+
+
+
+ Watch 应用“{0}”未指定任何 CFBundleIdentifier。
+
+
+
+ Watch 应用“{0}”未指定任何 CFBundleExecutable。
+
+
+
+ Watch 应用“{0}”具有无效的 CFBundleIdentifier ({1}),它不以主应用捆绑包的 CFBundleIdentifier ({2})开头。
+
+
+
+ Watch 应用“{0}”具有以非法后缀 "key" 结尾的 CFBundleIdentifier ({1})。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: 它不包含 NSExtension 字典。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: NSExtensionPointIdentifier 必须为 "com.apple.watchkit"。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: NSExtension 字典必须包含 NSExtensionPointIdentifier。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: NSExtension 字典必须包含 NSExtensionAttributes。
+
+
+
+ Watch 应用“{0}”具有无效的 WKAppBundleIdentifier 值(“{1}”),它与父 Watch 应用捆绑包的 CFBundleIdentifier (“{2}”)不匹配。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: NSExtensionAttributes 字典必须包含 WKAppBundleIdentifier。
+
+
+
+ WatchKit 扩展“{0}”具有无效的 Info.plist: UIRequiredDeviceCapabilities 字典不应包含 "watch-companion" 功能。
+
+
+
+ WatchKit 扩展“{0}”具有无效的 Info.plist: UIRequiredDeviceCapabilities 数组不应包含 "watch-companion" 功能。
+
+
+
+ Watch 应用“{0}”不包含 Info.plist。
+
+
+
+ Watch 应用“{0}”未指定 CFBundleIdentifier。
+
+
+
+ Watch 应用“{0}”没有有效的 UIDeviceFamily 值。期望查找“{1}”,但找到“{2} ({3})”。
+
+
+
+ Watch 应用“{0}”未指定任何 CFBundleExecutable。
+
+
+
+ WatchKit 扩展“{0}”具有无效的 WKAppBundleIdentifier 值(“{1}”),它与 Watch 应用的 CFBundleIdentifier (“{2}”)不匹配。
+
+
+
+ Watch 应用“{0}”具有无效的 WKCompanionAppBundleIdentifier 值 ("{1}"),它与主应用捆绑包的 CFBundleIdentifier ("{2}") 不匹配。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: WKCompanionAppBundleIdentifier 必须存在,并且必须与主应用捆绑包的 CFBundleIdentifier 匹配。
+
+
+
+ Watch 应用“{0}”具有无效的 Info.plist: 不得包含 LSRequiresIPhoneOS 密钥。
+
+
+
+ 应用捆绑包 {0} 不包含 Info.plist。
+
+
+
+ {0} 未指定任何 CFBundleIdentifier。
+
+
+
+ {0} 未指定任何 CFBundleExecutable。
+
+
+
+ {0} 未指定任何 CFBundleSupportedPlatforms。
+
+
+
+ {0} 未指定任何 UIDeviceFamily。
+
+
+
+ {0} 无效: UIDeviceFamily 密钥必须包含“{1}”的值。
+
+
+
+ 无法识别的类型: {Type}
+
+
+
+ 添加: 未正确指定的条目“{0}”
+
+
+
+ 添加: 包含无效数组索引的条目“{0}”
+
+
+
+ 添加: 已存在的条目“{0}”
+
+
+
+ 添加: 无法向父项添加条目“{0}”
+
+
+
+ 删除: 无法从父项中删除条目“{0}”
+
+
+
+ 删除: 包含无效数组索引的条目“{0}”
+
+
+
+ 删除: 不存在条目“{0}”
+
+
+
+ 导入: 未正确指定的条目“{0}”
+
+
+
+ 导入: 包含无效数组索引的条目“{0}”
+
+
+
+ 导入: 读取文件时出错: {0}
+
+
+
+ 导入: 无法向父项添加条目“{0}”
+
+
+
+ 合并: 无法将数组条目添加到字典
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ 合并: 指定的条目必须是容器
+
+
+
+ 合并: 包含无效数组索引的条目“{0}”
+
+
+
+ 合并: 不存在条目“{0}”
+
+
+
+ 合并: 读取文件时出错: {0}
+
+
+
+ 设置: 未正确指定的条目“{0}”
+
+
+
+ 设置: 包含无效数组索引的条目“{0}”
+
+
+
+ 设置: 不存在条目“{0}”
+
+
+
+ 除非绑定项目中存在本机引用,否则无法创建绑定资源包。
+
+
+
+ Xamarin.iOS 14+ 不支持 watchOS 1 应用。请将你的项目迁移到 watchOS 2+。
+
+
+ 无效的体系结构({0}): 一次无法链接多个体系结构。
+
+
+ 无法分析 AOT 编译器参数: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ 无效框架: {0}
+
+
+ 平台无效: {0}
+
+
+ 包产品要求文件包含与目标体系结构({1})不匹配的体系结构({0})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hant.resx b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hant.resx
index 8feeff142ca5..63f0d1784885 100644
--- a/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hant.resx
+++ b/msbuild/Xamarin.Localization.MSBuild/TranslatedAssemblies/MSBStrings.zh-Hant.resx
@@ -1,488 +1,1046 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-text/microsoft-resx1.3System.Resources.ResXResourceReader, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullSystem.Resources.ResXResourceWriter, resgen, Version=4.0.0.0, Culture=neutral, PublicKeyToken=nullInvalid platform: {0}
- {0} 無效: UIDeviceFamily 索引鍵必須包含 '{1}' 的值。
-
- Watch 應用程式 '{0}' 未包含任何 Watch 延伸模組。
-
- Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtension 字典必須包含 NSExtensionPointIdentifier。
-
- Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtensionAttributes 字典必須包含 WKAppBundleIdentifier。
-
- WatchKit 延伸模組 '{0}' 的 Info.plist 無效: UIRequiredDeviceCapabilities 陣列不應包含 'watch-companion' 功能。
-
- Watch 應用程式 '{0}' 的 Info.plist 無效: WKCompanionAppBundleIdentifier 必須存在,而且必須與主要應用程式套件組合的 CFBundleIdentifier 相符。
-
- 無法剖析 MinimumOSVersion 值 '{0}'
-
- 載入 '{0}' 時發生錯誤: {1}
-
- 未安裝 '{1}' 的 {0} SDK。
-
- 無法剖析 TargetArchitectures '{0}'
-
- 可執行檔 (CFBundleExecutable) 名稱 ({0}) 不能以 '.app' 結尾,原因是 iOS 可能無法啟動該應用程式。
-
- 執行工具 '{0}' 時發生錯誤: {1}
-
- 無法針對 '{0}' 進行程式碼簽署: {1}
-
- 無法針對 '{0}' 進行程式碼簽署
-
- 找不到 '{0}'。
-
- 載入 '{0}' 時發生錯誤: 未知的映像格式。
-
- '{2}' 的 iTunesArtwork 維度 ({0}x{1}) 無效。
-
- 偵測到有多個 iTunesArtwork 檔案針對 '{2}' 具有相同的維度 ({0}x{1})。
-
- 找不到 SDK bin 目錄
-
- 不可具有多個 iTunesMetadata.plist。
-
- 載入設定 plist 檔案 '{0}/Settings.bundle/Root.plist' 時發生錯誤: {1}。
-
- 無法剖析 SDK 版本 '{0}'
-
- 無法載入 Info.plist: {0}
-
- 無效的架構: '{0}'。
-
- 未知的搜尋選項: {0}
-
- Xamarin.iOS 中已不再支援目標架構 ARMv6。請選取支援的架構。
-
- 找不到任何目標裝置。
-
- 無法剖析目標裝置資訊。
-
- 在 '{0}' 中找不到任何有效的 Xcode 應用程式套件組合。請在 Visual Studio 的喜好設定 {1} 中,更新您的 Apple SDK 位置。
-
- 找不到任何有效的可用 Xcode 開發人員路徑
-
- 找不到 '{0}'
-
- 未知的 SDK 平台: {0}
-
- 找不到具有名稱或 UUID 為 {0} 的佈建設定檔。
-
- 在 Xcode 應用程式套件組合中找不到 WatchKit 啟動器。
-
- 無法剖析 SdkVersion '{0}'。
-
- Xcode 10 不支援 watchOS 1 應用程式。請升級為 watchOS 2 應用程式,或使用較舊版的 Xcode。
- 找不到任何 iOS 版本資訊。
-
- 找不到資源規則檔 '{0}'。
-
- 找不到任何裝置作業系統資訊。
-
- 找不到任何裝置模型資訊。
-
- 找不到任何裝置架構資訊。
-
- 無效的目標架構: '{0}'
-
- 必須安裝 Xcode >= 6.2 才能建置 WatchKit 應用程式。
-
- iOS {0} 不支援 WatchKit。
-
- 在磁碟上找不到套件組合資源 '{0}' (應位於 '{1}')
-
- {0} 失敗。
-
- 找不到檔案: {0}
-
- 未產生部分 Info.plist 檔案: {0}
-
- 無效的 json: {0}
-
- 無法載入 {0} 記錄檔 `{1}`: {2}
-
- 未指定任何 API 定義檔。
-
- 無法辨識的平台: {0}
-
- 在路徑 '{}' 中找不到 {0} '{1}' SDK
-
- 在 '{2}' 中找不到 {0} '{1}' SDK usr 路徑
-
- 找不到任何有效的 Xcode 開發人員路徑
-
- 找不到 Entitlements.plist 範本 '{0}'。
-
- 載入 Entitlements.plist 範本 '{0}' 時發生錯誤: {1}
-
- 寫入 xcent 檔案 '{0}' 時發生錯誤: {1}
-
- 寫入 archived-expanded-entitlements.xcent 檔案時發生錯誤: {0}
-
- {0} 已結束。代碼: {1}
-
- 沒有任何已安裝的佈建設定檔與已安裝的 {0} {1} 簽署識別相符。
-
- 在金鑰鏈中找不到 {0} 程式碼簽署金鑰 '{1}'。
-
- 在 {1} 上找不到任何 {0} 可用的佈建設定檔。
-
- {0} 未定義 CFBundleIdentifier
-
- Info.plist 檔案應具有 'None' 的建置動作。
-
- 路徑 '{0}' 會導向應用程式組合套件外的檔案,因此無法使用。
-
- 已保留名稱 '{0}',因此無法使用。
-
- 載入部分 Info.plist 範本檔案 '{0}' 時發生錯誤: {1}
-
- 無法剖析陣列索引: {0}
-
- 項目 '{0}' 的陣列索引超出範圍
-
- {0} 值不支援子屬性。
-
- 不支援取得 {0} 值。
-
- AssemblyPath 不可為 Null 或空白
-
- 未指定任何屬性。
-
- 位於 '{0}' 的字典未包含索引鍵: {1}
-
- 檔案 '{0}' 不存在。
-
- 檔案 '{0}' 與 '{1}' 衝突。
-
- 套件建立失敗。無法剖析額外引數。
-
- 載入 '{0}' 時發生錯誤
-
- 儲存 `{0}' 時發生錯誤: {1}
-
- 身分識別 '{0}' 與預設金鑰鏈中任何有效的憑證/私密金鑰組不符。
-
- 在金鑰鏈中找不到任何有效的 {0} 程式碼簽署金鑰。您必須從 https://developer.apple.com 要求程式碼簽署憑證。
-
- Can't get an ISshCommands instance. Please check that a valid connection to the Mac is established.
- {0} has an incorrect or unknown format and cannot be processed.
-
- No matching framework found inside '{0}'.
-
- 未安裝 {0} SDK 版本 '{1}',而且找不到任何較新的版本。
-
- 未安裝 {0} SDK 版本 '{1}'。將改為使用較新的版本 '{2}'。
-
- 在 {1} 中找不到 {0}。
-
- 未安裝 {0} SDK。
-
- An error occurred while trying to copy Archive '{0}' to '{1}'. Details: {2}
- There is no available connection to the Mac. Task '{0}' will not be executed
- 沒有任何 {0} 簽署識別與指定的佈建設定檔 '{1}' 相符。
-
- 找不到指定的 {0} 佈建設定檔 '{1}'
-
- 套件組合識別碼 '{0}' 與所選簽署識別 '{0}' 的任何已安裝佈建設定檔不符。
-
- 套件組合識別碼 '{0}' 與所選簽署識別 '{0}' 的任何已安裝佈建設定檔不符。
-
- 專案套件組合識別碼 '{0}' 與指定的佈建設定檔 '{1}' 不符
-
- 找不到指定的 {0} 佈建設定檔 '{1}'
-
- 套件組合識別碼 '{0}' 與任何已安裝的佈建設定檔不符。
-
- DestinationFiles 數目與 SourceFiles 數目必須相符。
-
- 您必須指定 DestinationFolder 或 DestinationFiles,但不能同時指定兩者。
-
- 項目必須計算邏輯名稱。
-
- Watch 應用程式/延伸模組需要 Xcode 6.2 或更新版本。目前的 Xcode 版本為 {0}
-
- 未知的目標 Framework 識別碼: {0}。
-
- The file {0} does not have ImageAsset as build action.
- Could not deserialize DataSet {0}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS
- Could not resolve UTI for {0} in catalog {1}
- An error occurred while trying to verify the compatibility between Xcode and Xamarin.iOS. Details: {0}
-
- The project was built with a version of Xcode ({0}) that is not compatible which may result in unexpected warnings or errors. Please install Xcode '{1}' or visit the documentation to learn more.
- Could not map the macOS version {0} to a corresponding iOS version
- The provided Archive Path is not from a valid archive file (.xcarchive). Archive Path: '{0}'
- 合併: 讀取檔案時發生錯誤: {0}
-
- 合併: 項目 "{0}" 不存在
-
- 設定: 項目 "{0}" 包含無效的陣列索引
-
- 設定: 未正確指定項目 "{0}"
-
- 設定: 項目 "{0}" 不存在
-
- Xamarin.iOS 14+ does not support watchOS 1 apps. Please migrate your project to watchOS 2+.
- 除非繫結專案中具有原生參考,否則無法建立繫結資源套件。
-
- Invalid architecture ({0}): can't link more than one architecture at a time.
- Unable to parse the AOT compiler arguments: {0} ({1})
- Package product requirement file contains architectures ({0}) which mismatches with target architectures ({1})
- {0} 未指定 CFBundleSupportedPlatforms。
-
- {0} 未指定 CFBundleExecutable。
-
- {0} 未指定 CFBundleIdentifier。
-
- 應用程式套件組合 {0} 未包含 Info.plist。
-
- 新增: 項目 "{0}" 包含無效的陣列索引
-
- 新增: 未正確指定項目 "{0}"
-
- 無法辨識的類型: {Type}
-
- {0} 未指定 UIDeviceFamily。
-
- 新增: 無法將項目 "{0}" 新增至父系
-
- 新增: "{0}" 項目已存在
-
- 刪除: 項目 "{0}" 不存在
-
- 匯入: 未正確指定項目 "{0}"
-
- 刪除: 無法從父系刪除項目 "{0}"
-
- 刪除: 項目 "{0}" 包含無效的陣列索引
-
- 匯入: 無法將項目 "{0}" 新增至父系
-
- 合併: 無法將陣列項目新增至字典
-
- 匯入: 項目 "{0}" 包含無效的陣列索引
-
- 匯入: 讀取檔案時發生錯誤: {0}
-
- 合併: 指定的項目必須為容器
-
- 合併: 項目 "{0}" 包含無效的陣列索引
-
- Watch 延伸模組 '{0}' 未指定 CFBundleExecutable。
-
- Watch 延伸模組 '{0}' 未指定 CFBundleIdentifier。
-
- Watch 延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 以不符合規定的尾碼 ".key" 結尾。
-
- Watch 延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 無效,其不是以主要應用程式套件組合的 CFBundleIdentifier ({2}) 開頭。
-
- Watch 應用程式 '{0}' 的 Info.plist 無效: 不得有 LSRequiresIPhoneOS 索引鍵。
-
- Watch 應用程式 '{0}' 的 Info.plist 無效: 必須有 WKWatchKitApp 索引鍵,而且值須為 'true'。
-
- Watch 延伸模組 '{0}' 未包含任何 Info.plist。
-
- Watch 應用程式 '{0}' 未包含任何 Watch 延伸模組。
-
- Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtensionPointIdentifier 必須為 "com.apple.watchkit"。
-
- Watch 延伸模組 '{0}' 的 Info.plist 無效: 其未包含 NSExtension 字典。
-
- Watch 應用程式 '{0}' 未指定 CFBundleIdentifier。
-
- Watch 應用程式 '{0}' 沒有有效的 UIDeviceFamily 值。必須為 '{1}',但找到 '{2} ({3})'。
-
- Watch 應用程式 '{0}' 未指定 CFBundleExecutable。
-
- WatchKit 延伸模組 '{0}' 的 WKAppBundleIdentifier 值 ('{1}') 無效,其與 Watch 應用程式的 CFBundleIdentifier ('{2}') 不符。
-
- Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtension 字典必須包含 NSExtensionAttributes。
-
- Watch 延伸模組 '{0}' 的 WKAppBundleIdentifier 值 ('{1}') 無效,其與父系 Watch 應用程式套件組合的 CFBundleIdentifier ('{2}') 不符。
-
- WatchKit 延伸模組 '{0}' 的 Info.plist 無效: UIRequiredDeviceCapabilities 字典不應包含 'watch-companion' 功能。
-
- Watch 應用程式 '{0}' 未包含 Info.plist。
-
- Watch 應用程式 '{0}' 的 WKCompanionAppBundleIdentifier 值 ('{1}') 無效,其與主要應用程式套件組合的 CFBundleIdentifier ('{2}') 不符。
-
- Watch 應用程式 '{0}' 的 Info.plist 無效: 不得有 LSRequiresIPhoneOS 索引鍵。
-
- 應用程式延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 以不符合規定的尾碼 ".key" 結尾。
-
- 應用程式延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 無效,其未以主要應用程式套件組合的 CFBundleIdentifier ({2}) 開頭。
-
- 應用程式延伸模組 '{0}' 未指定 CFBundleExecutable。
-
- 應用程式延伸模組 '{0}' 未指定 CFBundleIdentifier。
-
- 應用程式延伸模組 '{0}' 未包含 Info.plist。
-
- 這部電腦沒有任何網路介面卡。您必須具有網路介面卡才能透過 WiFi 在裝置上進行偵錯或分析。
-
- 無法解析 WiFi 偵錯工具設定的主機 IP。
-
- 應用程式延伸模組 '{0}' 的 Info.plist 無效: 其未包含 NSExtension 字典。
-
- 應用程式延伸模組 '{0}' 未指定 CFBundleShortVersionString。
-
- Watch 應用程式 '{0}' 的 CFBundleIdentifier ({1}) 無效,其不是以主要應用程式套件組合的 CFBundleIdentifier ({2}) 開頭。
-
- Watch 應用程式 '{0}' 沒有有效的 UIDeviceFamily 值。必須為 'Watch (4)',但找到 '{1} ({2})'。
-
- Watch 應用程式 '{0}' 未包含 Info.plist。
-
- Watch 應用程式 '{0}' 未指定 CFBundleIdentifier。
-
- 應用程式延伸模組 '{0}' 的 Info.plist 無效: NSExtension 字典未包含 NSExtensionPointIdentifier 值。
-
- Watch 應用程式 '{name}' 未指定 CFBundleExecutable
-
- Watch 應用程式 '{0}' 的 WKCompanionAppBundleIdentifier 值 ('{1}') 無效,其與主要應用程式套件組合的 CFBundleIdentifier ('{2}') 不符。
-
- 已允許任意 http 載入以支援偵錯。
-
- 已允許所有 http 載入。
-
- 工具 {0} 執行已啟動。引數: {1}
-
- 工具 {0} 執行已完成 (結束代碼 = {1})。
-
- 正在 '{1}' 中搜尋 '{0}'
-
- 因為輸出檔案 `{1}' 為較新的檔案,所以跳過 `{0}'。
-
- 工具 {0} 執行已完成。
-
- 多個佈建設定檔與套件組合識別碼相符; 將會使用第一個相符項目。
-
- '{0}' 與 '{1}' 不符。
-
- AppID: {0} 已排除,原因是已找到更相符的項目: {1}。
-
- 正在使用相容 AppID 尋找相符的佈建設定檔,僅保留具有最長相符 (萬用字元) 識別碼的設定檔。
-
- AppID: {0} 已排除,原因是找到更相符的項目: {1}。
-
- 找不到任何架構目錄。
-
- 產生的套件組合名稱: {0}
-
- 憑證 '{0}' 與 '{1}' 不符。
-
- 正在建立繫結資源套件: {0}
-
- 憑證 '{0}' 已過期 ({1})
-
- 憑證 '{0}' 與首碼 '{1}' 皆不符。
-
- 偵測到的簽署識別:
-
- 在下列位置找到 {0}: {1}
-
- 找到多個簽署識別; 將會使用第一個識別。
-
- 多個簽署識別與 '{0}' 相符; 將會使用第一個相符項目。
-
- 正在跳過架構組件: {0}
-
- 正在將檔案從 '{0}' 複製到 '{1}'
-
- 正在建立目錄 '{0}'
-
- 檔案不存在,將建立: {0}
-
- 已跳過重複的項目: {0}
-
- 支援的 iPhone 方向與配對不相符
-
- 未設定支援的 iPad 方向
-
- 支援的 iPad 方向不是相符的組合
-
- 針對 watchOS 建置時,只能模擬 watchOS 4.3 SDK。
-
- 未設定支援的 iPhone 方向
-
- Watch 應用程式 '{0}' 未指定 CFBundleShortVersionString
-
- 應用程式延伸模組 '{0}' 具有無法辨識的 NSExtensionPointIdentifier 值 ('{1}')。
-
- Watch 應用程式 '{0}' 未指定 CFBundleVersion
-
- Watch 應用程式 '{0}' 的 CFBundleShortVersionString ({1}) 與主要應用程式套件組合的 CFBundleShortVersionString ({2}) 不符
-
- 應用程式延伸模組 '{0}' 的 CFBundleShortVersionString ({1}) 與主要應用程式套件組合的 CFBundleShortVersionString ({2}) 不符
-
- 應用程式延伸模組 '{0}' 的 CFBundleVersion ({1}) 與主要應用程式套件組合的 CFBundleVersion ({2}) 不符
-
- 應用程式延伸模組 '{0}' 未指定 CFBundleVersion
-
- Watch 延伸模組 '{0}' 未指定 CFBundleShortVersionString)
-
- Watch 應用程式 '{0}' 的 CFBundleVersion ({1}) 與主要應用程式套件組合的 CFBundleVersion ({2}) 不符
-
- 無法建立回應檔 '{0}': {1}
-
- 不支援動態原生參考: '{0}'
-
- '{0}' 具有未知的原生參考類型。
-
- 資產不屬於資產目錄: {0}
-
- 無法剖析 altool 輸出: {0}。
- 輸出: {1}
-
- Watch 延伸模組 '{0}' 的 CFBundleVersion ({1}) 與主要應用程式套件組合的 CFBundleVersion ({2}) 不符
-
- Watch 延伸模組 '{0}' 的 CFBundleShortVersionString ({1}) 與主要應用程式套件組合的 CFBundleShortVersionString ({2}) 不符
-
- Watch 延伸模組 '{0}' 未指定 CFBundleVersion
-
- 沒有任何已安裝的佈建設定檔與套件組合識別碼相符。
-
- iCloud 權利 (例如 '{0}') 需要佈建設定檔。
-
- 佈建設定檔不支援 iCloud 權利 '{0}'。
-
- Conflicting '{0}' and '{1}' options. '{1}' will be ignored.
-
- 在非架構的架構目錄中找到目錄: {0}
-
- 無法判斷資訊清單索引鍵 '{0}' 的值
-
- 架構 {0} 未包含名為 {1} 的二進位檔
-
- 無法在沒有佈建設定檔的 Entitlements.plist 中展開 $(AppIdentifierPrefix)。
-
- 無法在沒有佈建設定檔的 Entitlements.plist 中展開 $(TeamIdentifierPrefix)。
-
- Invalid framework: {0}
-
\ No newline at end of file
+
+
+
+ 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} 執行已啟動。引數: {1}
+
+
+
+ 工具 {0} 執行已完成 (結束代碼 = {1})。
+
+
+
+ 執行工具 '{0}' 時發生錯誤: {1}
+
+
+
+ 無法針對 '{0}' 進行程式碼簽署: {1}
+
+
+
+ 無法針對 '{0}' 進行程式碼簽署
+
+
+
+ 找不到 '{0}'。
+
+
+
+ 載入 '{0}' 時發生錯誤: 未知的映像格式。
+
+
+
+ '{2}' 的 iTunesArtwork 維度 ({0}x{1}) 無效。
+
+
+
+ 偵測到有多個 iTunesArtwork 檔案針對 '{2}' 具有相同的維度 ({0}x{1})。
+
+
+
+ 載入 '{0}' 時發生錯誤: {1}
+
+
+
+ 無法剖析 MinimumOSVersion 值 '{0}'
+
+
+
+ 無法剖析 TargetArchitectures '{0}'
+
+
+
+ 未安裝 '{1}' 的 {0} SDK。
+
+
+
+ 可執行檔 (CFBundleExecutable) 名稱 ({0}) 不能以 '.app' 結尾,原因是 iOS 可能無法啟動該應用程式。
+
+
+
+ 針對 watchOS 建置時,只能模擬 watchOS 4.3 SDK。
+
+
+
+ 已允許所有 http 載入。
+
+
+
+ 已允許任意 http 載入以支援偵錯。
+
+
+
+ 未設定支援的 iPhone 方向
+
+
+
+ 支援的 iPhone 方向與配對不相符
+
+ The iPhone orientation settings do not match iPad, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ 未設定支援的 iPad 方向
+
+
+
+ 支援的 iPad 方向不是相符的組合
+
+ The iPad orientation settings do not match iPhone, see: https://xamarin.github.io/bugzilla-archives/85/850/bug.html
+
+
+ 不可具有多個 iTunesMetadata.plist。
+
+
+
+ 載入設定 plist 檔案 '{0}/Settings.bundle/Root.plist' 時發生錯誤: {1}。
+
+
+
+ 無法剖析 SDK 版本 '{0}'
+
+
+
+
+
+
+
+
+
+ 找不到 SDK bin 目錄
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 在 '{0}' 中找不到任何有效的 Xcode 應用程式套件組合。請在 Visual Studio 的喜好設定 {1} 中,更新您的 Apple SDK 位置。
+
+ The following are literal names and should not be translated: Xcode, Apple SDK, Visual Studio
+{0} - The selected Xcode / Apple SDK directory.
+
+
+ 找不到任何有效的可用 Xcode 開發人員路徑
+
+
+
+ 找不到 '{0}'
+
+
+
+ 正在 '{1}' 中搜尋 '{0}'
+
+
+
+ 未知的 SDK 平台: {0}
+
+
+
+ 找不到具有名稱或 UUID 為 {0} 的佈建設定檔。
+
+
+
+ 未知的搜尋選項: {0}
+
+
+
+ '{0}' 具有未知的原生參考類型。
+
+
+
+ 不支援動態原生參考: '{0}'
+
+
+
+ Xamarin.iOS 中已不再支援目標架構 ARMv6。請選取支援的架構。
+
+
+
+ 無法建立回應檔 '{0}': {1}
+
+
+
+ 無法載入 Info.plist: {0}
+
+
+
+ 無效的架構: '{0}'。
+
+
+
+ 無法剖析目標裝置資訊。
+
+
+
+ 找不到任何目標裝置。
+
+
+
+ 找不到任何裝置架構資訊。
+
+
+
+ 無效的目標架構: '{0}'
+
+
+
+ 找不到任何裝置作業系統資訊。
+
+
+
+ 找不到任何裝置模型資訊。
+
+
+
+ 找不到任何 iOS 版本資訊。
+
+
+
+ 找不到資源規則檔 '{0}'。
+
+
+
+ 無法剖析 SdkVersion '{0}'。
+
+
+
+ Xcode 10 不支援 watchOS 1 應用程式。請升級為 watchOS 2 應用程式,或使用較舊版的 Xcode。
+
+
+ 必須安裝 Xcode >= 6.2 才能建置 WatchKit 應用程式。
+
+
+
+ iOS {0} 不支援 WatchKit。
+
+
+
+ 在 Xcode 應用程式套件組合中找不到 WatchKit 啟動器。
+
+
+
+ 應用程式延伸模組 '{0}' 的 CFBundleShortVersionString ({1}) 與主要應用程式套件組合的 CFBundleShortVersionString ({2}) 不符
+
+
+
+ 應用程式延伸模組 '{0}' 未指定 CFBundleVersion
+
+
+
+ 應用程式延伸模組 '{0}' 的 CFBundleVersion ({1}) 與主要應用程式套件組合的 CFBundleVersion ({2}) 不符
+
+
+
+ 應用程式延伸模組 '{0}' 具有無法辨識的 NSExtensionPointIdentifier 值 ('{1}')。
+
+
+
+ Watch 應用程式 '{0}' 未指定 CFBundleShortVersionString
+
+
+
+ Watch 應用程式 '{0}' 的 CFBundleShortVersionString ({1}) 與主要應用程式套件組合的 CFBundleShortVersionString ({2}) 不符
+
+
+
+ Watch 應用程式 '{0}' 未指定 CFBundleVersion
+
+
+
+ Watch 應用程式 '{0}' 的 CFBundleVersion ({1}) 與主要應用程式套件組合的 CFBundleVersion ({2}) 不符
+
+
+
+ Watch 延伸模組 '{0}' 未指定 CFBundleShortVersionString)
+
+
+
+ Watch 延伸模組 '{0}' 的 CFBundleShortVersionString ({1}) 與主要應用程式套件組合的 CFBundleShortVersionString ({2}) 不符
+
+
+
+ Watch 延伸模組 '{0}' 未指定 CFBundleVersion
+
+
+
+ Watch 延伸模組 '{0}' 的 CFBundleVersion ({1}) 與主要應用程式套件組合的 CFBundleVersion ({2}) 不符
+
+
+
+
+ 在路徑 '{}' 中找不到 {0} '{1}' SDK
+
+
+
+ 在 '{2}' 中找不到 {0} '{1}' SDK usr 路徑
+
+ The provided SDK path is missing a 'usr' directory. The following are literal names and should not be translated: SDK, usr
+{0} - The platform name, such as 'iOS'.
+{1} - The version number of the SDK.
+{2} - The file path of the SDK.
+
+
+ 找不到任何有效的 Xcode 開發人員路徑
+
+
+
+
+
+ 無法辨識的平台: {0}
+
+
+
+ 資產不屬於資產目錄: {0}
+
+
+
+ 找不到檔案: {0}
+
+
+
+ 無效的 json: {0}
+
+
+
+ 未產生部分 Info.plist 檔案: {0}
+
+
+
+ 無法載入 {0} 記錄檔 `{1}`: {2}
+
+ A general failure message if a log file wasn't able to be loaded.
+{0} - The command-line tool that generated the log.
+{1} - The file path to the log.
+{2} - Further detail about the failure.
+
+
+ 無法剖析 altool 輸出: {0}。
+ 輸出: {1}
+
+
+
+
+ 未指定任何 API 定義檔。
+
+
+
+ {0} 失敗。
+
+ A general error message that a command-line tool failed.
+{0} - The file path to the command-line tool.
+
+
+ 在磁碟上找不到套件組合資源 '{0}' (應位於 '{1}')
+
+
+
+ 路徑 '{0}' 會導向應用程式組合套件外的檔案,因此無法使用。
+
+
+
+ Info.plist 檔案應具有 'None' 的建置動作。
+
+
+
+ 已保留名稱 '{0}',因此無法使用。
+
+
+
+ 在非架構的架構目錄中找到目錄: {0}
+
+
+
+ 架構 {0} 未包含名為 {1} 的二進位檔
+
+
+
+ 找不到任何架構目錄。
+
+
+
+ 無法判斷資訊清單索引鍵 '{0}' 的值
+
+
+
+ 載入部分 Info.plist 範本檔案 '{0}' 時發生錯誤: {1}
+
+
+
+ 無法在沒有佈建設定檔的 Entitlements.plist 中展開 $(TeamIdentifierPrefix)。
+
+
+
+ 無法在沒有佈建設定檔的 Entitlements.plist 中展開 $(AppIdentifierPrefix)。
+
+
+
+ iCloud 權利 (例如 '{0}') 需要佈建設定檔。
+
+
+
+ 配置文件不支援 iCloud 權利 '{0}'。
+
+
+
+ 找不到 Entitlements.plist 範本 '{0}'。
+
+
+
+ 載入 Entitlements.plist 範本 '{0}' 時發生錯誤: {1}
+
+
+
+ 寫入 xcent 檔案 '{0}' 時發生錯誤: {1}
+
+
+
+ 寫入 archived-expanded-entitlements.xcent 檔案時發生錯誤: {0}
+
+
+
+ 工具 {0} 執行已完成。
+
+
+
+ {0} 已結束。代碼: {1}
+
+
+
+ 因為輸出檔案 `{1}' 為較新的檔案,所以跳過 `{0}'。
+
+ Skipping a build operation, since the destination file is newer than the source file.
+{0} - The destination file.
+{1} - The source file.
+
+
+ 儲存 `{0}' 時發生錯誤: {1}
+
+
+
+ 正在建立繫結資源套件: {0}
+
+
+
+ 載入 '{0}' 時發生錯誤
+
+
+
+ 套件建立失敗。無法剖析額外引數。
+
+
+
+ 身分識別 '{0}' 與預設金鑰鏈中任何有效的憑證/私密金鑰組不符。
+
+ A failure to sign the iOS application, due to a missing certificate/private key. Xcode has an identical error message, see: https://developer.apple.com/library/archive/technotes/tn2250/_index.html#//apple_ref/doc/uid/DTS40009933-CH1-TNTAG40-WHAT_DOES__VALID_SIGNING_IDENTITY_NOT_FOUND__MEAN_AND_HOW_DO_I_RESOLVE_IT_
+{0} - The name of the identity, such as 'iPhone Developer'.
+
+
+ 偵測到的簽署識別:
+
+
+
+ 憑證 '{0}' 與首碼 '{1}' 皆不符。
+
+
+
+ 憑證 '{0}' 已過期 ({1})
+
+
+
+ 在金鑰鏈中找不到任何有效的 {0} 程式碼簽署金鑰。您必須從 https://developer.apple.com 要求程式碼簽署憑證。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+
+
+ 憑證 '{0}' 與 '{1}' 不符。
+
+
+
+ 在金鑰鏈中找不到 {0} 程式碼簽署金鑰 '{1}'。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The name of the code signing key, such as 'Apple Development'.
+
+
+ 在 {1} 上找不到任何 {0} 可用的佈建設定檔。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The app bundle name, such as 'YouriOSApp.app'
+{1} - The platform name, such as 'iOS'.
+
+
+ '{0}' 與 '{1}' 不符。
+
+
+
+ 沒有任何已安裝的佈建設定檔與已安裝的 {0} {1} 簽署識別相符。
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The app bundle name, such as 'YouriOSApp.app'
+
+
+ 正在使用相容 AppID 尋找相符的佈建設定檔,僅保留具有最長相符 (萬用字元) 識別碼的設定檔。
+
+
+
+ AppID: {0} 已排除,原因是找到更相符的項目: {1}。
+
+
+
+ AppID: {0} 已排除,原因是已找到更相符的項目: {1}。
+
+
+
+ 沒有任何已安裝的佈建設定檔與套件組合識別碼相符。
+
+
+
+ 多個佈建設定檔與套件組合識別碼相符; 將會使用第一個相符項目。
+
+
+
+ {0} 未定義 CFBundleIdentifier
+
+
+
+ 找不到指定的 {0} 佈建設定檔 '{1}'
+
+ A failure to sign the iOS application, due to missing code-signing credentials. See: https://docs.microsoft.com/xamarin/ios/troubleshooting/questions/no-codesigning-keys
+{0} - The platform name, such as 'iOS'.
+{1} - The provisioning profile ID. A string such as: 'f35b0040-2be5-4b1c-a1d6-59ae85047fad'
+
+
+ 專案套件組合識別碼 '{0}' 與指定的佈建設定檔 '{1}' 不符
+
+
+
+ 多個簽署識別與 '{0}' 相符; 將會使用第一個相符項目。
+
+
+
+ 找到多個簽署識別; 將會使用第一個識別。
+
+
+
+ 找不到指定的 {0} 佈建設定檔 '{1}'
+
+
+
+ 沒有任何 {0} 簽署識別與指定的佈建設定檔 '{1}' 相符。
+
+
+
+ 套件組合識別碼 '{0}' 與所選簽署識別 '{0}' 的任何已安裝佈建設定檔不符。
+
+
+
+ 套件組合識別碼 '{0}' 與所選簽署識別 '{0}' 的任何已安裝佈建設定檔不符。
+
+
+
+ 套件組合識別碼 '{0}' 與任何已安裝的佈建設定檔不符。
+
+
+
+ 在下列位置找到 {0}: {1}
+
+ A file was found at a location.
+{0} - The '%(LogicalName)' of the file, or a relative path.
+{1} - The location the file was found.
+
+
+ AssemblyPath 不可為 Null 或空白
+
+
+
+ 產生的套件組合名稱: {0}
+
+
+
+ 未指定任何屬性。
+
+
+
+ 位於 '{0}' 的字典未包含索引鍵: {1}
+
+
+
+ 無法剖析陣列索引: {0}
+
+
+
+ 項目 '{0}' 的陣列索引超出範圍
+
+
+
+ {0} 值不支援子屬性。
+
+ The type of value in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), such as a number or string cannot contain child values.
+{0} - The value type, such as 'NSString'.
+
+
+ 不支援取得 {0} 值。
+
+
+
+ 檔案 '{0}' 不存在。
+
+
+
+ 檔案 '{0}' 與 '{1}' 衝突。
+
+
+
+ Watch 應用程式/延伸模組需要 Xcode 6.2 或更新版本。目前的 Xcode 版本為 {0}
+
+
+
+ 項目必須計算邏輯名稱。
+
+
+
+ 已跳過重複的項目: {0}
+
+
+
+ 檔案不存在,將建立: {0}
+
+
+
+ 正在建立目錄 '{0}'
+
+
+
+ 正在將檔案從 '{0}' 複製到 '{1}'
+
+
+
+ 您必須指定 DestinationFolder 或 DestinationFiles,但不能同時指定兩者。
+
+
+
+ DestinationFiles 數目與 SourceFiles 數目必須相符。
+
+
+
+ 正在跳過架構組件: {0}
+
+
+
+ 未知的目標 Framework 識別碼: {0}。
+
+
+
+ 在 {1} 中找不到 {0}。
+
+
+
+ 未安裝 {0} SDK。
+
+
+
+ 未安裝 {0} SDK 版本 '{1}',而且找不到任何較新的版本。
+
+
+
+ 未安裝 {0} SDK 版本 '{1}'。將改為使用較新的版本 '{2}'。
+
+
+
+ {0} 的格式未知或不正確,因此無法處理。
+
+
+
+ 在 '{0}' 內找不到相符的架構。
+
+
+
+ 衝突的 '{0}' 和 '{1}' 選項。將忽略 '{1}'。
+
+
+
+ 無法取得 ISshCommands 執行個體。請確認已與 Mac 建立有效連線。
+
+
+ 嘗試將封存 '{0}' 複製到 '{1}' 時發生錯誤。詳細資料: {2}
+
+
+ 沒有 Mac 連線可用。將不執行工作 '{0}'
+
+
+ 無法將資料集 {0} 還原序列化
+
+
+ 檔案 {0} 未將 ImageAsset 設為建置動作。
+
+
+ 無法解析目錄 {1} 中 {0} 的 UTI
+
+
+ 嘗試確認 Xcode 和 Xamarin.iOS 之間的相容性時發生錯誤
+
+
+ 該專案使用了不相容的 Xcode 版本 ({0}) 建置而成,可能導致非預期性警告或錯誤。請安裝 Xcode '{1}',或瀏覽文件以深入了解。
+
+
+ 嘗試驗證 Xcode 和 Xamarin.iOS 之間的相容性時發生錯誤。詳細資料: {0}
+
+
+
+ 提供的封存路徑不是來自有效的封存檔案 (.xcarchive)。封存路徑: '{0}'
+
+
+ 無法將 macOS 版本 {0} 對應至相應的 iOS 版本
+
+
+ 無法解析 WiFi 偵錯工具設定的主機 IP。
+
+
+
+ 這部電腦沒有任何網路介面卡。您必須具有網路介面卡才能透過 WiFi 在裝置上進行偵錯或分析。
+
+
+
+ 應用程式延伸模組 '{0}' 未包含 Info.plist。
+
+
+
+ 應用程式延伸模組 '{0}' 未指定 CFBundleIdentifier。
+
+
+
+ 應用程式延伸模組 '{0}' 未指定 CFBundleExecutable。
+
+
+
+ 應用程式延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 無效,其未以主要應用程式套件組合的 CFBundleIdentifier ({2}) 開頭。
+
+
+
+ 應用程式延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 以不符合規定的尾碼 ".key" 結尾。
+
+
+
+ 應用程式延伸模組 '{0}' 未指定 CFBundleShortVersionString。
+
+
+
+ 應用程式延伸模組 '{0}' 的 Info.plist 無效: 其未包含 NSExtension 字典。
+
+
+
+ 應用程式延伸模組 '{0}' 的 Info.plist 無效: NSExtension 字典未包含 NSExtensionPointIdentifier 值。
+
+
+
+
+
+
+ Watch 應用程式 '{0}' 未包含 Info.plist。
+
+
+
+ Watch 應用程式 '{0}' 未指定 CFBundleIdentifier。
+
+
+
+ Watch 應用程式 '{0}' 的 CFBundleIdentifier ({1}) 無效,其不是以主要應用程式套件組合的 CFBundleIdentifier ({2}) 開頭。
+
+
+
+ Watch 應用程式 '{0}' 沒有有效的 UIDeviceFamily 值。必須為 'Watch (4)',但找到 '{1} ({2})'。
+
+
+
+ Watch 應用程式 '{name}' 未指定 CFBundleExecutable
+
+
+
+ Watch 應用程式 '{0}' 的 WKCompanionAppBundleIdentifier 值 ('{1}') 無效,其與主要應用程式套件組合的 CFBundleIdentifier ('{2}') 不符。
+
+
+
+ Watch 應用程式 '{0}' 的 Info.plist 無效: 必須有 WKWatchKitApp 索引鍵,而且值須為 'true'。
+
+
+
+ Watch 應用程式 '{0}' 的 Info.plist 無效: 不得有 LSRequiresIPhoneOS 索引鍵。
+
+
+
+ Watch 應用程式 '{0}' 未包含任何 Watch 延伸模組。
+
+
+
+ Watch 應用程式 '{0}' 未包含任何 Watch 延伸模組。
+
+ The watchOS Application does not contain a watchOS extension, see: https://developer.apple.com/documentation/watchkit
+{0} - The app bundle name, such as 'YourWatchOSApp.app'
+
+
+ Watch 延伸模組 '{0}' 未包含任何 Info.plist。
+
+
+
+ Watch 延伸模組 '{0}' 未指定 CFBundleIdentifier。
+
+
+
+ Watch 延伸模組 '{0}' 未指定 CFBundleExecutable。
+
+
+
+ Watch 延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 無效,其不是以主要應用程式套件組合的 CFBundleIdentifier ({2}) 開頭。
+
+
+
+ Watch 延伸模組 '{0}' 的 CFBundleIdentifier ({1}) 以不符合規定的尾碼 ".key" 結尾。
+
+
+
+ Watch 延伸模組 '{0}' 的 Info.plist 無效: 其未包含 NSExtension 字典。
+
+
+
+ Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtensionPointIdentifier 必須為 "com.apple.watchkit"。
+
+
+
+ Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtension 字典必須包含 NSExtensionPointIdentifier。
+
+
+
+ Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtension 字典必須包含 NSExtensionAttributes。
+
+
+
+ Watch 延伸模組 '{0}' 的 WKAppBundleIdentifier 值 ('{1}') 無效,其與父系 Watch 應用程式套件組合的 CFBundleIdentifier ('{2}') 不符。
+
+
+
+ Watch 延伸模組 '{0}' 的 Info.plist 無效: NSExtensionAttributes 字典必須包含 WKAppBundleIdentifier。
+
+
+
+ WatchKit 延伸模組 '{0}' 的 Info.plist 無效: UIRequiredDeviceCapabilities 字典不應包含 'watch-companion' 功能。
+
+
+
+ WatchKit 延伸模組 '{0}' 的 Info.plist 無效: UIRequiredDeviceCapabilities 陣列不應包含 'watch-companion' 功能。
+
+
+
+ Watch 應用程式 '{0}' 未包含 Info.plist。
+
+
+
+ Watch 應用程式 '{0}' 未指定 CFBundleIdentifier。
+
+
+
+ Watch 應用程式 '{0}' 沒有有效的 UIDeviceFamily 值。必須為 '{1}',但找到 '{2} ({3})'。
+
+
+
+ Watch 應用程式 '{0}' 未指定 CFBundleExecutable。
+
+
+
+ WatchKit 延伸模組 '{0}' 的 WKAppBundleIdentifier 值 ('{1}') 無效,其與 Watch 應用程式的 CFBundleIdentifier ('{2}') 不符。
+
+
+
+ Watch 應用程式 '{0}' 的 WKCompanionAppBundleIdentifier 值 ('{1}') 無效,其與主要應用程式套件組合的 CFBundleIdentifier ('{2}') 不符。
+
+
+
+ Watch 應用程式 '{0}' 的 Info.plist 無效: WKCompanionAppBundleIdentifier 必須存在,而且必須與主要應用程式套件組合的 CFBundleIdentifier 相符。
+
+
+
+ Watch 應用程式 '{0}' 的 Info.plist 無效: 不得有 LSRequiresIPhoneOS 索引鍵。
+
+
+
+ 應用程式套件組合 {0} 未包含 Info.plist。
+
+
+
+ {0} 未指定 CFBundleIdentifier。
+
+
+
+ {0} 未指定 CFBundleExecutable。
+
+
+
+ {0} 未指定 CFBundleSupportedPlatforms。
+
+
+
+ {0} 未指定 UIDeviceFamily。
+
+
+
+ {0} 無效: UIDeviceFamily 索引鍵必須包含 '{1}' 的值。
+
+
+
+ 無法辨識的類型: {Type}
+
+
+
+ 新增: 未正確指定項目 "{0}"
+
+
+
+ 新增: 項目 "{0}" 包含無效的陣列索引
+
+
+
+ 新增: "{0}" 項目已存在
+
+
+
+ 新增: 無法將項目 "{0}" 新增至父系
+
+
+
+ 刪除: 無法從父系刪除項目 "{0}"
+
+
+
+ 刪除: 項目 "{0}" 包含無效的陣列索引
+
+
+
+ 刪除: 項目 "{0}" 不存在
+
+
+
+ 匯入: 未正確指定項目 "{0}"
+
+
+
+ 匯入: 項目 "{0}" 包含無效的陣列索引
+
+
+
+ 匯入: 讀取檔案時發生錯誤: {0}
+
+
+
+ 匯入: 無法將項目 "{0}" 新增至父系
+
+
+
+ 合併: 無法將陣列項目新增至字典
+
+ Array entries in a '.plist' file (see: https://en.wikipedia.org/wiki/Property_list), cannot be added to a dictionary.
+
+
+ 合併: 指定的項目必須為容器
+
+
+
+ 合併: 項目 "{0}" 包含無效的陣列索引
+
+
+
+ 合併: 項目 "{0}" 不存在
+
+
+
+ 合併: 讀取檔案時發生錯誤: {0}
+
+
+
+ 設定: 未正確指定項目 "{0}"
+
+
+
+ 設定: 項目 "{0}" 包含無效的陣列索引
+
+
+
+ 設定: 項目 "{0}" 不存在
+
+
+
+ 除非繫結專案中具有原生參考,否則無法建立繫結資源套件。
+
+
+
+ Xamarin.iOS 14+ 不支援 watchOS 1 應用程式。請將您的專案遷移到 watchOS 2+。
+
+
+ 結構無效 ({0}): 無法一次連結一個以上的結構。
+
+
+ 無法剖析 AOT 編譯器引數: {0} ({1})
+
+ AOT: Ahead-of-Time
+ {0}: The arguments that failed to parse
+ {1}: A more detailed description about the failure
+
+
+
+ 架構無效: {0}
+
+
+ 平台無效: {0}
+
+
+ 套件產品需求檔案包含與目標結構 ({1}) 不符合的結構 ({0})
+
+
+ At least one app bundle must be specified.
+
+
+ The app bundle {0} does not exist.
+
+
+ No 'SpecificSubDirectory' metadata was provided for the app bundle {0}.
+
+
+ Can't merge the symlink '{0}', it has different targets.
+
+
+ Unable to merge the file '{0}', it's different between the input app bundles.
+
+
+ Invalid app bundle: the Mach-O file {0} has dependent files.
+
+
+ Invalid app bundle: the file {0} has different types between the input app bundles.
+
+
+ App bundle file #{0}: {1}
+
+ This error will be shown multiple times, listing the full path to the files causing E7076, E7077 and E7079.
+ {0}: a number indicating which input app bundle the file is from
+ {1}: the full path to the file in question
+
+
+
\ No newline at end of file
diff --git a/msbuild/Xamarin.Mac.Tasks/Xamarin.Mac.Common.targets b/msbuild/Xamarin.Mac.Tasks/Xamarin.Mac.Common.targets
index 80644708463d..54bab29a1267 100644
--- a/msbuild/Xamarin.Mac.Tasks/Xamarin.Mac.Common.targets
+++ b/msbuild/Xamarin.Mac.Tasks/Xamarin.Mac.Common.targets
@@ -103,18 +103,6 @@ Copyright (C) 2014 Xamarin. All rights reserved.
-
-
-
-
-
diff --git a/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/AOTCompileTaskBase.cs b/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/AOTCompileTaskBase.cs
index 3f764fc0ac57..fcba3b9feaff 100644
--- a/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/AOTCompileTaskBase.cs
+++ b/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/AOTCompileTaskBase.cs
@@ -36,7 +36,7 @@ public abstract class AOTCompileTaskBase : XamarinTask {
public ITaskItem[] AssemblyFiles { get; set; }
[Output]
- public ITaskItem[] AOTData { get; set; }
+ public ITaskItem[] FileWrites { get; set; }
#endregion
public override bool Execute ()
@@ -64,9 +64,7 @@ public override bool Execute ()
Directory.CreateDirectory (OutputDirectory);
var aotAssemblyFiles = new List ();
- var aotDataFiles = new List ();
var processes = new Task [Assemblies.Length];
- var objectFiles = new List ();
var environment = new Dictionary {
{ "MONO_PATH", Path.GetFullPath (InputDirectory) },
@@ -85,7 +83,6 @@ public override bool Execute ()
aotAssemblyItem.SetMetadata ("Arguments", "-Xlinker -rpath -Xlinker @executable_path/ -Qunused-arguments -x assembler -D DEBUG");
aotAssemblyItem.SetMetadata ("Arch", arch);
aotAssemblyFiles.Add (aotAssemblyItem);
- aotDataFiles.Add (new TaskItem (aotData));
var arguments = new List ();
if (!StringUtils.TryParseArguments (aotArguments, out var parsedArguments, out var ex)) {
@@ -111,9 +108,14 @@ public override bool Execute ()
System.Threading.Tasks.Task.WaitAll (processes);
- AOTData = aotDataFiles.ToArray ();
AssemblyFiles = aotAssemblyFiles.ToArray ();
+ // For Windows support it's necessary to have the files we're going to create as an Output parameter, so that the files are
+ // created on the windows side too, which makes the Inputs/Outputs logic work properly when working from Windows.
+ var objectFiles = Assemblies.Select (v => v.GetMetadata ("ObjectFile")).Where (v => !string.IsNullOrEmpty (v));
+ var llvmFiles = Assemblies.Select (v => v.GetMetadata ("LLVMFile")).Where (v => !string.IsNullOrEmpty (v));
+ FileWrites = objectFiles.Union (llvmFiles).Select (v => new TaskItem (v)).ToArray ();
+
return !Log.HasLoggedErrors;
}
diff --git a/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/CompileNativeCodeTaskBase.cs b/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/CompileNativeCodeTaskBase.cs
index edae141d267b..0675498435f0 100644
--- a/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/CompileNativeCodeTaskBase.cs
+++ b/msbuild/Xamarin.MacDev.Tasks.Core/Tasks/CompileNativeCodeTaskBase.cs
@@ -21,9 +21,6 @@ public abstract class CompileNativeCodeTaskBase : XamarinTask {
[Required]
public string MinimumOSVersion { get; set; }
- [Output]
- public ITaskItem [] ObjectFiles { get; set; }
-
[Required]
public string SdkDevPath { get; set; }
@@ -37,10 +34,6 @@ public abstract class CompileNativeCodeTaskBase : XamarinTask {
public override bool Execute ()
{
var processes = new Task [CompileInfo.Length];
- var objectFiles = new List ();
-
- if (ObjectFiles != null)
- objectFiles.AddRange (ObjectFiles);
for (var i = 0; i < CompileInfo.Length; i++) {
var info = CompileInfo [i];
@@ -99,7 +92,6 @@ public override bool Execute ()
outputFile = Path.GetFullPath (outputFile);
arguments.Add ("-o");
arguments.Add (outputFile);
- objectFiles.Add (new TaskItem (outputFile));
arguments.Add ("-c");
arguments.Add (src);
@@ -109,8 +101,6 @@ public override bool Execute ()
System.Threading.Tasks.Task.WaitAll (processes);
- ObjectFiles = objectFiles.ToArray ();
-
return !Log.HasLoggedErrors;
}
}
diff --git a/msbuild/Xamarin.Shared/Xamarin.Shared.targets b/msbuild/Xamarin.Shared/Xamarin.Shared.targets
index 2c3b8dea923b..0410ca6d7e3f 100644
--- a/msbuild/Xamarin.Shared/Xamarin.Shared.targets
+++ b/msbuild/Xamarin.Shared/Xamarin.Shared.targets
@@ -1105,6 +1105,28 @@ Copyright (C) 2018 Microsoft. All rights reserved.
+
+
+
+
+
+
+
+
<_CollectFrameworksDependsOn>
$(_CollectFrameworksDependsOn);
diff --git a/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets b/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets
index 5be91de06a92..7aea9a6b7208 100644
--- a/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets
+++ b/msbuild/Xamarin.iOS.Tasks.Core/Xamarin.iOS.Common.targets
@@ -842,28 +842,6 @@ Copyright (C) 2013-2016 Xamarin. All rights reserved.
/>
-
-
-
-
-
-
-
-
diff --git a/src/AppKit/Enums.cs b/src/AppKit/Enums.cs
index ed69547ac6ca..3c30a51f24f9 100644
--- a/src/AppKit/Enums.cs
+++ b/src/AppKit/Enums.cs
@@ -1423,15 +1423,6 @@ public enum NSTextStorageEditedFlags : ulong {
}
#endif
- [Mac (10,11)]
- [Native]
- [Flags]
- public enum NSTextStorageEditActions : ulong
- {
- Attributes = (1 << 0),
- Characters = (1 << 1)
- }
-
[Native]
public enum NSPrinterTableStatus : ulong {
Ok, NotFound, Error
@@ -2421,58 +2412,6 @@ public enum NSEventGestureAxis : long {
None, Horizontal, Vertical
}
- [Native]
- public enum NSLayoutRelation : long {
- LessThanOrEqual = -1,
- Equal = 0,
- GreaterThanOrEqual = 1
- }
-
- [Native]
- public enum NSLayoutAttribute : long {
- NoAttribute = 0,
- Left = 1,
- Right,
- Top,
- Bottom,
- Leading,
- Trailing,
- Width,
- Height,
- CenterX,
- CenterY,
- Baseline,
- [Mac (10,11)] LastBaseline = Baseline,
- [Mac (10,11)] FirstBaseline,
- }
-
- [Flags]
- [Native]
- public enum NSLayoutFormatOptions : ulong {
- None = 0,
-
- AlignAllLeft = (1 << (int)NSLayoutAttribute.Left),
- AlignAllRight = (1 << (int)NSLayoutAttribute.Right),
- AlignAllTop = (1 << (int)NSLayoutAttribute.Top),
- AlignAllBottom = (1 << (int)NSLayoutAttribute.Bottom),
- AlignAllLeading = (1 << (int)NSLayoutAttribute.Leading),
- AlignAllTrailing = (1 << (int)NSLayoutAttribute.Trailing),
- AlignAllCenterX = (1 << (int)NSLayoutAttribute.CenterX),
- AlignAllCenterY = (1 << (int)NSLayoutAttribute.CenterY),
- AlignAllBaseline = (1 << (int)NSLayoutAttribute.Baseline),
- [Mac (10,11)] AlignAllLastBaseline = (int)AlignAllBaseline,
- [Mac (10,11)] AlignAllFirstBaseline = (1 << (int)NSLayoutAttribute.FirstBaseline),
- AlignmentMask = 0xFFFF,
-
- /* choose only one of these three
- */
- DirectionLeadingToTrailing = 0 << 16, // default
- DirectionLeftToRight = 1 << 16,
- DirectionRightToLeft = 2 << 16,
-
- DirectionMask = 0x3 << 16,
- }
-
[Native]
public enum NSLayoutConstraintOrientation : long {
Horizontal, Vertical
@@ -2766,29 +2705,6 @@ public enum NSSpringLoadingOptions : ulong
NoHover = 1 << 3
}
- [Mac (10,11)]
- [Native]
- public enum NSGlyphProperty : long
- {
- Null = (1 << 0),
- ControlCharacter = (1 << 1),
- Elastic = (1 << 2),
- NonBaseCharacter = (1 << 3)
- }
-
- [Flags]
- [Mac (10,11)]
- [Native]
- public enum NSControlCharacterAction : long
- {
- ZeroAdvancement = (1 << 0),
- Whitespace = (1 << 1),
- HorizontalTab = (1 << 2),
- LineBreak = (1 << 3),
- ParagraphBreak = (1 << 4),
- ContainerBreak = (1 << 5)
- }
-
[Flags]
[Mac (10,12)]
[Native]
@@ -3106,15 +3022,4 @@ public enum NSImageSymbolScale : long
Medium = 2,
Large = 3,
}
-
- [Mac (11,0)]
- [Flags]
- [Native]
- public enum NSLineBreakStrategy : ulong
- {
- None = 0x0,
- PushOut = 1uL << 0,
- HangulWordPriority = 1uL << 1,
- Standard = 0xffff,
- }
}
diff --git a/src/AppKit/NSCollectionLayoutAnchor.cs b/src/AppKit/NSCollectionLayoutAnchor.cs
index 1ce7ea6142e0..b787cd8de914 100644
--- a/src/AppKit/NSCollectionLayoutAnchor.cs
+++ b/src/AppKit/NSCollectionLayoutAnchor.cs
@@ -17,8 +17,8 @@ public partial class NSCollectionLayoutAnchor {
public static NSCollectionLayoutAnchor Create (NSDirectionalRectEdge edges, NSCollectionLayoutAnchorOffsetType offsetType, CGPoint offset) =>
offsetType switch
{
- NSCollectionLayoutAnchorOffsetType.Absolute => _LayoutAnchorWithEdgesAbsoluteOffset (edges, offset),
- NSCollectionLayoutAnchorOffsetType.Fractional => _LayoutAnchorWithEdgesFractionalOffset (edges, offset),
+ NSCollectionLayoutAnchorOffsetType.Absolute => CreateFromAbsoluteOffset (edges, offset),
+ NSCollectionLayoutAnchorOffsetType.Fractional => CreateFromFractionalOffset (edges, offset),
_ => throw new ArgumentException (message: "Invalid enum value", paramName: nameof (offsetType)),
};
}
diff --git a/src/AppKit/XEnums.cs b/src/AppKit/XEnums.cs
index 6fc35c4ffbe7..05cecfc801a5 100644
--- a/src/AppKit/XEnums.cs
+++ b/src/AppKit/XEnums.cs
@@ -11,12 +11,6 @@
namespace AppKit {
- [Native]
- public enum NSTextLayoutOrientation : long {
- Horizontal,
- Vertical
- }
-
[Native]
public enum NSPrintRenderingQuality : long {
Best,
diff --git a/src/UIKit/UIEnums.cs b/src/UIKit/UIEnums.cs
index 7a77e5ea8e52..a6b07f75a806 100644
--- a/src/UIKit/UIEnums.cs
+++ b/src/UIKit/UIEnums.cs
@@ -1177,84 +1177,6 @@ public enum UITextGranularity : long {
Document
}
- // NSInteger -> UITextInput.h
- [Native]
- [NoWatch]
- public enum NSLayoutRelation : long {
- LessThanOrEqual = -1,
- Equal = 0,
- GreaterThanOrEqual = 1
- }
-
- // NSInteger -> NSLayoutConstraint.h
- [Native]
- [NoWatch]
- public enum NSLayoutAttribute : long {
- NoAttribute = 0,
- Left = 1,
- Right,
- Top,
- Bottom,
- Leading,
- Trailing,
- Width,
- Height,
- CenterX,
- CenterY,
- Baseline,
- LastBaseline = Baseline,
- FirstBaseline,
-
- [iOS (8,0)]
- LeftMargin,
- [iOS (8,0)]
- RightMargin,
- [iOS (8,0)]
- TopMargin,
- [iOS (8,0)]
- BottomMargin,
- [iOS (8,0)]
- LeadingMargin,
- [iOS (8,0)]
- TrailingMargin,
- [iOS (8,0)]
- CenterXWithinMargins,
- [iOS (8,0)]
- CenterYWithinMargins,
- }
-
- // NSUInteger -> NSLayoutConstraint.h
- [Native]
- [Flags]
- [NoWatch]
- public enum NSLayoutFormatOptions : ulong {
- AlignAllLeft = (1 << (int) NSLayoutAttribute.Left),
- AlignAllRight = (1 << (int) NSLayoutAttribute.Right),
- AlignAllTop = (1 << (int) NSLayoutAttribute.Top),
- AlignAllBottom = (1 << (int) NSLayoutAttribute.Bottom),
- AlignAllLeading = (1 << (int) NSLayoutAttribute.Leading),
- AlignAllTrailing = (1 << (int) NSLayoutAttribute.Trailing),
- AlignAllCenterX = (1 << (int) NSLayoutAttribute.CenterX),
- AlignAllCenterY = (1 << (int) NSLayoutAttribute.CenterY),
- AlignAllBaseline = (1 << (int) NSLayoutAttribute.Baseline),
- AlignAllLastBaseline = (1 << (int) NSLayoutAttribute.LastBaseline),
- AlignAllFirstBaseline = (1 << (int) NSLayoutAttribute.FirstBaseline),
-
- AlignmentMask = 0xFFFF,
-
- /* choose only one of these three
- */
- DirectionLeadingToTrailing = 0 << 16, // default
- DirectionLeftToRight = 1 << 16,
- DirectionRightToLeft = 2 << 16,
-
- SpacingEdgeToEdge = 0 << 19,
- SpacingBaselineToBaseline = 1 << 19,
- SpacingMask = 1 << 19,
-
- DirectionMask = 0x3 << 16,
- }
-
// float (and not even a CGFloat) -> NSLayoutConstraint.h
// the API were fixed (a long time ago to use `float`) and the enum
// values can still be used (and useful) since they will be casted
@@ -1375,22 +1297,6 @@ public enum UINavigationControllerOperation : long {
None, Push, Pop
}
- // NSInteger -> NSLayoutManager.h
- [Native]
- [NoWatch]
- public enum NSTextLayoutOrientation : long {
- Horizontal, Vertical
- }
-
- // NSUInteger -> NSTextStorage.h
- [Native]
- [Flags]
- [NoWatch]
- public enum NSTextStorageEditActions : ulong {
- Attributes = 1,
- Characters = 2
- }
-
// NSInteger -> UIActivity.h
[Native]
[NoTV][NoWatch]
@@ -1496,28 +1402,6 @@ public enum UIPushBehaviorMode : long {
Instantaneous
}
- // NSInteger -> NSLayoutManager.h
- [Native]
- [NoWatch]
- public enum NSGlyphProperty : long {
- Null = (1 << 0),
- ControlCharacter = (1 << 1),
- Elastic = (1 << 2),
- NonBaseCharacter = (1 << 3)
- }
-
- // NSInteger -> NSLayoutManager.h
- [Native]
- [NoWatch]
- public enum NSControlCharacterAction : long {
- ZeroAdvancementAction = (1 << 0),
- WhitespaceAction = (1 << 1),
- HorizontalTabAction = (1 << 2),
- LineBreakAction = (1 << 3),
- ParagraphBreakAction = (1 << 4),
- ContainerBreakAction = (1 << 5)
- }
-
// NSInteger -> UITabBar.h
[Native]
[NoWatch]
@@ -2413,13 +2297,6 @@ public enum UIImageSymbolWeight : long
Black,
}
- [Mac (10,15), iOS (13,0), TV (13,0)]
- [Native]
- public enum NSTextScalingType : long {
- Standard = 0,
- iOS,
- }
-
[iOS (13,0), TV (13,0), NoWatch]
[Native]
public enum UISceneActivationState : long {
@@ -2602,31 +2479,6 @@ public enum UICollectionLayoutSectionOrthogonalScrollingBehavior : long {
GroupPagingCentered,
}
- [Flags, Watch (6,0), TV (13,0), iOS (13,0)]
- [Native]
- public enum NSDirectionalRectEdge : ulong {
- None = 0x0,
- Top = 1uL << 0,
- Leading = 1uL << 1,
- Bottom = 1uL << 2,
- Trailing = 1uL << 3,
- All = Top | Leading | Bottom | Trailing,
- }
-
- [Watch (6,0), TV (13,0), iOS (13,0)]
- [Native]
- public enum NSRectAlignment : long {
- None = 0,
- Top,
- TopLeading,
- Leading,
- BottomLeading,
- Bottom,
- BottomTrailing,
- Trailing,
- TopTrailing,
- }
-
[TV (13,0), NoWatch, iOS (13,0)]
[Native]
public enum UIAccessibilityContrast : long {
@@ -3158,16 +3010,6 @@ public enum UINavigationItemBackButtonDisplayMode : long {
Minimal = 2,
}
- [Watch (7,0), TV (14,0), iOS (14,0)]
- [Flags]
- [Native]
- public enum NSLineBreakStrategy : ulong {
- None = 0x0,
- PushOut = 1uL << 0,
- HangulWordPriority = 1uL << 1,
- Standard = 0xffff,
- }
-
// NSInteger -> UIGuidedAccessRestrictions.h
[Native]
[NoWatch]
diff --git a/src/appkit.cs b/src/appkit.cs
index df49adb14922..593348b88784 100644
--- a/src/appkit.cs
+++ b/src/appkit.cs
@@ -5112,28 +5112,6 @@ partial interface NSCustomImageRep {
NSObject Delegate { get; }
}
- [Mac (10,11)]
- [BaseType (typeof(NSObject))]
- [DisableDefaultCtor] // - (instancetype)init NS_UNAVAILABLE;
- interface NSDataAsset : NSCopying
- {
- [Export ("initWithName:")]
- IntPtr Constructor (string name);
-
- [Export ("initWithName:bundle:")]
- [DesignatedInitializer]
- IntPtr Constructor (string name, NSBundle bundle);
-
- [Export ("name")]
- string Name { get; }
-
- [Export ("data", ArgumentSemantic.Copy)]
- NSData Data { get; }
-
- [Export ("typeIdentifier")] // Uniform Type Identifier
- NSString TypeIdentifier { get; }
- }
-
[BaseType (typeof (NSControl), Delegates=new string [] {"WeakDelegate"}, Events=new Type [] {typeof (NSDatePickerCellDelegate)})]
interface NSDatePicker {
[Export ("initWithFrame:")]
@@ -9843,26 +9821,6 @@ interface NSStringDrawing_NSAttributedString {
[Export ("drawInRect:")]
void DrawInRect (CGRect rect);
}
-
- [ThreadSafe]
- [Category, BaseType (typeof (NSString))]
- interface NSExtendedStringDrawing {
- [Mac (10,11)]
- [Export ("drawWithRect:options:attributes:context:")]
- void WeakDrawString (CGRect rect, NSStringDrawingOptions options, [NullAllowed] NSDictionary attributes, [NullAllowed] NSStringDrawingContext context);
-
- [Mac (10,11)]
- [Wrap ("WeakDrawString (This, rect, options, attributes.GetDictionary (), context)")]
- void DrawString (CGRect rect, NSStringDrawingOptions options, [NullAllowed] NSStringAttributes attributes, [NullAllowed] NSStringDrawingContext context);
-
- [Mac (10,11)]
- [Export ("boundingRectWithSize:options:attributes:context:")]
- CGRect WeakGetBoundingRect (CGSize size, NSStringDrawingOptions options, [NullAllowed] NSDictionary attributes, [NullAllowed] NSStringDrawingContext context);
-
- [Mac (10,11)]
- [Wrap ("WeakGetBoundingRect (This, size, options, attributes.GetDictionary (), context)")]
- CGRect GetBoundingRect (CGSize size, NSStringDrawingOptions options, [NullAllowed] NSStringAttributes attributes, [NullAllowed] NSStringDrawingContext context);
- }
// @interface NSExtendedStringDrawing (NSAttributedString)
[ThreadSafe]
@@ -14638,24 +14596,6 @@ partial interface NSStatusItem {
string AutosaveName { get; set; }
}
- [DesignatedDefaultCtor]
- [BaseType (typeof (NSObject))]
- interface NSShadow : NSSecureCoding, NSCopying {
- [Export ("set")]
- void Set ();
-
- //Detected properties
- [Export ("shadowOffset")]
- CGSize ShadowOffset { get; set; }
-
- [Export ("shadowBlurRadius")]
- nfloat ShadowBlurRadius { get; set; }
-
- [Export ("shadowColor", ArgumentSemantic.Copy)]
- NSColor ShadowColor { get; set; }
-
- }
-
[Static]
interface NSStringAttributeKey {
[Field ("NSFontAttributeName")]
@@ -18253,173 +18193,6 @@ interface NSTextTable {
bool HidesEmptyCells { get; set; }
}
- [BaseType (typeof (NSObject))]
- partial interface NSTextContainer : NSSecureCoding {
- [Export ("initWithContainerSize:"), Internal]
- [Sealed]
- IntPtr InitWithContainerSize (CGSize size);
-
- [Mac (10,11)]
- [Export ("initWithSize:"), Internal]
- [Sealed]
- IntPtr InitWithSize (CGSize size);
-
- [Export ("replaceLayoutManager:")]
- void ReplaceLayoutManager (NSLayoutManager newLayoutManager);
-
- // FIXME: Binding
- //[Export ("lineFragmentRectForProposedRect:sweepDirection:movementDirection:remainingRect:")]
- //CGRect LineFragmentRect (CGRect proposedRect, NSLineSweepDirection sweepDirection, NSLineMovementDirection movementDirection, NSRectPointer remainingRect);
-
- [Export ("isSimpleRectangularTextContainer")]
- bool IsSimpleRectangularTextContainer { get; }
-
- [Deprecated (PlatformName.MacOSX, 10, 11)]
- [Export ("containsPoint:")]
- bool ContainsPoint (CGPoint point);
-
- //Detected properties
- [Export ("layoutManager")]
- NSLayoutManager LayoutManager { get; set; }
-
- [Export ("textView", ArgumentSemantic.Weak)]
- NSTextView TextView { get; set; }
-
- [Export ("widthTracksTextView")]
- bool WidthTracksTextView { get; set; }
-
- [Export ("heightTracksTextView")]
- bool HeightTracksTextView { get; set; }
-
- [Availability (Deprecated = Platform.Mac_10_11, Message = "Use Size instead.")]
- [Export ("containerSize")]
- CGSize ContainerSize { get; set; }
-
- [Export ("lineFragmentPadding")]
- nfloat LineFragmentPadding { get; set; }
-
- [Mac (10,11)]
- [Export ("size", ArgumentSemantic.Assign)]
- CGSize Size { get; set; }
-
- [Mac (10,11)]
- [Export ("exclusionPaths", ArgumentSemantic.Copy)]
- // [Verify (StronglyTypedNSArray)]
- NSBezierPath[] ExclusionPaths { get; set; }
-
- [Mac (10,11)]
- [Export ("lineBreakMode", ArgumentSemantic.Assign)]
- NSLineBreakMode LineBreakMode { get; set; }
-
- [Mac (10,11)]
- [Export ("maximumNumberOfLines", ArgumentSemantic.Assign)]
- nuint MaximumNumberOfLines { get; set; }
-
- [Mac (10,11)]
- [Export ("lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect:")]
- CGRect GetLineFragmentRect (CGRect proposedRect, nuint characterIndex, NSWritingDirection baseWritingDirection, ref CGRect remainingRect);
- }
-
- [BaseType (typeof (NSMutableAttributedString), Delegates=new string [] { "Delegate" }, Events=new Type [] { typeof (NSTextStorageDelegate)})]
- partial interface NSTextStorage {
- [Export ("initWithString:")]
- IntPtr Constructor (string str);
-
- [Export ("addLayoutManager:")][PostGet ("LayoutManagers")]
- void AddLayoutManager (NSLayoutManager obj);
-
- [Export ("removeLayoutManager:")][PostGet ("LayoutManagers")]
- void RemoveLayoutManager (NSLayoutManager obj);
-
- [Export ("layoutManagers")]
- NSLayoutManager [] LayoutManagers { get; }
-
- [Export ("edited:range:changeInLength:")]
- void Edited (nuint editedMask, NSRange range, nint delta);
-
- [Export ("processEditing")]
- void ProcessEditing ();
-
- [Export ("invalidateAttributesInRange:")]
- void InvalidateAttributes (NSRange range);
-
- [Export ("ensureAttributesAreFixedInRange:")]
- void EnsureAttributesAreFixed (NSRange range);
-
- [Export ("fixesAttributesLazily")]
- bool FixesAttributesLazily { get; }
-
- [Export ("editedMask")]
-#if !XAMCORE_4_0
- NSTextStorageEditedFlags EditedMask { get; }
-#else
- NSTextStorageEditActions EditedMask { get; }
-#endif
-
- [Export ("editedRange")]
- NSRange EditedRange { get; }
-
- [Export ("changeInLength")]
- nint ChangeInLength { get; }
-
- //Detected properties
- [Export ("delegate", ArgumentSemantic.Assign)][NullAllowed]
- NSObject WeakDelegate { get; set; }
-
- [Wrap ("WeakDelegate")]
- [Protocolize]
- NSTextStorageDelegate Delegate { get; set; }
-
- }
-
- [BaseType (typeof (NSObject))]
- [Model]
- [Protocol]
- interface NSTextStorageDelegate {
- [Availability (Deprecated = Platform.Mac_10_11, Message = "Use WillProcessEditing instead.")]
- [Export ("textStorageWillProcessEditing:")]
- void TextStorageWillProcessEditing (NSNotification notification);
-
- [Availability (Deprecated = Platform.Mac_10_11, Message = "Use DidProcessEditing instead.")]
- [Export ("textStorageDidProcessEditing:")]
- void TextStorageDidProcessEditing (NSNotification notification);
-
- [Mac (10,11)]
- [Export ("textStorage:willProcessEditing:range:changeInLength:"), EventArgs ("NSTextStorage")]
- void WillProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
-
- [Mac (10,11)]
- [Export ("textStorage:didProcessEditing:range:changeInLength:"), EventArgs ("NSTextStorage")]
- void DidProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
- }
-
- [BaseType (typeof (NSObject))]
- interface NSTextTab : NSSecureCoding, NSCopying {
- [DesignatedInitializer]
- [Export ("initWithTextAlignment:location:options:")]
- IntPtr Constructor (NSTextAlignment alignment, nfloat loc, NSDictionary options);
-
- [Export ("alignment")]
- NSTextAlignment Alignment { get; }
-
- [Export ("options")]
- NSDictionary Options { get; }
-
- [Export ("initWithType:location:")]
- IntPtr Constructor (NSTextTabType type, nfloat loc);
-
- [Export ("location")]
- nfloat Location { get; }
-
- [Export ("tabStopType")]
- NSTextTabType TabStopType { get; }
-
- [Mac (10,11)]
- [Static]
- [Export ("columnTerminatorsForLocale:")]
- NSCharacterSet GetColumnTerminators ([NullAllowed] NSLocale locale);
- }
-
[Protocol]
interface NSTextInput
{
@@ -22237,12 +22010,6 @@ void ReopenDocumentForUrl ([NullAllowed] NSUrl url, NSUrl contentsUrl,
bool displayDocument, OpenDocumentCompletionHandler completionHandler);
}
- [Model]
- interface NSTextLayoutOrientationProvider {
- [Export ("layoutOrientation")]
- NSTextLayoutOrientation LayoutOrientation { get; }
- }
-
partial interface NSLayoutManager {
// FIXME: This may need some generator work, or use IntPtr for glyphs?
//
@@ -23210,14 +22977,6 @@ partial interface NSTextInputContext {
NSString KeyboardSelectionDidChangeNotification { get; }
}
- partial interface NSTextStorage {
- [Notification, Field ("NSTextStorageWillProcessEditingNotification")]
- NSString WillProcessEditingNotification { get; }
-
- [Notification, Field ("NSTextStorageDidProcessEditingNotification")]
- NSString DidProcessEditingNotification { get; }
- }
-
partial interface NSToolbarItemEventArgs {
[Export ("item")]
NSToolbarItem Item { get; }
@@ -26519,14 +26278,6 @@ interface NSWindowTabGroup
void Remove (NSWindow window);
}
- [Mac (10,15)]
- [Native]
- public enum NSTextScalingType : long
- {
- Standard = 0,
- iOS,
- }
-
[Mac (10,15)]
[BaseType (typeof(NSTouchBarItem))]
[DisableDefaultCtor]
@@ -26582,18 +26333,6 @@ public enum NSCollectionLayoutSectionOrthogonalScrollingBehavior : long
GroupPagingCentered,
}
- [Flags, Mac (10,15)]
- [Native]
- public enum NSDirectionalRectEdge : ulong
- {
- None = 0x0,
- Top = 1uL << 0,
- Leading = 1uL << 1,
- Bottom = 1uL << 2,
- Trailing = 1uL << 3,
- All = Top | Leading | Bottom | Trailing,
- }
-
[Mac (10,15)]
[Native]
public enum NSPickerTouchBarItemControlRepresentation : long
@@ -26612,21 +26351,6 @@ public enum NSPickerTouchBarItemSelectionMode : long
Momentary = 2,
}
- [Mac (10,15)]
- [Native]
- public enum NSRectAlignment : long
- {
- None = 0,
- Top,
- TopLeading,
- Leading,
- BottomLeading,
- Bottom,
- BottomTrailing,
- Trailing,
- TopTrailing,
- }
-
[Mac (10,15)]
[Native]
public enum NSTextInputTraitType : long
@@ -26654,73 +26378,6 @@ public enum NSToolbarItemGroupSelectionMode : long
Momentary = 2,
}
- [Mac (10,15)]
- [BaseType (typeof(NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutAnchor : NSCopying, INSCopying
- {
- [Static]
- [Export ("layoutAnchorWithEdges:")]
- NSCollectionLayoutAnchor Create (NSDirectionalRectEdge edges);
-
- [Static]
- [Export ("layoutAnchorWithEdges:absoluteOffset:"), Internal]
- NSCollectionLayoutAnchor _LayoutAnchorWithEdgesAbsoluteOffset (NSDirectionalRectEdge edges, CGPoint absoluteOffset);
-
- [Static]
- [Export ("layoutAnchorWithEdges:fractionalOffset:"), Internal]
- NSCollectionLayoutAnchor _LayoutAnchorWithEdgesFractionalOffset (NSDirectionalRectEdge edges, CGPoint fractionalOffset);
-
- [Export ("edges")]
- NSDirectionalRectEdge Edges { get; }
-
- [Export ("offset")]
- CGPoint Offset { get; }
-
- [Export ("isAbsoluteOffset")]
- bool IsAbsoluteOffset { get; }
-
- [Export ("isFractionalOffset")]
- bool IsFractionalOffset { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof(NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutDimension : NSCopying, INSCopying
- {
- [Static]
- [Export ("fractionalWidthDimension:")]
- NSCollectionLayoutDimension CreateFractionalWidthDimension (nfloat fractionalWidth);
-
- [Static]
- [Export ("fractionalHeightDimension:")]
- NSCollectionLayoutDimension CreateFractionalHeightDimension (nfloat fractionalHeight);
-
- [Static]
- [Export ("absoluteDimension:")]
- NSCollectionLayoutDimension CreateAbsoluteDimension (nfloat absoluteDimension);
-
- [Static]
- [Export ("estimatedDimension:")]
- NSCollectionLayoutDimension CreateEstimatedDimension (nfloat estimatedDimension);
-
- [Export ("isFractionalWidth")]
- bool IsFractionalWidth { get; }
-
- [Export ("isFractionalHeight")]
- bool IsFractionalHeight { get; }
-
- [Export ("isAbsolute")]
- bool IsAbsolute { get; }
-
- [Export ("isEstimated")]
- bool IsEstimated { get; }
-
- [Export ("dimension")]
- nfloat Dimension { get; }
- }
-
[Mac (10,15)]
[BaseType (typeof(NSTouchBarItem))]
[DisableDefaultCtor]
@@ -26788,161 +26445,6 @@ interface NSPickerTouchBarItem
string CustomizationLabel { get; set; }
}
- [Mac (10,15)]
- [BaseType (typeof(NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutSize : NSCopying, INSCopying
- {
- [Static]
- [Export ("sizeWithWidthDimension:heightDimension:")]
- NSCollectionLayoutSize Create (NSCollectionLayoutDimension width, NSCollectionLayoutDimension height);
-
- [Export ("widthDimension")]
- NSCollectionLayoutDimension WidthDimension { get; }
-
- [Export ("heightDimension")]
- NSCollectionLayoutDimension HeightDimension { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof(NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutSpacing : NSCopying, INSCopying
- {
- [Static]
- [Export ("flexibleSpacing:")]
- NSCollectionLayoutSpacing CreateFlexibleSpacing (nfloat flexibleSpacing);
-
- [Static]
- [Export ("fixedSpacing:")]
- NSCollectionLayoutSpacing CreateFixedSpacing (nfloat fixedSpacing);
-
- [Export ("spacing")]
- nfloat Spacing { get; }
-
- [Export ("isFlexibleSpacing")]
- bool IsFlexibleSpacing { get; }
-
- [Export ("isFixedSpacing")]
- bool IsFixedSpacing { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof(NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutEdgeSpacing : NSCopying, INSCopying
- {
- [Static]
- [Export ("spacingForLeading:top:trailing:bottom:")]
- NSCollectionLayoutEdgeSpacing CreateSpacing ([NullAllowed] NSCollectionLayoutSpacing leading, [NullAllowed] NSCollectionLayoutSpacing top, [NullAllowed] NSCollectionLayoutSpacing trailing, [NullAllowed] NSCollectionLayoutSpacing bottom);
-
- [NullAllowed, Export ("leading")]
- NSCollectionLayoutSpacing Leading { get; }
-
- [NullAllowed, Export ("top")]
- NSCollectionLayoutSpacing Top { get; }
-
- [NullAllowed, Export ("trailing")]
- NSCollectionLayoutSpacing Trailing { get; }
-
- [NullAllowed, Export ("bottom")]
- NSCollectionLayoutSpacing Bottom { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof (NSCollectionLayoutItem))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutSupplementaryItem : NSCopying
- {
- [Static]
- [Export ("supplementaryItemWithLayoutSize:elementKind:containerAnchor:")]
- NSCollectionLayoutSupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSCollectionLayoutAnchor containerAnchor);
-
- [Static]
- [Export ("supplementaryItemWithLayoutSize:elementKind:containerAnchor:itemAnchor:")]
- NSCollectionLayoutSupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSCollectionLayoutAnchor containerAnchor, NSCollectionLayoutAnchor itemAnchor);
-
- [Export ("zIndex")]
- nint ZIndex { get; set; }
-
- [Export ("elementKind")]
- string ElementKind { get; }
-
- [Export ("containerAnchor")]
- NSCollectionLayoutAnchor ContainerAnchor { get; }
-
- [NullAllowed, Export ("itemAnchor")]
- NSCollectionLayoutAnchor ItemAnchor { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutItem : NSCopying
- {
- [Static]
- [Export ("itemWithLayoutSize:")]
- NSCollectionLayoutItem Create (NSCollectionLayoutSize layoutSize);
-
- [Static]
- [Export ("itemWithLayoutSize:supplementaryItems:")]
- NSCollectionLayoutItem Create (NSCollectionLayoutSize layoutSize, NSCollectionLayoutSupplementaryItem[] supplementaryItems);
-
- [Export ("contentInsets", ArgumentSemantic.Assign)]
- NSDirectionalEdgeInsets ContentInsets { get; set; }
-
- [NullAllowed, Export ("edgeSpacing", ArgumentSemantic.Copy)]
- NSCollectionLayoutEdgeSpacing EdgeSpacing { get; set; }
-
- [Export ("layoutSize")]
- NSCollectionLayoutSize LayoutSize { get; }
-
- [Export ("supplementaryItems")]
- NSCollectionLayoutSupplementaryItem[] SupplementaryItems { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof (NSCollectionLayoutSupplementaryItem))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutBoundarySupplementaryItem : NSCopying
- {
- [Static]
- [Export ("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:")]
- NSCollectionLayoutBoundarySupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSRectAlignment alignment);
-
- [Static]
- [Export ("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:absoluteOffset:")]
- NSCollectionLayoutBoundarySupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSRectAlignment alignment, CGPoint absoluteOffset);
-
- [Export ("extendsBoundary")]
- bool ExtendsBoundary { get; set; }
-
- [Export ("pinToVisibleBounds")]
- bool PinToVisibleBounds { get; set; }
-
- [Export ("alignment")]
- NSRectAlignment Alignment { get; }
-
- [Export ("offset")]
- CGPoint Offset { get; }
- }
-
- [Mac (10,15)]
- [BaseType (typeof (NSCollectionLayoutItem))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutDecorationItem : NSCopying
- {
- [Static]
- [Export ("backgroundDecorationItemWithElementKind:")]
- NSCollectionLayoutDecorationItem Create (string elementKind);
-
- [Export ("zIndex")]
- nint ZIndex { get; set; }
-
- [Export ("elementKind")]
- string ElementKind { get; }
- }
-
[Mac (10,15)]
[BaseType (typeof (NSObject))]
interface NSCollectionViewCompositionalLayoutConfiguration : NSCopying
diff --git a/src/chip.cs b/src/chip.cs
index ccc5d5ca590a..3e1d4f33276d 100644
--- a/src/chip.cs
+++ b/src/chip.cs
@@ -50,6 +50,14 @@ public enum ChipRendezvousInformationFlags : ulong {
AllMask = SoftAP | Ble | OnNetwork,
}
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [Native]
+ public enum ChipCommissioningFlow : ulong {
+ Standard = 0,
+ UserActionRequired = 1,
+ Custom = 2,
+ Invalid = 3,
+ }
[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
[Native]
public enum ChipOptionalQRCodeInfoType : ulong {
@@ -68,6 +76,7 @@ interface ChipDevice
bool OpenPairingWindow (nuint duration, [NullAllowed] out NSError error);
[Export ("openPairingWindowWithPIN:discriminator:setupPIN:error:")]
+ [return: NullAllowed]
string OpenPairingWindow (nuint duration, nuint discriminator, nuint setupPin, [NullAllowed] out NSError error);
[Export ("isActive")]
@@ -1123,6 +1132,14 @@ interface ChipOperationalCredentials
[DesignatedInitializer]
IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("addOpCert:iCACertificate:iPKValue:caseAdminNode:adminVendorId:responseHandler:")]
+ void AddOpCert (NSData noc, NSData iCACertificate, NSData iPKValue, ulong caseAdminNode, ushort adminVendorId, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("opCSRRequest:responseHandler:")]
+ void OpCsrRequest (NSData csrNonce, ChipResponseHandler responseHandler);
+
[Async (ResultTypeName = "ChipReadAttributeResult")]
[Export ("removeAllFabrics:")]
void RemoveAllFabrics (ChipResponseHandler responseHandler);
@@ -1353,6 +1370,10 @@ interface ChipTestCluster
[Export ("testSpecific:")]
void TestSpecific (ChipResponseHandler responseHandler);
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("testUnknownCommand:")]
+ void TestUnknownCommand (ChipResponseHandler responseHandler);
+
[Async (ResultTypeName = "ChipReadAttributeResult")]
[Export ("readAttributeBooleanWithResponseHandler:")]
void ReadAttributeBoolean (ChipResponseHandler responseHandler);
@@ -1485,6 +1506,14 @@ interface ChipTestCluster
[Export ("readAttributeListInt8uWithResponseHandler:")]
void ReadAttributeListInt8u (ChipResponseHandler responseHandler);
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeListOctetStringWithResponseHandler:")]
+ void ReadAttributeListOctetString (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeListStructOctetStringWithResponseHandler:")]
+ void ReadAttributeListStructOctetString (ChipResponseHandler responseHandler);
+
[Async (ResultTypeName = "ChipReadAttributeResult")]
[Export ("readAttributeClusterRevisionWithResponseHandler:")]
void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
@@ -1590,13 +1619,13 @@ interface ChipDevicePairingDelegate
void OnStatusUpdate (ChipPairingStatus status);
[Export ("onPairingComplete:")]
- void OnPairingComplete (NSError error);
+ void OnPairingComplete ([NullAllowed] NSError error);
[Export ("onPairingDeleted:")]
- void OnPairingDeleted (NSError error);
+ void OnPairingDeleted ([NullAllowed] NSError error);
[Export ("onAddressUpdated:")]
- void OnAddressUpdated (NSError error);
+ void OnAddressUpdated ([NullAllowed] NSError error);
}
[Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
@@ -1689,6 +1718,7 @@ interface ChipPersistentStorageDelegate
{
[Abstract]
[Export ("CHIPGetKeyValue:")]
+ [return: NullAllowed]
string GetValue (string key);
[Abstract]
@@ -1732,8 +1762,8 @@ interface ChipSetupPayload
[Export ("productID", ArgumentSemantic.Strong)]
NSNumber ProductId { get; set; }
- [Export ("requiresCustomFlow")]
- bool RequiresCustomFlow { get; set; }
+ [Export ("commissioningFlow", ArgumentSemantic.Assign)]
+ ChipCommissioningFlow CommissioningFlow { get; set; }
[Export ("rendezvousInformation", ArgumentSemantic.Assign)]
ChipRendezvousInformationFlags RendezvousInformation { get; set; }
@@ -1748,6 +1778,7 @@ interface ChipSetupPayload
string SerialNumber { get; set; }
[Export ("getAllOptionalVendorData:")]
+ [return: NullAllowed]
ChipOptionalQRCodeInfo[] GetAllOptionalVendorData ([NullAllowed] out NSError error);
}
@@ -1764,4 +1795,706 @@ interface ChipQRCodeSetupPayloadParser
ChipSetupPayload PopulatePayload ([NullAllowed] out NSError error);
}
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPAccountLogin")]
+ [DisableDefaultCtor]
+ interface ChipAccountLogin
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("getSetupPIN:responseHandler:")]
+ void GetSetupPin (string tempAccountIdentifier, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("login:setupPIN:responseHandler:")]
+ void Login (string tempAccountIdentifier, string setupPin, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPApplicationLauncher")]
+ [DisableDefaultCtor]
+ interface ChipApplicationLauncher
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("launchApp:catalogVendorId:applicationId:responseHandler:")]
+ void LaunchApp (string data, ushort catalogVendorId, string applicationId, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeApplicationLauncherListWithResponseHandler:")]
+ void ReadAttributeApplicationLauncherList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPAudioOutput")]
+ [DisableDefaultCtor]
+ interface ChipAudioOutput
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("renameOutput:name:responseHandler:")]
+ void RenameOutput (byte index, string name, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("selectOutput:responseHandler:")]
+ void SelectOutput (byte index, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeAudioOutputListWithResponseHandler:")]
+ void ReadAttributeAudioOutputList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPBinaryInputBasic")]
+ [DisableDefaultCtor]
+ interface ChipBinaryInputBasic
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeOutOfServiceWithResponseHandler:")]
+ void ReadAttributeOutOfService (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("writeAttributeOutOfServiceWithValue:responseHandler:")]
+ void WriteAttributeOutOfService (byte value, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributePresentValueWithResponseHandler:")]
+ void ReadAttributePresentValue (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("writeAttributePresentValueWithValue:responseHandler:")]
+ void WriteAttributePresentValue (byte value, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributePresentValueWithMinInterval:maxInterval:responseHandler:")]
+ void ConfigureAttributePresentValue (ushort minInterval, ushort maxInterval, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributePresentValueWithResponseHandler:")]
+ void ReportAttributePresentValue (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeStatusFlagsWithResponseHandler:")]
+ void ReadAttributeStatusFlags (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributeStatusFlagsWithMinInterval:maxInterval:responseHandler:")]
+ void ConfigureAttributeStatusFlags (ushort minInterval, ushort maxInterval, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributeStatusFlagsWithResponseHandler:")]
+ void ReportAttributeStatusFlags (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPBridgedDeviceBasic")]
+ [DisableDefaultCtor]
+ interface ChipBridgedDeviceBasic
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeVendorNameWithResponseHandler:")]
+ void ReadAttributeVendorName (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeVendorIDWithResponseHandler:")]
+ void ReadAttributeVendorId (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeProductNameWithResponseHandler:")]
+ void ReadAttributeProductName (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeUserLabelWithResponseHandler:")]
+ void ReadAttributeUserLabel (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("writeAttributeUserLabelWithValue:responseHandler:")]
+ void WriteAttributeUserLabel (string value, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeHardwareVersionWithResponseHandler:")]
+ void ReadAttributeHardwareVersion (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeHardwareVersionStringWithResponseHandler:")]
+ void ReadAttributeHardwareVersionString (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeSoftwareVersionWithResponseHandler:")]
+ void ReadAttributeSoftwareVersion (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeSoftwareVersionStringWithResponseHandler:")]
+ void ReadAttributeSoftwareVersionString (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeManufacturingDateWithResponseHandler:")]
+ void ReadAttributeManufacturingDate (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributePartNumberWithResponseHandler:")]
+ void ReadAttributePartNumber (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeProductURLWithResponseHandler:")]
+ void ReadAttributeProductUrl (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeProductLabelWithResponseHandler:")]
+ void ReadAttributeProductLabel (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeSerialNumberWithResponseHandler:")]
+ void ReadAttributeSerialNumber (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeReachableWithResponseHandler:")]
+ void ReadAttributeReachable (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPContentLaunch")]
+ [DisableDefaultCtor]
+ interface ChipContentLaunch
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("launchContent:data:responseHandler:")]
+ void LaunchContent (byte autoPlay, string data, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("launchURL:displayString:responseHandler:")]
+ void LaunchUrl (string contentUrl, string displayString, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeAcceptsHeaderListWithResponseHandler:")]
+ void ReadAttributeAcceptsHeaderList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeSupportedStreamingTypesWithResponseHandler:")]
+ void ReadAttributeSupportedStreamingTypes (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPEthernetNetworkDiagnostics")]
+ [DisableDefaultCtor]
+ interface ChipEthernetNetworkDiagnostics
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("resetCounts:")]
+ void ResetCounts (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributePacketRxCountWithResponseHandler:")]
+ void ReadAttributePacketRxCount (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributePacketTxCountWithResponseHandler:")]
+ void ReadAttributePacketTxCount (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeTxErrCountWithResponseHandler:")]
+ void ReadAttributeTxErrCount (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeCollisionCountWithResponseHandler:")]
+ void ReadAttributeCollisionCount (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeOverrunCountWithResponseHandler:")]
+ void ReadAttributeOverrunCount (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPFixedLabel")]
+ [DisableDefaultCtor]
+ interface ChipFixedLabel
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeLabelListWithResponseHandler:")]
+ void ReadAttributeLabelList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPGeneralDiagnostics")]
+ [DisableDefaultCtor]
+ interface ChipGeneralDiagnostics
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeNetworkInterfacesWithResponseHandler:")]
+ void ReadAttributeNetworkInterfaces (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeRebootCountWithResponseHandler:")]
+ void ReadAttributeRebootCount (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPKeypadInput")]
+ [DisableDefaultCtor]
+ interface ChipKeypadInput
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("sendKey:responseHandler:")]
+ void SendKey (byte keyCode, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPMediaInput")]
+ [DisableDefaultCtor]
+ interface ChipMediaInput
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("hideInputStatus:")]
+ void HideInputStatus (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("renameInput:name:responseHandler:")]
+ void RenameInput (byte index, string name, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("selectInput:responseHandler:")]
+ void SelectInput (byte index, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("showInputStatus:")]
+ void ShowInputStatus (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeMediaInputListWithResponseHandler:")]
+ void ReadAttributeMediaInputList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPMediaPlayback")]
+ [DisableDefaultCtor]
+ interface ChipMediaPlayback
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaFastForward:")]
+ void FastForward (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaNext:")]
+ void Next (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaPause:")]
+ void Pause (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaPlay:")]
+ void Play (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaPrevious:")]
+ void Previous (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaRewind:")]
+ void Rewind (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaSkipBackward:responseHandler:")]
+ void SkipBackward (ulong deltaPositionMilliseconds, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaSkipForward:responseHandler:")]
+ void SkipForward (ulong deltaPositionMilliseconds, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaSkipSeek:responseHandler:")]
+ void SkipSeek (ulong position, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaStartOver:")]
+ void StartOver (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("mediaStop:")]
+ void Stop (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPRelativeHumidityMeasurement")]
+ [DisableDefaultCtor]
+ interface ChipRelativeHumidityMeasurement
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeMeasuredValueWithResponseHandler:")]
+ void ReadAttributeMeasuredValue (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributeMeasuredValueWithMinInterval:maxInterval:change:responseHandler:")]
+ void ConfigureAttributeMeasuredValue (ushort minInterval, ushort maxInterval, ushort change, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributeMeasuredValueWithResponseHandler:")]
+ void ReportAttributeMeasuredValue (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeMinMeasuredValueWithResponseHandler:")]
+ void ReadAttributeMinMeasuredValue (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeMaxMeasuredValueWithResponseHandler:")]
+ void ReadAttributeMaxMeasuredValue (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPSoftwareDiagnostics")]
+ [DisableDefaultCtor]
+ interface ChipSoftwareDiagnostics
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("resetWatermarks:")]
+ void ResetWatermarks (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeCurrentHeapHighWatermarkWithResponseHandler:")]
+ void ReadAttributeCurrentHeapHighWatermark (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPTargetNavigator")]
+ [DisableDefaultCtor]
+ interface ChipTargetNavigator
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("navigateTarget:data:responseHandler:")]
+ void NavigateTarget (byte target, string data, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeTargetNavigatorListWithResponseHandler:")]
+ void ReadAttributeTargetNavigatorList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPTrustedRootCertificates")]
+ [DisableDefaultCtor]
+ interface ChipTrustedRootCertificates
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("addTrustedRootCertificate:responseHandler:")]
+ void AddTrustedRootCertificate (NSData rootCertificate, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("removeTrustedRootCertificate:responseHandler:")]
+ void RemoveTrustedRootCertificate (NSData trustedRootIdentifier, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPTvChannel")]
+ [DisableDefaultCtor]
+ interface ChipTvChannel
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("changeChannel:responseHandler:")]
+ void ChangeChannel (string match, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("changeChannelByNumber:minorNumber:responseHandler:")]
+ void ChangeChannelByNumber (ushort majorNumber, ushort minorNumber, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("skipChannel:responseHandler:")]
+ void SkipChannel (ushort count, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeTvChannelListWithResponseHandler:")]
+ void ReadAttributeTvChannelList (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeTvChannelLineupWithResponseHandler:")]
+ void ReadAttributeTvChannelLineup (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeCurrentTvChannelWithResponseHandler:")]
+ void ReadAttributeCurrentTvChannel (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPWakeOnLan")]
+ [DisableDefaultCtor]
+ interface ChipWakeOnLan
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeWakeOnLanMacAddressWithResponseHandler:")]
+ void ReadAttributeWakeOnLanMacAddress(ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+ [Mac (12,0), Watch (8,0), TV (15,0), iOS (15,0), MacCatalyst (15,0)]
+ [BaseType (typeof (ChipCluster), Name="CHIPWindowCovering")]
+ [DisableDefaultCtor]
+ interface ChipWindowCovering
+ {
+
+ [Export ("initWithDevice:endpoint:queue:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (ChipDevice device, byte endpoint, DispatchQueue queue);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringDownClose:")]
+ void DownClose (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringGoToLiftPercentage:responseHandler:")]
+ void GoToLiftPercentage (byte percentageLiftValue, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringGoToLiftValue:responseHandler:")]
+ void GoToLiftValue (ushort liftValue, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringGoToTiltPercentage:responseHandler:")]
+ void GoToTiltPercentage (byte percentageTiltValue, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringGoToTiltValue:responseHandler:")]
+ void GoToTiltValue (ushort tiltValue, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringStop:")]
+ void Stop (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("windowCoveringUpOpen:")]
+ void UpOpen (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeWindowCoveringTypeWithResponseHandler:")]
+ void ReadAttributeWindowCoveringType (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributeWindowCoveringTypeWithMinInterval:maxInterval:responseHandler:")]
+ void ConfigureAttributeWindowCoveringType (ushort minInterval, ushort maxInterval, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributeWindowCoveringTypeWithResponseHandler:")]
+ void ReportAttributeWindowCoveringType (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeCurrentPositionLiftWithResponseHandler:")]
+ void ReadAttributeCurrentPositionLift (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributeCurrentPositionLiftWithMinInterval:maxInterval:change:responseHandler:")]
+ void ConfigureAttributeCurrentPositionLift (ushort minInterval, ushort maxInterval, ushort change, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributeCurrentPositionLiftWithResponseHandler:")]
+ void ReportAttributeCurrentPositionLift (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeCurrentPositionTiltWithResponseHandler:")]
+ void ReadAttributeCurrentPositionTilt (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributeCurrentPositionTiltWithMinInterval:maxInterval:change:responseHandler:")]
+ void ConfigureAttributeCurrentPositionTilt (ushort minInterval, ushort maxInterval, ushort change, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributeCurrentPositionTiltWithResponseHandler:")]
+ void ReportAttributeCurrentPositionTilt (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeConfigStatusWithResponseHandler:")]
+ void ReadAttributeConfigStatus (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("configureAttributeConfigStatusWithMinInterval:maxInterval:responseHandler:")]
+ void ConfigureAttributeConfigStatus (ushort minInterval, ushort maxInterval, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("reportAttributeConfigStatusWithResponseHandler:")]
+ void ReportAttributeConfigStatus (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeInstalledOpenLimitLiftWithResponseHandler:")]
+ void ReadAttributeInstalledOpenLimitLift (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeInstalledClosedLimitLiftWithResponseHandler:")]
+ void ReadAttributeInstalledClosedLimitLift (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeInstalledOpenLimitTiltWithResponseHandler:")]
+ void ReadAttributeInstalledOpenLimitTilt (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeInstalledClosedLimitTiltWithResponseHandler:")]
+ void ReadAttributeInstalledClosedLimitTilt (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeModeWithResponseHandler:")]
+ void ReadAttributeMode (ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("writeAttributeModeWithValue:responseHandler:")]
+ void WriteAttributeMode (byte value, ChipResponseHandler responseHandler);
+
+ [Async (ResultTypeName = "ChipReadAttributeResult")]
+ [Export ("readAttributeClusterRevisionWithResponseHandler:")]
+ void ReadAttributeClusterRevision (ChipResponseHandler responseHandler);
+ }
+
+
}
diff --git a/src/corebluetooth.cs b/src/corebluetooth.cs
index 4d809c5f51d6..540b2dba0f9e 100644
--- a/src/corebluetooth.cs
+++ b/src/corebluetooth.cs
@@ -412,6 +412,7 @@ interface CBCharacteristic {
[Export ("isNotifying")]
bool IsNotifying { get; }
+ [NullAllowed]
[Export ("service", ArgumentSemantic.Weak)]
CBService Service { get; }
}
@@ -461,6 +462,7 @@ interface CBDescriptor {
[NullAllowed]
NSObject Value { get; }
+ [NullAllowed]
[Export ("characteristic", ArgumentSemantic.Weak)]
CBCharacteristic Characteristic { get; }
}
@@ -654,6 +656,7 @@ interface CBService {
[NullAllowed]
CBCharacteristic [] Characteristics { get; [NotImplemented ("Not available on 'CBService', only available on CBMutableService.")] set; }
+ [NullAllowed]
[Export ("peripheral", ArgumentSemantic.Weak)]
CBPeripheral Peripheral { get; }
diff --git a/src/generator.cs b/src/generator.cs
index b6871cd042a6..ee60a12ae010 100644
--- a/src/generator.cs
+++ b/src/generator.cs
@@ -3143,11 +3143,14 @@ public void DumpChildren (int level, GeneratedType gt)
// this attribute allows the linker to be more clever in removing unused code in bindings - without risking breaking user code
// only generate those for monotouch now since we can ensure they will be linked away before reaching the devices
- public void GeneratedCode (StreamWriter sw, int tabs)
+ public void GeneratedCode (StreamWriter sw, int tabs, bool optimizable = true)
{
for (int i=0; i < tabs; i++)
sw.Write ('\t');
- sw.WriteLine ("[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]");
+ sw.Write ("[BindingImpl (BindingImplOptions.GeneratedCode");
+ if (optimizable)
+ sw.Write (" | BindingImplOptions.Optimizable");
+ sw.WriteLine (")]");
}
static void WriteIsDirectBindingCondition (StreamWriter sw, ref int tabs, bool? is_direct_binding, string is_direct_binding_value, Func trueCode, Func falseCode)
@@ -3184,9 +3187,9 @@ static void WriteIsDirectBindingCondition (StreamWriter sw, ref int tabs, bool?
}
}
- public void print_generated_code ()
+ public void print_generated_code (bool optimizable = true)
{
- GeneratedCode (sw, indent);
+ GeneratedCode (sw, indent, optimizable);
}
public void print (string format)
@@ -7422,7 +7425,7 @@ public void Generate (Type type)
if (!is_static_class){
var disposeAttr = AttributeManager.GetCustomAttributes (type);
if (disposeAttr.Length > 0 || instance_fields_to_clear_on_dispose.Count > 0){
- print_generated_code ();
+ print_generated_code (optimizable: disposeAttr.Length == 0);
print ("protected override void Dispose (bool disposing)");
print ("{");
indent++;
diff --git a/src/uikit.cs b/src/uikit.cs
index 903ca55a48a3..27b5804de771 100644
--- a/src/uikit.cs
+++ b/src/uikit.cs
@@ -371,188 +371,6 @@ interface NSIdentifier {
}
#endif // !WATCH
- [iOS (7,0)]
- [BaseType (typeof (NSObject))]
- interface NSTextTab : NSCoding, NSCopying, NSSecureCoding {
-
- [DesignatedInitializer]
- [Export ("initWithTextAlignment:location:options:")]
- [PostGet ("Options")]
- IntPtr Constructor (UITextAlignment alignment, nfloat location, NSDictionary options);
-
- [Export ("alignment")]
- UITextAlignment Alignment { get; }
-
- [Export ("location")]
- nfloat Location { get; }
-
- [Export ("options")]
- NSDictionary Options { get; }
-
- [Static]
- [Export ("columnTerminatorsForLocale:")]
- NSCharacterSet GetColumnTerminators ([NullAllowed] NSLocale locale);
-
- [Field ("NSTabColumnTerminatorsAttributeName")]
- NSString ColumnTerminatorsAttributeName { get; }
- }
-
- [Watch (6,0)]
- [BaseType (typeof (NSObject))]
- [DesignatedDefaultCtor]
- interface NSShadow : NSSecureCoding, NSCopying {
- [Export ("shadowOffset", ArgumentSemantic.Assign)]
- CGSize ShadowOffset { get; set; }
-
- [Export ("shadowBlurRadius", ArgumentSemantic.Assign)]
- nfloat ShadowBlurRadius { get; set; }
-
- [Export ("shadowColor", ArgumentSemantic.Retain), NullAllowed]
- UIColor ShadowColor { get; set; }
- }
-
-#if !WATCH
- [Protocol]
- // no [Model] since it's not exposed in any API
- // only NSTextContainer conforms to it but it's only queried by iOS itself
- interface NSTextLayoutOrientationProvider {
-
- [Abstract]
- [Export ("layoutOrientation")]
- NSTextLayoutOrientation LayoutOrientation {
- get;
-#if !XAMCORE_3_0
- [NotImplemented] set;
-#endif
- }
- }
-
- [iOS (7,0)]
- [BaseType (typeof (NSObject))]
- partial interface NSTextContainer : NSTextLayoutOrientationProvider, NSSecureCoding {
- [DesignatedInitializer]
- [Export ("initWithSize:")]
- IntPtr Constructor (CGSize size);
-
- [NullAllowed] // by default this property is null
- [Export ("layoutManager", ArgumentSemantic.Assign)]
- NSLayoutManager LayoutManager { get; set; }
-
- [Export ("size")]
- CGSize Size { get; set; }
-
- [NullAllowed] // by default this property is null
- [Export ("exclusionPaths", ArgumentSemantic.Copy)]
- UIBezierPath [] ExclusionPaths { get; set; }
-
- [Export ("lineBreakMode")]
- UILineBreakMode LineBreakMode { get; set; }
-
- [Export ("lineFragmentPadding")]
- nfloat LineFragmentPadding { get; set; }
-
- [Export ("maximumNumberOfLines")]
- nuint MaximumNumberOfLines { get; set; }
-
- [Export ("lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect:")]
- CGRect GetLineFragmentRect (CGRect proposedRect, nuint characterIndex, NSWritingDirection baseWritingDirection, out CGRect remainingRect);
-
- [Export ("widthTracksTextView")]
- bool WidthTracksTextView { get; set; }
-
- [Export ("heightTracksTextView")]
- bool HeightTracksTextView { get; set; }
-
- [iOS (9,0)]
- [Export ("replaceLayoutManager:")]
- void ReplaceLayoutManager (NSLayoutManager newLayoutManager);
-
- [iOS (9,0)]
- [Export ("simpleRectangularTextContainer")]
- bool IsSimpleRectangularTextContainer { [Bind ("isSimpleRectangularTextContainer")] get; }
-
- }
-
- [iOS (7,0)]
- [BaseType (typeof (NSMutableAttributedString), Delegates=new string [] { "Delegate" }, Events=new Type [] { typeof (NSTextStorageDelegate)})]
- partial interface NSTextStorage : NSSecureCoding {
- [Export ("layoutManagers")]
- NSObject [] LayoutManagers { get; }
-
- [Export ("addLayoutManager:")]
- void AddLayoutManager (NSLayoutManager aLayoutManager);
-
- [Export ("removeLayoutManager:")]
- [PostGet ("LayoutManagers")]
- void RemoveLayoutManager (NSLayoutManager aLayoutManager);
-
- [Export ("editedMask")]
- NSTextStorageEditActions EditedMask {
- get;
-#if !XAMCORE_4_0
- [NotImplemented] set;
-#endif
- }
-
- [Export ("editedRange")]
- NSRange EditedRange { get;
-#if !XAMCORE_3_0
- [NotImplemented] set;
-#endif
- }
-
- [Export ("changeInLength")]
- nint ChangeInLength { get;
-#if !XAMCORE_3_0
- [NotImplemented] set;
-#endif
- }
-
- [NullAllowed] // by default this property is null
- [Export ("delegate", ArgumentSemantic.Assign)]
- NSObject WeakDelegate { get; set; }
-
- [Wrap ("WeakDelegate")]
- [Protocolize]
- NSTextStorageDelegate Delegate { get; set; }
-
- [Export ("edited:range:changeInLength:")]
- void Edited (NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
-
- [Export ("processEditing")]
- void ProcessEditing ();
-
- [Export ("fixesAttributesLazily")]
- bool FixesAttributesLazily { get; }
-
- [Export ("invalidateAttributesInRange:")]
- void InvalidateAttributes (NSRange range);
-
- [Export ("ensureAttributesAreFixedInRange:")]
- void EnsureAttributesAreFixed (NSRange range);
-
- [iOS (7,0)]
- [Notification, Internal, Field ("NSTextStorageWillProcessEditingNotification")]
- NSString WillProcessEditingNotification { get; }
-
- [iOS (7,0)]
- [Notification, Internal, Field ("NSTextStorageDidProcessEditingNotification")]
- NSString DidProcessEditingNotification { get; }
- }
-
- [Model]
- [BaseType (typeof (NSObject))]
- [Protocol]
- partial interface NSTextStorageDelegate {
- [Export ("textStorage:willProcessEditing:range:changeInLength:")][EventArgs ("NSTextStorage")]
- void WillProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
-
- [Export ("textStorage:didProcessEditing:range:changeInLength:")][EventArgs ("NSTextStorage")]
- void DidProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
-
- }
-#endif // !WATCH
-
[Category]
[BaseType (typeof (NSCoder))]
interface NSCoder_UIGeometryKeyedCoding {
@@ -17026,25 +16844,6 @@ interface NSStringDrawing {
void DrawString (CGRect rect, UIStringAttributes attributes);
}
- [Category, BaseType (typeof (NSString))]
- interface NSExtendedStringDrawing {
- [iOS (7,0)]
- [Export ("drawWithRect:options:attributes:context:")]
- void WeakDrawString (CGRect rect, NSStringDrawingOptions options, [NullAllowed] NSDictionary attributes, [NullAllowed] NSStringDrawingContext context);
-
- [iOS (7,0)]
- [Wrap ("WeakDrawString (This, rect, options, attributes.GetDictionary (), context)")]
- void DrawString (CGRect rect, NSStringDrawingOptions options, UIStringAttributes attributes, [NullAllowed] NSStringDrawingContext context);
-
- [iOS (7,0)]
- [Export ("boundingRectWithSize:options:attributes:context:")]
- CGRect WeakGetBoundingRect (CGSize size, NSStringDrawingOptions options, [NullAllowed] NSDictionary attributes, [NullAllowed] NSStringDrawingContext context);
-
- [iOS (7,0)]
- [Wrap ("WeakGetBoundingRect (This, size, options, attributes.GetDictionary (), context)")]
- CGRect GetBoundingRect (CGSize size, NSStringDrawingOptions options, UIStringAttributes attributes, [NullAllowed] NSStringDrawingContext context);
- }
-
#if !WATCH
[NoWatch]
[iOS (7,0)]
@@ -19543,28 +19342,6 @@ interface UIPencilInteractionDelegate {
}
#endif // !WATCH
- [iOS (9,0), Watch (2,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor] // NSInvalidArgumentException Reason: -[NSDataAsset init]: unrecognized selector sent to instance 0x7f6c8cc0
- interface NSDataAsset : NSCopying {
-
- [Export ("initWithName:")]
- IntPtr Constructor (string name);
-
- [DesignatedInitializer]
- [Export ("initWithName:bundle:")]
- IntPtr Constructor (string name, NSBundle bundle);
-
- [Export ("name")]
- string Name { get; }
-
- [Export ("data", ArgumentSemantic.Copy)]
- NSData Data { get; }
-
- [Export ("typeIdentifier")]
- NSString TypeIdentifier { get; }
- }
-
[iOS (13,0), TV (13,0), NoWatch]
[BaseType (typeof (NSObject), Name = "UIOpenURLContext")]
[DisableDefaultCtor]
@@ -19997,228 +19774,6 @@ interface UICollectionViewCompositionalLayout {
UICollectionViewCompositionalLayout GetLayout (UICollectionLayoutListConfiguration listConfiguration);
}
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutItem : NSCopying {
-
- [Static]
- [Export ("itemWithLayoutSize:")]
- NSCollectionLayoutItem Create (NSCollectionLayoutSize layoutSize);
-
- [Static]
- [Export ("itemWithLayoutSize:supplementaryItems:")]
- NSCollectionLayoutItem Create (NSCollectionLayoutSize layoutSize, params NSCollectionLayoutSupplementaryItem [] supplementaryItems);
-
- [Export ("contentInsets", ArgumentSemantic.Assign)]
- NSDirectionalEdgeInsets ContentInsets { get; set; }
-
- [NullAllowed, Export ("edgeSpacing", ArgumentSemantic.Copy)]
- NSCollectionLayoutEdgeSpacing EdgeSpacing { get; set; }
-
- [Export ("layoutSize")]
- NSCollectionLayoutSize LayoutSize { get; }
-
- [Export ("supplementaryItems")]
- NSCollectionLayoutSupplementaryItem [] SupplementaryItems { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutDimension : NSCopying {
-
- [Static]
- [Export ("fractionalWidthDimension:")]
- NSCollectionLayoutDimension CreateFractionalWidth (nfloat fractionalWidth);
-
- [Static]
- [Export ("fractionalHeightDimension:")]
- NSCollectionLayoutDimension CreateFractionalHeight (nfloat fractionalHeight);
-
- [Static]
- [Export ("absoluteDimension:")]
- NSCollectionLayoutDimension CreateAbsolute (nfloat absoluteDimension);
-
- [Static]
- [Export ("estimatedDimension:")]
- NSCollectionLayoutDimension CreateEstimated (nfloat estimatedDimension);
-
- [Export ("isFractionalWidth")]
- bool IsFractionalWidth { get; }
-
- [Export ("isFractionalHeight")]
- bool IsFractionalHeight { get; }
-
- [Export ("isAbsolute")]
- bool IsAbsolute { get; }
-
- [Export ("isEstimated")]
- bool IsEstimated { get; }
-
- [Export ("dimension")]
- nfloat Dimension { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutSize : NSCopying {
-
- [Static]
- [Export ("sizeWithWidthDimension:heightDimension:")]
- NSCollectionLayoutSize Create (NSCollectionLayoutDimension width, NSCollectionLayoutDimension height);
-
- [Export ("widthDimension")]
- NSCollectionLayoutDimension WidthDimension { get; }
-
- [Export ("heightDimension")]
- NSCollectionLayoutDimension HeightDimension { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutSpacing : NSCopying {
-
- [Static]
- [Export ("flexibleSpacing:")]
- NSCollectionLayoutSpacing CreateFlexible (nfloat flexibleSpacing);
-
- [Static]
- [Export ("fixedSpacing:")]
- NSCollectionLayoutSpacing CreateFixed (nfloat fixedSpacing);
-
- [Export ("spacing")]
- nfloat Spacing { get; }
-
- [Export ("isFlexibleSpacing")]
- bool IsFlexibleSpacing { get; }
-
- [Export ("isFixedSpacing")]
- bool IsFixedSpacing { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutEdgeSpacing : NSCopying {
-
- [Static]
- [Export ("spacingForLeading:top:trailing:bottom:")]
- NSCollectionLayoutEdgeSpacing Create ([NullAllowed] NSCollectionLayoutSpacing leading, [NullAllowed] NSCollectionLayoutSpacing top, [NullAllowed] NSCollectionLayoutSpacing trailing, [NullAllowed] NSCollectionLayoutSpacing bottom);
-
- [NullAllowed, Export ("leading")]
- NSCollectionLayoutSpacing Leading { get; }
-
- [NullAllowed, Export ("top")]
- NSCollectionLayoutSpacing Top { get; }
-
- [NullAllowed, Export ("trailing")]
- NSCollectionLayoutSpacing Trailing { get; }
-
- [NullAllowed, Export ("bottom")]
- NSCollectionLayoutSpacing Bottom { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSCollectionLayoutItem))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutSupplementaryItem : NSCopying {
-
- [Static]
- [Export ("supplementaryItemWithLayoutSize:elementKind:containerAnchor:")]
- NSCollectionLayoutSupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSCollectionLayoutAnchor containerAnchor);
-
- [Static]
- [Export ("supplementaryItemWithLayoutSize:elementKind:containerAnchor:itemAnchor:")]
- NSCollectionLayoutSupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSCollectionLayoutAnchor containerAnchor, NSCollectionLayoutAnchor itemAnchor);
-
- [Export ("zIndex")]
- nint ZIndex { get; set; }
-
- [Export ("elementKind")]
- string ElementKind { get; }
-
- [Export ("containerAnchor")]
- NSCollectionLayoutAnchor ContainerAnchor { get; }
-
- [NullAllowed, Export ("itemAnchor")]
- NSCollectionLayoutAnchor ItemAnchor { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSCollectionLayoutSupplementaryItem))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutBoundarySupplementaryItem : NSCopying {
-
- [Static]
- [Export ("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:")]
- NSCollectionLayoutBoundarySupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSRectAlignment alignment);
-
- [Static]
- [Export ("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:absoluteOffset:")]
- NSCollectionLayoutBoundarySupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSRectAlignment alignment, CGPoint absoluteOffset);
-
- [Export ("extendsBoundary")]
- bool ExtendsBoundary { get; set; }
-
- [Export ("pinToVisibleBounds")]
- bool PinToVisibleBounds { get; set; }
-
- [Export ("alignment")]
- NSRectAlignment Alignment { get; }
-
- [Export ("offset")]
- CGPoint Offset { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSCollectionLayoutItem))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutDecorationItem : NSCopying {
-
- [Static]
- [Export ("backgroundDecorationItemWithElementKind:")]
- NSCollectionLayoutDecorationItem Create (string elementKind);
-
- [Export ("zIndex")]
- nint ZIndex { get; set; }
-
- [Export ("elementKind")]
- string ElementKind { get; }
- }
-
- [NoWatch, TV (13,0), iOS (13,0)]
- [BaseType (typeof (NSObject))]
- [DisableDefaultCtor]
- interface NSCollectionLayoutAnchor : NSCopying {
-
- [Static]
- [Export ("layoutAnchorWithEdges:")]
- NSCollectionLayoutAnchor Create (NSDirectionalRectEdge edges);
-
- [Static]
- [Export ("layoutAnchorWithEdges:absoluteOffset:")]
- NSCollectionLayoutAnchor CreateFromAbsoluteOffset (NSDirectionalRectEdge edges, CGPoint absoluteOffset);
-
- [Static]
- [Export ("layoutAnchorWithEdges:fractionalOffset:")]
- NSCollectionLayoutAnchor CreateFromFractionalOffset (NSDirectionalRectEdge edges, CGPoint fractionalOffset);
-
- [Export ("edges")]
- NSDirectionalRectEdge Edges { get; }
-
- [Export ("offset")]
- CGPoint Offset { get; }
-
- [Export ("isAbsoluteOffset")]
- bool IsAbsoluteOffset { get; }
-
- [Export ("isFractionalOffset")]
- bool IsFractionalOffset { get; }
- }
-
[NoWatch, TV (13,0), iOS (13,0)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor]
diff --git a/src/xkit.cs b/src/xkit.cs
index 9c8f0cb1f5dc..896deb8148b0 100644
--- a/src/xkit.cs
+++ b/src/xkit.cs
@@ -30,6 +30,7 @@
using NSTextBlock=System.Object;
using NSTextList=System.Object;
using NSTextTableBlock=System.Object;
+using NSTextTabType=System.Object;
using NSTextStorageEditedFlags=System.Object;
using NSTextView=System.Object;
using NSTypesetter=System.Object;
@@ -50,17 +51,21 @@
#endif // !MONOMAC
#if MONOMAC
+using BezierPath=AppKit.NSBezierPath;
using Image=AppKit.NSImage;
using TextAlignment=AppKit.NSTextAlignment;
using LineBreakMode=AppKit.NSLineBreakMode;
using CollectionLayoutSectionOrthogonalScrollingBehavior=AppKit.NSCollectionLayoutSectionOrthogonalScrollingBehavior;
using CollectionElementCategory=AppKit.NSCollectionElementCategory;
+using StringAttributes=AppKit.NSStringAttributes;
#else
+using BezierPath=UIKit.UIBezierPath;
using Image=UIKit.UIImage;
using TextAlignment=UIKit.UITextAlignment;
using LineBreakMode=UIKit.UILineBreakMode;
using CollectionLayoutSectionOrthogonalScrollingBehavior=UIKit.UICollectionLayoutSectionOrthogonalScrollingBehavior;
using CollectionElementCategory=UIKit.UICollectionElementCategory;
+using StringAttributes=UIKit.UIStringAttributes;
#endif
#if MONOMAC
@@ -77,6 +82,216 @@ namespace UIKit {
delegate void NSTextLayoutEnumerateEnclosingRects (CGRect rect, ref bool stop);
#endif
+ // NSInteger -> NSLayoutManager.h
+ [Native]
+ [Flags]
+ [NoWatch]
+ [Mac (10,11)]
+ [MacCatalyst (13,0)]
+ public enum NSControlCharacterAction : long {
+ ZeroAdvancement = (1 << 0),
+ Whitespace = (1 << 1),
+ HorizontalTab = (1 << 2),
+ LineBreak = (1 << 3),
+ ParagraphBreak = (1 << 4),
+ ContainerBreak = (1 << 5),
+
+#if !XAMCORE_4_0 && !__MACCATALYST__ && !MONOMAC
+ [Obsolete ("Use 'ZeroAdvancement' instead.")]
+ ZeroAdvancementAction = ZeroAdvancement,
+ [Obsolete ("Use 'Whitespace' instead.")]
+ WhitespaceAction = Whitespace,
+ [Obsolete ("Use 'HorizontalTab' instead.")]
+ HorizontalTabAction = HorizontalTab,
+ [Obsolete ("Use 'LineBreak' instead.")]
+ LineBreakAction = LineBreak,
+ [Obsolete ("Use 'ParagraphBreak' instead.")]
+ ParagraphBreakAction = ParagraphBreak,
+ [Obsolete ("Use 'ContainerBreak' instead.")]
+ ContainerBreakAction = ContainerBreak,
+#endif
+ }
+
+ [Mac (10,15), Watch (6,0), TV (13,0), iOS (13,0), MacCatalyst (13,0)]
+ [Flags]
+ [Native]
+ public enum NSDirectionalRectEdge : ulong
+ {
+ None = 0x0,
+ Top = 1uL << 0,
+ Leading = 1uL << 1,
+ Bottom = 1uL << 2,
+ Trailing = 1uL << 3,
+ All = Top | Leading | Bottom | Trailing,
+ }
+
+ // NSInteger -> NSLayoutManager.h
+ [NoWatch]
+ [Mac (10,11)]
+ [MacCatalyst (13,0)]
+ [Native]
+ public enum NSGlyphProperty : long {
+ Null = (1 << 0),
+ ControlCharacter = (1 << 1),
+ Elastic = (1 << 2),
+ NonBaseCharacter = (1 << 3),
+ }
+
+ // NSInteger -> NSLayoutConstraint.h
+ [Native]
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ public enum NSLayoutAttribute : long {
+ NoAttribute = 0,
+ Left = 1,
+ Right,
+ Top,
+ Bottom,
+ Leading,
+ Trailing,
+ Width,
+ Height,
+ CenterX,
+ CenterY,
+ Baseline,
+ [Mac (10,11)]
+ LastBaseline = Baseline,
+ [Mac (10,11)]
+ FirstBaseline,
+
+ [NoMac]
+ [iOS (8,0)]
+ LeftMargin,
+ [NoMac]
+ [iOS (8,0)]
+ RightMargin,
+ [NoMac]
+ [iOS (8,0)]
+ TopMargin,
+ [NoMac]
+ [iOS (8,0)]
+ BottomMargin,
+ [NoMac]
+ [iOS (8,0)]
+ LeadingMargin,
+ [NoMac]
+ [iOS (8,0)]
+ TrailingMargin,
+ [NoMac]
+ [iOS (8,0)]
+ CenterXWithinMargins,
+ [NoMac]
+ [iOS (8,0)]
+ CenterYWithinMargins,
+ }
+
+ // NSUInteger -> NSLayoutConstraint.h
+ [Native]
+ [Flags]
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ public enum NSLayoutFormatOptions : ulong {
+ None = 0,
+
+ AlignAllLeft = (1 << (int) NSLayoutAttribute.Left),
+ AlignAllRight = (1 << (int) NSLayoutAttribute.Right),
+ AlignAllTop = (1 << (int) NSLayoutAttribute.Top),
+ AlignAllBottom = (1 << (int) NSLayoutAttribute.Bottom),
+ AlignAllLeading = (1 << (int) NSLayoutAttribute.Leading),
+ AlignAllTrailing = (1 << (int) NSLayoutAttribute.Trailing),
+ AlignAllCenterX = (1 << (int) NSLayoutAttribute.CenterX),
+ AlignAllCenterY = (1 << (int) NSLayoutAttribute.CenterY),
+ AlignAllBaseline = (1 << (int) NSLayoutAttribute.Baseline),
+ [Mac (10,11)]
+ AlignAllLastBaseline = (1 << (int) NSLayoutAttribute.LastBaseline),
+ [Mac (10,11)]
+ AlignAllFirstBaseline = (1 << (int) NSLayoutAttribute.FirstBaseline),
+
+ AlignmentMask = 0xFFFF,
+
+ /* choose only one of these three
+ */
+ DirectionLeadingToTrailing = 0 << 16, // default
+ DirectionLeftToRight = 1 << 16,
+ DirectionRightToLeft = 2 << 16,
+
+ [NoMac]
+ SpacingEdgeToEdge = 0 << 19,
+ [NoMac]
+ SpacingBaselineToBaseline = 1 << 19,
+ [NoMac]
+ SpacingMask = 1 << 19,
+
+ DirectionMask = 0x3 << 16,
+ }
+
+ // NSInteger -> UITextInput.h
+ [Native]
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ public enum NSLayoutRelation : long {
+ LessThanOrEqual = -1,
+ Equal = 0,
+ GreaterThanOrEqual = 1,
+ }
+
+ [Watch (7,0), TV (14,0), iOS (14,0)]
+ [Mac (11,0)]
+ [MacCatalyst (13,0)]
+ [Flags]
+ [Native]
+ public enum NSLineBreakStrategy : ulong {
+ None = 0x0,
+ PushOut = 1uL << 0,
+ HangulWordPriority = 1uL << 1,
+ Standard = 0xffff,
+ }
+
+ [Watch (6,0), TV (13,0), iOS (13,0)]
+ [Mac (10,15)]
+ [MacCatalyst (13,0)]
+ [Native]
+ public enum NSRectAlignment : long
+ {
+ None = 0,
+ Top,
+ TopLeading,
+ Leading,
+ BottomLeading,
+ Bottom,
+ BottomTrailing,
+ Trailing,
+ TopTrailing,
+ }
+
+ [Mac (10,15), iOS (13,0), TV (13,0)]
+ [MacCatalyst (13,0)]
+ [Native]
+ public enum NSTextScalingType : long
+ {
+ Standard = 0,
+ iOS,
+ }
+
+ // NSInteger -> NSLayoutManager.h
+ [Native]
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ public enum NSTextLayoutOrientation : long {
+ Horizontal,
+ Vertical,
+ }
+
+ // NSUInteger -> NSTextStorage.h
+ [Mac (10,11)]
+ [Native]
+ [Flags]
+ [NoWatch]
+ public enum NSTextStorageEditActions : ulong {
+ Attributes = 1,
+ Characters = 2,
+ }
+
[NoWatch] // Header is not present in watchOS SDK.
[iOS (7,0)]
[DesignatedDefaultCtor]
@@ -2167,4 +2382,596 @@ partial interface NSTextAttachment : NSTextAttachmentContainer, NSSecureCoding
[Export ("textAttachmentWithImage:")]
NSTextAttachment Create (Image image);
}
+
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ [iOS (7,0)]
+ [BaseType (typeof (NSMutableAttributedString), Delegates=new string [] { "Delegate" }, Events=new Type [] { typeof (NSTextStorageDelegate)})]
+ partial interface NSTextStorage : NSSecureCoding {
+#if MONOMAC && !XAMCORE_4_0
+ [Export ("initWithString:")]
+ IntPtr Constructor (string str);
+#endif
+
+ [Export ("layoutManagers")]
+#if MONOMAC || XAMCORE_4_0
+ NSLayoutManager [] LayoutManagers { get; }
+#else
+ NSObject [] LayoutManagers { get; }
+#endif
+
+ [Export ("addLayoutManager:")]
+ [PostGet ("LayoutManagers")]
+ void AddLayoutManager (NSLayoutManager aLayoutManager);
+
+ [Export ("removeLayoutManager:")]
+ [PostGet ("LayoutManagers")]
+ void RemoveLayoutManager (NSLayoutManager aLayoutManager);
+
+ [Export ("editedMask")]
+#if MONOMAC && !XAMCORE_4_0
+ NSTextStorageEditedFlags EditedMask {
+#else
+ NSTextStorageEditActions EditedMask {
+#endif
+ get;
+#if !XAMCORE_4_0 && !MONOMAC && !__MACCATALYST__
+ [NotImplemented] set;
+#endif
+ }
+
+ [Export ("editedRange")]
+ NSRange EditedRange {
+ get;
+#if !XAMCORE_3_0 && !MONOMAC && !__MACCATALYST__
+ [NotImplemented] set;
+#endif
+ }
+
+ [Export ("changeInLength")]
+ nint ChangeInLength {
+ get;
+#if !XAMCORE_3_0 && !MONOMAC && !__MACCATALYST__
+ [NotImplemented] set;
+#endif
+ }
+
+ [NullAllowed]
+ [Export ("delegate", ArgumentSemantic.Assign)]
+ NSObject WeakDelegate { get; set; }
+
+ [Wrap ("WeakDelegate")]
+ INSTextStorageDelegate Delegate { get; set; }
+
+ [Export ("edited:range:changeInLength:")]
+#if MONOMAC && !XAMCORE_4_0
+ void Edited (nuint editedMask, NSRange editedRange, nint delta);
+#else
+ void Edited (NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
+#endif
+
+ [Export ("processEditing")]
+ void ProcessEditing ();
+
+ [Export ("fixesAttributesLazily")]
+ bool FixesAttributesLazily { get; }
+
+ [Export ("invalidateAttributesInRange:")]
+ void InvalidateAttributes (NSRange range);
+
+ [Export ("ensureAttributesAreFixedInRange:")]
+ void EnsureAttributesAreFixed (NSRange range);
+
+ [iOS (7,0)]
+ [Notification, Field ("NSTextStorageWillProcessEditingNotification")]
+#if !MONOMAC || XAMCORE_4_0
+ [Internal]
+#endif
+ NSString WillProcessEditingNotification { get; }
+
+ [iOS (7,0)]
+ [Notification, Field ("NSTextStorageDidProcessEditingNotification")]
+#if !MONOMAC || XAMCORE_4_0
+ [Internal]
+#endif
+ NSString DidProcessEditingNotification { get; }
+ }
+
+ interface INSTextStorageDelegate {}
+
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ [Model]
+ [BaseType (typeof (NSObject))]
+ [Protocol]
+ partial interface NSTextStorageDelegate {
+ [NoiOS][NoTV][NoMacCatalyst]
+ [Availability (Deprecated = Platform.Mac_10_11, Message = "Use WillProcessEditing instead.")]
+ [Export ("textStorageWillProcessEditing:")]
+ void TextStorageWillProcessEditing (NSNotification notification);
+
+ [NoiOS][NoTV][NoMacCatalyst]
+ [Availability (Deprecated = Platform.Mac_10_11, Message = "Use DidProcessEditing instead.")]
+ [Export ("textStorageDidProcessEditing:")]
+ void TextStorageDidProcessEditing (NSNotification notification);
+
+ [Mac (10,11)]
+ [Export ("textStorage:willProcessEditing:range:changeInLength:")][EventArgs ("NSTextStorage")]
+ void WillProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
+
+ [Mac (10,11)]
+ [Export ("textStorage:didProcessEditing:range:changeInLength:")][EventArgs ("NSTextStorage")]
+ void DidProcessEditing (NSTextStorage textStorage, NSTextStorageEditActions editedMask, NSRange editedRange, nint delta);
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [Mac (10,15)]
+ [MacCatalyst (13, 0)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutAnchor : NSCopying, INSCopying
+ {
+ [Static]
+ [Export ("layoutAnchorWithEdges:")]
+ NSCollectionLayoutAnchor Create (NSDirectionalRectEdge edges);
+
+ [Static]
+ [Export ("layoutAnchorWithEdges:absoluteOffset:")]
+ NSCollectionLayoutAnchor CreateFromAbsoluteOffset (NSDirectionalRectEdge edges, CGPoint absoluteOffset);
+
+ [Static]
+ [Export ("layoutAnchorWithEdges:fractionalOffset:")]
+ NSCollectionLayoutAnchor CreateFromFractionalOffset (NSDirectionalRectEdge edges, CGPoint fractionalOffset);
+
+ [Export ("edges")]
+ NSDirectionalRectEdge Edges { get; }
+
+ [Export ("offset")]
+ CGPoint Offset { get; }
+
+ [Export ("isAbsoluteOffset")]
+ bool IsAbsoluteOffset { get; }
+
+ [Export ("isFractionalOffset")]
+ bool IsFractionalOffset { get; }
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [Mac (10,15)]
+ [MacCatalyst (13, 0)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutDimension : NSCopying
+ {
+ [Static]
+ [Export ("fractionalWidthDimension:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutDimension CreateFractionalWidthDimension (nfloat fractionalWidth);
+#else
+ NSCollectionLayoutDimension CreateFractionalWidth (nfloat fractionalWidth);
+#endif
+
+ [Static]
+ [Export ("fractionalHeightDimension:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutDimension CreateFractionalHeightDimension (nfloat fractionalHeight);
+#else
+ NSCollectionLayoutDimension CreateFractionalHeight (nfloat fractionalHeight);
+#endif
+
+ [Static]
+ [Export ("absoluteDimension:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutDimension CreateAbsoluteDimension (nfloat absoluteDimension);
+#else
+ NSCollectionLayoutDimension CreateAbsolute (nfloat absoluteDimension);
+#endif
+
+ [Static]
+ [Export ("estimatedDimension:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutDimension CreateEstimatedDimension (nfloat estimatedDimension);
+#else
+ NSCollectionLayoutDimension CreateEstimated (nfloat estimatedDimension);
+#endif
+
+ [Export ("isFractionalWidth")]
+ bool IsFractionalWidth { get; }
+
+ [Export ("isFractionalHeight")]
+ bool IsFractionalHeight { get; }
+
+ [Export ("isAbsolute")]
+ bool IsAbsolute { get; }
+
+ [Export ("isEstimated")]
+ bool IsEstimated { get; }
+
+ [Export ("dimension")]
+ nfloat Dimension { get; }
+ }
+
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [MacCatalyst (13, 0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutSize : NSCopying
+ {
+ [Static]
+ [Export ("sizeWithWidthDimension:heightDimension:")]
+ NSCollectionLayoutSize Create (NSCollectionLayoutDimension width, NSCollectionLayoutDimension height);
+
+ [Export ("widthDimension")]
+ NSCollectionLayoutDimension WidthDimension { get; }
+
+ [Export ("heightDimension")]
+ NSCollectionLayoutDimension HeightDimension { get; }
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [MacCatalyst (13, 0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutSpacing : NSCopying
+ {
+ [Static]
+ [Export ("flexibleSpacing:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutSpacing CreateFlexibleSpacing (nfloat flexibleSpacing);
+#else
+ NSCollectionLayoutSpacing CreateFlexible (nfloat flexibleSpacing);
+#endif
+
+ [Static]
+ [Export ("fixedSpacing:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutSpacing CreateFixedSpacing (nfloat fixedSpacing);
+#else
+ NSCollectionLayoutSpacing CreateFixed (nfloat fixedSpacing);
+#endif
+
+ [Export ("spacing")]
+ nfloat Spacing { get; }
+
+ [Export ("isFlexibleSpacing")]
+ bool IsFlexibleSpacing { get; }
+
+ [Export ("isFixedSpacing")]
+ bool IsFixedSpacing { get; }
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [MacCatalyst (13, 0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutEdgeSpacing : NSCopying
+ {
+ [Static]
+ [Export ("spacingForLeading:top:trailing:bottom:")]
+#if MONOMAC && !XAMCORE_4_0
+ NSCollectionLayoutEdgeSpacing CreateSpacing ([NullAllowed] NSCollectionLayoutSpacing leading, [NullAllowed] NSCollectionLayoutSpacing top, [NullAllowed] NSCollectionLayoutSpacing trailing, [NullAllowed] NSCollectionLayoutSpacing bottom);
+#else
+ NSCollectionLayoutEdgeSpacing Create ([NullAllowed] NSCollectionLayoutSpacing leading, [NullAllowed] NSCollectionLayoutSpacing top, [NullAllowed] NSCollectionLayoutSpacing trailing, [NullAllowed] NSCollectionLayoutSpacing bottom);
+#endif
+
+ [NullAllowed, Export ("leading")]
+ NSCollectionLayoutSpacing Leading { get; }
+
+ [NullAllowed, Export ("top")]
+ NSCollectionLayoutSpacing Top { get; }
+
+ [NullAllowed, Export ("trailing")]
+ NSCollectionLayoutSpacing Trailing { get; }
+
+ [NullAllowed, Export ("bottom")]
+ NSCollectionLayoutSpacing Bottom { get; }
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [MacCatalyst (13, 0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSCollectionLayoutItem))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutSupplementaryItem : NSCopying
+ {
+ [Static]
+ [Export ("supplementaryItemWithLayoutSize:elementKind:containerAnchor:")]
+ NSCollectionLayoutSupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSCollectionLayoutAnchor containerAnchor);
+
+ [Static]
+ [Export ("supplementaryItemWithLayoutSize:elementKind:containerAnchor:itemAnchor:")]
+ NSCollectionLayoutSupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSCollectionLayoutAnchor containerAnchor, NSCollectionLayoutAnchor itemAnchor);
+
+ [Export ("zIndex")]
+ nint ZIndex { get; set; }
+
+ [Export ("elementKind")]
+ string ElementKind { get; }
+
+ [Export ("containerAnchor")]
+ NSCollectionLayoutAnchor ContainerAnchor { get; }
+
+ [NullAllowed, Export ("itemAnchor")]
+ NSCollectionLayoutAnchor ItemAnchor { get; }
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [MacCatalyst (13, 0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutItem : NSCopying
+ {
+ [Static]
+ [Export ("itemWithLayoutSize:")]
+ NSCollectionLayoutItem Create (NSCollectionLayoutSize layoutSize);
+
+ [Static]
+ [Export ("itemWithLayoutSize:supplementaryItems:")]
+ NSCollectionLayoutItem Create (NSCollectionLayoutSize layoutSize, params NSCollectionLayoutSupplementaryItem[] supplementaryItems);
+
+ [Export ("contentInsets", ArgumentSemantic.Assign)]
+ NSDirectionalEdgeInsets ContentInsets { get; set; }
+
+ [NullAllowed, Export ("edgeSpacing", ArgumentSemantic.Copy)]
+ NSCollectionLayoutEdgeSpacing EdgeSpacing { get; set; }
+
+ [Export ("layoutSize")]
+ NSCollectionLayoutSize LayoutSize { get; }
+
+ [Export ("supplementaryItems")]
+ NSCollectionLayoutSupplementaryItem[] SupplementaryItems { get; }
+ }
+
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [MacCatalyst (13, 0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSCollectionLayoutSupplementaryItem))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutBoundarySupplementaryItem : NSCopying
+ {
+ [Static]
+ [Export ("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:")]
+ NSCollectionLayoutBoundarySupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSRectAlignment alignment);
+
+ [Static]
+ [Export ("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:absoluteOffset:")]
+ NSCollectionLayoutBoundarySupplementaryItem Create (NSCollectionLayoutSize layoutSize, string elementKind, NSRectAlignment alignment, CGPoint absoluteOffset);
+
+ [Export ("extendsBoundary")]
+ bool ExtendsBoundary { get; set; }
+
+ [Export ("pinToVisibleBounds")]
+ bool PinToVisibleBounds { get; set; }
+
+ [Export ("alignment")]
+ NSRectAlignment Alignment { get; }
+
+ [Export ("offset")]
+ CGPoint Offset { get; }
+ }
+
+ [MacCatalyst (13, 0)]
+ [NoWatch, TV (13,0), iOS (13,0)]
+ [Mac (10,15)]
+ [BaseType (typeof (NSCollectionLayoutItem))]
+ [DisableDefaultCtor]
+ interface NSCollectionLayoutDecorationItem : NSCopying
+ {
+ [Static]
+ [Export ("backgroundDecorationItemWithElementKind:")]
+ NSCollectionLayoutDecorationItem Create (string elementKind);
+
+ [Export ("zIndex")]
+ nint ZIndex { get; set; }
+
+ [Export ("elementKind")]
+ string ElementKind { get; }
+ }
+
+ [iOS (9,0), Watch (2,0)]
+ [MacCatalyst (13,0)]
+ [Mac (10,11)]
+ [BaseType (typeof (NSObject))]
+ [DisableDefaultCtor] // - (instancetype)init NS_UNAVAILABLE;
+ interface NSDataAsset : NSCopying
+ {
+ [Export ("initWithName:")]
+ IntPtr Constructor (string name);
+
+ [Export ("initWithName:bundle:")]
+ [DesignatedInitializer]
+ IntPtr Constructor (string name, NSBundle bundle);
+
+ [Export ("name")]
+ string Name { get; }
+
+ [Export ("data", ArgumentSemantic.Copy)]
+ NSData Data { get; }
+
+ [Export ("typeIdentifier")] // Uniform Type Identifier
+ NSString TypeIdentifier { get; }
+ }
+
+ [MacCatalyst (13,0)]
+ [Watch (6,0)]
+ [BaseType (typeof (NSObject))]
+ [DesignatedDefaultCtor]
+ interface NSShadow : NSSecureCoding, NSCopying {
+ [NoiOS][NoMacCatalyst][NoTV][NoWatch]
+ [Export ("set")]
+ void Set ();
+
+ [Export ("shadowOffset", ArgumentSemantic.Assign)]
+ CGSize ShadowOffset { get; set; }
+
+ [Export ("shadowBlurRadius", ArgumentSemantic.Assign)]
+ nfloat ShadowBlurRadius { get; set; }
+
+#if MONOMAC
+ [Export ("shadowColor", ArgumentSemantic.Copy)]
+#else
+ [Export ("shadowColor", ArgumentSemantic.Retain), NullAllowed]
+#endif
+ NSColor ShadowColor { get; set; }
+ }
+
+ [iOS (7,0)]
+ [MacCatalyst (13,0)]
+ [BaseType (typeof (NSObject))]
+ interface NSTextTab : NSSecureCoding, NSCopying {
+ [DesignatedInitializer]
+ [Export ("initWithTextAlignment:location:options:")]
+ [PostGet ("Options")]
+ IntPtr Constructor (TextAlignment alignment, nfloat location, NSDictionary options);
+
+ [NoiOS][NoMacCatalyst][NoTV][NoWatch]
+ [Export ("initWithType:location:")]
+ IntPtr Constructor (NSTextTabType type, nfloat location);
+
+ [Export ("alignment")]
+ TextAlignment Alignment { get; }
+
+ [Export ("options")]
+ NSDictionary Options { get; }
+
+ [Export ("location")]
+ nfloat Location { get; }
+
+ [NoiOS][NoMacCatalyst][NoTV][NoWatch]
+ [Export ("tabStopType")]
+ NSTextTabType TabStopType { get; }
+
+ [Mac (10,11)]
+ [Static]
+ [Export ("columnTerminatorsForLocale:")]
+ NSCharacterSet GetColumnTerminators ([NullAllowed] NSLocale locale);
+
+ [Field ("NSTabColumnTerminatorsAttributeName")]
+ NSString ColumnTerminatorsAttributeName { get; }
+ }
+
+ [NoWatch]
+ [MacCatalyst (13,0)]
+ [Protocol]
+ // no [Model] since it's not exposed in any API
+ // only NSTextContainer conforms to it but it's only queried by iOS itself
+ interface NSTextLayoutOrientationProvider {
+ [Abstract]
+ [Export ("layoutOrientation")]
+ NSTextLayoutOrientation LayoutOrientation {
+ get;
+#if !XAMCORE_3_0 && !MONOMAC
+ [NotImplemented] set;
+#endif
+ }
+ }
+
+ [NoWatch]
+ [iOS (7,0)]
+ [BaseType (typeof (NSObject))]
+ partial interface NSTextContainer : NSTextLayoutOrientationProvider, NSSecureCoding {
+ [NoMac]
+ [DesignatedInitializer]
+ [Export ("initWithSize:")]
+ IntPtr Constructor (CGSize size);
+
+ [NoiOS][NoMacCatalyst][NoTV]
+ [Export ("initWithContainerSize:"), Internal]
+ [Sealed]
+ IntPtr InitWithContainerSize (CGSize size);
+
+ [NoiOS][NoMacCatalyst][NoTV]
+ [Mac (10,11)]
+ [Export ("initWithSize:"), Internal]
+ [Sealed]
+ IntPtr InitWithSize (CGSize size);
+
+ [NullAllowed] // by default this property is null
+ [Export ("layoutManager", ArgumentSemantic.Assign)]
+ NSLayoutManager LayoutManager { get; set; }
+
+ [Mac (10,11)]
+ [Export ("size")]
+ CGSize Size { get; set; }
+
+ [Mac (10,11)]
+ [Export ("exclusionPaths", ArgumentSemantic.Copy)]
+ BezierPath [] ExclusionPaths { get; set; }
+
+ [Mac (10,11)]
+ [Export ("lineBreakMode")]
+ LineBreakMode LineBreakMode { get; set; }
+
+ [Export ("lineFragmentPadding")]
+ nfloat LineFragmentPadding { get; set; }
+
+ [Mac (10,11)]
+ [Export ("maximumNumberOfLines")]
+ nuint MaximumNumberOfLines { get; set; }
+
+ [Mac (10,11)]
+ [Export ("lineFragmentRectForProposedRect:atIndex:writingDirection:remainingRect:")]
+#if MONOMAC && !XAMCORE_4_0
+ CGRect GetLineFragmentRect (CGRect proposedRect, nuint characterIndex, NSWritingDirection baseWritingDirection, ref CGRect remainingRect);
+#else
+ CGRect GetLineFragmentRect (CGRect proposedRect, nuint characterIndex, NSWritingDirection baseWritingDirection, out CGRect remainingRect);
+#endif
+
+ [Export ("widthTracksTextView")]
+ bool WidthTracksTextView { get; set; }
+
+ [Export ("heightTracksTextView")]
+ bool HeightTracksTextView { get; set; }
+
+ [iOS (9,0)]
+ [Export ("replaceLayoutManager:")]
+ void ReplaceLayoutManager (NSLayoutManager newLayoutManager);
+
+ [iOS (9,0)]
+ [Export ("simpleRectangularTextContainer")]
+ bool IsSimpleRectangularTextContainer { [Bind ("isSimpleRectangularTextContainer")] get; }
+
+ [NoiOS][NoMacCatalyst][NoTV]
+ [Deprecated (PlatformName.MacOSX, 10, 11)]
+ [Export ("containsPoint:")]
+ bool ContainsPoint (CGPoint point);
+
+ [NoiOS][NoMacCatalyst][NoTV]
+ [Export ("textView", ArgumentSemantic.Weak)]
+ NSTextView TextView { get; set; }
+
+ [NoiOS][NoMacCatalyst][NoTV]
+ [Availability (Deprecated = Platform.Mac_10_11, Message = "Use Size instead.")]
+ [Export ("containerSize")]
+ CGSize ContainerSize { get; set; }
+ }
+
+ [ThreadSafe]
+ [Category, BaseType (typeof (NSString))]
+ interface NSExtendedStringDrawing {
+ [iOS (7,0)]
+ [Mac (10,11)]
+ [Export ("drawWithRect:options:attributes:context:")]
+ void WeakDrawString (CGRect rect, NSStringDrawingOptions options, [NullAllowed] NSDictionary attributes, [NullAllowed] NSStringDrawingContext context);
+
+ [iOS (7,0)]
+ [Mac (10,11)]
+ [Wrap ("WeakDrawString (This, rect, options, attributes.GetDictionary (), context)")]
+ void DrawString (CGRect rect, NSStringDrawingOptions options, StringAttributes attributes, [NullAllowed] NSStringDrawingContext context);
+
+ [iOS (7,0)]
+ [Mac (10,11)]
+ [Export ("boundingRectWithSize:options:attributes:context:")]
+ CGRect WeakGetBoundingRect (CGSize size, NSStringDrawingOptions options, [NullAllowed] NSDictionary attributes, [NullAllowed] NSStringDrawingContext context);
+
+ [iOS (7,0)]
+ [Mac (10,11)]
+ [Wrap ("WeakGetBoundingRect (This, size, options, attributes.GetDictionary (), context)")]
+ CGRect GetBoundingRect (CGSize size, NSStringDrawingOptions options, StringAttributes attributes, [NullAllowed] NSStringDrawingContext context);
+ }
}
diff --git a/tests/EmbeddedResources/ResourcesTest.cs b/tests/EmbeddedResources/ResourcesTest.cs
index 3efe21398a96..24527d8525d7 100644
--- a/tests/EmbeddedResources/ResourcesTest.cs
+++ b/tests/EmbeddedResources/ResourcesTest.cs
@@ -41,14 +41,12 @@ public void Embedded ()
var manager = new ResourceManager ("EmbeddedResources.Welcome", typeof(ResourcesTest).Assembly);
#endif
+#if !(NET && __MACCATALYST__) // https://github.com/xamarin/xamarin-macios/issues/11392
Assert.AreEqual ("Welcome", manager.GetString ("String1", new CultureInfo ("en")), "en");
Assert.AreEqual ("G'day", manager.GetString ("String1", new CultureInfo ("en-AU")), "en-AU");
Assert.AreEqual ("Willkommen", manager.GetString ("String1", new CultureInfo ("de")), "de");
-#if !(NET && __MACCATALYST__) // https://github.com/xamarin/xamarin-macios/issues/11392
Assert.AreEqual ("Willkommen", manager.GetString ("String1", new CultureInfo ("de-DE")), "de-DE");
-#endif
Assert.AreEqual ("Bienvenido", manager.GetString ("String1", new CultureInfo ("es")), "es");
-#if !(NET && __MACCATALYST__) // https://github.com/xamarin/xamarin-macios/issues/11392
Assert.AreEqual ("Bienvenido", manager.GetString ("String1", new CultureInfo ("es-AR")), "es-AR");
Assert.AreEqual ("Bienvenido", manager.GetString ("String1", new CultureInfo ("es-ES")), "es-ES");
#endif
diff --git a/tests/dotnet/Makefile b/tests/dotnet/Makefile
index f87f44591a09..a381ce4e233a 100644
--- a/tests/dotnet/Makefile
+++ b/tests/dotnet/Makefile
@@ -63,7 +63,7 @@ strip-dotnet:
# this target will copy NuGet.config and global.json to the directories that need it for their .NET build to work correctly.
copy-dotnet-config: $(TARGETS)
- $(Q) for dir in $(shell ls -d $(abspath $(TOP)/tests/*/dotnet)); do \
- $(CP) -c NuGet.config global.json $$dir; \
+ $(Q) for dir in $(abspath $(TOP))/tests/*/dotnet $(abspath $(TOP))/tests/linker/*/*/dotnet; do \
+ $(CP) -c NuGet.config global.json "$$dir"; \
done
$(Q) $(CP) -c NuGet.config global.json $(TOP)/external/Touch.Unit/Touch.Client/dotnet
diff --git a/tests/dotnet/MySimpleApp/iOS/Makefile b/tests/dotnet/MySimpleApp/iOS/Makefile
index 5a1e3a910eec..dd344c76b8ac 100644
--- a/tests/dotnet/MySimpleApp/iOS/Makefile
+++ b/tests/dotnet/MySimpleApp/iOS/Makefile
@@ -1,9 +1,13 @@
-TOP=../../../..
+include ../shared.mk
-include $(TOP)/Make.config
+dev:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64"
-build:
- $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY)
+run-dev:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /t:Run"
-run:
- $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run
+llvm:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /p:MtouchUseLlvm=true /p:MtouchLink=SdkOnly /p:Configuration=Release-llvm /bl:@.binlog"
+
+norm:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /p:MtouchLink=SdkOnly /p:Configuration=Release-norm /bl:@.binlog"
diff --git a/tests/dotnet/MySimpleApp/shared.mk b/tests/dotnet/MySimpleApp/shared.mk
new file mode 100644
index 000000000000..b31ea91a76fd
--- /dev/null
+++ b/tests/dotnet/MySimpleApp/shared.mk
@@ -0,0 +1,28 @@
+TOP=../../../..
+include $(TOP)/Make.config
+
+prepare:
+ $(Q) $(MAKE) -C $(TOP)/tests/dotnet copy-dotnet-config
+
+reload:
+ $(Q) rm -Rf $(TOP)/tests/dotnet/packages
+ $(Q) $(MAKE) -C $(TOP) -j8 all
+ $(Q) $(MAKE) -C $(TOP) -j8 install
+ $(Q) git clean -xfdq
+
+reload-and-build:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) build
+
+reload-and-run:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) run
+
+build: prepare
+ $(Q) $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) $(BUILD_ARGUMENTS)
+
+run: prepare
+ $(Q) $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) $(BUILD_ARGUMENTS) -t:Run
+
+diag: prepare
+ $(Q) $(DOTNET6) build /v:diag msbuild.binlog
diff --git a/tests/linker/ios/dont link/CalendarTest.cs b/tests/linker/ios/dont link/CalendarTest.cs
index f64f41b81de7..77fae8c2ac5d 100644
--- a/tests/linker/ios/dont link/CalendarTest.cs
+++ b/tests/linker/ios/dont link/CalendarTest.cs
@@ -10,7 +10,7 @@ namespace DontLink.Calendars {
[TestFixture]
// we want the tests to be available because we use the linker
[Preserve (AllMembers = true)]
-#if NET
+#if NET && __MACCATALYST__
[Ignore ("No globalization data yet - https://github.com/xamarin/xamarin-macios/issues/8906")]
#endif
public class CalendarTest {
@@ -21,14 +21,22 @@ public class CalendarTest {
public void UmAlQura ()
{
var ci = CultureInfo.GetCultureInfo ("ar");
+#if NET // https://github.com/dotnet/runtime/issues/50859
+ Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.GregorianCalendar"), "Calendar");
+#else
Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.UmAlQuraCalendar"), "Calendar");
+#endif
}
[Test]
public void Hijri ()
{
var ci = CultureInfo.GetCultureInfo ("ps");
+#if NET // https://github.com/dotnet/runtime/issues/50859
+ Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.PersianCalendar"), "Calendar");
+#else
Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.HijriCalendar"), "Calendar");
+#endif
}
[Test]
diff --git a/tests/linker/ios/dont link/dotnet/MacCatalyst/Info.plist b/tests/linker/ios/dont link/dotnet/MacCatalyst/Info.plist
new file mode 100644
index 000000000000..fb806689db8e
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/MacCatalyst/Info.plist
@@ -0,0 +1,12 @@
+
+
+
+
+ CFBundleDisplayName
+ DontLinkTest
+ CFBundleIdentifier
+ com.xamarin.dontlink
+ LSMinimumSystemVersion
+ 10.15
+
+
\ No newline at end of file
diff --git a/tests/linker/ios/dont link/dotnet/MacCatalyst/Makefile b/tests/linker/ios/dont link/dotnet/MacCatalyst/Makefile
new file mode 100644
index 000000000000..110d078f4577
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/MacCatalyst/Makefile
@@ -0,0 +1 @@
+include ../shared.mk
diff --git a/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj b/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj
new file mode 100644
index 000000000000..7dea4ba46f3f
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/MacCatalyst/dont link.csproj
@@ -0,0 +1,15 @@
+
+
+
+ net6.0-maccatalyst
+ xamarinios10;$(AssetTargetFallback)
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
+
+
+
+
+
+
+
+
+
diff --git a/tests/linker/ios/dont link/dotnet/iOS/Makefile b/tests/linker/ios/dont link/dotnet/iOS/Makefile
new file mode 100644
index 000000000000..f1a4290889e9
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/iOS/Makefile
@@ -0,0 +1,4 @@
+include ../shared.mk
+
+dev:
+ $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) /p:RuntimeIdentifier=ios-arm64
diff --git a/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj b/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj
index b5f1fcef46cc..d2a9bfb7141b 100644
--- a/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj
+++ b/tests/linker/ios/dont link/dotnet/iOS/dont link.csproj
@@ -2,56 +2,13 @@
net6.0-ios
- iossimulator-x64
- Exe
- NET
- latest
- dontlink
- dont link
- Nonexamarinios10;$(AssetTargetFallback)
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
- CommonDontLinkTest.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- BoardingPass.pkpass
-
+
diff --git a/tests/linker/ios/dont link/dotnet/shared.csproj b/tests/linker/ios/dont link/dotnet/shared.csproj
new file mode 100644
index 000000000000..48d6b6c952ed
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/shared.csproj
@@ -0,0 +1,54 @@
+
+
+
+ Exe
+ NET;$(DefineConstants)
+ latest
+ dontlink
+ dont link
+ None
+ $(RootTestsDirectory)\linker\ios\dont link
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CommonDontLinkTest.cs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ BoardingPass.pkpass
+
+
+
diff --git a/tests/linker/ios/dont link/dotnet/shared.mk b/tests/linker/ios/dont link/dotnet/shared.mk
new file mode 100644
index 000000000000..1a526943e9cb
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/shared.mk
@@ -0,0 +1,30 @@
+TOP=../../../../../..
+
+include $(TOP)/Make.config
+include $(TOP)/mk/colors.mk
+
+reload:
+ $(Q) rm -Rf $(TOP)/tests/dotnet/packages
+ $(Q) $(MAKE) -C $(TOP) -j8 all
+ $(Q) $(MAKE) -C $(TOP) -j8 install
+ $(Q) git clean -xfdq
+
+prepare:
+ $(Q) $(MAKE) -C $(TOP)/tests/dotnet copy-dotnet-config
+
+reload-and-build:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) build
+
+reload-and-run:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) run
+
+build: prepare
+ $(DOTNET6) build /bl:$@.binlog *.csproj $(MSBUILD_VERBOSITY)
+
+run: prepare
+ $(DOTNET6) build /bl:$@.binlog *.csproj /v:diag -t:Run
+
+diag:
+ $(DOTNET6) build /v:diag msbuild.binlog
diff --git a/tests/linker/ios/dont link/dotnet/tvOS/Makefile b/tests/linker/ios/dont link/dotnet/tvOS/Makefile
new file mode 100644
index 000000000000..110d078f4577
--- /dev/null
+++ b/tests/linker/ios/dont link/dotnet/tvOS/Makefile
@@ -0,0 +1 @@
+include ../shared.mk
diff --git a/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj b/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj
index 482ebc21622b..63cb22a4e2a7 100644
--- a/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj
+++ b/tests/linker/ios/dont link/dotnet/tvOS/dont link.csproj
@@ -2,56 +2,13 @@
net6.0-tvos
- tvossimulator-x64
- Exe
- NET
- latest
- dontlink
- dont link
- Nonexamarintvos10;$(AssetTargetFallback)
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
- CommonDontLinkTest.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- BoardingPass.pkpass
-
+
diff --git a/tests/linker/ios/link all/CalendarTest.cs b/tests/linker/ios/link all/CalendarTest.cs
index 6c640edae795..9a49494ff152 100644
--- a/tests/linker/ios/link all/CalendarTest.cs
+++ b/tests/linker/ios/link all/CalendarTest.cs
@@ -10,8 +10,8 @@ namespace LinkAll.Calendars {
[TestFixture]
// we want the tests to be available because we use the linker
[Preserve (AllMembers = true)]
-#if NET
- [Ignore ("No globalization data yet - https://github.com/xamarin/xamarin-macios/issues/8906")]
+#if NET && __MACCATALYST__
+ [Ignore ("No globalization data yet for Mac Catalyst - https://github.com/xamarin/xamarin-macios/issues/11392")]
#endif
public class CalendarTest {
@@ -21,14 +21,22 @@ public class CalendarTest {
public void UmAlQura ()
{
var ci = CultureInfo.GetCultureInfo ("ar");
+#if NET // https://github.com/dotnet/runtime/issues/50859
+ Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.GregorianCalendar"), "Calendar");
+#else
Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.UmAlQuraCalendar"), "Calendar");
+#endif
}
[Test]
public void Hijri ()
{
var ci = CultureInfo.GetCultureInfo ("ps");
+#if NET // https://github.com/dotnet/runtime/issues/50859
+ Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.PersianCalendar"), "Calendar");
+#else
Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.HijriCalendar"), "Calendar");
+#endif
}
[Test]
diff --git a/tests/linker/ios/link all/LinkAllTest.cs b/tests/linker/ios/link all/LinkAllTest.cs
index 5aaaf30162f0..8e6039ee02e3 100644
--- a/tests/linker/ios/link all/LinkAllTest.cs
+++ b/tests/linker/ios/link all/LinkAllTest.cs
@@ -60,7 +60,10 @@ public void UnusedMethod () {}
// we want the tests to be available because we use the linker
[Preserve (AllMembers = true)]
public class LinkAllRegressionTest {
-#if __IOS__
+#if __MACCATALYST__
+ public const string NamespacePrefix = "";
+ public const string AssemblyName = "Xamarin.MacCatalyst";
+#elif __IOS__
public const string NamespacePrefix = "";
public const string AssemblyName = "Xamarin.iOS";
#elif __TVOS__
@@ -211,7 +214,8 @@ public void DetectPlatform ()
{
#if !__WATCHOS__
// for (future) nunit[lite] platform detection - if this test fails then platform detection won't work
- Assert.NotNull (Helper.GetType (NamespacePrefix + "UIKit.UIApplicationDelegate, " + AssemblyName), "UIApplicationDelegate");
+ var typename = NamespacePrefix + "UIKit.UIApplicationDelegate, " + AssemblyName;
+ Assert.NotNull (Helper.GetType (typename), typename);
#endif
#if NET
Assert.Null (Helper.GetType ("Mono.Runtime"), "Mono.Runtime");
diff --git a/tests/linker/ios/link all/dotnet/MacCatalyst/Info.plist b/tests/linker/ios/link all/dotnet/MacCatalyst/Info.plist
new file mode 100644
index 000000000000..58c722337c4e
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/MacCatalyst/Info.plist
@@ -0,0 +1,12 @@
+
+
+
+
+ CFBundleDisplayName
+ LinkAll
+ CFBundleIdentifier
+ com.xamarin.linkall
+ LSMinimumSystemVersion
+ 10.15
+
+
diff --git a/tests/linker/ios/link all/dotnet/MacCatalyst/Makefile b/tests/linker/ios/link all/dotnet/MacCatalyst/Makefile
new file mode 100644
index 000000000000..110d078f4577
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/MacCatalyst/Makefile
@@ -0,0 +1 @@
+include ../shared.mk
diff --git a/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj b/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj
new file mode 100644
index 000000000000..240f09aa126a
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/MacCatalyst/link all.csproj
@@ -0,0 +1,14 @@
+
+
+
+ net6.0-maccatalyst
+ xamarinios10;$(AssetTargetFallback)
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
+
+
+
+
+
+
+
+
diff --git a/tests/linker/ios/link all/dotnet/iOS/Makefile b/tests/linker/ios/link all/dotnet/iOS/Makefile
new file mode 100644
index 000000000000..f1a4290889e9
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/iOS/Makefile
@@ -0,0 +1,4 @@
+include ../shared.mk
+
+dev:
+ $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) /p:RuntimeIdentifier=ios-arm64
diff --git a/tests/linker/ios/link all/dotnet/iOS/link all.csproj b/tests/linker/ios/link all/dotnet/iOS/link all.csproj
index 4a8514e3a8d4..dbce4fd288d9 100644
--- a/tests/linker/ios/link all/dotnet/iOS/link all.csproj
+++ b/tests/linker/ios/link all/dotnet/iOS/link all.csproj
@@ -2,96 +2,13 @@
net6.0-ios
- iossimulator-x64
- Exe
- NET;$(DefineConstants)
- latest
- linkall
- link all
- Fullxamarinios10;$(AssetTargetFallback)
- true
- --optimize=all,-remove-dynamic-registrar,-force-rejected-types-removal
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
-
-
- true
- DEBUG;$(DefineConstants)
-
-
- true
-
+
-
- ../../support.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- OptimizeGeneratedCodeTest.cs
-
-
-
-
-
-
-
-
- ReflectionTest.cs
-
-
-
-
- TestRuntime.cs
-
-
- CommonLinkAllTest.cs
-
-
- CommonLinkAnyTest.cs
-
-
- NetworkResources.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/linker/ios/link all/dotnet/shared.csproj b/tests/linker/ios/link all/dotnet/shared.csproj
new file mode 100644
index 000000000000..5ee15d30c2a8
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/shared.csproj
@@ -0,0 +1,91 @@
+
+
+
+ Exe
+ NET;$(DefineConstants)
+ latest
+ linkall
+ link all
+ Full
+ --optimize=all,-remove-dynamic-registrar,-force-rejected-types-removal
+ true
+ $(RootTestsDirectory)\linker\ios\link all
+
+
+
+
+ true
+ DEBUG;$(DefineConstants)
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ OptimizeGeneratedCodeTest.cs
+
+
+
+
+
+
+
+
+ ReflectionTest.cs
+
+
+
+
+ TestRuntime.cs
+
+
+ CommonLinkAllTest.cs
+
+
+ CommonLinkAnyTest.cs
+
+
+ NetworkResources.cs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/linker/ios/link all/dotnet/shared.mk b/tests/linker/ios/link all/dotnet/shared.mk
new file mode 100644
index 000000000000..1a526943e9cb
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/shared.mk
@@ -0,0 +1,30 @@
+TOP=../../../../../..
+
+include $(TOP)/Make.config
+include $(TOP)/mk/colors.mk
+
+reload:
+ $(Q) rm -Rf $(TOP)/tests/dotnet/packages
+ $(Q) $(MAKE) -C $(TOP) -j8 all
+ $(Q) $(MAKE) -C $(TOP) -j8 install
+ $(Q) git clean -xfdq
+
+prepare:
+ $(Q) $(MAKE) -C $(TOP)/tests/dotnet copy-dotnet-config
+
+reload-and-build:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) build
+
+reload-and-run:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) run
+
+build: prepare
+ $(DOTNET6) build /bl:$@.binlog *.csproj $(MSBUILD_VERBOSITY)
+
+run: prepare
+ $(DOTNET6) build /bl:$@.binlog *.csproj /v:diag -t:Run
+
+diag:
+ $(DOTNET6) build /v:diag msbuild.binlog
diff --git a/tests/linker/ios/link all/dotnet/tvOS/Makefile b/tests/linker/ios/link all/dotnet/tvOS/Makefile
new file mode 100644
index 000000000000..110d078f4577
--- /dev/null
+++ b/tests/linker/ios/link all/dotnet/tvOS/Makefile
@@ -0,0 +1 @@
+include ../shared.mk
diff --git a/tests/linker/ios/link all/dotnet/tvOS/link all.csproj b/tests/linker/ios/link all/dotnet/tvOS/link all.csproj
index eb288beb1b1a..5f743d5f93d4 100644
--- a/tests/linker/ios/link all/dotnet/tvOS/link all.csproj
+++ b/tests/linker/ios/link all/dotnet/tvOS/link all.csproj
@@ -2,96 +2,14 @@
net6.0-tvos
- tvossimulator-x64
- Exe
- NET;XAMCORE_3_0;$(DefineConstants)
- latest
- linkall
- link all
- Full
+ XAMCORE_3_0;$(DefineConstants)xamarintvos10;$(AssetTargetFallback)
- true
- --optimize=all,-remove-dynamic-registrar,-force-rejected-types-removal
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
-
-
- true
- DEBUG;$(DefineConstants)
-
-
- true
-
+
-
- ../../support.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- OptimizeGeneratedCodeTest.cs
-
-
-
-
-
-
-
-
- ReflectionTest.cs
-
-
-
-
- TestRuntime.cs
-
-
- CommonLinkAllTest.cs
-
-
- CommonLinkAnyTest.cs
-
-
- NetworkResources.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/tests/linker/ios/link sdk/CalendarTest.cs b/tests/linker/ios/link sdk/CalendarTest.cs
index f5e1504ef3fb..c6bf0d17f4ee 100644
--- a/tests/linker/ios/link sdk/CalendarTest.cs
+++ b/tests/linker/ios/link sdk/CalendarTest.cs
@@ -10,6 +10,9 @@ namespace LinkSdk.Calendars {
[TestFixture]
// we want the tests to be available because we use the linker
[Preserve (AllMembers = true)]
+#if NET && __MACCATALYST__
+ [Ignore ("No globalization data yet for Mac Catalyst - https://github.com/xamarin/xamarin-macios/issues/11392")]
+#endif
public class CalendarTest {
// application must *NOT* be build with I18N.MidEast and I18N.Other (Thai)
@@ -25,14 +28,22 @@ public void UmAlQura ()
public void Hijri ()
{
var ci = CultureInfo.GetCultureInfo ("ps");
+#if NET // https://github.com/dotnet/runtime/issues/50859
+ Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.PersianCalendar"), "Calendar");
+#else
Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.GregorianCalendar"), "Calendar");
+#endif
}
[Test]
public void ThaiBuddhist ()
{
var ci = CultureInfo.GetCultureInfo ("th");
+#if NET // https://github.com/dotnet/runtime/issues/50859
+ Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.ThaiBuddhistCalendar"), "Calendar");
+#else
Assert.That (ci.Calendar.ToString (), Is.EqualTo ("System.Globalization.GregorianCalendar"), "Calendar");
+#endif
}
}
}
\ No newline at end of file
diff --git a/tests/linker/ios/link sdk/HttpClientHandlerTest.cs b/tests/linker/ios/link sdk/HttpClientHandlerTest.cs
index aa88817389fc..477e249bc98b 100644
--- a/tests/linker/ios/link sdk/HttpClientHandlerTest.cs
+++ b/tests/linker/ios/link sdk/HttpClientHandlerTest.cs
@@ -20,19 +20,36 @@ public void HttpClient ()
{
using (var handler = new HttpClientHandler ()) {
Assert.True (handler.AllowAutoRedirect, "AllowAutoRedirect");
+#if NET && !__MACCATALYST__ // https://github.com/dotnet/runtime/issues/55986
+ Assert.Null (handler.CookieContainer, "CookieContainer");
+#else
Assert.NotNull (handler.CookieContainer, "CookieContainer");
+#endif
Assert.Null (handler.Credentials, "Credentials");
// (so far) not exposed in other, native handlers
+#if NET // https://github.com/dotnet/runtime/issues/55986
+ Assert.Throws (() => GC.KeepAlive (handler.AutomaticDecompression), "AutomaticDecompression");
+ Assert.Throws (() => GC.KeepAlive (handler.ClientCertificateOptions), "ClientCertificateOptions");
+ Assert.Throws (() => GC.KeepAlive (handler.MaxAutomaticRedirections), "MaxAutomaticRedirections");
+ Assert.Throws (() => GC.KeepAlive (handler.Proxy), "Proxy");
+ Assert.False (handler.SupportsAutomaticDecompression, "SupportsAutomaticDecompression");
+ Assert.False (handler.SupportsProxy, "SupportsProxy");
+#else
Assert.That (handler.AutomaticDecompression, Is.EqualTo (DecompressionMethods.None), "AutomaticDecompression");
Assert.That (handler.ClientCertificateOptions, Is.EqualTo (ClientCertificateOption.Manual), "ClientCertificateOptions");
Assert.That (handler.MaxAutomaticRedirections, Is.EqualTo (50), "MaxAutomaticRedirections");
Assert.Null (handler.Proxy, "Proxy");
Assert.True (handler.SupportsAutomaticDecompression, "SupportsAutomaticDecompression");
Assert.True (handler.SupportsProxy, "SupportsProxy");
+#endif
Assert.True (handler.SupportsRedirectConfiguration, "SupportsRedirectConfiguration");
Assert.True (handler.UseCookies, "UseCookies");
Assert.False (handler.UseDefaultCredentials, "UseDefaultCredentials");
+#if NET // https://github.com/dotnet/runtime/issues/55986
+ Assert.Throws (() => GC.KeepAlive (handler.UseProxy), "UseProxy");
+#else
Assert.True (handler.UseProxy, "UseProxy");
+#endif
}
}
diff --git a/tests/linker/ios/link sdk/LinkSdkRegressionTest.cs b/tests/linker/ios/link sdk/LinkSdkRegressionTest.cs
index 90ea07ed3651..c2de59602ad4 100644
--- a/tests/linker/ios/link sdk/LinkSdkRegressionTest.cs
+++ b/tests/linker/ios/link sdk/LinkSdkRegressionTest.cs
@@ -385,14 +385,19 @@ public void Bug2000_NSPersistentStoreCoordinator ()
Assert.That (model.Handle, Is.Not.EqualTo (IntPtr.Zero), "NSManagedObjectModel");
model.Entities = new NSEntityDescription[1] { entity };
model.SetEntities (model.Entities, String.Empty);
-
- NSUrl url = new NSUrl ("test.sqlite", false);
- // from http://bugzilla.xamarin.com/show_bug.cgi?id=2000
- NSError error;
- var c = new NSPersistentStoreCoordinator (model);
- c.AddPersistentStoreWithType (NSPersistentStoreCoordinator.SQLiteStoreType, null, url, null, out error);
- Assert.True (Runtime.Arch == Arch.SIMULATOR ? error == null : error.Code == 512, "error");
+ var sqlitePath = Path.Combine (NSFileManager.TemporaryDirectory, "test.sqlite");
+ NSUrl url = NSUrl.FromFilename (sqlitePath);
+
+ try {
+ // from http://bugzilla.xamarin.com/show_bug.cgi?id=2000
+ NSError error;
+ var c = new NSPersistentStoreCoordinator (model);
+ c.AddPersistentStoreWithType (NSPersistentStoreCoordinator.SQLiteStoreType, null, url, null, out error);
+ Assert.IsNull (error, "error");
+ } finally {
+ File.Delete (sqlitePath);
+ }
}
[Test]
@@ -463,6 +468,9 @@ public void OpenTk_Preserved ()
#endif // !__WATCHOS__ && !__MACCATALYST__
[Test]
+#if NET && __MACCATALYST__
+ [Ignore ("No globalization data yet for Mac Catalyst - https://github.com/xamarin/xamarin-macios/issues/11392")]
+#endif
public void XElement_3137 ()
{
CultureInfo current = Thread.CurrentThread.CurrentCulture;
@@ -931,7 +939,7 @@ public void SpecialFolder ()
// and the simulator is more lax
#if NET
// ProgramFiles is different on .NET: https://github.com/dotnet/runtime/pull/41959#discussion_r485069017
- path = TestFolder (Environment.SpecialFolder.ProgramFiles, readOnly: device, exists: false);
+ path = TestFolder (Environment.SpecialFolder.ProgramFiles, readOnly: device, exists: null /* may or may not exist */);
var applicationsPath = NSSearchPath.GetDirectories (NSSearchPathDirectory.ApplicationDirectory, NSSearchPathDomain.All, true).FirstOrDefault ();
Assert.That (path, Is.EqualTo (applicationsPath), "path - ProgramFiles");
#else
diff --git a/tests/linker/ios/link sdk/LocaleTest.cs b/tests/linker/ios/link sdk/LocaleTest.cs
index a1a6e9d0ecd9..b566c5a50904 100644
--- a/tests/linker/ios/link sdk/LocaleTest.cs
+++ b/tests/linker/ios/link sdk/LocaleTest.cs
@@ -14,6 +14,9 @@ public class LocaleTest {
[Test]
[SetCulture ("cs-CZ")]
+#if NET && __MACCATALYST__
+ [Ignore ("No globalization data yet for Mac Catalyst - https://github.com/xamarin/xamarin-macios/issues/11392")]
+#endif
public void CzechDictComparer ()
{
DictComparer ();
@@ -21,6 +24,9 @@ public void CzechDictComparer ()
[Test]
[SetCulture ("en-US")]
+#if NET && __MACCATALYST__
+ [Ignore ("No globalization data yet for Mac Catalyst - https://github.com/xamarin/xamarin-macios/issues/11392")]
+#endif
public void EnglishDictComparer ()
{
DictComparer ();
diff --git a/tests/linker/ios/link sdk/dotnet/MacCatalyst/Info.plist b/tests/linker/ios/link sdk/dotnet/MacCatalyst/Info.plist
new file mode 100644
index 000000000000..1feac114bfcb
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/MacCatalyst/Info.plist
@@ -0,0 +1,12 @@
+
+
+
+
+ CFBundleDisplayName
+ LinkSdkTest
+ CFBundleIdentifier
+ com.xamarin.linksdk
+ LSMinimumSystemVersion
+ 10.15
+
+
diff --git a/tests/linker/ios/link sdk/dotnet/MacCatalyst/Makefile b/tests/linker/ios/link sdk/dotnet/MacCatalyst/Makefile
new file mode 100644
index 000000000000..110d078f4577
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/MacCatalyst/Makefile
@@ -0,0 +1 @@
+include ../shared.mk
diff --git a/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj
new file mode 100644
index 000000000000..a705ff04d5a3
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/MacCatalyst/link sdk.csproj
@@ -0,0 +1,14 @@
+
+
+
+ net6.0-maccatalyst
+ xamarinios10;$(AssetTargetFallback)
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
+
+
+
+
+
+
+
+
diff --git a/tests/linker/ios/link sdk/dotnet/iOS/Makefile b/tests/linker/ios/link sdk/dotnet/iOS/Makefile
new file mode 100644
index 000000000000..f1a4290889e9
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/iOS/Makefile
@@ -0,0 +1,4 @@
+include ../shared.mk
+
+dev:
+ $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) /p:RuntimeIdentifier=ios-arm64
diff --git a/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj
index 28c09fd54377..c1d88e181d63 100644
--- a/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj
+++ b/tests/linker/ios/link sdk/dotnet/iOS/link sdk.csproj
@@ -2,88 +2,13 @@
net6.0-ios
- iossimulator-x64
- Exe
- NET
- latest
- linksdk
- link sdk
- SdkOnly
- truexamarinios10;$(AssetTargetFallback)
- -disable-thread-check "--dlsym:-link sdk" -gcc_flags="-UhoItsB0rken"
- ..\..\..\..\..
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
-
-
- ../../support.dll
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TestRuntime.cs
-
-
- ILReader.cs
-
-
- CommonLinkSdkTest.cs
-
-
- CommonLinkAnyTest.cs
-
-
-
- NetworkResources.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/tests/linker/ios/link sdk/dotnet/shared.csproj b/tests/linker/ios/link sdk/dotnet/shared.csproj
new file mode 100644
index 000000000000..fa6b4e8ca2d5
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/shared.csproj
@@ -0,0 +1,86 @@
+
+
+
+ Exe
+ NET;$(DefineConstants)
+ latest
+ linksdk
+ link sdk
+ SdkOnly
+ -disable-thread-check "--dlsym:-link sdk" -gcc_flags="-UhoItsB0rken"
+ true
+ $(RootTestsDirectory)\linker\ios\link sdk
+
+
+
+
+ $(ThisTestDirectory)/support.dll
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ TestRuntime.cs
+
+
+ ILReader.cs
+
+
+ CommonLinkSdkTest.cs
+
+
+ CommonLinkAnyTest.cs
+
+
+
+ NetworkResources.cs
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/tests/linker/ios/link sdk/dotnet/shared.mk b/tests/linker/ios/link sdk/dotnet/shared.mk
new file mode 100644
index 000000000000..1a526943e9cb
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/shared.mk
@@ -0,0 +1,30 @@
+TOP=../../../../../..
+
+include $(TOP)/Make.config
+include $(TOP)/mk/colors.mk
+
+reload:
+ $(Q) rm -Rf $(TOP)/tests/dotnet/packages
+ $(Q) $(MAKE) -C $(TOP) -j8 all
+ $(Q) $(MAKE) -C $(TOP) -j8 install
+ $(Q) git clean -xfdq
+
+prepare:
+ $(Q) $(MAKE) -C $(TOP)/tests/dotnet copy-dotnet-config
+
+reload-and-build:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) build
+
+reload-and-run:
+ $(Q) $(MAKE) reload
+ $(Q) $(MAKE) run
+
+build: prepare
+ $(DOTNET6) build /bl:$@.binlog *.csproj $(MSBUILD_VERBOSITY)
+
+run: prepare
+ $(DOTNET6) build /bl:$@.binlog *.csproj /v:diag -t:Run
+
+diag:
+ $(DOTNET6) build /v:diag msbuild.binlog
diff --git a/tests/linker/ios/link sdk/dotnet/tvOS/Makefile b/tests/linker/ios/link sdk/dotnet/tvOS/Makefile
new file mode 100644
index 000000000000..110d078f4577
--- /dev/null
+++ b/tests/linker/ios/link sdk/dotnet/tvOS/Makefile
@@ -0,0 +1 @@
+include ../shared.mk
diff --git a/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj b/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj
index f17c7c90dd5d..a2d4d65a1680 100644
--- a/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj
+++ b/tests/linker/ios/link sdk/dotnet/tvOS/link sdk.csproj
@@ -2,88 +2,13 @@
net6.0-tvos
- tvossimulator-x64
- Exe
- NET
- latest
- linksdk
- link sdk
- SdkOnly
- truexamarintvos10;$(AssetTargetFallback)
- -disable-thread-check "--dlsym:-link sdk" -gcc_flags="-UhoItsB0rken"
- ..\..\..\..\..
+ $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\..\..\..\..'))
-
-
- ../../support.dll
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TestRuntime.cs
-
-
- ILReader.cs
-
-
- CommonLinkSdkTest.cs
-
-
- CommonLinkAnyTest.cs
-
-
-
- NetworkResources.cs
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/tests/monotouch-test/Foundation/NSTimeZoneTest.cs b/tests/monotouch-test/Foundation/NSTimeZoneTest.cs
index 421937aab713..d4b48a70f8f6 100644
--- a/tests/monotouch-test/Foundation/NSTimeZoneTest.cs
+++ b/tests/monotouch-test/Foundation/NSTimeZoneTest.cs
@@ -39,6 +39,9 @@ public void AbbreviationTest ()
}
[Test]
+#if NET && __MACCATALYST__
+ [Ignore ("https://github.com/dotnet/runtime/issues/55941")]
+#endif
public void All_28300 ()
{
foreach (var name in NSTimeZone.KnownTimeZoneNames) {
diff --git a/tests/monotouch-test/HttpClient/HttpClientTest.cs b/tests/monotouch-test/HttpClient/HttpClientTest.cs
index b8043373278f..0a541ae4b93a 100644
--- a/tests/monotouch-test/HttpClient/HttpClientTest.cs
+++ b/tests/monotouch-test/HttpClient/HttpClientTest.cs
@@ -1,6 +1,7 @@
#if !__WATCHOS__
using System;
using System.Net.Http;
+using System.Reflection;
using System.Threading;
using System.Threading.Tasks;
@@ -99,7 +100,16 @@ public void EnsureModifiabilityPostSend (Type handlerType, int macOSMinVersion)
using (var request = new HttpRequestMessage (HttpMethod.Get, "http://xamarin.com")) {
var token = new CancellationTokenSource ();
client.SendAsync (request, token.Token);
- Assert.Throws (() => wrapper.AllowAutoRedirect = !wrapper.AllowAutoRedirect);
+ Exception e = null;
+ try {
+ wrapper.AllowAutoRedirect = !wrapper.AllowAutoRedirect;
+ Assert.Fail ("Unexpectedly able to change AllowAutoRedirect");
+ } catch (InvalidOperationException ioe) {
+ e = ioe;
+ } catch (TargetInvocationException tie) {
+ e = tie.InnerException;
+ }
+ Assert.That (e, Is.InstanceOf (), "AllowAutoRedirect");
// cancel to ensure that we do not have side effects
token.Cancel ();
}
diff --git a/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs b/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs
index 5a8d2ae2776a..e05795a34fb1 100644
--- a/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs
+++ b/tests/monotouch-test/ObjCRuntime/TrampolineTest.cs
@@ -637,7 +637,7 @@ public class FloatingPointStretTrampolines : NSObject
static float ParseString (string str)
{
- return float.Parse (str, new CultureInfo ("en-US").NumberFormat);
+ return float.Parse (str, CultureInfo.InvariantCulture.NumberFormat);
}
[Export ("testCGRect")]
diff --git a/tests/monotouch-test/System.Net.Http/MessageHandlers.cs b/tests/monotouch-test/System.Net.Http/MessageHandlers.cs
index 176deefdbd59..c3f0f891990e 100644
--- a/tests/monotouch-test/System.Net.Http/MessageHandlers.cs
+++ b/tests/monotouch-test/System.Net.Http/MessageHandlers.cs
@@ -370,6 +370,11 @@ public void RejectSslCertificatesServicePointManager (Type handlerType)
Assert.Ignore ("Fails on macOS 10.10: https://github.com/xamarin/maccore/issues/1645");
#endif
+#if NET
+ if (handlerType == typeof (HttpClientHandler))
+ Assert.Ignore ("https://github.com/dotnet/runtime/issues/55986");
+#endif
+
bool validationCbWasExecuted = false;
bool customValidationCbWasExecuted = false;
bool invalidServicePointManagerCbWasExcuted = false;
diff --git a/tests/monotouch-test/dotnet/iOS/Makefile b/tests/monotouch-test/dotnet/iOS/Makefile
index f1a4290889e9..64ff0f20240a 100644
--- a/tests/monotouch-test/dotnet/iOS/Makefile
+++ b/tests/monotouch-test/dotnet/iOS/Makefile
@@ -1,4 +1,16 @@
include ../shared.mk
dev:
- $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) /p:RuntimeIdentifier=ios-arm64
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64"
+
+llvm:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /p:MtouchUseLlvm=true /p:MtouchLink=SdkOnly /p:Configuration=Release-llvm /bl:$@.binlog"
+
+run-llvm:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /p:MtouchUseLlvm=true /p:MtouchLink=SdkOnly /p:Configuration=Release-llvm /bl:$@.binlog /t:Run"
+
+norm:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /p:MtouchLink=SdkOnly /p:Configuration=Release-norm /bl:$@.binlog"
+
+run-norm:
+ $(Q) $(MAKE) build BUILD_ARGUMENTS="/p:RuntimeIdentifier=ios-arm64 /p:MtouchLink=SdkOnly /p:Configuration=Release-norm /bl:$@.binlog /t:Run"
diff --git a/tests/monotouch-test/dotnet/shared.mk b/tests/monotouch-test/dotnet/shared.mk
index fd9d980533cd..bc7ccd259626 100644
--- a/tests/monotouch-test/dotnet/shared.mk
+++ b/tests/monotouch-test/dotnet/shared.mk
@@ -1,17 +1,16 @@
TOP=../../../..
-
include $(TOP)/Make.config
include $(TOP)/mk/colors.mk
+prepare:
+ $(Q) $(MAKE) -C $(TOP)/tests/dotnet copy-dotnet-config
+
reload:
$(Q) rm -Rf $(TOP)/tests/dotnet/packages
$(Q) $(MAKE) -C $(TOP) -j8 all
$(Q) $(MAKE) -C $(TOP) -j8 install
$(Q) git clean -xfdq
-prepare:
- $(Q) $(MAKE) -C $(TOP)/tests/dotnet copy-dotnet-config
-
reload-and-build:
$(Q) $(MAKE) reload
$(Q) $(MAKE) build
@@ -21,10 +20,10 @@ reload-and-run:
$(Q) $(MAKE) run
build: prepare
- $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY)
+ $(Q) $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) $(BUILD_ARGUMENTS)
run: prepare
- $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) -t:Run
+ $(Q) $(DOTNET6) build /bl *.csproj $(MSBUILD_VERBOSITY) $(BUILD_ARGUMENTS) -t:Run
-diag:
- $(DOTNET6) build /v:diag msbuild.binlog
+diag: prepare
+ $(Q) $(DOTNET6) build /v:diag msbuild.binlog
diff --git a/tests/msbuild/Xamarin.MacDev.Tasks.Tests/TaskTests/LocalizationIgnore/common-Translations.ignore b/tests/msbuild/Xamarin.MacDev.Tasks.Tests/TaskTests/LocalizationIgnore/common-Translations.ignore
index 0b111afba432..edaec10af5c8 100644
--- a/tests/msbuild/Xamarin.MacDev.Tasks.Tests/TaskTests/LocalizationIgnore/common-Translations.ignore
+++ b/tests/msbuild/Xamarin.MacDev.Tasks.Tests/TaskTests/LocalizationIgnore/common-Translations.ignore
@@ -1,23 +1,5 @@
# Insert Error codes that are waiting on translations below (one per line)
-E0174
-E0175
-E0177
-E0178
-E0179
-E0180
-E0181
-E0182
-E0183
-E0184
-E0185
-E0186
-E0187
-E7069
-E7070
-E7071
-InvalidFramework
-InvalidPlatform
-E7072
+
E7073
E7074
E7075
@@ -26,4 +8,3 @@ E7077
E7078
E7079
E7080
-W0176
diff --git a/tests/xharness/Harness.cs b/tests/xharness/Harness.cs
index 714db67e50a9..6930288770ce 100644
--- a/tests/xharness/Harness.cs
+++ b/tests/xharness/Harness.cs
@@ -308,6 +308,30 @@ int AutoConfigureMac (bool generate_projects)
Ignore = !ENABLE_DOTNET,
});
+ MacTestProjects.Add (new MacTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "dont link", "dotnet", "MacCatalyst", "dont link.csproj"))) {
+ Name = "dont link",
+ IsDotNetProject = true,
+ TargetFrameworkFlavors = MacFlavors.MacCatalyst,
+ Platform = "AnyCPU",
+ Ignore = !ENABLE_DOTNET,
+ });
+
+ MacTestProjects.Add (new MacTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link all", "dotnet", "MacCatalyst", "link all.csproj"))) {
+ Name = "link all",
+ IsDotNetProject = true,
+ TargetFrameworkFlavors = MacFlavors.MacCatalyst,
+ Platform = "AnyCPU",
+ Ignore = !ENABLE_DOTNET,
+ });
+
+ MacTestProjects.Add (new MacTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link sdk", "dotnet", "MacCatalyst", "link sdk.csproj"))) {
+ Name = "link sdk",
+ IsDotNetProject = true,
+ TargetFrameworkFlavors = MacFlavors.MacCatalyst,
+ Platform = "AnyCPU",
+ Ignore = !ENABLE_DOTNET,
+ });
+
foreach (var flavor in new MonoNativeFlavor [] { MonoNativeFlavor.Compat, MonoNativeFlavor.Unified }) {
var monoNativeInfo = new MonoNativeInfo (DevicePlatform.macOS, flavor, RootDirectory, Log);
var macTestProject = new MacTestProject (monoNativeInfo.ProjectPath, targetFrameworkFlavor: MacFlavors.Modern | MacFlavors.Full) {
@@ -430,19 +454,19 @@ void AutoConfigureIOS ()
Configurations = new string [] { "Debug", "Release" },
IgnoreMacCatalystVariation = false,
});
- IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "dont link", "dotnet", "iOS", "dont link.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = false, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true });
+ IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "dont link", "dotnet", "iOS", "dont link.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = false, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true, SkipMacCatalystVariation = true });
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "dont link", "dotnet", "tvOS", "dont link.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = true, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true, GenerateVariations = false, TestPlatform = TestPlatform.tvOS, });
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link all", "link all.csproj"))) {
Configurations = new string [] { "Debug", "Release" },
IgnoreMacCatalystVariation = false,
});
- IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link all", "dotnet", "iOS", "link all.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = false, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true });
+ IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link all", "dotnet", "iOS", "link all.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = false, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true, SkipMacCatalystVariation = true, });
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link all", "dotnet", "tvOS", "link all.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = true, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true, GenerateVariations = false, TestPlatform = TestPlatform.tvOS, });
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link sdk", "link sdk.csproj"))) {
Configurations = new string [] { "Debug", "Release" },
IgnoreMacCatalystVariation = false,
});
- IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link sdk", "dotnet", "iOS", "link sdk.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = false, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true });
+ IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link sdk", "dotnet", "iOS", "link sdk.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = false, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true, SkipMacCatalystVariation = true, });
IOSTestProjects.Add (new iOSTestProject (Path.GetFullPath (Path.Combine (RootDirectory, "linker", "ios", "link sdk", "dotnet", "tvOS", "link sdk.csproj"))) { Configurations = new string [] { "Debug", "Release" }, IsDotNetProject = true, SkipiOSVariation = true, SkiptvOSVariation = true, SkipwatchOSVariation = true, SkipTodayExtensionVariation = true, SkipDeviceVariations = false, SkipiOS32Variation = true, GenerateVariations = false, TestPlatform = TestPlatform.tvOS, });
foreach (var flavor in new MonoNativeFlavor [] { MonoNativeFlavor.Compat, MonoNativeFlavor.Unified }) {
diff --git a/tests/xharness/Jenkins/TestData.cs b/tests/xharness/Jenkins/TestData.cs
index aa8e340c2bfe..043bd26d863f 100644
--- a/tests/xharness/Jenkins/TestData.cs
+++ b/tests/xharness/Jenkins/TestData.cs
@@ -18,6 +18,7 @@ class TestData
public bool? Ignored;
public bool EnableSGenConc;
public bool UseThumb;
+ public bool UseLlvm;
public bool? UseMonoRuntime;
public MonoNativeLinkMode MonoNativeLinkMode;
public IEnumerable Candidates;
diff --git a/tests/xharness/Jenkins/TestVariationsFactory.cs b/tests/xharness/Jenkins/TestVariationsFactory.cs
index 4b63c2a52f2f..5e7925ed4de8 100644
--- a/tests/xharness/Jenkins/TestVariationsFactory.cs
+++ b/tests/xharness/Jenkins/TestVariationsFactory.cs
@@ -83,6 +83,8 @@ IEnumerable GetTestData (RunTestTask test)
}
yield return new TestData { Variation = "Release (interpreter -mscorlib)", MTouchExtraArgs = "--interpreter=-mscorlib", Debug = false, Profiling = false, Undefines = "FULL_AOT_RUNTIME", Ignored = ignore };
}
+ if (test.TestProject.IsDotNetProject)
+ yield return new TestData { Variation = "Release (LLVM)", Debug = false, UseLlvm = true, Ignored = ignore };
break;
case string name when name.StartsWith ("mscorlib", StringComparison.Ordinal):
if (supports_debug)
@@ -182,6 +184,7 @@ public IEnumerable CreateTestVariations (IEnumerable tests, Func CreateTestVariations (IEnumerable tests, Func GetAotArguments (string filename, Abi abi, string outputDir
return processArguments;
}
- public void GetAotArguments (string filename, Abi abi, string outputDir, string outputFile, string llvmOutputFile, string dataFile, out List processArguments, out List aotArguments)
+ public void GetAotArguments (string filename, Abi abi, string outputDir, string outputFile, string llvmOutputFile, string dataFile, out List processArguments, out List aotArguments, string llvm_path = null)
{
string fname = Path.GetFileName (filename);
processArguments = new List ();
@@ -1472,8 +1472,13 @@ public void GetAotArguments (string filename, Abi abi, string outputDir, string
aotArguments.Add ($"msym-dir={msymdir}");
}
- if (enable_llvm)
- aotArguments.Add ($"llvm-path={Driver.GetFrameworkCurrentDirectory (app)}/LLVM/bin/");
+ if (enable_llvm) {
+ if (!string.IsNullOrEmpty (llvm_path)) {
+ aotArguments.Add ($"llvm-path={llvm_path}");
+ } else {
+ aotArguments.Add ($"llvm-path={Driver.GetFrameworkCurrentDirectory (app)}/LLVM/bin/");
+ }
+ }
aotArguments.Add ($"outfile={outputFile}");
if (enable_llvm)
diff --git a/tools/common/Optimizations.cs b/tools/common/Optimizations.cs
index 282c010be239..bbc763ee5a0e 100644
--- a/tools/common/Optimizations.cs
+++ b/tools/common/Optimizations.cs
@@ -32,24 +32,24 @@ public class Optimizations
};
static ApplePlatform [][] valid_platforms = new ApplePlatform [][] {
- /* Opt.RemoveUIThreadChecks */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.DeadCodeElimination */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.InlineIsDirectBinding */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.InlineIntPtrSize */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.InlineRuntimeArch */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.BlockLiteralSetupBlock */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.RegisterProtocols */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.InlineDynamicRegistrationSupported */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.StaticBlockToDelegateLookup */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.RemoveDynamicRegistrar */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.TrimArchitectures */ new ApplePlatform [] { ApplePlatform.MacOSX, },
- /* Opt.RemoveUnsupportedILForBitcode */ new ApplePlatform [] { ApplePlatform.WatchOS, },
- /* Opt.InlineIsARM64CallingConvention */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.SealAndDevirtualize */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.StaticConstructorBeforeFieldInit */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.CustomAttributesRemoval */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.ExperimentalFormsProductType */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS },
- /* Opt.ForceRejectedTypesRemoval */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS },
+ /* Opt.RemoveUIThreadChecks */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.DeadCodeElimination */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.InlineIsDirectBinding */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.InlineIntPtrSize */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.InlineRuntimeArch */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS },
+ /* Opt.BlockLiteralSetupBlock */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.RegisterProtocols */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.InlineDynamicRegistrationSupported */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.StaticBlockToDelegateLookup */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.RemoveDynamicRegistrar */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.TrimArchitectures */ new ApplePlatform [] { ApplePlatform.MacOSX, },
+ /* Opt.RemoveUnsupportedILForBitcode */ new ApplePlatform [] { ApplePlatform.WatchOS, },
+ /* Opt.InlineIsARM64CallingConvention */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.SealAndDevirtualize */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.StaticConstructorBeforeFieldInit */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.CustomAttributesRemoval */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.ExperimentalFormsProductType */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.MacOSX, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
+ /* Opt.ForceRejectedTypesRemoval */ new ApplePlatform [] { ApplePlatform.iOS, ApplePlatform.WatchOS, ApplePlatform.TVOS, ApplePlatform.MacCatalyst },
};
enum Opt
diff --git a/tools/devops/automation/build-pipeline.yml b/tools/devops/automation/build-pipeline.yml
index eb281cbd99ac..5f5cdd648c1e 100644
--- a/tools/devops/automation/build-pipeline.yml
+++ b/tools/devops/automation/build-pipeline.yml
@@ -160,6 +160,8 @@ variables:
value: 'VSEng-Xamarin-RedmondMacBuildPool-iOS-Trusted'
- name: CIBuildPoolUrl
value: 'https://devdiv.visualstudio.com/_settings/agentpools?poolId=367&view=agents'
+- name: IsPRBuild
+ value: ${{ or(eq(variables['Build.Reason'], 'PullRequest'), and(eq(variables['Build.SourceBranchName'], 'merge'), or(eq(variables['Build.Reason'], 'Manual'), eq(variables['Build.Reason'], 'IndividualCI')))) }}
trigger:
branches:
@@ -241,6 +243,10 @@ stages:
xqaCertPass: $(xqa--certificates--password)
enableDotnet: ${{ parameters.enableDotnet }}
+# .NET 6 Release Prep and VS Insertion Stages
+- template: templates/release/vs-insertion-prep.yml
+
+# Test stages
- ${{ if eq(parameters.runDeviceTests, true) }}:
- ${{ if and(ne(variables['Build.Reason'], 'Schedule'), or(eq(variables['Build.Reason'], 'IndividualCI'), eq(variables['Build.Reason'], 'Manual'))) }}:
- ${{ each config in parameters.deviceTestsConfigurations }}:
diff --git a/tools/devops/automation/scripts/bash/build-nugets.sh b/tools/devops/automation/scripts/bash/build-nugets.sh
index 7b9db9880249..831afb0985ff 100755
--- a/tools/devops/automation/scripts/bash/build-nugets.sh
+++ b/tools/devops/automation/scripts/bash/build-nugets.sh
@@ -13,6 +13,8 @@ DOTNET_NUPKG_DIR=$(make -C tools/devops print-abspath-variable VARIABLE=DOTNET_N
mkdir -p ../package/
rm -f ../package/*.nupkg
cp -c "$DOTNET_NUPKG_DIR"/*.nupkg ../package/
+cp -c "$DOTNET_NUPKG_DIR"/vs-workload.props ../package/
+cp -c "$DOTNET_NUPKG_DIR"/SignList.xml ../package/
DOTNET_PKG_DIR=$(make -C tools/devops print-abspath-variable VARIABLE=DOTNET_PKG_DIR | grep "^DOTNET_PKG_DIR=" | sed -e 's/^DOTNET_PKG_DIR=//')
make -C dotnet package -j
diff --git a/tools/devops/automation/templates/build/build.yml b/tools/devops/automation/templates/build/build.yml
index 703e71cbc6e5..7f9459e2bef4 100644
--- a/tools/devops/automation/templates/build/build.yml
+++ b/tools/devops/automation/templates/build/build.yml
@@ -7,10 +7,6 @@ parameters:
type: boolean
default: true
-- name: isPR
- type: boolean
- default: false
-
- name: vsdropsPrefix
type: string
@@ -328,11 +324,10 @@ steps:
- template: build-nugets.yml
# only sign an notarize in no PR executions
-- ${{ if ne(parameters.isPR, 'True') }}:
- - template: sign-and-notarized.yml
- parameters:
- enableDotnet: ${{ parameters.enableDotnet }}
- keyringPass: ${{ parameters.keyringPass }}
+- template: sign-and-notarized.yml
+ parameters:
+ enableDotnet: ${{ parameters.enableDotnet }}
+ keyringPass: ${{ parameters.keyringPass }}
# publish nugets (must be done after signing)
- ${{ if eq(parameters.enableDotnet, true) }}:
diff --git a/tools/devops/automation/templates/build/publish-nugets.yml b/tools/devops/automation/templates/build/publish-nugets.yml
index 033b65fb5729..c164530b11d4 100644
--- a/tools/devops/automation/templates/build/publish-nugets.yml
+++ b/tools/devops/automation/templates/build/publish-nugets.yml
@@ -4,16 +4,6 @@ steps:
# do not publish on pull requets
- ${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
- - task: NuGetCommand@2
- displayName: 'Publish Nugets to xamarin-impl'
- inputs:
- command: push
- packagesToPush: $(Build.SourcesDirectory)/package/*.nupkg
- nuGetFeedType: external
- publishFeedCredentials: xamarin-impl public feed
- condition: and(succeeded(), eq(variables['configuration.BuildNugets'], 'True'))
- continueOnError: true # should not stop the build since is not official just yet.
-
- task: NuGetCommand@2
displayName: 'Publish Nugets to dotnet-eng'
inputs:
diff --git a/tools/devops/automation/templates/build/sign-and-notarized.yml b/tools/devops/automation/templates/build/sign-and-notarized.yml
index 53a607eaa4b2..ba2d0fe58f8e 100644
--- a/tools/devops/automation/templates/build/sign-and-notarized.yml
+++ b/tools/devops/automation/templates/build/sign-and-notarized.yml
@@ -12,6 +12,9 @@ parameters:
- name: keyringPass
type: string
+- name: condition
+ default: and(succeeded(), eq(variables['IsPRBuild'], 'False'))
+
steps:
- bash: |
@@ -82,7 +85,7 @@ steps:
echo "Microsoft.MacCatalyst package found at $MACCATALYST_DOTNET_PKG"
fi
displayName: 'Retrieve packages to sign'
- condition: and(succeeded(), contains(variables['configuration.BuildPkgs'], 'True'))
+ condition: and(${{ parameters.condition }}, contains(variables['configuration.BuildPkgs'], 'True'))
timeoutInMinutes: 180
- task: MicroBuildSigningPlugin@3
@@ -93,7 +96,8 @@ steps:
zipSources: false # we do not use the feature and makes the installation to last 10/12 mins instead of < 1 min
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
-
+ condition: ${{ parameters.condition }}
+
- ${{ if eq(parameters.enableDotnet, true) }}:
- pwsh : |
# Get the list of files to sign
@@ -124,37 +128,7 @@ steps:
ConvertTo-Json -InputObject $SignFileList -Depth 5 | Out-File -FilePath $(Build.ArtifactStagingDirectory)/MsiFiles2Notarize.json -Force
dotnet $Env:MBSIGN_APPFOLDER/ddsignfiles.dll /filelist:$(Build.ArtifactStagingDirectory)/MsiFiles2Notarize.json
displayName: 'Sign .msi'
-
-- ${{ if eq(parameters.enableDotnet, true) }}:
- - pwsh : |
- # Get the list of files to sign
- $nupkgFiles = Get-ChildItem -Path $(Build.SourcesDirectory)/package/ -Filter "*.nupkg"
-
- # Add those files to an array
- $SignFiles = @()
- foreach($nupkg in $nupkgFiles) {
- Write-Host "$($nupkg.FullName)"
- $SignFiles += @{ "SrcPath"="$($nupkg.FullName)"}
- }
-
- Write-Host "$nupkgFiles"
-
- # array of dicts
- $SignFileRecord = @(
- @{
- "Certs" = "401405";
- "SignFileList" = $SignFiles;
- }
- )
-
- $SignFileList = @{
- "SignFileRecordList" = $SignFileRecord
- }
-
- # Write the json to a file
- ConvertTo-Json -InputObject $SignFileList -Depth 5 | Out-File -FilePath $(Build.ArtifactStagingDirectory)/NupkgFiles2Notarize.json -Force
- dotnet $Env:MBSIGN_APPFOLDER/ddsignfiles.dll /filelist:$(Build.ArtifactStagingDirectory)/NupkgFiles2Notarize.json
- displayName: 'Sign .nupkg'
+ condition: ${{ parameters.condition }}
- bash: |
security unlock-keychain -p $PRODUCTSIGN_KEYCHAIN_PASSWORD builder.keychain
@@ -175,6 +149,7 @@ steps:
name: notarize
displayName: 'Signing Release Build'
timeoutInMinutes: 90
+ condition: ${{ parameters.condition }}
- task: ms-vseng.MicroBuildTasks.30666190-6959-11e5-9f96-f56098202fef.MicroBuildSigningPlugin@3
displayName: 'Install Notarizing Plugin'
@@ -184,9 +159,11 @@ steps:
zipSources: false # we do not use the feature and makes the installation to last 10/12 mins instead of < 1 min
env:
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
+ condition: ${{ parameters.condition }}
- pwsh: $(Build.SourcesDirectory)/release-scripts/notarize.ps1 -FolderForApps $(Build.SourcesDirectory)/package/notarized
displayName: 'ESRP notarizing packages'
+ condition: ${{ parameters.condition }}
- pwsh: |
$notarizedRoot = Join-Path $(Build.SourcesDirectory) package notarized
@@ -195,3 +172,4 @@ steps:
pkgutil --check-signature "$($_.FullName)"
}
displayName: 'Verify ESRP notarization'
+ condition: ${{ parameters.condition }}
diff --git a/tools/devops/automation/templates/build/stage.yml b/tools/devops/automation/templates/build/stage.yml
index 770d4fddcf30..59726c1559b1 100644
--- a/tools/devops/automation/templates/build/stage.yml
+++ b/tools/devops/automation/templates/build/stage.yml
@@ -98,7 +98,6 @@ jobs:
steps:
- template: build.yml
parameters:
- isPR: ${{ or(eq(variables['Build.Reason'], 'PullRequest'), and(eq(variables['Build.SourceBranchName'], 'merge'), or(eq(variables['Build.Reason'], 'Manual'), eq(variables['Build.Reason'], 'IndividualCI')))) }}
runTests: ${{ parameters.runTests }}
runDeviceTests: ${{ parameters.runDeviceTests }}
vsdropsPrefix: ${{ parameters.vsdropsPrefix }}
diff --git a/tools/devops/automation/templates/release/vs-insertion-prep.yml b/tools/devops/automation/templates/release/vs-insertion-prep.yml
new file mode 100644
index 000000000000..279bcb76d689
--- /dev/null
+++ b/tools/devops/automation/templates/release/vs-insertion-prep.yml
@@ -0,0 +1,66 @@
+parameters:
+- name: enableDotnet
+ type: boolean
+ default: true
+
+- name: dependsOn
+ type: string
+ default: build_packages
+
+stages:
+- stage: prepare_release
+ displayName: Prepare Release
+ dependsOn: ${{ parameters.dependsOn }}
+ condition: and(or(eq(dependencies.${{ parameters.dependsOn }}.result, 'Succeeded'), eq(dependencies.${{ parameters.dependsOn }}.result, 'SucceededWithIssues')), eq(variables.IsPRBuild, 'False'), eq(${{ parameters.enableDotnet }}, true))
+ jobs:
+ # Check - "xamarin-macios (Prepare Release Sign NuGets)"
+ - template: sign-artifacts/jobs/v2.yml@templates
+ parameters:
+ artifactName: package
+ signType: Real
+ usePipelineArtifactTasks: true
+
+ # Check - "xamarin-macios (Prepare Release Convert NuGet to MSI)"
+ - template: nuget-msi-convert/job/v1.yml@templates
+ parameters:
+ yamlResourceName: templates
+ dependsOn: signing
+ artifactName: nuget-signed
+ artifactPatterns: |
+ Microsoft.NET.Sdk.iOS.Manifest*.nupkg
+ Microsoft.NET.Sdk.MacCatalyst.Manifest*.nupkg
+ Microsoft.iOS*.nupkg
+ Microsoft.MacCatalyst*.nupkg
+ propsArtifactName: package
+ signType: Real
+
+ # Check - "xamarin-macios (Prepare Release Push NuGets)"
+ - job: push_signed_nugets
+ displayName: Push NuGets
+ dependsOn: signing
+ variables:
+ skipNugetSecurityAnalysis: true
+ pool:
+ vmImage: macOS-10.15
+ steps:
+ - task: DownloadPipelineArtifact@2
+ inputs:
+ artifactName: nuget-signed
+ downloadPath: $(Build.SourcesDirectory)/package
+ patterns: |
+ *.nupkg
+
+ - task: NuGetCommand@2
+ displayName: Publish Nugets to xamarin-impl
+ inputs:
+ command: push
+ packagesToPush: $(Build.SourcesDirectory)/package/*.nupkg
+ nuGetFeedType: external
+ publishFeedCredentials: xamarin-impl public feed
+
+# Check - "xamarin-macios (VS Insertion Wait For Approval)"
+# Check - "xamarin-macios (VS Insertion Create VS Drop and Open PR)"
+- template: vs-insertion/stage/v1.yml@templates
+ parameters:
+ dependsOn: prepare_release
+ condition: eq(variables.IsPRBuild, 'False')
diff --git a/tools/dotnet-linker/BackingFieldDelayHandler.cs b/tools/dotnet-linker/BackingFieldDelayHandler.cs
new file mode 100644
index 000000000000..d96496d31796
--- /dev/null
+++ b/tools/dotnet-linker/BackingFieldDelayHandler.cs
@@ -0,0 +1,105 @@
+using System;
+using System.Collections.Generic;
+using Mono.Cecil;
+using Mono.Cecil.Cil;
+using Mono.Linker;
+using Mono.Linker.Steps;
+using Xamarin.Tuner;
+
+namespace Xamarin.Linker {
+
+ // Problems:
+ // * `Dispose` set the generated backing fields to `null` which means
+ // the linker will mark every backing fields, even if not used
+ // elsewhere (generally properties) inside the class
+ // * Backing fields increase the memory footprint of the managed peer
+ // instance (for the type and all it's subclasses)
+ // * Backing fields also increase the app size. Not a huge problem as
+ // they are all declared _weakly_ as `NSObject` but still...
+ //
+ // Solution:
+ // * When the linker process a `Dispose` method of an `NSObject`
+ // subclass with the _optimizable_ attribute then we remove the
+ // method body. This way the linker cannot mark the fields.
+ // * Before saving back the assemblies we replace the cached method
+ // body and NOP every field that were not marked by something else
+ // than the `Dispose` method.
+ public class BackingFieldDelayHandler : ConfigurationAwareMarkHandler {
+
+ protected override string Name { get; } = "Backing Fields Optimizer";
+ protected override int ErrorCode { get; } = 2400;
+
+ public override void Initialize (LinkContext context, MarkContext markContext)
+ {
+ base.Initialize (context);
+ markContext.RegisterMarkMethodAction (ProcessMethod);
+ }
+
+ // cache `Dispose` body of optimization NSObject subclasses
+ static Dictionary dispose = new ();
+
+ protected override void Process (MethodDefinition method)
+ {
+ if (!method.HasParameters || !method.IsVirtual || !method.HasBody)
+ return;
+ if (method.Name != "Dispose")
+ return;
+ // only process methods that are marked as optimizable
+ if (!method.IsBindingImplOptimizableCode (LinkContext))
+ return;
+ var t = method.DeclaringType;
+ if (!t.IsNSObject (LinkContext))
+ return;
+
+ // keep original for later (if needed)
+ dispose.Add (method, method.Body);
+
+ // setting body to null will only cause it to be reloaded again
+ // same if we don't get a new IL processor
+ // and we do not want that (as it would mark the fields)
+ var body = new MethodBody (method);
+ var il = body.GetILProcessor ();
+ il.Emit (OpCodes.Ret);
+ method.Body = body;
+ }
+
+ public static void ReapplyDisposedFields (DerivedLinkContext context, string operation)
+ {
+ // note: all methods in the dictionary are marked (since they were added from an IMarkHandler)
+ foreach ((var method, var body) in dispose) {
+ foreach (var ins in body.Instructions) {
+ switch (ins.OpCode.OperandType) {
+ case OperandType.InlineField:
+ var field = (ins.Operand as FieldReference)?.Resolve ();
+ if (!context.Annotations.IsMarked (field)) {
+ var store_field = ins;
+ var load_null = ins.Previous;
+ var load_this = ins.Previous.Previous;
+ if (OptimizeGeneratedCodeHandler.ValidateInstruction (method, store_field, operation, Code.Stfld) &&
+ OptimizeGeneratedCodeHandler.ValidateInstruction (method, load_null, operation, Code.Ldnull) &&
+ OptimizeGeneratedCodeHandler.ValidateInstruction (method, load_this, operation, Code.Ldarg_0)) {
+ store_field.OpCode = OpCodes.Nop;
+ load_null.OpCode = OpCodes.Nop;
+ load_this.OpCode = OpCodes.Nop;
+ }
+ }
+ break;
+ }
+ }
+ method.Body = body;
+ }
+ }
+ }
+
+ public class BackingFieldReintroductionSubStep : ExceptionalSubStep {
+ public override SubStepTargets Targets => SubStepTargets.Assembly;
+ protected override string Name => "Backing Field Reintroduction";
+ protected override int ErrorCode { get; } = 2410;
+
+ public override void Initialize (LinkContext context)
+ {
+ base.Initialize (context);
+ BackingFieldDelayHandler.ReapplyDisposedFields (LinkContext, Name);
+ }
+ }
+}
diff --git a/tools/dotnet-linker/LinkerConfiguration.cs b/tools/dotnet-linker/LinkerConfiguration.cs
index 0e5635d5ed71..10088548622b 100644
--- a/tools/dotnet-linker/LinkerConfiguration.cs
+++ b/tools/dotnet-linker/LinkerConfiguration.cs
@@ -17,6 +17,7 @@
namespace Xamarin.Linker {
public class LinkerConfiguration {
public List Abis;
+ public string AOTCompiler;
public string AOTOutputDirectory;
public string CacheDirectory { get; private set; }
public Version DeploymentTarget { get; private set; }
@@ -79,6 +80,7 @@ public static LinkerConfiguration GetInstance (LinkContext context, bool createI
Target = new Target (Application);
CompilerFlags = new CompilerFlags (Target);
+ var use_llvm = false;
var lines = File.ReadAllLines (linker_file);
var significantLines = new List (); // This is the input the cache uses to verify if the cache is still valid
for (var i = 0; i < lines.Length; i++) {
@@ -103,6 +105,9 @@ public static LinkerConfiguration GetInstance (LinkContext context, bool createI
// This is the AssemblyName MSBuild property for the main project (which is also the root/entry assembly)
Application.RootAssemblies.Add (value);
break;
+ case "AOTCompiler":
+ AOTCompiler = value;
+ break;
case "AOTOutputDirectory":
AOTOutputDirectory = value;
break;
@@ -223,6 +228,9 @@ public static LinkerConfiguration GetInstance (LinkContext context, bool createI
throw new InvalidOperationException ($"Invalid TargetFramework '{value}' in {linker_file}");
Driver.TargetFramework = TargetFramework.Parse (value);
break;
+ case "UseLlvm":
+ use_llvm = string.Equals ("true", value, StringComparison.OrdinalIgnoreCase);
+ break;
case "Verbosity":
if (!int.TryParse (value, out var verbosity))
throw new InvalidOperationException ($"Invalid Verbosity '{value}' in {linker_file}");
@@ -253,6 +261,12 @@ public static LinkerConfiguration GetInstance (LinkContext context, bool createI
ErrorHelper.Show (messages);
}
+ if (use_llvm) {
+ for (var i = 0; i < Abis.Count; i++) {
+ Abis [i] |= Abi.LLVM;
+ }
+ }
+
Application.CreateCache (significantLines.ToArray ());
Application.Cache.Location = CacheDirectory;
Application.DeploymentTarget = DeploymentTarget;
@@ -314,6 +328,7 @@ public void Write ()
Console.WriteLine ($" SdkRootDirectory: {SdkRootDirectory}");
Console.WriteLine ($" SdkVersion: {SdkVersion}");
Console.WriteLine ($" UseInterpreter: {Application.UseInterpreter}");
+ Console.WriteLine ($" UseLlvm: {Application.IsLLVM}");
Console.WriteLine ($" Verbosity: {Verbosity}");
Console.WriteLine ($" XamarinRuntime: {Application.XamarinRuntime}");
}
diff --git a/tools/dotnet-linker/Steps/ComputeAOTArguments.cs b/tools/dotnet-linker/Steps/ComputeAOTArguments.cs
index 079b08e2f59d..0f84e396f161 100644
--- a/tools/dotnet-linker/Steps/ComputeAOTArguments.cs
+++ b/tools/dotnet-linker/Steps/ComputeAOTArguments.cs
@@ -36,16 +36,17 @@ protected override void TryEndProcess ()
var arch = abi.AsArchString ();
var aotAssembly = Path.Combine (outputDirectory, arch, Path.GetFileName (input) + ".s");
var aotData = Path.Combine (outputDirectory, arch, Path.GetFileNameWithoutExtension (input) + ".aotdata");
- var llvmFile = string.Empty;
- if ((abi & Abi.LLVM) == Abi.LLVM)
- throw ErrorHelper.CreateError (99, $"Support for LLVM hasn't been implemented yet.");
- app.GetAotArguments (asm.FullPath, abi, outputDirectory, aotAssembly, llvmFile, aotData, out var processArguments, out var aotArguments);
+ var llvmFile = Configuration.Application.IsLLVM ? Path.Combine (outputDirectory, arch, Path.GetFileName (input) + ".llvm.o") : string.Empty;
+ var objectFile = Path.Combine (outputDirectory, arch, Path.GetFileName (input) + ".o");
+ app.GetAotArguments (asm.FullPath, abi, outputDirectory, aotAssembly, llvmFile, aotData, out var processArguments, out var aotArguments, Path.GetDirectoryName (Configuration.AOTCompiler));
item.Metadata.Add ("Arguments", StringUtils.FormatArguments (aotArguments));
item.Metadata.Add ("ProcessArguments", StringUtils.FormatArguments (processArguments));
item.Metadata.Add ("Abi", abiString);
item.Metadata.Add ("Arch", arch);
item.Metadata.Add ("AOTData", aotData);
item.Metadata.Add ("AOTAssembly", aotAssembly);
+ item.Metadata.Add ("LLVMFile", llvmFile);
+ item.Metadata.Add ("ObjectFile", objectFile);
}
assembliesToAOT.Add (item);
diff --git a/tools/dotnet-linker/Steps/PreOutputDispatcher.cs b/tools/dotnet-linker/Steps/PreOutputDispatcher.cs
index 82693df4b34b..9dbee29cba0d 100644
--- a/tools/dotnet-linker/Steps/PreOutputDispatcher.cs
+++ b/tools/dotnet-linker/Steps/PreOutputDispatcher.cs
@@ -4,7 +4,10 @@
namespace Xamarin.Linker.Steps {
class PreOutputDispatcher : SubStepsDispatcher {
public PreOutputDispatcher ()
- : base (new [] { new RemoveUserResourcesSubStep () })
+ : base (new BaseSubStep [] {
+ new RemoveUserResourcesSubStep (),
+ new BackingFieldReintroductionSubStep (),
+ })
{
}
}
diff --git a/tools/linker/CoreOptimizeGeneratedCode.cs b/tools/linker/CoreOptimizeGeneratedCode.cs
index 9ceb0defb16a..926e8a7e45c2 100644
--- a/tools/linker/CoreOptimizeGeneratedCode.cs
+++ b/tools/linker/CoreOptimizeGeneratedCode.cs
@@ -218,7 +218,7 @@ static protected void Nop (Instruction ins)
ins.Operand = null;
}
- protected static bool ValidateInstruction (MethodDefinition caller, Instruction ins, string operation, Code expected)
+ internal static bool ValidateInstruction (MethodDefinition caller, Instruction ins, string operation, Code expected)
{
if (ins.OpCode.Code != expected) {
Driver.Log (1, "Could not {0} in {1} at offset {2}, expected {3} got {4}", operation, caller, ins.Offset, expected, ins);
@@ -228,7 +228,7 @@ protected static bool ValidateInstruction (MethodDefinition caller, Instruction
return true;
}
- protected static bool ValidateInstruction (MethodDefinition caller, Instruction ins, string operation, params Code [] expected)
+ internal static bool ValidateInstruction (MethodDefinition caller, Instruction ins, string operation, params Code [] expected)
{
foreach (var code in expected) {
if (ins.OpCode.Code == code)
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.cs.resx b/tools/mtouch/TranslatedAssemblies/Errors.cs.resx
index ec8d59341fa1..5f5ebccada65 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.cs.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.cs.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the cs MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ Nešlo najít chybovou zprávu pro kód {0}. Nahlaste prosím tuto chybějící zprávu na GitHubu na adrese https://github.com/xamarin/xamarin-macios/issues/new.
+
+ This is the default message when an error code can not be found.
+
+
+
+ Neočekávaná chyba. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Byl zadán přepínač -devname bez akce specifické pro zařízení.
+
+
+
+ Tato verze rozšíření Xamarin.Mac vyžaduje rozhraní Mono {0} (aktuální verze rozhraní Mono je {1}). Aktualizujte si prosím rozhraní Mono z webu http://mono-project.com/Downloads.
+
+
+
+ Nepovedlo se parsovat proměnnou prostředí {0}.
+
+
+
+ Název aplikace {0}.exe je v konfliktu s názvem sestavení (.dll) sady SDK nebo produktu.
+
+
+
+ Nová logika počítání odkazů vyžaduje, aby byl povolený také SGen.
+
+
+
+ Výstupní adresář * neexistuje.
+
+
+
+ {0} neobsahuje žádnou vývojovou platformu. Zadejte sadu SDK pomocí argumentu --platform=PLATFORMA.
+
+
+
+ Kořenové sestavení {0} neexistuje.
+
+
+
+ Měli byste zadat jenom jedno kořenové sestavení, našlo se jich ale více ({0}): {1}
+
+
+
+ Došlo k chybě při načítání sestavení: {0}.
+
+
+
+ Nepovedlo se parsovat argumenty příkazového řádku: {0}
+
+
+
+ Sestavení {0} se provedlo pomocí novějšího modulu runtime ({1}), než jaký Xamarin.iOS podporuje.
+
+
+
+ Byla poskytnuta neúplná data pro dokončení *.
+
+
+
+ Podpora profilace vyžaduje, aby byl povolený také sgen.
+
+
+
+ Sada iOS {0} SDK nepodporuje sestavování aplikací cílících na {1}.
+
+
+
+ Neplatná hodnota ABI: {0}. Podporované hodnoty ABI jsou: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 a arm64_32+llvm.
+
+
+
+ Možnost {0} je zastaralá.
+
+
+
+ Měli byste zadat kořenové sestavení.
+
+
+
+ Neznámý argument příkazového řádku: {0}
+
+
+
+ Jde použít jenom jednu z možností --[log|install|kill|launch]dev nebo --[launch|debug]sim.
+
+
+
+ Platné možnosti pro {0} jsou: {1}.
+
+
+
+ Při použití statického registrátoru nejde kompilovat pomocí gcc/g++ (--use-gcc). (Toto je výchozí nastavení při kompilaci pro zařízení.) Buď odeberte příznak --use-gcc, nebo použijte dynamický registrátor (--registrar:dynamic).
+
+
+
+ Možnosti --unsupported--enable-generics-in-registrar a --registrar nejsou kompatibilní.
+
+
+
+ Kořenové sestavení {0} je v konfliktu s jiným sestavením ({1}).
+
+
+
+ Název aplikace {0}.exe je v konfliktu s jiným uživatelským sestavením.
+
+
+
+ Nešlo najít požadovaný soubor {0}.
+
+
+
+ Nebyla zadána žádná verze sady SDK. Přidejte prosím argument --sdk=X.Y, kterým určíte, jaká verze sady {0} SDK se má použít k sestavení vaší aplikace.
+
+
+
+ Nepovedlo se parsovat argument příkazového řádku -{0}: {1}
+
+
+
+ Možnosti \* a \* nejsou kompatibilní.
+
+
+
+ Při cílení na iOS 4.1 nebo starší nejde povolit PIE (-pie). Zakažte prosím PIE (-pie:false) nebo nastavte cíl nasazení alespoň na iOS 4.2.
+
+
+
+ REPL (--enable-repl) se podporuje jenom v simulátoru (--sim).
+
+
+
+ Název spustitelného souboru ({0}) a název aplikace ({1}) se liší, což může zabránit správné symbolizaci protokolů chyb.
+
+
+
+ Argumenty příkazového řádku --enable-background-fetch a --launch-for-background-fetch vyžadují také argument --launchsim.
+
+
+
+ Možnost --debugtrack se ignoruje, pokud se zároveň nezadá možnost --debug.
+
+
+
+ Projekt Xamarin.iOS musí odkazovat na knihovnu monotouch.dll nebo Xamarin.iOS.dll.
+
+
+
+ Nejde odkazovat na knihovnu {0}.dll v projektu {1} – implicitně na ni odkazuje {2}.
+
+
+
+ Nejde spustit simulátor * pro aplikaci *. Povolte prosím správné architektury v nastaveních sestavení projektu pro iOS (stránka Upřesnit).
+
+
+
+ Knihovna monotouch.dll není kompatibilní s 64bitovou architekturou. Použijte referenci na knihovnu Xamarin.iOS.dll nebo neprovádějte sestavení pro 64bitovou architekturu (ARM64 a/nebo x86_64).
+
+
+
+ Staré registrátory (--registrar:oldstatic|olddynamic) nejsou podporované při odkazování na knihovnu Xamarin.iOS.dll.
+
+
+
+ Aplikace cílící na ARMv6 nemůžou odkazovat na knihovnu Xamarin.iOS.dll.
+
+
+
+ Nepovedlo se najít sestavení \*, na které odkazuje \*.
+
+
+
+ Nejde odkazovat na {0} v aplikaci {1}.
+
+
+
+ Nenašel se žádný odkaz na knihovnu monotouch.dll nebo Xamarin.iOS.dll. Přidá se odkaz na monotouch.dll.
+
+
+
+ Systém uvolňování paměti Boehm se nepodporuje. Místo něj se vybral systém uvolňování paměti SGen.
+
+
+
+ Argument --listsim se podporuje jenom s prostředím Xcode 6.0 nebo novějším.
+
+
+
+ Argument --extension se podporuje jenom při použití sady iOS 8.0 SDK (nebo novější).
+
+
+
+ Minimální cíl nasazení pro aplikace používající rozhraní Unified je 5.1.1. Aktuální cíl nasazení je *. Vyberte prosím novější cíl nasazení v možnostech aplikace pro iOS v tomto projektu.
+
+
+
+ Rozhraní {0} se podporuje jenom v případě, že cíl nasazení je 8.0 nebo novější. Funkce rozhraní {0} možná nebudou správně fungovat.
+
+
+
+ Pokud je předán argument --no-root-assembly, nemůžete zadat kořenové sestavení. Nějaká sestavení se ale našla (celkem {0}): {1}
+
+
+
+ {3} {0} vyžaduje Xcode {4} nebo novější. Aktuální verze prostředí Xcode (nalezená v {2}) je {1}.
+
+
+
+ Pokud je předán argument --no-root-assembly, vyžaduje se výstupní adresář (--output).
+
+
+
+ Nebyl zadán žádný příkaz.
+
+
+
+ Cestu {0} nejde převést do kanonického tvaru: {1} ({2}).
+
+
+
+ Zadaná cesta prostředí Xcode {0} neexistuje.
+
+
+
+ Nepovedlo se najít Xcode ve výchozím umístění (/Applications/Xcode.app). Nainstalujte prosím Xcode nebo předejte vlastní cestu pomocí argumentu --sdkroot <cesta>.
+
+
+
+ Nejde určit cestu k balíčku Xcode.app z kořenového adresáře sady SDK {0}. Zadejte prosím úplnou cestu k balíčku Xcode.app.
+
+
+
+ Balíček Xcode.app {0} je neplatný (soubor {1} neexistuje).
+
+
+
+ Nepovedlo se najít aktuálně vybrané prostředí Xcode v systému: {0}
+
+
+
+ V systému se nepovedlo najít aktuálně vybrané prostředí Xcode. Příkaz xcode-select --print-path vrátil adresář {0}, ale tento adresář neexistuje.
+
+
+
+ Není zadaný žádný balíček Xcode.app (pomocí argumentu --sdkroot). Použije se systémový balíček Xcode, jak jej hlásí xcode-select --print-path: {0}
+
+
+
+ Není zadaný žádný balíček Xcode.app (pomocí argumentu --sdkroot nebo xcode-select --print-path). Místo toho se použije výchozí balíček Xcode: {0}
+
+
+
+ Nejde najít spustitelný soubor v rozšíření * (v souboru Info.plist není žádná položka CFBundleExecutable).
+
+
+
+ Xamarin.iOS podporuje u projektů používajících rozhraní Unified jenom vložené architektury.
+
+
+
+ Xamarin.iOS podporuje vložené architektury jenom v případě, že je cíl nasazení aspoň 8.0 (aktuální cíl nasazení: {0}; vložené architektury: {1}).
+
+
+
+ Xamarin.iOS podporuje vložené architektury jenom v případě, že je cíl nasazení aspoň 2.0 (aktuální cíl nasazení: {0}; vložené architektury: {1}).
+
+
+
+ Neplatné sestavení registrátoru sestavení: *
+
+
+
+ Neplatný registrátor: {0}
+
+
+
+ Neplatná hodnota pro cílovou architekturu: {0}.
+
+
+
+ Neplatná cílová architektura: {0}. Platné cílové architektury jsou: {1}.
+
+
+
+ Neznámá platforma: {0}. Tato chyba obvykle signalizuje chybu v {1}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new a přiložte testovací případ.
+
+
+
+ Rozšíření nejsou podporována pro platformu {0}.
+
+
+
+ {4} {0} nepodporuje cíl nasazení {1} pro {3} (minimum je {2}). Vyberte prosím novější cíl nasazení v souboru Info.plist vašeho projektu.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} nepodporuje cíl nasazení {1} pro {3} (maximum je {2}). Vyberte prosím starší cíl nasazení v souboru Info.plist svého projektu nebo upgradujte {4} na novější verzi.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Neplatná architektura {0} pro projekty {1}. Platné architektury jsou: {2}
+
+
+
+ Nebyla zadána žádná architektura (pomocí argumentu --abi). Pro projekty {0} se vyžaduje architektura.
+
+
+
+ Projekty pro WatchOS musí být rozšíření.
+
+
+
+ Přírůstková sestavení jsou povolená s cílem nasazení < 8.0 (aktuálně {0}). Toto není podporováno (výsledná aplikace nepůjde spustit v iOS 9), takže cíl nasazení bude nastaven na 8.0.
+
+
+
+ Doporučená verze prostředí Xcode pro {4} {0} je Xcode {3} nebo novější. Aktuální verze prostředí Xcode (nalezená v {2}) je {1}.
+
+
+
+ Do sady prostředků aplikace se nezkopíroval žádný spustitelný soubor. Obraťte se prosím na support@xamarin.com.
+
+
+
+ Zakázání nové logiky počítání odkazů už nejde použít.
+
+
+
+ Argument příkazového řádku --download-crash-report vyžaduje také argument --download-crash-report-to.
+
+
+
+ REPL (--enable-repl) se podporuje jenom v případě, že se nepoužívá propojení (--nolink).
+
+
+
+ Bitcode v režimu asmonly se nepodporuje v systému watchOS. Použijte argument --bitcode:marker nebo --bitcode:full.
+
+
+
+ Bitcode se nepodporuje v simulátoru. Při sestavování pro simulátor nepředávejte argument --bitcode.
+
+
+
+ Nenašel se žádný odkaz na {0}. Bude přidán automaticky.
+
+
+
+ Je třeba zadat cílovou architekturu (--target-framework).
+
+
+
+ Boehm GC nepodporuje přírůstková sestavení (--fastdev). Přírůstková sestavení budou zakázána.
+
+
+
+ Uvolňování paměti musí být pro aplikace pro watchOS v kooperativním režimu. Odeberte prosím argument --coop:false nástroje mtouch.
+
+
+
+ Pokud je pro uvolňování paměti povolený kooperativní režim, nemůže možnost {0} přebírat hodnotu {1}.
+
+
+
+ Cílová architektura {0} je zastaralá. Použijte místo ní {1}.
+
+
+
+
+
+ Nepovedlo se najít mlaunch.
+
+
+
+
+ Soubory AOT nešlo zkopírovat do cílového adresáře {0}: {1}
+
+
+
+ Soubory AOT nešlo zkopírovat do cílového adresáře {0}: Proces nešlo spustit.
+
+
+
+ Soubory AOT nešlo zkopírovat do cílového adresáře {0}.
+
+
+
+ Nenašel se žádný odkaz na knihovnu Xamarin.iOS.dll.
+
+
+
+ Soubor machine.config {0} nejde najít.
+
+
+
+
+ Vnitřní chyba: {0}. Nahlaste prosím problém na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Neplatný cíl buildu sestavení: {0}. Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Sestavení {0} je v argumentech --assembly-build-target zadané vícekrát.
+
+
+
+ Sestavení {0} a {1} mají stejný název cíle ({2}), ale různé cíle ({3} a {4}).
+
+
+
+ Statický objekt {0} obsahuje více než jedno sestavení ({1}), ale každý statický objekt musí odpovídat přesně jednomu sestavení.
+
+
+
+ Pro {0} nebyl zadán žádný cíl buildu sestavení.
+
+
+
+ Název cíle buildu sestavení {0} je neplatný: znak {1} není povolený.
+
+
+
+ Sestavení {0} mají různé vlastní optimalizace LLVM ({1}), což není povolené, když se všechna kompilují do jednoho binárního souboru.
+
+
+
+ Cíl buildu sestavení {0} neodpovídal žádnému sestavení.
+
+
+
+ Sestavení {0} bylo načteno z jiné cesty, než byla zadána (zadaná cesta: {1}, skutečná cesta: {2}).
+
+
+
+ Přírůstková sestavení byla zakázána, protože tato verze rozšíření Xamarin.iOS nepodporuje přírůstková sestavení v projektech, které obsahují knihovny vazeb třetích stran a ze kterých se kompiluje bitcode.
+
+
+
+ Povolil se bitcode, protože tato verze rozšíření Xamarin.iOS nepodporuje sestavování projektů pro watchOS pomocí LLVM, aniž by byl povolený bitcode.
+
+
+
+ Sdílení nativního kódu bylo zakázáno. Důvod: {0}
+
+
+
+ cíl nasazení kontejnerové aplikace je starší než iOS 8.0 (je {0}).
+
+
+
+ kontejnerová aplikace obsahuje sestavení I18N ({0}).
+
+
+
+ kontejnerová aplikace má vlastní definice v XML pro spravovaný linker ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Sdílení nativního kódu bylo pro rozšíření {0} zakázáno. Důvod: {1}
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišné možnosti pro bitcode.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišné možnosti --assembly-build-target.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišná sestavení I18N.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišné argumenty kompilátoru AOT.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišné další argumenty kompilátoru AOT.
+
+
+
+ LLVM není shodně povolený nebo zakázaný jak v kontejnerové aplikaci ({0}), tak i v rozšíření ({1}).
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišná nastavení spravovaného linkeru.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišná přeskočená sestavení pro spravovaný linker.
+
+
+
+ rozšíření má vlastní definice v XML pro spravovaný linker ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišná nastavení interpretu.
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišná interpretovaná sestavení.
+
+
+
+ kontejnerová aplikace se nesestavuje pro rozhraní ABI {0} (zatímco rozšíření se pro toto rozhraní ABI sestavuje).
+
+
+
+ kontejnerová aplikace se sestavuje pro rozhraní ABI {0}, což není kompatibilní s rozhraním ABI rozšíření ({1}).
+
+
+
+ kontejnerová aplikace ({0}) a rozšíření ({1}) mají odlišné optimalizace remove-dynamic-registrar.
+
+
+
+ kontejnerová aplikace odkazuje na sestavení {0} z {1}, zatímco rozšíření odkazuje na jinou verzi z {2}.
+
+
+
+ Hybridní kompilace AOT vyžaduje, aby všechna sestavení zpracoval kompilátor AOT.
+
+
+
+ Pokud je povolený bitcode, doporučuje se odkazovat na dynamické symboly pomocí kódu (--dynamic-symbol-mode=code).
+
+
+
+ Neplatná architektura: {0}. Pokud je cíl nasazení 11 nebo novější, nepodporují se 32bitové architektury.
+
+
+
+ Nejde spustit 32bitovou aplikaci na simulátoru, který podporuje jenom 64bitové.
+
+
+
+ Nepovedlo se najít adresář {0} obsahující symboly mono.
+
+
+
+ Sestavení spustitelného souboru {0} neodkazuje na knihovnu {1}.dll.
+
+
+
+ Nepovedlo se nastavit aktuální jazyk na {0} (podle LANG={1}): {2}
+
+
+
+ Argument příkazového řádku --assembly-build-target se v simulátoru ignoruje.
+
+
+
+ Přírůstková sestavení byla zakázána, protože v simulátoru nejsou podporovaná.
+
+
+
+ Přírůstková sestavení byla zakázána, protože tato verze rozšíření Xamarin.iOS nepodporuje přírůstková sestavení v projektech, které obsahují více než jednu knihovnu vazeb třetích stran.
+
+
+
+ Nešlo upravit soubor {0}: {1}
+
+
+
+ Soubor symbolů ladění pro {0} neodpovídá sestavení a bude se ignorovat.
+
+
+
+ Nenašla se žádná kořenová sestavení. Měli byste zadat alespoň jedno kořenové sestavení.
+
+
+
+ Sestavení produktu {0} se nenašlo v seznamu sestavení: {1}
+
+
+
+ Neznámá optimalizace: {0}. Platné optimalizace jsou: {1}.
+
+
+
+ Našlo se více než 1 sestavení odpovídající {0}. Zvolí se první z nich: {1}{2}
+
+
+
+ Nepropojilo se systémové rozhraní {0} (na které odkazuje sestavení {1}), protože bylo zavedeno v sadě {2} {3} SDK a my používáme sadu {2} {4} SDK.
+
+
+
+ Nejde najít sestavení {0}, na které odkazuje {1}.
+
+
+
+ Nejde najít sestavení {0}, na které odkazuje atribut {2} v {1}.
+
+
+
+ Soubor {0} není platným rozhraním.
+
+
+
+ Interpret není v simulátoru podporovaný. Přepíná se na REPL, který na simulátoru poskytuje stejné dodatečné funkce.
+
+
+
+ Nejde najít sestavení {0}, které se předalo jako argument pro --interpreter.
+
+
+
+ Projekty používající Classic API se už nepodporují. Migrujte prosím projekt na Unified API.
+
+
+
+ Sestavování 32bitových aplikací už není podporované. Změňte prosím architekturu v možnostech sestavení projektu pro Mac na x86_64.
+
+
+
+ Při sestavování pro ladění prosím použijte pro WatchOS buildy specifické pro zařízení.
+
+
+
+ Režim ladění ARM64_32 vyžaduje argument --interpreter[=all], který se vynutí.
+
+
+
+ Nepovedlo se parsovat cflags {0} z pkg-config: {1}
+
+
+
+ Nepovedlo se parsovat příznaky linkeru {0} z atributu LinkWith pro knihovnu {1} v {2}: {3}
+
+
+
+ Vnitřní chyba: Interpret je aktuálně k dispozici jenom pro 64bitové verze.
+
+
+
+ Vnitřní chyba: Pole byref není string, NSObject nebo INativeObject.
+
+
+
+ Vnitřní chyba: Nejde provést převod z {0} na {1} v {2}. Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Vnitřní chyba: Inteligentní výčet {0} ve skutečnosti nevypadá jako inteligentní výčet. Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Vnitřní chyba: nepodporovaný typ tokenu ({0}) pro {1}. Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Vnitřní chyba: Statický registrátor by se neměl spouštět, pokud se nespustil také linker (nebo nebyl zakázán). Pokud chcete vynutit úplné sestavení, je možné předat -f jako dodatečný argument pro {0}. Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Vnitřní chyba: symbol bez názvu (typ: {0}). Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Vnitřní chyba: Nejde převést architektury na architektury: {0}. Nahlaste prosím chybu a přiložte testovací případ (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Na sestavení {0} odkazovalo jiné sestavení, ale zároveň bylo odpojeno linkerem.
+
+
+
+ Výstup linkeru obsahuje více než jedno sestavení s názvem {0}:\n\t{1}
+
+
+
+ Ne všechna sestavení pro {0} mají úlohy propojení.
+
+
+
+ Úlohy propojení pro {0} nejsou všechny stejné.
+
+
+
+ Sestavení {0} bylo vyřešeno na základě globální mezipaměti sestavení (GAC) v systému: {1}. V budoucnu by to potenciálně mohlo znamenat problém – abyste podobným problémům předešli, zajistěte prosím, aby se nepoužívala sestavení, která jsou k dispozici jen v systémové mezipaměti GAC.
+
+
+
+ Neznámá platforma: {0}. Tato chyba obvykle signalizuje chybu. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new a přiložte testovací případ.
+
+
+ Soubor se symbolem ladění pro {0} není platný a byl ignorován.
+
+
+
+ Tato verze {0} vyžaduje sadu SDK {1} {2} (dodávána s Xcode {3}). Buď upgradujte Xcode, abyste získali požadované soubory hlaviček, nebo použijte dynamický registrátor nebo nastavte chování spravovaného linkeru v možnostech Mac Build Options (Možnosti sestavení Macu) vašeho projektu > Linker Behavior (Chování linkeru) na Link Platform nebo Link Framework SDKs Only (abyste se pokusili zamezit novým rozhraním API).
+
+
+ Tato verze {0} vyžaduje sadu SDK {1} {2} (dodávána s Xcode {3}). Buď upgradujte Xcode, abyste získali požadované soubory hlaviček, nebo nastavte chování spravovaného linkeru v možnostech iOS Build Options (Možnosti sestavení iOS) vašeho projektu > Linker Behavior (Chování linkeru) na Link Framework SDKs Only (abyste se pokusili zamezit novým rozhraním API).
+
+
+ Nepropojuje se s architekturou {0} (používanou typem {1}), protože na aktuální platformě ({2}) není k dispozici.
+
+
+ Nepropojuje se s architekturou {0} (odkazovanou modulovým odkazem v {1}), protože na aktuální platformě ({2}) není k dispozici.
+
+
+ Nepovedlo se namapovat verzi iOS {0} na verzi macOS pro Mac Catalyst
+
+
+ Nepovedlo se namapovat verzi macOS {0} na odpovídající verzi iOS pro Mac Catalyst
+
+
+ Možnost {0} nemůže při použití CoreCLR přebírat hodnotu {1}.
+
+
+ Nepovedlo se zkopírovat sestavení {0} do {1}: {2}
+
+
+
+ Nepovedlo se načíst sestavení {0}: {1}
+
+
+
+ Chyba sledování závislostí: žádné soubory k porovnání. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new a přiložte testovací případ.
+
+
+
+ Nepovedlo se znovu použít verzi {0} uloženou v mezipaměti: {1}.
+
+
+
+ Nepovedlo se vytvořit spustitelný soubor {0}: {1}
+
+
+
+ Nepovedlo se zkopírovat adresář {0} do {1}: {2}
+
+
+
+ Nepovedlo se vytvořit symbolický odkaz {0} -> {1}: chyba {2}
+
+
+
+ Nejde zahrnout různé verze rozhraní {0}.
+
+
+
+ Zahrnulo se rozhraní {0} z: {1} (v souvislosti s předchozí chybou)
+
+
+
+ Nepodporovaná platforma bitcode: {0}.
+
+
+
+ Nepodporované rozhraní ABI pro TvOS: {0}.
+
+
+
+ Nepovedlo se extrahovat nativní knihovnu {0} z {1}. Ujistěte se prosím, že nativní knihovna byla správně vložena do spravovaného sestavení (pokud bylo sestavení sestaveno pomocí projektu vazby, musí být nativní knihovna zahrnutá v projektu a její akce sestavení musí být ObjcBindingNativeLibrary).
+
+
+
+ Neplatná řídicí sekvence při převodu .s na .ll, \\ jako poslední znak v {0}:{1}.
+
+
+
+ Neplatná řídicí sekvence při převodu .s na .ll, chybná osmičková sekvence v {0}:{1}, důvod: {2}.
+
+
+
+ Nepovedlo se dekomprimovat nativní rozhraní {0} z {1}. Zkontrolujte prosím v protokolu o sestavení další informace z nativního příkazu unzip.
+
+
+
+ Knihovna vazeb {0} obsahuje uživatelskou architekturu ({0}), ale vložené uživatelské architektury vyžadují iOS 8.0 (cíl nasazení je {1}). Nastavte prosím cíl nasazení v souboru Info.plist na alespoň 8.0.
+
+
+
+ V referencích chybí požadované sestavení Xamarin.Mac.dll.
+
+
+
+ Sestavení {0} není kompatibilní s tímto nástrojem nebo profilem.
+
+
+
+ {0} {1} nejde najít. Cílová architektura {2} není použitelná pro zabalení aplikace.
+
+
+
+ Cílová architektura {0} je neplatná.
+
+
+
+ useFullXamMacFramework musí vždy cílit na rozhraní .NET 4.5, ne {0} – to je neplatné.
+
+
+
+ Zjistila se neshoda mezi referencí Xamarin.Mac {0} a vybranou cílovou architekturou {1}.
+
+
+
+ Odkaz nejde přeložit: {0}
+
+
+
+ Před propojením už v rámci {1} existuje minimálně jeden odkaz na typ {0}.
+
+
+
+ Po propojení v rámci {1} stále existuje minimálně jeden odkaz na typ {0}.
+
+
+
+ Nejde o dynamickou knihovnu Mach-O (neznámá hlavička 0x{0}): {1}.
+
+
+
+ Nejde o statickou knihovnu Mach-O (neznámá hlavička {0}, očekávalo se !<arch>).
+
+
+
+ Nejde o dynamickou knihovnu Mach-O (neznámá hlavička 0x{0}): {1}.
+
+
+
+ Neznámý formát pro položku pro více architektur na pozici {0} v {1}
+
+
+
+ Soubor typu {0} není soubor Mach-O ({1}).
+
+
+
+ Neplatná položka {0} ve statické knihovně {1}, hlavička položky nekončí na 0x60 0x0A (našlo se 0x{2} 0x{3}).
+
+
+
+ Nepovedlo se propojit sestavení. {0}
+
+
+
+ Odkaz nejde přeložit: {0}
+
+
+
+ Možnost --optimize={0}{1} se bude ignorovat, protože není povolený statický registrátor.
+
+
+
+
+ Možnost --optimize={0}{1} se bude ignorovat, protože je zakázané propojování.
+
+
+
+ Možnost --optimize={0} se bude ignorovat, protože je platná jenom {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Nepovedlo se najít soubor dodatečných definic linkeru {0}.
+
+
+
+ Nepovedlo se parsovat definice z {0}.
+
+
+
+ Knihovnu mscorlib.dll nejde načíst z: {0}. Přeinstalujte prosím Xamarin.iOS.
+
+
+
+ Odkazovalo se na nativní knihovnu {0}, ale nepovedlo se ji najít.
+
+
+
+ Nepovedlo se přeložit odkaz {0} z {1}.
+
+
+
+ Xamarin.Mac Unified API s úplným rozhraním .NET Framework nepodporuje propojování sad SDK nebo sestavení All. Předejte příznak -nolink nebo -linkplatform.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Reference pro {0}.{1}
+
+
+
+ Neznámá hodnota {0} pro HttpMessageHandler. Platné hodnoty jsou HttpClientHandler (výchozí), CFNetworkHandler nebo NSUrlSessionHandler.
+
+
+
+ Zobrazuje se jenom prvních {0} z {1} upozornění typu Reference pro.
+
+
+
+ Nepovedlo se přeložit odkaz na {0}, který se vyskytuje tady: {1}. Aplikace nebude obsahovat odkazované sestavení a může po spuštění narazit na chybu.
+
+
+
+ Sestavení {0} se nedá propojit, protože je ve smíšeném režimu.
+
+
+
+ Neplatná hodnota {0} pro HttpMessageHandler pro watchOS. Jediná platná hodnota je NSUrlSessionHandler.
+
+
+
+ Nepovedlo se zpracovat popis XML: {0}
+
+
+
+ Na sestavení {0} se odkazuje ze dvou různých umístění: {1} a {2}.
+
+
+
+ Nejde načíst kořenové sestavení {0}.
+
+
+
+
+ Při zpracování {1} došlo k chybě kroku {0} linkeru.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Nejde přeložit referenci {0} odkazovanou z metody {1} v {2}.
+
+
+
+ Při zpracování metody {0} v sestavení {1} došlo k chybě: {2}
+
+
+
+ Při zpracování metody {0} v sestavení {1} došlo k chybě.
+
+
+
+ Během zpracování sestavení {0} došlo k chybě: {1}
+
+
+
+ Atribut [BindingImpl] u členu {0} je neplatný: neočekávala se pole.
+
+
+
+ Atribut [BindingImpl] u členu {0} je neplatný: neočekávaly se vlastnosti.
+
+
+
+ Atribut [BindingImpl] u členu {0} je neplatný: neočekával se konstruktor s typem parametru {1} (očekávala se hodnota ObjCRuntime.BindingImplOptions).
+
+
+
+ Atribut [BindingImpl] u členu {0} je neplatný: neočekával se konstruktor s {1} parametry (očekával se 1 parametr).
+
+
+
+ Vlastnost {0}.{1} obsahuje klauzuli výjimky {2}, která se v současné době při kompilaci pro bitcode nepodporuje. V případě volání této vlastnosti se vyvolá výjimka.
+
+
+
+ Metoda {0}.{1} obsahuje klauzuli výjimky {2}, která se v současné době při kompilaci pro bitcode nepodporuje. V případě volání této metody se vyvolá výjimka.
+
+
+
+ Nepovedlo se optimalizovat volání BlockLiteral.{2} v {0} na pozici {1}, protože předchozí instrukce byla neočekávaná ({3}).
+
+
+
+ Nepovedlo se optimalizovat volání BlockLiteral.{2} v {0} na pozici {1}, protože nešlo určit typ delegáta prvního argumentu (instrukce: {3}).
+
+
+
+ Nepovedlo se optimalizovat volání BlockLiteral.{2} v {0}, protože typ hodnoty předané jako první argument (metoda trampoline) je {1}, což znemožňuje vypočítat signaturu bloku.
+
+
+
+ Nepovedlo se optimalizovat volání BlockLiteral.SetupBlock v {0} na pozici {1}, protože v {2} nešlo najít žádný atribut [UserDelegateType].
+
+
+
+ Nepovedlo se optimalizovat volání BlockLiteral.SetupBlock v {0} na pozici {1}: {2}.
+
+
+
+ Odebrání dynamického registrátoru není bezpečné, protože {0} odkazuje na {1}.{2} ({3}).
+
+
+
+ Z knihovny {0} se odebraly architektury s výjimkou {1}, aby byla splněna omezení App Storu. To by mohlo narušit existující signatury pro podepisování kódu. Zvažte možnost odebrání architektur z knihovny pomocí nástroje lipo nebo zakázání pomocí argumentu --optimize=-trim-architectures.
+
+
+
+ Částečný statický registrátor Xamarin.Mac nepodporuje propojování. Zakažte propojování nebo použijte jiný režim registrátoru.
+
+
+
+ V seznamu načtených sestavení se nepovedlo najít sestavení corlib {0}.
+
+
+
+
+
+
+
+
+
+
+ Během zpracování došlo k chybě kroku {0} linkeru: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Při zpracování {1} došlo k chybě kroku {0} linkeru: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ Sestavení {1} se nepovedlo zpracovat kompilátorem {0}.
+
+
+
+ Při sestavování s LLVM se nepodporuje ladění. Ladění se zakázalo.
+
+
+
+ Nešlo provést kompilaci AOT sestavení {0}, protože neexistuje.
+
+
+
+ Nešlo najít závislost {0} sestavení {1}. Zkontrolujte prosím reference projektu.
+
+
+
+ Nepovedlo se vypočítat úplnou mapu závislostí pro projekt. Výsledkem bude pomalejší doba sestavování, protože Xamarin.iOS nemůže správně určit, co se má znovu sestavit (a co není třeba znovu sestavovat). Další podrobnosti najdete v předchozích upozorněních.
+
+
+
+ Pokud je povolený LLVM, nebudou se načítat soubory s informacemi o ladění (*.mdb / *.pdb).
+
+
+
+ Podpora pro bitcode vyžaduje použití LLVM (--abi=arm64+llvm atd.).
+
+
+
+ Požadovalo se AOT pro {0}, ale nešlo najít.
+
+
+
+ Požadovalo se vyloučení AOT pro {0}, ale nešlo najít.
+
+
+
+ Hlavní šablonu nešlo rozbalit do {0}.
+
+
+
+ Nepovedlo se zkompilovat vygenerovaný kód pro metody P/Invoke. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Registrátor nemůže sestavit signaturu pro typ {0}.
+
+
+
+ Registrátor našel neplatný typ {0} v signatuře pro metodu {2}. Místo toho použijte {1}.
+
+
+
+ Registrátor našel neplatný typ {0} v signatuře pro metodu {1}: Typ implementuje INativeObject, ale nemá konstruktor, který by přijímal dva argumenty (IntPtr, bool).
+
+
+
+ Registrátor nemůže zařadit návratovou hodnotu pro typ {0} v signatuře pro metodu {1}.
+
+
+
+ Registrátor nemůže zařadit návratovou hodnotu typu {0} v metodě {1}.{2}.
+
+
+
+ Registrátor nemůže zařadit parametr typu {0} v signatuře pro metodu {1}.
+
+
+
+ Registrátor nemůže získat typ Objective-C pro spravovaný typ {0}.
+
+
+
+ Nepovedlo se zkompilovat vygenerovaný kód registrátoru. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Registrátor nemůže zařadit výstupní parametr typu {0} v signatuře pro metodu {1}.
+
+
+
+ Registrátor nemůže sestavit signaturu pro typ {0} v metodě {1}.
+
+
+
+ Registrátor našel obecnou metodu: {0}. Export obecných metod se nepodporuje a povede k náhodnému chování a/nebo chybovým ukončením.
+
+
+
+ Neočekávaná chyba v registrátoru pro metodu {0}.{1} – nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nepovedlo se zaregistrovat sestavení {0}: {1}
+
+
+
+ Registrátor zjistil neshodu signatury v metodě {0}.{1} – selektor {4} označuje, že metoda má tento počet parametrů: {2}, zatímco spravovaná metoda má tento počet parametrů: {3}.
+
+
+
+ Nejde zaregistrovat dva spravované typy ({0} a {1}) se stejným nativním názvem ({2}).
+
+
+
+ Nepovedlo se zaregistrovat selektor {0} členu {1}.{2}, protože selektor už je zaregistrovaný u členu {3}.
+
+
+
+ Registrátor našel neznámý typ pole {0} v poli {1}.{2}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nejde použít GCC/G++ ke kompilaci vygenerovaného kódu ze statického registrátoru při použití rozhraní Accounts (soubory hlaviček, které poskytnul Apple a používají se během kompilace, vyžadují Clang). Buď použijte Clang (--compiler:clang), nebo dynamický registrátor (--registrar:dynamic).
+
+
+
+ Typ variadického parametru ve variadické funkci {0} musí být System.IntPtr.
+
+
+
+ {1} obsahuje neplatnou položku {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ V {0} se našla neplatná hodnota {1} pro vlastnost RegisterAttribute. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ V {0} se našla neplatná hodnota AdoptsAttribute: očekával se 1 argument konstruktoru, ale byl přijat tento počet: {1}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ V {0}.{1} se našla neplatná hodnota BindAsAttribute: neznámé pole {2}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ {1}.{2} obsahuje neplatnou položku {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ V {0} se našla neplatná hodnota BindAsAttribute: očekával se 1 argument konstruktoru, ale našel se tento počet: {1}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ V {0} se našla neplatná hodnota BindAsAttribute: nepovedlo se najít podkladový typ výčtu {1}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Registrátor našel neplatný typ {0} v signatuře pro metodu {1}: Rozhraní musí mít atribut Protocol určující typ jeho obálky.
+
+
+
+ Nejde zaregistrovat dva spravované protokoly ({0} a {1}) se stejným nativním názvem ({2}).
+
+
+
+ Nejde zaregistrovat více než jednu metodu rozhraní pro metodu {0}.{1}.
+
+
+
+ Registrátor našel neplatný typ obecného parametru {0} v parametru {2} metody {1}. Obecný parametr musí mít omezení NSObject.
+
+
+
+ Registrátor našel neplatný obecný návratový typ {0} v metodě {1}. Obecný návratový typ musí mít omezení NSObject.
+
+
+
+ Registrátor nemůže exportovat statické metody v obecných třídách ({0}).
+
+
+
+ Registrátor nemůže exportovat statické vlastnosti v obecných třídách ({0}.{1}).
+
+
+
+ Registrátor našel neplatný obecný návratový typ {0} ve vlastnosti {1}.{2}. Návratový typ musí mít omezení NSObject.
+
+
+
+ Vaše aplikace používá architekturu {0}, která není zahrnuta v sadě {3} SDK, kterou používáte k sestavení vaší aplikace. (Tato architektura byla zavedena v sadě {3} {2}, ale vy sestavujete pomocí sady {3} {1} SDK.) Vyberte prosím novější sadu SDK v možnostech sestavení vaší aplikace pro {3}.
+
+
+
+ Vaše aplikace používá architekturu {0}, kterí není zahrnutá v sadě {3} SDK, kterou používáte k sestavení vaší aplikace. (Tato architektura byla zavedena v sadě {3} {2}, ale vy sestavujete pomocí sady {3} {1} SDK.) Tato konfigurace není podporovaná se statickým registrátorem. Opravit to můžete předáním argumentu --registrar:dynamic jako dalšího argumentu nástroje mmp v možnostech sestavení vašeho projektu pro Mac. Alternativně můžete v možnostech sestavení vaší aplikace pro Mac vybrat novější sadu SDK.
+
+
+
+ Člen {0} má atribut Export bez selektoru. Selektor je povinný.
+
+
+
+ Registrátor nemůže zařadit typ {0} parametru {1} v metodě {2}.{3}.
+
+
+
+ Metoda {0}.{1} implementuje {2}.{3}.
+
+
+
+ Registrátor nemůže zařadit typ {0} vlastnosti {1}.{2}.
+
+
+
+ Registrátor nemůže zařadit typ {0} vlastnosti {1}.{2}. Vlastnosti s atributem [Connect] musí mít typ vlastnosti NSObject (nebo jeho podtřídu).
+
+
+
+ Registrátor zjistil neshodu signatury v metodě {0}.{1} – selektor {4} označuje, že variadická metoda má tento počet parametrů: {2}, zatímco spravovaná metoda má tento počet parametrů: {3}.
+
+
+
+ Nejde zaregistrovat selektor {0} u členu {1}.{2}, protože Xamarin.iOS tento selektor registruje implicitně.
+
+
+
+ Neplatný výčet {0}: Výčty s atributem [Native] musí mít podkladový typ výčtu long nebo ulong.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ Parametr Name atributu Registrar třídy {0} ({3}) obsahuje neplatný znak: {1} (0x{2}).
+
+
+
+ {1} obsahuje neplatnou položku {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Registrátor našel obecný protokol: {0}. Export obecných protokolů se nepodporuje.
+
+
+
+ Nejde zaregistrovat rozšiřující metodu {0}.{1}, protože typ prvního parametru ({2}) neodpovídá typu kategorie ({3}).
+
+
+
+ Nejde zaregistrovat typ {0}, protože typ kategorie {1} v jeho atributu Category nedědí z NSObject.
+
+
+
+ Nejde zaregistrovat typ {0}, protože v jeho atributu Category není nastavená vlastnost Type.
+
+
+
+ Typ {0} nejde zaregistrovat jako kategorii, protože implementuje INativeObject nebo podtřídu třídy NSObject.
+
+
+
+ Typ {0} nejde zaregistrovat jako kategorii, protože je obecný.
+
+
+
+ Metodu {0}.{1} nejde zaregistrovat jako metodu kategorie, protože je obecná.
+
+
+
+ Nejde zaregistrovat dvě kategorie ({0} a {1}) se stejným nativním názvem ({2}).
+
+
+
+ Metodu kategorie {0}.{1} nejde zaregistrovat, protože pro rozšiřující metody se vyžaduje alespoň jeden parametr (a jeho typ musí odpovídat typu kategorie {2}).
+
+
+
+ Nejde zaregistrovat konstruktor {0}.{1} v kategorii {0}, protože konstruktory v kategoriích nejsou podporované.
+
+
+
+ Metodu {0}.{1} nejde zaregistrovat jako metodu kategorie, protože metody kategorie musí být statické.
+
+
+
+ V selektoru {2} pro {3}.{4} se našel neplatný znak {0} (0x{1}).
+
+
+
+ Registrátor našel nepodporovanou strukturu {0}: Všechna pole ve struktuře musí být také struktury (pole {1} s typem {2} není struktura).
+
+
+
+
+ Typ {0} není v {3} {4} k dispozici (byl zaveden v {3} {5}).{6} Proveďte prosím sestavení pomocí novější verze sady {3} SDK (obvykle se to provádí pomocí nejnovější verze prostředí Xcode).
+
+
+
+ Typ {0} (použitý jako základní typ pro {1}) není v {2} {3} k dispozici (byl zaveden v {2} {4}).{5} Proveďte prosím sestavení pomocí novější sady {2} SDK (obvykle se to provádí pomocí nejnovější verze prostředí Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Typ {0} (použitý jako parametr v {1}) není v {2} {3} k dispozici (byl zaveden v {2} {4}).{5} Proveďte prosím sestavení pomocí novější sady {2} SDK (obvykle se to provádí pomocí nejnovější verze prostředí Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Typ {0} (použitý jako typ vlastnosti {1}) není v {2} {3} k dispozici (byl zaveden v {2} {4}).{5} Proveďte prosím sestavení pomocí novější sady {2} SDK (obvykle se to provádí pomocí nejnovější verze prostředí Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Typ {0} (použitý jako návratový typ v {1}) není v {2} {3} k dispozici (byl zaveden v {2} {4}).{5} Proveďte prosím sestavení pomocí novější sady {2} SDK (obvykle se to provádí pomocí nejnovější verze prostředí Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Vnitřní chyba v registrátoru (konstruktor {0} s tímto počtem argumentů: {1}). Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Vnitřní chyba v registrátoru (neznámý druh dostupnosti: {0}). Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Vnitřní chyba v registrátoru (parametry BindAs nemůžou být ref/out: {0}). Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nejde exportovat vlastnost {0}, protože její selektor {1} je klíčové slovo Objective-C. Použijte prosím jiný název.
+
+
+
+ Registrátor nemohl v žádném z odkazovaných sestavení najít typ System.Void.
+
+
+
+ Nejde zaregistrovat metodu {0}, protože signatura obsahuje typ ({1}), který není odkazovým typem.
+
+
+
+ Nejde zaregistrovat metodu {0}, protože signatura obsahuje obecný typ ({1}) s typem obecného argumentu, který neimplementuje INativeObject ({2}).
+
+
+
+ Nejde zaregistrovat typ {0}, protože jeho název pro Objective-C {1} je klíčové slovo Objective-C. Použijte prosím jiný název.
+
+
+
+ Nepovedlo se vygenerovat obálku P/Invoke pro {0}: {1}
+
+
+
+ Registrátor nemůže provést převod z {0} na {1} pro návratovou hodnotu v metodě {2}.
+
+
+
+ Atribut BindAs u návratové hodnoty metody {0} je neplatný: typ BindAs {1} se liší od návratového typu {2}.
+
+
+
+ Atribut BindAs u parametru #{0} je neplatný: typ BindAs {1} se liší od typu parametru {2}.
+
+
+
+ Atribut BindAs u vlastnosti {0}.{1} je neplatný: typ BindAs {2} se liší od typu vlastnosti {1}.
+
+
+
+ Registrátor nemůže provést převod z {0} na {1} pro parametr {2} v metodě {3}.
+
+
+
+ Registrátor nemůže vypočítat signaturu bloku pro delegáta typu {0} v metodě {1}, protože {0} nemá specifickou signaturu.
+
+
+
+ Registrátor nemůže vypočítat signaturu bloku pro delegáta typu {0} v metodě {1}, protože nemohl najít metodu Invoke typu delegáta.
+
+
+
+ Nepovedlo se najít metodu převodu bloku na delegáta pro parametr #{1} metody {0}.
+
+
+
+ Nepovedlo se najít metodu převodu bloku na delegáta pro parametr #{1} metody {0}.
+
+
+
+ Nepovedlo se najít typ převodu delegáta na blok pro návratovou hodnotu metody {0}.
+
+
+
+ Parametr ProtocolType atributu Adopts použitý ve třídě {0} obsahuje neplatný znak. Použitá hodnota: {1} Neplatný znak: {2}
+
+
+
+ Třída {0} nebude zaregistrována, protože rozhraní WatchKit bylo odebráno ze sady iOS SDK.
+
+
+
+ Registrátor našel abstraktní typ {0} v signatuře pro {1}. V signatuře členu exportovaného do Objective-C by se abstraktní typy neměly používat.
+
+
+
+ Vnitřní chyba v registrátoru (parametry BindAs nemůžou být ref/out: {0}). Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Registrátor nemůže vypočítat signaturu bloku pro delegáta typu {0} v metodě {1}, protože nemohl najít metodu Invoke typu delegáta.
+
+
+
+ Chybí kompilátor {0}. Nainstalujte prosím nástroje příkazového řádku Xcode.
+
+
+
+ Nepovedlo se najít kompilátor {0} ani {1}. Nainstalujte prosím nástroje příkazového řádku Xcode.
+
+
+
+ Kompilace nebyla úspěšná. Kód chyby: {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nepovedlo se zkompilovat soubor(y): {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nešlo zkompilovat soubor(y): {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Sestavení {0} nejde zkompilovat kompilátorem AOT pro 32bitové architektury, protože nativní kód je příliš velký pro 32bitovou architekturu ARM.
+
+
+
+ Výstup kompilátoru je příliš dlouhý, byl omezen na 1000 řádků.
+
+
+
+ Nativní propojení nebylo úspěšné, kód chyby 1. Podrobnosti najdete v protokolu o sestavení.
+
+
+
+ Nativní propojení nebylo úspěšné. Zkontrolujte prosím protokol o sestavení a uživatelské příznaky zadané pro gcc: {0}
+
+
+
+ Nativní propojení nebylo úspěšné. Zkontrolujte prosím protokol o sestavení.
+
+
+
+ Chybí sada Mono.framework MDK. Nainstalujte si prosím sadu MDK pro svou verzi rozhraní Mono.framework z webu https://www.mono-project.com/download/.
+
+
+
+ Upozornění ohledně nativního propojení: {0}
+
+
+
+ {0} nejde najít. Důvodem je pravděpodobně poškozená instalace rozšíření Xamarin.Mac. Přeinstalujte si prosím Xamarin.Mac.
+
+
+
+ Nativní propojení nebylo úspěšné. Zkontrolujte prosím protokol o sestavení.
+
+
+
+ Neplatná architektura {0}. Jediná platná architektura je x86_64.
+
+
+
+ Chyba nativního propojení: {0}
+
+
+
+ Nativní propojení nebylo úspěšné, nedefinovaný symbol: {0}. Ověřte prosím, jestli byly odkazovány všechny nezbytné architektury a jestli jsou správně propojené nativní knihovny.
+
+
+
+ Nativní propojení nebylo úspěšné, nedefinovaná třída Objective-C: {0}. Symbol {1} se nepovedlo najít v žádné z knihoven ani rozhraní propojených s vaší aplikací.
+
+
+
+ Nativní propojení nebylo úspěšné, duplicitní symbol: {0}.
+
+
+
+ Duplicitní symbol v: {0} (umístění související s předchozí chybou)
+
+
+
+ Nativní propojení nebylo úspěšné, nedefinovaný symbol: {0}. Na tento symbol odkazoval spravovaný člen {1}.{2}. Ověřte prosím, jestli byly odkazovány všechny nezbytné architektury a propojeny nativní knihovny.
+
+
+
+ Odkazy na {0} můžou vyžadovat další instrukce -framework=XXX nebo -lXXX pro nativní linker.
+
+
+
+ Nativní propojení nebylo úspěšné pro {0}. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nativní propojení nebylo úspěšné, protože příkazový řádek linkeru byl příliš dlouhý ({0} znaků).
+
+
+
+ Nejde ignorovat dynamický symbol {0} (--ignore-dynamic-symbol={0}), protože nebyl rozpoznán jako dynamický symbol.
+
+
+
+ Neproběhne propojení pomocí rozhraní WatchKit, protože bylo odebráno ze systému iOS.
+
+
+
+ Architektura {0} se přeskočí. Mac App Store ji zakazuje (odmítá).
+
+
+
+ Propojuje se s architekturou {0}. Mac App Store ji zakazuje (odmítá).
+
+
+
+ Nepovedlo se spustit nativní linker: {0}. Pošlete prosím zprávu o chybě na této adrese: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nebylo propojeno s architekturou {0}, protože aktuální sada SDK {1} neobsahuje podporu pro tuto architekturu v simulátoru.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Chybí nástroj strip. Nainstalujte prosím nástroje příkazového řádku Xcode.
+
+
+
+ Chybí nástroj dsymutil. Nainstalujte prosím nástroje příkazového řádku Xcode.
+
+
+
+ Nepovedlo se vygenerovat symboly ladění (adresář dSYM). Zkontrolujte prosím protokol o sestavení.
+
+
+
+ Nepovedlo se pročistit finální binární soubor. Zkontrolujte prosím protokol o sestavení.
+
+
+
+ Chybí nástroj lipo. Nainstalujte prosím nástroje příkazového řádku Xcode.
+
+
+
+ Nepovedlo se vytvořit knihovnu a pro více architektur. Zkontrolujte prosím protokol o sestavení.
+
+
+
+ Chybí nástroj {0}. Nainstalujte prosím nástroje příkazového řádku Xcode.
+
+
+
+ Pravděpodobně nebyla přijata licenční smlouva na Xcode. Spusťte prosím Xcode.
+
+
+
+ Nepovedlo se spustit nástroj {0}, spouštění skončilo chybovým kódem {1}. Podrobnosti najdete v protokolu sestavení.
+
+
+
+ install_name_tool – kód chyby {0}. Podrobnosti najdete v protokolu o sestavení.
+
+
+
+ Nástroj lipo narazil na chybu s kódem {0}. Podrobnosti najdete v protokolu o sestavení.
+
+
+
+ pkg-config – neúspěšné, kód chyby {0}. Podrobnosti najdete v protokolu o sestavení.
+
+
+
+ Nepovedlo se najít {0}. Nainstalujte prosím rozhraní Mono.framework ze stránky https://mono-project.com/Downloads.
+
+
+
+ Spuštění pkg-config bylo neúspěšné: {0}. Podrobnosti najdete v protokolu sestavení.
+
+
+
+ Nástroj xcrun nemohl najít výsledek, když hledal nástroj {0} (soubor {1} neexistuje). Podrobnosti najdete v protokolu sestavení.
+
+
+
+ Došlo k vnitřní chybě konzistence. Nahlaste prosím chybu na https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Nevím, jak zařadit parametr typu {0} pro parametr {1} ve volání metody {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Nevím, jak zařadit zpět parametr typu {0} pro parametr {1} ve volání metody {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Nepovedlo se provést zařazení z {0} na objekt Objective-C. Spravovaná třída musí buď dědit z objektu NSObject, nebo implementovat INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Neplatné kódování typu pro parametr
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.de.resx b/tools/mtouch/TranslatedAssemblies/Errors.de.resx
index d71242f6af9a..bb1fb655b9cc 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.de.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.de.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the de MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ Die Fehlermeldung für den Code {0} wurde nicht gefunden. Melden Sie diese fehlende Meldung auf GitHub unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+ This is the default message when an error code can not be found.
+
+
+
+ Unerwarteter Fehler. Füllen Sie unter https://github.com/xamarin/xamarin-macios/issues/new einen Fehlerbericht aus.
+
+
+
+ "-devname" wurde ohne gerätespezifische Aktion bereitgestellt.
+
+
+
+ Für diese Version von Xamarin.Mac ist Mono {0} erforderlich (aktuelle Mono-Version: {1}). Aktualisieren Sie Mono.framework über http://mono-project.com/Downloads.
+
+
+
+ Die Umgebungsvariable "{0}" konnte nicht analysiert werden.
+
+
+
+ Der Anwendungsname "{0}.exe" steht in Konflikt mit dem Namen eines SDK oder einer Produktassembly (DLL).
+
+
+
+ Für die neue Logik zur Referenzzählung muss SGen ebenfalls aktiviert sein.
+
+
+
+ Das Ausgabeverzeichnis * ist nicht vorhanden.
+
+
+
+ Unter "{0}" ist keine Entwicklungsplattform vorhanden, verwenden Sie --platform=PLAT, um das SDK anzugeben.
+
+
+
+ Die Stammassembly "{0}" ist nicht vorhanden.
+
+
+
+ Sie dürfen nur eine Stammassembly angeben, {0} Assemblys gefunden: "{1}"
+
+
+
+ Fehler beim Laden von Assemblys: {0}.
+
+
+
+ Die Befehlszeilenargumente konnten nicht analysiert werden: {0}
+
+
+
+ "{0}" wurde mit einer neueren Runtime ({1}) erstellt, als von Xamarin.iOS unterstützt wird.
+
+
+
+ Zum Abschließen von * wurden unvollständige Daten bereitgestellt.
+
+
+
+ Zur Unterstützung der Profilerstellung muss sgen ebenfalls aktiviert werden.
+
+
+
+ Das iOS {0} SDK bietet keine Unterstützung für das Erstellen von Anwendungen, die auf {1} ausgerichtet sind.
+
+
+
+ Ungültige ABI: {0}. Unterstützte ABIs: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 und arm64_32+llvm.
+
+
+
+ Die Option "{0}" ist veraltet.
+
+
+
+ Geben Sie eine Stammassembly an.
+
+
+
+ Unbekanntes Befehlszeilenargument: {0}.
+
+
+
+ Es kann nur eine Option "--[log|install|kill|launch]dev" oder "--[launch|debug]sim" verwendet werden.
+
+
+
+ Gültige Optionen für "{0}": {1}.
+
+
+
+ Mit gcc/g++ (--use-gcc) kann nicht kompiliert werden, wenn die statische Registrierungsstelle verwendet wird. (Dies ist beim Kompilieren für das Gerät der Standardwert.) Entfernen Sie entweder das Flag "--use-gcc", oder verwenden Sie die dynamische Registrierungsstelle (--registrar:dynamic).
+
+
+
+ Die Optionen "--unsupported--enable-generics-in-registrar" und "--registrar" sind nicht kompatibel.
+
+
+
+ Die Stammassembly "{0}" steht in Konflikt mit einer anderen Assembly ({1}).
+
+
+
+ Der Anwendungsname "{0}.exe" steht in Konflikt mit einer anderen Benutzerassembly.
+
+
+
+ Die erforderliche Datei "{0}" wurde nicht gefunden.
+
+
+
+ Es wurde keine SDK-Version angegeben. Fügen Sie --sdk=X.Y hinzu, um anzugeben, welches {0} SDK zum Erstellen Ihrer Anwendung verwendet werden soll.
+
+
+
+ Das Befehlszeilenargument "-{0}" konnte nicht analysiert werden: {1}
+
+
+
+ Die Optionen "\*" und "\*" sind nicht kompatibel.
+
+
+
+ PIE (-pie) kann nicht aktiviert werden, wenn iOS 4.1 oder früher als Ziel verwendet wird. Deaktivieren Sie PIE (-pie:false), oder legen Sie das Bereitstellungsziel auf iOS 4.2 oder höher fest.
+
+
+
+ REPL (--enable-repl) wird nur im Simulator (--sim) unterstützt.
+
+
+
+ Der Name der ausführbaren Datei ({0}) und der App-Name ({1}) sind nicht identisch. Dies kann dazu führen, dass Absturzprotokolle nicht die richtigen Symbole enthalten.
+
+
+
+ Die Befehlszeilenargumente "--enable-background-fetch" und "--launch-for-background-fetch" erfordern auch "--launchsim".
+
+
+
+ Die Option "--debugtrack" wird ignoriert, sofern "--debug" nicht ebenfalls angegeben wird.
+
+
+
+ Ein Xamarin.iOS-Projekt muss entweder auf "monotouch.dll" oder auf "Xamarin.iOS.dll" verweisen.
+
+
+
+ In einem {1}-Projekt kann nicht auf "{0}.dll" verwiesen werden. Diese Datei wird implizit von "{2}" referenziert.
+
+
+
+ Für eine *-App kann kein *-Simulator gestartet werden. Aktivieren Sie die korrekte(n) Architektur(en) in den iOS-Buildoptionen Ihres Projekts (Seite "Erweitert").
+
+
+
+ "monotouch.dll" ist nicht 64-Bit-kompatibel. Verweisen Sie entweder auf "Xamarin.iOS.dll", oder erstellen Sie den Build nicht für eine 64-Bit-Architektur (ARM64 und/oder x86_64).
+
+
+
+ Die alten Registrierungsstellen (--registrar:oldstatic|olddynamic) werden beim Verweis auf "Xamarin.iOS.dll" nicht unterstützt.
+
+
+
+ Anwendungen, die auf ARMv6 ausgerichtet sind, können nicht auf "Xamarin.iOS.dll" verweisen.
+
+
+
+ Die Assembly "\*", auf die durch "\*" verwiesen wird, wurde nicht gefunden.
+
+
+
+ In einer {1}-App kann nicht auf "{0}" verwiesen werden.
+
+
+
+ Es wurde kein Verweis auf "monotouch.dll" oder "Xamarin.iOS.dll" gefunden. Ein Verweis auf "monotouch.dll" wird hinzugefügt.
+
+
+
+ Der Boehm-Garbage Collector wird nicht unterstützt. Stattdessen wurde der SGen-Garbage Collector ausgewählt.
+
+
+
+ --listsim wird nur mit Xcode 6.0 oder höher unterstützt.
+
+
+
+ --extension wird nur bei Verwendung des iOS 8.0 SDK (oder höher) unterstützt.
+
+
+
+ Das Mindestbereitstellungsziel für Unified-Anwendungen ist 5.1.1. Aktuelles Bereitstellungsziel: "*". Wählen Sie ein neueres Bereitstellungsziel in den iOS-Anwendungsoptionen Ihres Projekts aus.
+
+
+
+ "{0}.framework" wird nur bei einem Bereitstellungsziel von 8.0 oder höher unterstützt. {0}-Features funktionieren möglicherweise nicht ordnungsgemäß.
+
+
+
+ Sie können keine Stammassembly bereitstellen, wenn --no-root-assembly übergeben wird, {0} Assemblys gefunden: {1}
+
+
+
+ Für {3} {0} ist Xcode {4} oder höher erforderlich. Die aktuelle Xcode-Version (gefunden in {2}) ist {1}.
+
+
+
+ Ein Ausgabeverzeichnis (--output) ist erforderlich, wenn --no-root-assembly übergeben wird.
+
+
+
+ Es wurde kein Befehl angegeben.
+
+
+
+ Der Pfad "{0}" kann nicht in eine kanonische Form umgewandelt werden: {1} ({2}).
+
+
+
+ Der Xcode-Pfad "{0}" ist nicht vorhanden.
+
+
+
+ Xcode wurde am Standardspeicherort (/Applications/Xcode.app) nicht gefunden. Installieren Sie Xcode, oder übergeben Sie einen benutzerdefinierten Pfad über "--sdkroot <pfad>".
+
+
+
+ Der Pfad zu Xcode.app kann vom SDK-Stamm "{0}" aus nicht ermittelt werden. Geben Sie den vollständigen Pfad zum Xcode.app-Bundle an.
+
+
+
+ Die Xcode.app "{0}" ist ungültig. (Die Datei "{1}" ist nicht vorhanden.)
+
+
+
+ Der aktuell ausgewählte Xcode wurde auf dem System nicht gefunden: {0}
+
+
+
+ Der aktuell ausgewählte Xcode wurde auf dem System nicht gefunden. "xcode-select --print-path" hat "{0}" zurückgegeben, dieses Verzeichnis ist jedoch nicht vorhanden.
+
+
+
+ Es wurde keine Xcode.app angegeben (über --sdkroot). System-Xcode wird verwendet, wie von "xcode-select --print-path" gemeldet: {0}
+
+
+
+ Es wurde keine Xcode.app angegeben (über --sdkroot oder "xcode-select --print-path"). Stattdessen wird Standard-Xcode verwendet: {0}
+
+
+
+ Die ausführbare Datei wurde in der Erweiterung * nicht gefunden (kein CFBundleExecutable-Eintrag in "Info.plist").
+
+
+
+ Xamarin.iOS unterstützt eingebettete Frameworks nur bei Unified-Projekten.
+
+
+
+ Xamarin.iOS unterstützt eingebettete Frameworks nur, wenn als Bereitstellungsziel mindestens 8.0 verwendet wird. (Aktuelles Bereitstellungsziel: {0}; eingebettete Frameworks: {1})
+
+
+
+ Xamarin.iOS unterstützt eingebettete Frameworks nur, wenn als Bereitstellungsziel mindestens 2.0 verwendet wird. (Aktuelles Bereitstellungsziel: {0}; eingebettete Frameworks: {1})
+
+
+
+ Ungültige Assembly für Buildregistrars: *
+
+
+
+ Ungültiger Registrar: {0}
+
+
+
+ Ungültiger Wert für Zielframework: {0}.
+
+
+
+ Ungültiges Zielframework: {0}. Gültige Zielframeworks: {1}.
+
+
+
+ Unbekannte Plattform: {0}. Dies weist in der Regel auf einen Fehler in "{1}" hin. Erstellen Sie einen Fehlerbericht mit einem Testfall unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Erweiterungen werden für die Plattform "{0}" nicht unterstützt.
+
+
+
+ {4} {0} unterstützt "{1}" nicht als Bereitstellungsziel für {3} (Mindestversion: {2}). Wählen Sie ein neueres Bereitstellungsziel in der Datei "Info.plist" Ihres Projekts aus.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} unterstützt "{1}" nicht als Bereitstellungsziel für {3} (der Höchstwert ist {2}). Wählen Sie ein älteres Bereitstellungsziel in der "Info.plist" Ihres Projekts aus, oder führen Sie ein Upgrade auf eine neuere Version von {4} durch.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Ungültige Architektur "{0}" für {1}-Projekte. Gültige Architekturen: {2}
+
+
+
+ Es wurde keine Architektur angegeben (mit dem --abi-Argument). Für {0}-Projekte ist eine Architektur erforderlich.
+
+
+
+ WatchOS-Projekte müssen Erweiterungen sein.
+
+
+
+ Inkrementelle Builds werden mit einem Bereitstellungsziel von vor 8.0 (aktuell {0}) aktiviert. Dies wird nicht unterstützt. (Die daraus resultierende Anwendung wird unter iOS 9 nicht gestartet.) Das Bereitstellungsziel wird daher auf 8.0 festgelegt.
+
+
+
+ Die empfohlene Xcode-Version für {4} {0} ist Xcode {3} oder höher. Aktuelle Xcode-Version (gefunden in {2}): {1}.
+
+
+
+ Es wurde keine ausführbare Datei in das App-Bundle kopiert. Wenden Sie sich an "support@xamarin.com".
+
+
+
+ Das Deaktivieren der neuen refcount-Logik ist veraltet.
+
+
+
+ Das Befehlszeilenargument "--download-crash-report" erfordert auch "--download-crash-report-to".
+
+
+
+ REPL (--enable-repl) wird nur unterstützt, wenn keine Verknüpfung verwendet wird (--nolink).
+
+
+
+ Reiner ASM-Bitcode wird in watchOS nicht unterstützt. Verwenden Sie entweder --bitcode:marker oder --bitcode:full.
+
+
+
+ Bitcode wird im Simulator nicht unterstützt. Übergeben Sie --bitcode nicht beim Erstellen von Builds für den Simulator.
+
+
+
+ Es wurde kein Verweis auf "{0}" gefunden. Er wird automatisch hinzugefügt.
+
+
+
+ Es muss ein Zielframework (--target-framework) angegeben werden.
+
+
+
+ Inkrementelle Builds (--fastdev) werden bei der Boehm-GC nicht unterstützt. Inkrementelle Builds werden deaktiviert.
+
+
+
+ Die GC muss sich für watchOS-Apps im kooperativen Modus befinden. Entfernen Sie das --coop:false-Argument für mTouch.
+
+
+
+ Die Option "{0}" kann den Wert "{1}" nicht übernehmen, wenn der kooperative Modus für die GC aktiviert ist.
+
+
+
+ Das Zielframework "{0}" ist veraltet. Verwenden Sie stattdessen "{1}".
+
+
+
+
+
+ "mlaunch" wurde nicht gefunden.
+
+
+
+
+ AOT-Dateien konnten nicht in das Zielverzeichnis "{0}" kopiert werden: {1}
+
+
+
+ AOT-Dateien konnten nicht in das Zielverzeichnis "{0}" kopiert werden: Der Prozess konnte nicht gestartet werden.
+
+
+
+ AOT-Dateien konnten nicht in das Zielverzeichnis "{0}" kopiert werden.
+
+
+
+ Es wurde kein Verweis auf "Xamarin.iOS.dll" gefunden.
+
+
+
+ Die machine.config-Datei "{0}" wurde nicht gefunden.
+
+
+
+
+ Interner Fehler: {0}. Melden Sie ein Problem unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Ungültiges Assemblybuildziel: {0}. Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Die Assembly "{0}" wurde in --assembly-build-target-Argumenten mehrmals angegeben.
+
+
+
+ Die Assemblys "{0}" und "{1}" weisen denselben Zielnamen ("{2}"), aber unterschiedliche Ziele auf ("{3}" und "{4}").
+
+
+
+ Das statische Objekt "{0}" enthält mehrere Assemblys ("{1}"). Jedes statische Objekt muss jedoch genau einer Assembly entsprechen.
+
+
+
+ Für "{0}" wurde kein Assemblybuildziel angegeben.
+
+
+
+ Der Name des Assemblybuildziels "{0}" ist ungültig: Das Zeichen "{1}" ist unzulässig.
+
+
+
+ Die Assemblys "{0}" weisen unterschiedliche benutzerdefinierte LLVM-Optimierungen ("{1}") auf. Dies ist nicht zulässig, wenn alle in eine einzige Binärdatei kompiliert werden.
+
+
+
+ Das Assemblybuildziel "{0}" stimmte mit keiner Assembly überein.
+
+
+
+ Die Assembly "{0}" wurde aus einem anderen Pfad als dem angegebenen Pfad geladen (bereitgestellter Pfad: {1}, tatsächlicher Pfad: {2}).
+
+
+
+ Inkrementelle Builds wurden deaktiviert, weil diese Version von Xamarin.iOS keine inkrementellen Builds in Projekten unterstützt, die Bindungsbibliotheken von Drittanbietern enthalten und in Bitcode kompiliert werden.
+
+
+
+ Bitcode wurde aktiviert, weil diese Version von Xamarin.iOS das Erstellen von watchOS-Projekten mit LLVM ohne Aktivierung von Bitcode nicht unterstützt.
+
+
+
+ Die native Codefreigabe wurde aus folgenden Gründen deaktiviert: {0}
+
+
+
+ Das Bereitstellungsziel der Container-App liegt vor iOS 8.0 ({0}).
+
+
+
+ Die Container-App enthält I18N-Assemblys ({0}).
+
+
+
+ Die Container-App umfasst benutzerdefinierte XML-Definitionen für den verwalteten Linker ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Die native Codefreigabe wurde für die Erweiterung "{0}" aus folgenden Gründen deaktiviert: {1}
+
+
+
+ Die Bitcode-Optionen unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die --assembly-build-target-Optionen unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die I18N-Assemblys unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die Argumente für den AOT-Compiler unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die anderen Argumente für den AOT-Compiler unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ LLVM ist nicht sowohl in der Container-App ({0}) als auch in der Erweiterung ({1}) aktiviert bzw. deaktiviert.
+
+
+
+ Die Einstellungen für den verwalteten Linker unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die übersprungenen Assemblys für den verwalteten Linker unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die Erweiterung enthält benutzerdefinierte XML-Definitionen für den verwalteten Linker ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Die Interpretereinstellungen unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die interpretierten Assemblys unterscheiden sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die Container-App erstellt keine Builds für die ABI "{0}" (während die Erweiterung Builds für diese ABI erstellt).
+
+
+
+ Die Container-App erstellt Builds für die ABI "{0}". Dies ist mit der ABI der Erweiterung ({1}) nicht kompatibel.
+
+
+
+ Die remove-dynamic-registrar-Optimierung unterscheidet sich zwischen der Container-App ({0}) und der Erweiterung ({1}).
+
+
+
+ Die Container-App verweist über "{1}" auf die Assembly "{0}", während die Erweiterung von "{2}" aus auf eine andere Version verweist.
+
+
+
+ Für die Hybrid-AOT-Kompilierung müssen alle Assemblys vorzeitig kompiliert werden.
+
+
+
+ Es wird empfohlen, mit Code (--dynamic-symbol-mode=code) auf dynamische Symbole zu verweisen, wenn Bitcode aktiviert ist.
+
+
+
+ Ungültige Architektur: {0}. 32-Bit-Architekturen werden nicht unterstützt, wenn als Bereitstellungsziel 11 oder höher verwendet wird.
+
+
+
+ Eine 32-Bit-App kann nicht auf einem Simulator gestartet werden, der nur 64 Bit unterstützt.
+
+
+
+ Das Verzeichnis "{0}", das die Mono-Symbole enthält, wurde nicht gefunden.
+
+
+
+ Die ausführbare Assembly "{0}" verweist nicht auf "{1}.dll".
+
+
+
+ Die aktuelle Sprache konnte nicht auf "{0}" festgelegt werden (gemäß LANG={1}): {2}
+
+
+
+ Das Befehlszeilenargument "--assembly-build-target" wird im Simulator ignoriert.
+
+
+
+ Inkrementelle Builds wurden deaktiviert, weil inkrementelle Builds im Simulator nicht unterstützt werden.
+
+
+
+ Inkrementelle Builds wurden deaktiviert, weil diese Version von Xamarin.iOS inkrementelle Builds nicht in Projekten unterstützt, die mehrere Bindungsbibliotheken von Drittanbietern enthalten.
+
+
+
+ Die Datei "{0}" konnte nicht bearbeitet werden: {1}
+
+
+
+ Die Debugsymboldatei für "{0}" stimmt nicht mit der Assembly überein und wird ignoriert.
+
+
+
+ Keine Stammassemblys gefunden. Sie müssen mindestens eine Stammassembly angeben.
+
+
+
+ Die Produktassembly "{0}" wurde nicht in der Assemblyliste gefunden: {1}
+
+
+
+ Unbekannte Optimierung: {0}. Gültige Optimierungen: {1}.
+
+
+
+ Es wurden mehrere Assemblys gefunden, die mit "{0}" übereinstimmen. Die erste wird ausgewählt: {1}{2}
+
+
+
+ Das Systemframework "{0}" (auf das von der Assembly "{1}" verwiesen wird) wurde nicht verknüpft, weil es in {2} {3} eingeführt wurde und das {2} {4} SDK verwendet wird.
+
+
+
+ Die Assembly "{0}", auf die über "{1}" verwiesen wird, wurde nicht gefunden.
+
+
+
+ Die Assembly "{0}", auf die durch ein {2}-Attribut in "{1}" verwiesen wird, wurde nicht gefunden.
+
+
+
+ Die Datei "{0}" ist kein gültiges Framework.
+
+
+
+ Der Interpreter wird im Simulator nicht unterstützt. Es wird zur REPL gewechselt, die die gleichen zusätzlichen Features im Simulator bereitstellt.
+
+
+
+ Die Assembly "{0}", die als Argument für --interpreter übergeben wird, wurde nicht gefunden.
+
+
+
+ Projekte, die die Classic API verwenden, werden nicht mehr unterstützt. Migrieren Sie das Projekt zur Unified API.
+
+
+
+ Das Erstellen von 32-Bit-Apps wird nicht mehr unterstützt. Ändern Sie die Architektur in den Mac-Buildoptionen des Projekts in "x86_64".
+
+
+
+ Verwenden Sie gerätespezifische Builds in WatchOS beim Erstellen von Builds für Debug.
+
+
+
+ Für den ARM64_32-Debugmodus ist --interpreter[=all] erforderlich und wird erzwungen.
+
+
+
+ CFLAGS "{0}" können nicht über pkg-config analysiert werden: {1}
+
+
+
+ Die Linker-Flags "{0}" aus dem LinkWith-Attribut können nicht für die Bibliothek "{1}" in {2} analysiert werden: {3}
+
+
+
+ Interner Fehler: Der Interpreter ist zurzeit nur für 64 Bit verfügbar.
+
+
+
+ Interner Fehler: Das byref-Array ist weder eine Zeichenfolge noch NSObject oder INativeObject.
+
+
+
+ Interner Fehler: Die Konvertierung von "{0}" in "{1}" ist in {2} nicht möglich. Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Interner Fehler: Die intelligente Enumeration "{0}" ist möglicherweise keine intelligente Enumeration. Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Interner Fehler: Nicht unterstützter Tokentyp ({0}) für "{1}". Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Interner Fehler: Der statische Registrar darf nur ausgeführt werden, wenn der Linker ebenfalls ausgeführt wird (oder deaktiviert wurde). Eine mögliche Problemumgehung besteht darin, "-f" als zusätzliches {0}-Argument zu übergeben, um einen vollständigen Buildvorgang zu erzwingen. Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Interner Fehler: Symbol ohne Name (Typ: {0}). Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Interner Fehler: Frameworks können nicht in Frameworks konvertiert werden: {0}. Erstellen Sie einen Fehlerbericht mit einem Testfall (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Auf die Assembly "{0}" wurde von einer anderen Assembly verwiesen, die Verknüpfung wurde jedoch gleichzeitig durch den Linker aufgehoben.
+
+
+
+ Die Linker-Ausgabe enthält mehrere Assemblys namens "{0}": \n\t{1}
+
+
+
+ Nicht alle Assemblys für "{0}" weisen Verknüpfungsaufgaben auf.
+
+
+
+ Verknüpfungsaufgaben für "{0}" sind nicht alle gleich.
+
+
+
+ Die Assembly "{0}" wurde über den globalen Assemblycache des Systems aufgelöst: {1}. Dies kann in der Zukunft zu Problemen führen. Um solche Probleme zu vermeiden, verwenden Sie keine Assemblys, die nur im globalen Assemblycache des Systems verfügbar sind.
+
+
+
+ Unbekannte Plattform: {0}. Dies weist in der Regel auf einen Fehler hin. Erstellen Sie einen Fehlerbericht mit einem Testfall unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+ Die Debuggen-Symboldatei für '{0}' ist ungültig und wurde ignoriert.
+
+
+
+ Diese Version von {0} erfordert das {1} {2} SDK (ausgeliefert mit Xcode {3}). Aktualisieren Sie Xcode, um die erforderlichen Headerdateien abzurufen, oder verwenden Sie die dynamische Registrierungsstelle oder legen Sie das Verhalten von verwaltetem Linker zum Verknüpfen von Plattform- oder Framework-SDKs nur in den Mac-Buildoptionen Ihres Projekts > Linkerverhalten fest) (um zu versuchen, die neuen APIs zu vermeiden).
+
+
+ Diese Version von {0} erfordert das {1} {2} SDK (ausgeliefert mit Xcode {3}). Aktualisieren Sie Xcode, um die erforderlichen Headerdateien abzurufen, oder legen Sie das Verhalten von verwaltetem Linker zum Verknüpfen von Plattform- oder Framework-SDKs nur in den iOS-Buildoptionen Ihres Projekts > Linkerverhalten fest (um zu versuchen, die neuen APIs zu vermeiden).
+
+
+ Keine Verknüpfung mit dem Framework {0} (vom Typ "{1}" verwendet), da es auf der aktuellen Plattform ({2}) nicht verfügbar ist.
+
+
+ Das Framework {0} wird nicht verknüpft (referenziert durch einen Modulverweis in {1}), weil es auf der aktuellen Plattform ({2}) nicht verfügbar ist.
+
+
+ Die IOS-Version {0} konnte keiner macOS-Version für Mac Catalyst zugeordnet werden.
+
+
+ Die macOS-Version {0} konnte keiner entsprechenden macOS-Version für Mac Catalyst zugeordnet werden.
+
+
+ Bei Verwendung von CoreCLR kann die Option "{0}" nicht den Wert "{1}" annehmen.
+
+
+ Die Assembly "{0}" konnte nicht in "{1}" kopiert werden: {2}
+
+
+
+ Die Assembly "{0}" konnte nicht geladen werden: {1}
+
+
+
+ Fehler bei der Abhängigkeitsverfolgung: keine zu vergleichenden Dateien. Erstellen Sie einen Fehlerbericht mit einem Testfall unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Fehler beim erneuten Verwenden der zwischengespeicherten Version von "{0}": {1}.
+
+
+
+ Fehler beim Erstellen der ausführbaren Datei "{0}": {1}
+
+
+
+ Das Verzeichnis "{0}" konnte nicht in "{1}" kopiert werden: {2}
+
+
+
+ Symlink "{0}" konnte nicht erstellt werden > "{1}": Fehler {2}
+
+
+
+ Es können keine unterschiedlichen Versionen des Frameworks "{0}" hinzugefügt werden.
+
+
+
+ Framework "{0}" eingeschlossen über "{1}" (auf vorherigen Fehler bezogen)
+
+
+
+ Nicht unterstützte Bitcodeplattform: {0}.
+
+
+
+ Nicht unterstützte TvOS-ABI: {0}.
+
+
+
+ Die native Bibliothek "{0}" konnte nicht aus "{1}" extrahiert werden. Stellen Sie sicher, dass die native Bibliothek ordnungsgemäß in die verwaltete Assembly eingebettet wurde. (Wenn die Assembly mithilfe eines Bindungsprojekts erstellt wurde, muss die native Bibliothek in das Projekt eingeschlossen werden, und die zugehörige Buildaktion muss "ObjcBindingNativeLibrary" lauten.)
+
+
+
+ Ungültige Escapesequenz beim Konvertieren von S in LL, \\ als letztes Zeichen in "{0}:{1}".
+
+
+
+ Ungültige Escapesequenz beim Konvertieren von S in LL, fehlerhafte Escapesequenz für Oktalzahlen in "{0}:{1}". Ursache: {2}.
+
+
+
+ Das native Framework "{0}" konnte nicht aus "{1}" dekomprimiert werden. Überprüfen Sie das Buildprotokoll auf weitere Informationen aus dem nativen Befehl "unzip".
+
+
+
+ Die Bindungsbibliothek "{0}" enthält ein Benutzerframework ({0}), für eingebettete Benutzerframeworks ist jedoch iOS 8.0 erforderlich (Bereitstellungsziel: {1}). Legen Sie das Bereitstellungsziel in der Datei "Info.plist" auf 8.0 oder höher fest.
+
+
+
+ Die erforderliche Assembly "Xamarin.Mac.dll" fehlt in den Verweisen.
+
+
+
+ Die Assembly "{0}" ist mit diesem Tool oder Profil nicht kompatibel.
+
+
+
+ {0} "{1}" wurde nicht gefunden. Das Zielframework "{2}" kann nicht zum Paketieren der Anwendung verwendet werden.
+
+
+
+ Das Zielframework "{0}" ist ungültig.
+
+
+
+ useFullXamMacFramework muss immer auf Framework .NET 4.5 und nicht auf "{0}" (ungültig) ausgerichtet sein.
+
+
+
+ Konflikt zwischen dem Xamarin.Mac-Verweis "{0}" und dem ausgewählten Zielframework "{1}".
+
+
+
+ Der Verweis kann nicht aufgelöst werden: {0}.
+
+
+
+ Mindestens ein Verweis auf den Typ "{0}" ist vor dem Verknüpfen bereits in "{1}" vorhanden.
+
+
+
+ Mindestens ein Verweis auf den Typ "{0}" ist nach dem Verknüpfen noch immer in "{1}" vorhanden.
+
+
+
+ Keine dynamische Mach-O-Bibliothek (unbekannter Header "0x{0}"): {1}.
+
+
+
+ Keine statische Mach-O-Bibliothek (unbekannter Header "{0}", erwartet: !<arch>).
+
+
+
+ Keine dynamische Mach-O-Bibliothek (unbekannter Header "0x{0}"): {1}.
+
+
+
+ Unbekanntes Format für FAT-Eintrag an Position {0} in "{1}".
+
+
+
+ Die Datei vom Typ "{0}" ist keine Mach-O-Datei ({1}).
+
+
+
+ Ungültiger Eintrag "{0}" in der statischen Bibliothek "{1}". Der Eintragsheader endet nicht mit 0x60 0x0A (gefunden: 0x{2} 0x{3}).
+
+
+
+ Assemblys konnten nicht verknüpft werden. {0}
+
+
+
+ Der Verweis kann nicht aufgelöst werden: {0}.
+
+
+
+ Die Option "--optimize={0}{1}" wird ignoriert, weil der statische Registrar nicht aktiviert ist.
+
+
+
+
+ Die Option "--optimize={0}{1}" wird ignoriert, weil Verknüpfungen deaktiviert sind.
+
+
+
+ Die Option "--optimize={0}" wird ignoriert, weil sie nur auf {1} anwendbar ist.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Die zusätzliche Linker-Definitionsdatei "{0}" wurde nicht gefunden.
+
+
+
+ Definitionen aus "{0}" konnten nicht analysiert werden.
+
+
+
+ "mscorlib.dll" kann nicht aus "{0}" geladen werden. Installieren Sie Xamarin.iOS neu.
+
+
+
+ Auf die native Bibliothek "{0}" wurde verwiesen, sie wurde jedoch nicht gefunden.
+
+
+
+ Fehler beim Auflösen von "{0}"-Verweis über "{1}".
+
+
+
+ Xamarin.Mac Unified API für ein vollständiges .NET Framework unterstützt keine Verknüpfungen von SDK- oder allen Assemblys. Übergeben Sie entweder das Flag "-nolink" oder das Flag "-linkplatform".
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Referenziert durch "{0}.{1}"
+
+
+
+ Unbekannter HttpMessageHandler "{0}". Gültige Werte: HttpClientHandler (Standard), CFNetworkHandler oder NSUrlSessionHandler.
+
+
+
+ Es werden nur die ersten {0} von {1} \"Referenziert durch\"-Warnungen angezeigt.
+
+
+
+ Fehler beim Auflösen des Verweises in \"{0}\", auf den in \"{1}\" verwiesen wird. Die referenzierte Assembly wird nicht in die App eingeschlossen, weswegen die App zur Laufzeit möglicherweise nicht ausgeführt werden kann.
+
+
+
+ Die Assembly "{0}" kann nicht verknüpft werden, weil sie im gemischten Modus vorliegt.
+
+
+
+ Ungültiger HttpMessageHandler "{0}" für watchOS. Der einzige gültige Wert ist "NSUrlSessionHandler".
+
+
+
+ XML-Beschreibung konnte nicht verarbeitet werden: {0}
+
+
+
+ Auf die Assembly "{0}" wird von zwei verschiedenen Speicherorten verwiesen: "{1}" und "{2}".
+
+
+
+ Die Stammassembly "{0}" kann nicht geladen werden.
+
+
+
+
+ Linkerschritt '{0}' konnte „{1}“ nicht verarbeiten.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Der Verweis "{0}", auf den über die Methode "{1}" in "{2}" verwiesen wird, kann nicht aufgelöst werden.
+
+
+
+ Fehler beim Verarbeiten der Methode "{0}" in der Assembly "{1}": {2}
+
+
+
+ Fehler beim Verarbeiten der Methode "{0}" in der Assembly "{1}".
+
+
+
+ Fehler beim Verarbeiten der Assembly "{0}": {1}
+
+
+
+ Das [BindingImpl]-Attribut für den Member "{0}" ist ungültig: Es wurden keine Felder erwartet.
+
+
+
+ Das [BindingImpl]-Attribut für den Member "{0}" ist ungültig: Es wurden keine Eigenschaften erwartet.
+
+
+
+ Das [BindingImpl]-Attribut für den Member "{0}" ist ungültig: Es wurde kein Konstruktor mit dem Parametertyp "{1}" erwartet ("ObjCRuntime.BindingImplOptions" erwartet).
+
+
+
+ Das [BindingImpl]-Attribut für den Member "{0}" ist ungültig: Es wurde kein Konstruktor mit {1} Parametern erwartet (1 Parameter erwartet).
+
+
+
+ Die Eigenschaft "{0}.{1}" enthält eine Ausnahmeklausel "{2}", die beim Kompilieren für Bitcode derzeit nicht unterstützt wird. Diese Eigenschaft löst bei Aufruf eine Ausnahme aus.
+
+
+
+ Die Methode "{0}.{1}" enthält eine Ausnahmeklausel "{2}", die beim Kompilieren für Bitcode derzeit nicht unterstützt wird. Diese Methode löst bei Aufruf eine Ausnahme aus.
+
+
+
+ Der Aufruf von BlockLiteral.{2} in {0} bei Offset {1} konnte nicht optimiert werden, weil die vorherige Anweisung unerwartet war ({3}).
+
+
+
+ Der Aufruf von BlockLiteral.{2} in {0} bei Offset {1} konnte nicht optimiert werden, weil der Typ des Delegats des ersten Arguments nicht ermittelt werden konnte (Anweisung: {3}).
+
+
+
+ Der Aufruf von BlockLiteral.{2} in {0} konnte nicht optimiert werden, weil der Typ des Werts, der als erstes Argument (Trampolin) übergeben wurde, "{1}" lautet. Ein Berechnen der Blocksignatur ist daher nicht möglich.
+
+
+
+ Der Aufruf von BlockLiteral.SetupBlock in {0} bei Offset {1} konnte nicht optimiert werden, weil auf "{2}" kein [UserDelegateType]-Attribut gefunden wurde.
+
+
+
+ Der Aufruf von BlockLiteral.SetupBlock in {0} bei Offset {1} konnte nicht optimiert werden: {2}.
+
+
+
+ Das Entfernen des dynamischen Registrars ist nicht sicher, weil "{0}" auf "{1}.{2} ({3})" verweist.
+
+
+
+ Architekturen wurden aus {0} entfernt mit Ausnahme von {1} zur Einhaltung von App Store-Einschränkungen. Hierdurch können vorhandene Signaturen zum Codesignieren beschädigt werden. Erwägen Sie eine Bereinigung der Bibliothek mit lipo oder eine Deaktivierung mit --optimize=-trim-architectures.
+
+
+
+ Der Xamarin.Mac-Registrar "Partial Static" unterstützt keine Verknüpfung. Deaktivieren Sie Verknüpfungen, oder verwenden Sie einen anderen Registrarmodus.
+
+
+
+ Die corlib-Assembly "{0}" wurde in der Liste geladener Assemblys nicht gefunden.
+
+
+
+
+
+
+
+
+
+
+ Linkerschritt '{0}' ist bei der Verarbeitung von {1} fehlgeschlagen
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Linkerschritt '{0}' ist während der Verarbeitung von {1}: {2} fehlgeschlagen
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ {1} der Assembly "{0}" nicht möglich.
+
+
+
+ Debuggen wird beim Erstellen von Builds mit LLVM nicht unterstützt. Das Debuggen wurde deaktiviert.
+
+
+
+ AOT war für die Assembly "{0}" nicht möglich, weil diese nicht vorhanden ist.
+
+
+
+ Die Abhängigkeit "{0}" der Assembly "{1}" wurde nicht gefunden. Überprüfen Sie die Verweise des Projekts.
+
+
+
+ Für das Projekt konnte keine vollständige Abhängigkeitszuordnung berechnet werden. Dies führt zu langsameren Buildzeiten, weil Xamarin.iOS nicht ordnungsgemäß ermitteln kann, welche Komponenten neu erstellt werden müssen (und welche nicht). Überprüfen Sie vorherige Warnungen, um weitere Informationen zu erhalten.
+
+
+
+ Debuginformationsdateien (MDB/PDB) werden nicht geladen, wenn LLVM aktiviert ist.
+
+
+
+ Für die Bitcodeunterstützung ist die Verwendung von LLVM erforderlich (--abi=arm64+llvm usw.).
+
+
+
+ AOT von "{0}" wurde angefordert, aber nicht gefunden.
+
+
+
+ Der Ausschluss der AOT von "{0}" wurde angefordert, jedoch nicht gefunden.
+
+
+
+ Die Hauptvorlage konnte nicht auf "{0}" erweitert werden.
+
+
+
+ Fehler beim Kompilieren des generierten Codes für P/Invoke-Methoden. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Der Registrar kann keine Signatur für den Typ "{0}" erstellen.
+
+
+
+ Der Registrar hat einen ungültigen Typ "{0}" in der Signatur für die Methode "{2}" gefunden. Verwenden Sie stattdessen "{1}".
+
+
+
+ Der Registrar hat einen ungültigen Typ "{0}" in der Signatur für die Methode "{1}" gefunden: Der Typ implementiert INativeObject, verfügt jedoch über keinen Konstruktor, der zwei Argumente (IntPtr, bool) akzeptiert.
+
+
+
+ Der Registrar kann den Rückgabewert für den Typ "{0}" in der Signatur für die Methode "{1}" nicht marshallen.
+
+
+
+ Der Registrar kann den Rückgabewert des Typs "{0}" in der Methode "{1}.{2}" nicht marshallen.
+
+
+
+ Der Registrar kann den Parameter vom Typ "{0}" in der Signatur für die Methode "{1}" nicht marshallen.
+
+
+
+ Der Registrar kann den Objective-Typ für den verwalteten Typ "{0}" nicht abrufen.
+
+
+
+ Fehler beim Kompilieren des generierten Registrarcodes. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Der Registrar kann den out-Parameter vom Typ "{0}" in der Signatur für die Methode "{1}" nicht marshallen.
+
+
+
+ Der Registrar kann keine Signatur für den Typ "{0}" in der Methode "{1}" erstellen.
+
+
+
+ Der Registrar hat eine generische Methode gefunden: {0}. Das Exportieren generischer Methoden wird nicht unterstützt und führt zu unberechenbarem Verhalten und/oder Abstürzen.
+
+
+
+ Unerwarteter Fehler im Registrar für die Methode "{0}.{1}". Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Die Assembly "{0}" konnte nicht registriert werden: {1}
+
+
+
+ Der Registrar hat in der Methode "{0}.{1}" einen Signaturkonflikt festgestellt. Der Selektor "{4}" gibt an, dass die Methode {2} Parameter verwendet, während die verwaltete Methode {3} Parameter enthält.
+
+
+
+ Die Registrierung von zwei verwalteten Typen ("{0}" und "{1}") mit demselben nativen Namen ("{2}") ist nicht möglich.
+
+
+
+ Der Selektor "{0}" des Members "{1}.{2}" konnte nicht registriert werden, weil der Selektor bereits für den Member "{3}" registriert ist.
+
+
+
+ Der Registrar hat im Feld "{1}.{2}" einen unbekannten Feldtyp "{0}" gefunden. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ GCC/G++ kann bei Verwendung des Accounts-Frameworks nicht zum Kompilieren des generierten Codes über die statische Registrierungsstelle verwendet werden. (Die von Apple bereitgestellten und bei der Kompilierung verwendeten Headerdateien erfordern Clang.) Verwenden Sie entweder Clang (--compiler:clang) oder die dynamische Registrierungsstelle (--registrar:dynamic).
+
+
+
+ Der Typ des variadischen Parameters in der variadischen Funktion "{0}" muss "System.IntPtr" sein.
+
+
+
+ Auf "{1}" wurde ein ungültiger {0} gefunden. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Ungültige RegisterAttribute-Eigenschaft "{1}" für "{0}" gefunden. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Für "{0}" wurde ein ungültiges AdoptsAttribute gefunden: Es wurde 1 Konstruktorargument erwartet, aber {1} wurden erhalten. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Für "{0}.{1}" wurde ein ungültiges BindAsAttribute gefunden: unbekanntes Feld "{2}". Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Ungültig: {0} für "{1}.{2}". Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Für "{0}" wurde ein ungültiges BindAsAttribute gefunden: 1 Konstruktorargument ist erforderlich, es wurden jedoch {1} gefunden. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Für "{0}" wurde ein ungültiges BindAsAttribute gefunden: Der zugrunde liegende Enumerationstyp "{1}" wurde nicht gefunden. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Der Registrar hat einen ungültigen Typ "{0}" in der Signatur für die Methode "{1}" gefunden: Die Schnittstelle muss ein Protokollattribut aufweisen, das den zugehörigen Wrappertyp angibt.
+
+
+
+ Die Registrierung von zwei verwalteten Protokollen ("{0}" und "{1}") mit demselben nativen Namen ("{2}") ist nicht möglich.
+
+
+
+ Für die Methode "{0}.{1}" kann nur eine Schnittstellenmethode registriert werden.
+
+
+
+ Der Registrar hat im Parameter "{2}" der Methode "{1}" einen ungültigen generischen Parametertyp "{0}" gefunden. Der generische Parameter muss eine NSObject-Einschränkung aufweisen.
+
+
+
+ Der Registrar hat in der Methode "{1}" einen ungültigen generischen Rückgabetyp "{0}" gefunden. Der generische Rückgabetyp muss eine NSObject-Einschränkung aufweisen.
+
+
+
+ Der Registrar kann keine statischen Methoden in generische Klassen ({0}) exportieren.
+
+
+
+ Der Registrar kann keine statischen Eigenschaften in generische Klassen exportieren ({0}.{1}).
+
+
+
+ Der Registrar hat einen ungültigen generischen Rückgabetyp "{0}" in der Eigenschaft "{1}.{2}" gefunden. Der Rückgabetyp muss eine NSObject-Einschränkung aufweisen.
+
+
+
+ Ihre Anwendung verwendet das Framework "{0}", das nicht in dem {3} SDK enthalten ist, das Sie zum Erstellen Ihrer App verwenden. (Dieses Framework wurde in {3} {2} eingeführt, während Sie Ihre Builds mit dem {3} {1} SDK erstellen.) Wählen Sie in den {3}-Buildoptionen Ihrer App ein neueres SDK aus.
+
+
+
+ Ihre Anwendung verwendet das Framework "{0}", das nicht in dem {3} SDK enthalten ist, das Sie zum Erstellen Ihrer App verwenden. (Dieses Framework wurde in {3} {2} eingeführt, während Sie Ihren Build mit dem {3} {1} SDK erstellen.) Diese Konfiguration wird für die statische Registrierungsstelle nicht unterstützt. (Zur Auswahl übergeben Sie --registrar:dynamic als zusätzliches MMP-Argument in der Mac-Buildoption Ihres Projekts). Wählen Sie alternativ ein neueres SDK in den Mac-Buildoptionen Ihrer App aus.
+
+
+
+ Der Member "{0}" weist ein Exportattribut ohne Selektor auf. Ein Selektor ist erforderlich.
+
+
+
+ Der Registrar kann den Parametertyp "{0}" des Parameters "{1}" in der Methode "{2}.{3}" nicht marshallen.
+
+
+
+ Die Methode "{0}.{1}" implementiert "{2}.{3}".
+
+
+
+ Der Registrar kann den Eigenschaftstyp "{0}" der Eigenschaft "{1}.{2}" nicht marshallen.
+
+
+
+ Der Registrar kann den Eigenschaftstyp "{0}" der Eigenschaft "{1}.{2}" nicht marshallen. Eigenschaften mit dem [Connect]-Attribut müssen den Eigenschaftstyp "NSObject" (oder eine Unterklasse von NSObject) aufweisen.
+
+
+
+ Der Registrar hat in der Methode "{0}.{1}" einen Signaturkonflikt festgestellt. Der Selektor "{4}" gibt an, dass die variadische Methode {2} Parameter verwendet, während die verwaltete Methode {3} Parameter enthält.
+
+
+
+ Der Selektor "{0}" kann für den Member "{1}.{2}" nicht registriert werden, weil Xamarin.iOS diesen Selektor implizit registriert.
+
+
+
+ Ungültige Enumeration "{0}": Enumerationen mit dem [Native]-Attribut muss der Enumerationstyp "long" oder "ulong" zugrunde liegen.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ Der Name-Parameter des Registrar-Attributs für die Klasse "{0}" ({3}) enthält ein ungültiges Zeichen: "{1}" (0x{2}).
+
+
+
+ Ungültig: {0} für "{1}". Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Der Registrar hat ein generisches Protokoll gefunden: {0}. Das Exportieren generischer Protokolle wird nicht unterstützt.
+
+
+
+ Die Erweiterungsmethode "{0}.{1}" kann nicht registriert werden, weil der Typ des ersten Parameters ({2}) nicht dem Kategorietyp ({3}) entspricht.
+
+
+
+ Der Typ "{0}" kann nicht registriert werden, weil der Kategorietyp "{1}" im zugehörigen Category-Attribut nicht von NSObject erbt.
+
+
+
+ Der Typ "{0}" kann nicht registriert werden, weil die Type-Eigenschaft im zugehörigen Category-Attribut nicht festgelegt ist.
+
+
+
+ Der Typ "{0}" kann nicht als Kategorie registriert werden, weil er INativeObject oder NSObject von Unterklassen implementiert.
+
+
+
+ Der Typ "{0}" kann nicht als Kategorie registriert werden, weil er generisch ist.
+
+
+
+ Die Methode "{0}.{1}" kann nicht als Kategoriemethode registriert werden, weil sie generisch ist.
+
+
+
+ Zwei Kategorien ("{0}" und "{1}") können nicht mit demselben nativen Namen ("{2}") registriert werden.
+
+
+
+ Die Kategoriemethode "{0}.{1}" kann nicht registriert werden, weil mindestens ein Parameter für Erweiterungsmethoden erforderlich ist (und dessen Typ mit dem Kategorietyp "{2}" übereinstimmen muss).
+
+
+
+ Der Konstruktor "{0}.{1}" kann nicht in der Kategorie "{0}" registriert werden, weil Konstruktoren in Kategorien nicht unterstützt werden.
+
+
+
+ Die Methode "{0}.{1}" kann nicht als Kategoriemethode registriert werden, weil Kategoriemethoden statisch sein müssen.
+
+
+
+ Im Selektor "{2}" für "{3}.{4}" wurde ein ungültiges Zeichen "{0}" (0x{1}) gefunden.
+
+
+
+ Der Registrar hat eine nicht unterstützte Struktur "{0}" gefunden: Alle Felder in einer Struktur müssen ebenfalls Strukturen sein. (Das Feld "{1}" mit dem Typ "{2}" ist keine Struktur.)
+
+
+
+
+ Der Typ "{0}" ist in {3} {4} nicht verfügbar. (Er wurde in {3} {5} eingeführt.){6} Erstellen Sie Ihren Build mit einem neueren {3} SDK (normalerweise mit der neuesten Version von Xcode).
+
+
+
+ Der Typ "{0}" (wird als Basistyp "{1}" verwendet) ist in {2} {3} nicht verfügbar. (Er wurde in {2} {4} eingeführt.){5} Erstellen Sie Ihren Build mit einem neueren {2} SDK (normalerweise mit der neuesten Version von Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Der Typ "{0}" (wird als Parameter in "{1}" verwendet) ist in {2} {3} nicht verfügbar. (Er wurde in {2} {4} eingeführt.){5} Erstellen Sie Ihren Build mit einem neueren {2} SDK (normalerweise mit der neuesten Version von Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Der Typ "{0}" (wird als Eigenschaftyp von "{1}" verwendet) ist in {2} {3} nicht verfügbar. (Er wurde in {2} {4} eingeführt.){5} Erstellen Sie Ihren Build mit einem neueren {2} SDK (normalerweise mit der neuesten Version von Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Der Typ "{0}" (wird als Rückgabetyp in "{1}" verwendet) ist in {2} {3} nicht verfügbar. (Er wurde in {2} {4} eingeführt.){5} Erstellen Sie Ihren Build mit einem neueren {2} SDK (normalerweise mit der neuesten Version von Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Interner Fehler im Registrar ({0} ctor mit {1} Argumenten). Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Interner Fehler im Registrar (unbekannte Verfügbarkeitsart: {0}). Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Interner Fehler im Registrar (BindAs-Parameter können nicht ref/out sein: {0}). Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Die Eigenschaft "{0}" kann nicht exportiert werden, weil der zugehörige Selektor "{1}" ein Objective-C-Schlüsselwort ist. Verwenden Sie einen anderen Namen.
+
+
+
+ Der Registrar hat den Typ "System.void" in keiner der referenzierten Assemblys gefunden.
+
+
+
+ Die Methode "{0}" kann nicht registriert werden, weil die Signatur einen Typ ({1}) enthält, der kein Verweistyp ist.
+
+
+
+ Die Methode "{0}" kann nicht registriert werden, weil die Signatur einen generischen Typ ({1}) mit einem generischen Argumenttyp enthält, der INativeObject ({2}) nicht implementiert.
+
+
+
+ Der Typ "{0}" kann nicht registriert werden, weil sein Objective-C-Name "{1}" ein Objective-C-Schlüsselwort ist. Verwenden Sie einen anderen Namen.
+
+
+
+ Fehler beim Generieren eines P/Invoke-Wrappers für {0}: {1}
+
+
+
+ Der Registrar kann für den Rückgabewert in der Methode "{2}" nicht von "{0}" in "{1}" konvertieren.
+
+
+
+ Das BindAs-Attribut für den Rückgabewert der Methode "{0}" ist ungültig: Der BindAs-Typ "{1}" unterscheidet sich vom Rückgabetyp "{2}".
+
+
+
+ Das BindAs-Attribut für den Parameter Nr. {0} ist ungültig: Der BindAs-Typ "{1}" unterscheidet sich vom Parametertyp "{2}".
+
+
+
+ Das BindAs-Attribut für die Eigenschaft "{0}.{1}" ist ungültig: Der BindAs-Typ "{2}" unterscheidet sich vom Eigenschaftstyp "{1}".
+
+
+
+ Der Registrar kann für den Parameter "{2}" in der Methode "{3}" nicht von "{0}" in "{1}" konvertieren.
+
+
+
+ Der Registrar kann die Blocksignatur für den Delegaten des Typs "{0}" in der Methode "{1}" nicht berechnen, weil "{0}" keine bestimmte Signatur aufweist.
+
+
+
+ Der Registrar kann die Blocksignatur für den Delegaten des Typs "{0}" in der Methode "{1}" nicht berechnen, weil die Invoke-Methode des Delegattyps nicht gefunden wurde.
+
+
+
+ Der Block zum Delegieren der Konvertierungsmethode für den Parameter Nr. {1} der Methode "{0}" wurde nicht gefunden.
+
+
+
+ Der Block zum Delegieren der Konvertierungsmethode für den Parameter Nr. {1} der Methode "{0}" wurde nicht gefunden.
+
+
+
+ Der Delegat zum Blockieren des Konvertierungstyps für den Rückgabewert der Methode "{0}" wurde nicht gefunden.
+
+
+
+ Der Parameter "ProtocolType" des in der Klasse "{0}" verwendeten Attributs "Adopts" enthält ein ungültiges Zeichen. Verwendeter Wert: {1}, ungültiges Zeichen: {2}
+
+
+
+ Die Klasse "{0}" wird nicht registriert, weil das WatchKit-Framework aus dem iOS SDK entfernt wurde.
+
+
+
+ Der Registrar hat den abstrakten Typ "{0}" in der Signatur für "{1}" gefunden. Abstrakte Typen dürfen nicht in der Signatur für einen Member verwendet werden, der in Objective-C exportiert wird.
+
+
+
+ Interner Fehler im Registrar (BindAs-Parameter können nicht ref/out sein: {0}). Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Der Registrar kann die Blocksignatur für den Delegaten des Typs "{0}" in der Methode "{1}" nicht berechnen, weil die Invoke-Methode des Delegattyps nicht gefunden wurde.
+
+
+
+ Der Compiler "{0}" fehlt. Installieren Sie die Xcode-Komponente "Befehlszeilentools".
+
+
+
+ Weder der Compiler "{0}" noch der Compiler "{1}" konnten gefunden werden. Installieren Sie die Xcode-Komponente "Befehlszeilen Tools".
+
+
+
+ Fehler beim Kompilieren. Fehlercode: {0}. Melden Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Fehler beim Kompilieren der Datei(en) "{0}". Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Das Kompilieren der Datei(en) "{0}" war nicht möglich. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Die AOT-Kompilierung der Assembly "{0}" ist für 32-Bit-Architekturen nicht möglich, weil der native Code für die 32-Bit-ARM-Architektur zu umfangreich ist.
+
+
+
+ Die Ausgabe des Compilers ist zu lang und wurde auf 1000 Zeilen begrenzt.
+
+
+
+ Fehler bei der nativen Verknüpfung, Fehlercode 1. Details finden Sie im Buildprotokoll.
+
+
+
+ Fehler bei der nativen Verknüpfung. Überprüfen Sie das Buildprotokoll und die für gcc bereitgestellten Benutzerkennzeichen: {0}
+
+
+
+ Fehler bei der nativen Verknüpfung. Überprüfen Sie das Buildprotokoll.
+
+
+
+ Das Mono.framework-MDK fehlt. Installieren Sie das MDK für Ihre Mono.framework-Version über https://www.mono-project.com/download/.
+
+
+
+ Warnung zur nativen Verknüpfung: {0}
+
+
+
+ "{0}" wurde aufgrund einer beschädigten Xamarin.Mac-Installation nicht gefunden. Installieren Sie Xamarin.Mac neu.
+
+
+
+ Fehler bei der nativen Verknüpfung. Überprüfen Sie das Buildprotokoll.
+
+
+
+ Ungültige Architektur "{0}". Die einzige gültige Architektur ist x86_64.
+
+
+
+ Fehler bei der nativen Verknüpfung: {0}
+
+
+
+ Fehler bei der nativen Verknüpfung, nicht definiertes Symbol: {0}. Stellen Sie sicher, dass auf alle erforderlichen Frameworks verwiesen wird und dass die nativen Bibliotheken ordnungsgemäß verknüpft sind.
+
+
+
+ Fehler bei der nativen Verknüpfung, nicht definierte Objective-C-Klasse: {0}. Das Symbol "{1}" wurde in keiner der Bibliotheken und in keinem der Frameworks gefunden, die mit Ihrer Anwendung verknüpft sind.
+
+
+
+ Fehler bei der nativen Verknüpfung, doppeltes Symbol: {0}.
+
+
+
+ Doppeltes Symbol in: {0} (Standort bezogen auf vorherigen Fehler)
+
+
+
+ Fehler bei der nativen Verknüpfung, nicht definiertes Symbol: {0}. Dieses Symbol wurde von dem verwalteten Member "{1}.{2}" referenziert. Stellen Sie sicher, dass auf alle erforderlichen Frameworks verwiesen wird und dass die nativen Bibliotheken ordnungsgemäß verknüpft sind.
+
+
+
+ Verweise auf "{0}" erfordern möglicherweise zusätzliche -framework=XXX- oder -lXXX-Anweisungen für den nativen Linker.
+
+
+
+ Fehler bei der nativen Verknüpfung für "{0}". Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Fehler bei der nativen Verknüpfung, weil die Linkerbefehlszeile zu lang war ({0} Zeichen).
+
+
+
+ Das dynamische Symbol "{0}" kann nicht ignoriert werden (--ignore-dynamic-symbol={0}), weil es nicht als dynamisches Symbol erkannt wurde.
+
+
+
+ Es wird keine Verknüpfung mit WatchKit hergestellt, weil es aus iOS entfernt wurde.
+
+
+
+ Das Framework "{0}" wird übersprungen. Es wird vom Mac App Store nicht zugelassen (abgelehnt).
+
+
+
+ Die Verknüpfung wird für das Framework "{0}" durchgeführt. Dieses wird vom Mac App Store nicht zugelassen (abgelehnt).
+
+
+
+ Der native Linker konnte nicht ausgeführt werden: {0}. Melden Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Das Framework "{0}" konnte nicht verknüpft werden, da das aktuelle {1} SDK keine Unterstützung für dieses Framework im Simulator enthält.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Das strip-Tool fehlt. Installieren Sie die Xcode-Komponente "Befehlszeilentools".
+
+
+
+ Das dsymutil-Tool fehlt. Installieren Sie die Xcode-Komponente "Befehlszeilentools".
+
+
+
+ Fehler beim Generieren der Debugsymbole (Verzeichnis "dSYM"). Überprüfen Sie das Buildprotokoll.
+
+
+
+ Fehler beim Entfernen der endgültigen Binärdatei. Überprüfen Sie das Buildprotokoll.
+
+
+
+ Das lipo-Tool fehlt. Installieren Sie die Xcode-Komponente "Befehlszeilentools".
+
+
+
+ Fehler beim Erstellen der FAT-Bibliothek. Überprüfen Sie das Buildprotokoll.
+
+
+
+ Das Tool "{0}" fehlt. Installieren Sie die Xcode-Komponente "Befehlszeilentools".
+
+
+
+ Der Xcode-Lizenzvertrag wurde möglicherweise nicht akzeptiert. Starten Sie Xcode.
+
+
+
+ Fehler beim Ausführen des Tools "{0}" mit Fehlercode "{1}". Weitere Informationen finden Sie im Buildprotokoll.
+
+
+
+ Fehler bei install_name_tool, Fehlercode "{0}". Details finden Sie im Buildprotokoll.
+
+
+
+ Fehler bei lipo, Fehlercode "{0}". Details finden Sie im Buildprotokoll.
+
+
+
+ Fehler bei "pkg-config", Fehlercode "{0}". Ausführliche Informationen finden Sie im Buildprotokoll.
+
+
+
+ "{0}" wurde nicht gefunden. Installieren Sie das Mono-Framework über https://mono-project.com/Downloads.
+
+
+
+ Fehler beim Ausführen von "pkg-config": "{0}". Ausführliche Informationen finden Sie im Buildprotokoll.
+
+
+
+ Das Tool "xcrun" hat bei der Suche nach dem Tool "{0}" kein Ergebnis gefunden. (Die Datei "{1}" ist nicht vorhanden.) Überprüfen Sie das Buildprotokoll auf Details.
+
+
+
+ Interner Konsistenzfehler. Erstellen Sie einen Fehlerbericht unter https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Es ist nicht bekannt, wie der Parameter vom Typ {0} für den Parameter {1} im Aufruf von {2} gemarshallt wird.
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Es ist nicht bekannt, wie der Parameter vom Typ {0} für den Parameter {1} im Aufruf von {2} zurückgemarshallt wird.
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Das Marshalling von "{0}" in ein Objective-C-Objekt ist nicht möglich. Die verwaltete Klasse muss entweder von NSObject erben oder INativeObject implementieren.
+
+{0} - The name of a type.
+
+
+
+ Ungültiger Typ der Codierung für Parameter.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.es.resx b/tools/mtouch/TranslatedAssemblies/Errors.es.resx
index 854b16e5fda8..4793c15b84c4 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.es.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.es.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the es MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ No se encontró el mensaje de error para el código {0}. Informe de este mensaje que falta en GitHub (https://github.com/xamarin/xamarin-macios/issues/new)
+
+ This is the default message when an error code can not be found.
+
+
+
+ Error inesperado. Rellene un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ "-devname" se proporcionó sin ninguna acción específica del dispositivo
+
+
+
+ Esta versión de Xamarin.Mac requiere Mono {0} (la versión de Mono actual es {1}). Actualice Mono.framework desde http://mono-project.com/Downloads
+
+
+
+ No se pudo analizar la variable de entorno "{0}"
+
+
+
+ El nombre de la aplicación "{0}".exe" está en conflicto con un nombre de ensamblado (.dll) de SDK o producto.
+
+
+
+ La nueva lógica de recuento de referencias requiere que se habilite también SGen.
+
+
+
+ El directorio de salida * no existe.
+
+
+
+ No hay ninguna plataforma de desarrollo en {0}; use --platform=PLAT para especificar el SDK.
+
+
+
+ El ensamblado raíz "{0}" no existe
+
+
+
+ Debe proporcionar solo un ensamblado raíz; se encontraron {0} ensamblados: "{1}"
+
+
+
+ Error al cargar los ensamblados: {0}.
+
+
+
+ No se pudieron analizar los argumentos de la línea de comandos: {0}
+
+
+
+ {0} se compiló para un entorno de ejecución ({1}) más reciente que el que admite Xamarin.iOS.
+
+
+
+ Se proporcionaron datos incompletos para completar *.
+
+
+
+ La compatibilidad con la generación de perfiles requiere que se habilite también sgen.
+
+
+
+ El SDK de {0} para iOS no admite la compilación de aplicaciones que tiene como destino {1}.
+
+
+
+ ABI no válida: {0}. Las ABI admitidas son: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 y arm64_32+llvm.
+
+
+
+ La opción "{0}" se ha puesto en desuso.
+
+
+
+ Debe proporcionar un ensamblado raíz.
+
+
+
+ Argumento de la línea de comandos desconocido: "{0}"
+
+
+
+ Solo se puede usar una opción: --[log|install|kill|launch]dev o --[launch|debug]sim.
+
+
+
+ Las opciones válidas para "{0}" son "{1}".
+
+
+
+ No se puede compilar con gcc/g++ (--use-gcc) cuando se usa el registrador estático (este es el valor predeterminado al compilar para el dispositivo). Quite la marca --use-gcc o utilice el registrador dinámico (--registrar:dynamic).
+
+
+
+ Las opciones "--unsupported--enable-generics-in-registrar" y "--registrar" no son compatibles.
+
+
+
+ El ensamblado raíz {0} entra en conflicto con otro ensamblado ({1}).
+
+
+
+ El nombre de la aplicación "{0}.exe" está en conflicto con otro ensamblado de usuario.
+
+
+
+ No se pudo encontrar el archivo necesario "{0}".
+
+
+
+ No se proporcionó ninguna versión del SDK. Agregue --sdk=X.Y para especificar qué SDK de {0} debe utilizarse para compilar la aplicación.
+
+
+
+ No se pudo analizar el argumento de la línea de comandos "-{0}": {1}
+
+
+
+ Las opciones "\*" y "\*" no son compatibles.
+
+
+
+ No se puede habilitar PIE (-pie) cuando el destino es iOS 4.1 o versiones anteriores. Deshabilite PIE (-pie:false) o establezca el destino de implementación en al menos iOS 4.2
+
+
+
+ REPL (--enable-repl) solo se admite en el simulador (--sim).
+
+
+
+ El nombre del ejecutable ({0}) y el nombre de la aplicación ({1}) son diferentes, lo que puede impedir que los registros de bloqueo se traduzcan (symbolicated) correctamente.
+
+
+
+ Los argumentos de la línea de comandos "--enable-background-fetch" y "--launch-for-background-fetch" requieren también "--launchsim".
+
+
+
+ La opción "--debugtrack" se omite a menos que se especifique también "--debug".
+
+
+
+ Un proyecto Xamarin.iOS debe hacer referencia tanto a monotouch.dll como a Xamarin.iOS.dll
+
+
+
+ No se puede hacer referencia a "{0}.dll" en un proyecto de {1}: se hace referencia implícita a él con "{2}".
+
+
+
+ No se puede iniciar un simulador * para una aplicación *. Habilite las arquitecturas correctas en las opciones de compilación de iOS del proyecto (página de opciones avanzadas).
+
+
+
+ monotouch.dll no es compatible con 64 bits. Haga referencia a Xamarin.iOS.dll o no compile para una arquitectura de 64 bits (ARM64 o x86_64).
+
+
+
+ Los registradores anteriores (--registrar:oldstatic|olddynamic) no se admiten cuando se hace referencia a Xamarin.iOS.dll.
+
+
+
+ Las aplicaciones que tienen como destino ARMv6 no pueden hacer referencia a Xamarin.iOS.dll.
+
+
+
+ No se pudo encontrar el ensamblado "\*" al que hace referencia "\*".
+
+
+
+ No se puede hacer referencia a "{0}" en una aplicación de {1}.
+
+
+
+ No se encontró ninguna referencia a monotouch.dll o Xamarin.iOS. dll. Se agregará una referencia a monotouch.dll.
+
+
+
+ No se admite el recolector de elementos no utilizados de Boehm. Se ha seleccionado en su lugar el de SGen.
+
+
+
+ --listsim solo se admite con Xcode 6.0 o posterior.
+
+
+
+ --extension solo se admite cuando se usa el SDK de iOS 8.0 (o posterior).
+
+
+
+ El destino de implementación mínimo para aplicaciones unificadas es 5.1.1, el destino de implementación actual es "*". Seleccione un destino de implementación más reciente en las opciones de la aplicación iOS del proyecto.
+
+
+
+ Solo se admite {0}.framework si el destino de implementación es 8.0 o posterior. Puede que las características de {0} no funcionen correctamente.
+
+
+
+ No se puede proporcionar un ensamblado raíz si se pasa --no-root-assembly; se encontraron {0} ensamblados: "{1}".
+
+
+
+ {3} {0} requiere Xcode {4} o posterior. La versión actual de Xcode (que se encuentra en {2}) es {1}.
+
+
+
+ Se requiere un directorio de salida (--output) si se pasa --no-root-assembly.
+
+
+
+ No se especificaron comandos.
+
+
+
+ No se puede canonizar la ruta de acceso "{0}": {1} ({2}).
+
+
+
+ La ruta de acceso de Xcode "{0}" no existe.
+
+
+
+ No se puede encontrar Xcode en la ubicación predeterminada (/Applications/Xcode.app). Instale Xcode o pase una ruta de acceso personalizada con --sdkroot <path>.
+
+
+
+ No se puede determinar la ruta de acceso a Xcode.app desde la raíz del SDK "{0}". Especifique la ruta de acceso completa a la agrupación de Xcode.app
+
+
+
+ El elemento Xcode.app "{0}" no es válido (el archivo "{1}" no existe).
+
+
+
+ No se pudo encontrar el Xcode actualmente seleccionado en el sistema: {0}
+
+
+
+ No se pudo encontrar el Xcode seleccionado actualmente en el sistema. "xcode-select --print-path" devolvió "{0}", pero ese directorio no existe.
+
+
+
+ No se especificó Xcode.app (mediante --sdkroot); se usará el Xcode del sistema notificado por "xcode-select --print-path": {0}
+
+
+
+ No se especificó Xcode.app (mediante --sdkroot o "xcode-select --print-path"); se está usando en su lugar el Xcode predeterminado: {0}
+
+
+
+ No se puede encontrar el archivo ejecutable en la extensión * (no hay ninguna entrada CFBundleExecutable en su Info.plist)
+
+
+
+ Xamarin.iOS solo admite marcos insertados con proyectos unificados.
+
+
+
+ Xamarin.iOS solo admite marcos insertados cuando el destino de implementación es al menos 8.0 (destino de implementación actual: "{0}"; marcos insertados: "{1}")
+
+
+
+ Xamarin.iOS solo admite marcos insertados cuando el destino de implementación es al menos 2.0 (destino de implementación actual: "{0}"; marcos insertados: "{1}")
+
+
+
+ Ensamblado de registrador de compilación no válido: *
+
+
+
+ Registrador no válido: {0}
+
+
+
+ Valor no válido para la plataforma de destino: {0}.
+
+
+
+ Plataforma de destino no válida: {0}. Las plataformas de destino válidas son: {1}.
+
+
+
+ Plataforma desconocida: {0}. Normalmente, esto indica un error en {1}; presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new con un caso de prueba.
+
+
+
+ No se admiten extensiones para la plataforma "{0}".
+
+
+
+ {4} {0} no admite una instancia de {1} como destino de implementación para {3} (el mínimo es {2}). Seleccione un destino de implementación más reciente en el archivo Info.plist del proyecto.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} no admite una instancia de {1} como destino de implementación para {3} (el máximo es {2}). Seleccione un destino de implementación anterior en el archivo Info.plist del proyecto o actualice a una versión más reciente de {4}.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Arquitectura "{0}" no válida para proyectos de {1}. Las arquitecturas válidas son: {2}
+
+
+
+ No se especificó ninguna arquitectura (con el argumento --abi). Se requiere una arquitectura para proyectos de {0}.
+
+
+
+ Los proyectos de WatchOS deben ser extensiones.
+
+
+
+ Las compilaciones incrementales están habilitadas con un destino de implementación < 8.0 (actualmente {0}). Esto no se admite (la aplicación resultante no se iniciará en iOS 9), por lo que el destino de implementación se establecerá en 8.0.
+
+
+
+ La versión de Xcode recomendada para {4} {0} es Xcode {3} o posterior. La versión actual de Xcode (que se encuentra en {2}) es {1}.
+
+
+
+ No se ha copiado ningún ejecutable en el lote de aplicaciones. Póngase en contacto con "support@xamarin.com".
+
+
+
+ La deshabilitación de la nueva lógica de refcount está en desuso.
+
+
+
+ El argumento de la línea de comandos --download-crash-report también requiere --download-crash-report-to.
+
+
+
+ REPL (--enable-repl) solo se admite cuando no se usa la vinculación (--nolink).
+
+
+
+ No se admite Bitcode de solo ASM en watchOS. Use --bitcode:marker o --bitcode:full.
+
+
+
+ Bitcode no se admite en el simulador. No pase --bitcode al compilar para el simulador.
+
+
+
+ No se encontró ninguna referencia a "{0}". Se agregará automáticamente.
+
+
+
+ Se debe especificar una plataforma de destino (--target-framework).
+
+
+
+ No se admiten compilaciones incrementales (--fastdev) con el GC de Boehm, de modo que se deshabilitarán.
+
+
+
+ El GC debe estar en modo cooperativo para las aplicaciones de watchOS. Quite el argumento --coop:false para mtouch.
+
+
+
+ La opción "{0}" no puede tomar el valor "{1}" cuando el modo cooperativo está habilitado para el GC.
+
+
+
+ La plataforma de destino "{0}" está en desuso. Utilice "{1}" en su lugar.
+
+
+
+
+
+ No se pudo encontrar "mlaunch".
+
+
+
+
+ No se pudieron copiar los archivos de AOT en el directorio de destino {0}: {1}
+
+
+
+ No se pudieron copiar los archivos de AOT en el directorio de destino {0}: no se pudo iniciar el proceso.
+
+
+
+ No se pudieron copiar los archivos de AOT en el directorio de destino {0}
+
+
+
+ No se encontró ninguna referencia a Xamarin.iOS.dll.
+
+
+
+ No se puede encontrar el archivo machine.config "{0}".
+
+
+
+
+ Error interno: {0}. Presente un problema en https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Destino de compilación de ensamblado no válido: "{0}". Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ El ensamblado "{0}" se ha especificado varias veces en los argumentos --assembly-build-target.
+
+
+
+ Los ensamblados "{0}" y "{1}" tienen el mismo nombre de destino ("{2}"), pero diferentes destinos ("{3}" y "{4}").
+
+
+
+ El objeto estático "{0}" contiene más de un ensamblado ('{1}'), pero cada objeto estático debe corresponderse exactamente con un ensamblado.
+
+
+
+ No se especificó ningún destino de compilación de ensamblado para "{0}".
+
+
+
+ El nombre de destino de compilación del ensamblado "{0}" no es válido: no se permite el carácter "{1}".
+
+
+
+ Los ensamblados "{0}" tienen distintas optimizaciones de LLVM personalizadas ("{1}"), lo que no está permitido cuando todos ellos se compilan en un solo binario.
+
+
+
+ El destino de compilación del ensamblado "{0}" no coincidía con ningún ensamblado.
+
+
+
+ El ensamblado "{0}" se cargó desde una ruta de acceso diferente a la ruta de acceso proporcionada (ruta de acceso proporcionada: {1}, ruta de acceso real: {2}).
+
+
+
+ Las compilaciones incrementales se han deshabilitado porque esta versión de Xamarin.iOS no las admite en proyectos que incluyen bibliotecas de enlace de terceros y que se compilan en Bitcode.
+
+
+
+ Bitcode se ha habilitado porque esta versión de Xamarin.iOS no admite la compilación de proyectos watchOS mediante LLVM sin habilitarlo.
+
+
+
+ Se ha deshabilitado el uso compartido de código nativo porque {0}
+
+
+
+ el destino de implementación de la aplicación contenedora es anterior a iOS 8.0 (es {0}).
+
+
+
+ la aplicación contenedora incluye ensamblados I18N ({0}).
+
+
+
+ la aplicación contenedora tiene definiciones XML personalizadas para el enlazador administrado ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Se ha deshabilitado el uso compartido de código nativo para la extensión "{0}" porque {1}
+
+
+
+ las opciones de Bitcode se diferencian entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ las opciones --assembly-build-target son diferentes entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ los ensamblados de I18N son diferentes entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ los argumentos del compilador AOT son diferentes entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ los otros argumentos del compilador AOT son diferentes entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ LLVM no está habilitado o deshabilitado en la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ la configuración del vinculador administrado es diferente entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ los ensamblados omitidos para el vinculador administrado son diferentes entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ la extensión tiene definiciones XML personalizadas para el enlazador administrado ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ la configuración del intérprete es diferente entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ los ensamblados interpretados son diferentes entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ la aplicación contenedora no se compila para la ABI {0} (mientras que la extensión se compila para esta ABI).
+
+
+
+ la aplicación contenedora se está compilando para la ABI {0}, que no es compatible con la ABI de la extensión ({1}).
+
+
+
+ la optimización de remove-dynamic-registrar se diferencia entre la aplicación contenedora ({0}) y la extensión ({1}).
+
+
+
+ la aplicación contenedora hace referencia al ensamblado "{0}" de "{1}", mientras que la extensión hace referencia a una versión diferente de "{2}".
+
+
+
+ La compilación de AOT híbrida requiere que todos los ensamblados estén compilados por AOT
+
+
+
+ Se recomienda hacer referencia a símbolos dinámicos mediante código (--dynamic-symbol-mode=code) cuando Bitcode está habilitado.
+
+
+
+ Arquitectura no válida: {0}. No se admiten arquitecturas de 32 bits cuando el destino de implementación es 11 o posterior.
+
+
+
+ No se puede iniciar una aplicación de 32 bits en un simulador que solo admita 64 bits.
+
+
+
+ No se pudo encontrar el directorio {0} que contiene los símbolos mono.
+
+
+
+ El ensamblado ejecutable {0} no hace referencia a {1}.dll.
+
+
+
+ No se pudo establecer el idioma actual en "{0}" (según LANG={1}): {2}
+
+
+
+ El argumento de la línea de comandos --assembly-build-target se omite en el simulador.
+
+
+
+ Las compilaciones incrementales se han deshabilitado porque no se admiten en el simulador.
+
+
+
+ Las compilaciones incrementales se han deshabilitado porque esta versión de Xamarin.iOS no las admite en proyectos que incluyen más de una biblioteca de enlace de terceros.
+
+
+
+ No se pudo tocar el archivo "{0}": {1}
+
+
+
+ El archivo de símbolos de depuración de "{0}" no coincide con el ensamblado y se ha omitido.
+
+
+
+ No se encontraron ensamblados raíz. Debe proporcionar al menos uno.
+
+
+
+ No se encontró el ensamblado de producto "{0}" en la lista de ensamblados: "{1}"
+
+
+
+ Optimización desconocida: "{0}". Las optimizaciones válidas son: {1}.
+
+
+
+ Se encontró más de 1 ensamblado que coincide con "{0}" al elegir primero:{1}{2}
+
+
+
+ No se vinculó el marco del sistema "{0}" (al que hace referencia el ensamblado "{1}") porque se presentó en {2} {3} y se va a usar el SDK de {2} {4} .
+
+
+
+ No se puede encontrar el ensamblado "{0}" al que se hace referencia desde "{1}".
+
+
+
+ No se puede encontrar el ensamblado "{0}" al que hace referencia un atributo de {2} en "{1}".
+
+
+
+ El archivo "{0}" no es un marco válido.
+
+
+
+ El intérprete no se admite en el simulador. Se cambiará a REPL que proporciona las mismas características adicionales en el simulador.
+
+
+
+ No se puede encontrar el ensamblado "{0}"; se pasó como argumento a --interpreter.
+
+
+
+ Los proyectos que usan Classic API ya no se admiten. Migre el proyecto a Unified API.
+
+
+
+ Ya no se pueden compilar aplicaciones de 32 bits. Cambie la arquitectura en las opciones de compilación de Mac del proyecto a "x86_64".
+
+
+
+ Use compilaciones específicas del dispositivo en WatchOS al compilar para Debug.
+
+
+
+ El modo de depuración de ARM64_32 requiere interpreter[=all]; se está forzando su ejecución.
+
+
+
+ No se puede analizar el cflags "{0}" de pkg-config: {1}
+
+
+
+ No se pueden analizar las marcas del vinculador "{0}" del atributo LinkWith para la biblioteca "{1}" en {2} : {3}
+
+
+
+ Error interno: el intérprete solo está disponible actualmente para 64 bits.
+
+
+
+ Error interno: la matriz byref no es ni string ni NSObject ni INativeObject.
+
+
+
+ Error interno: no se puede convertir de "{0}" a "{1}" en {2}. Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Error interno: la enumeración inteligente {0} no parece serlo después de todo. Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Error interno: tokentype ({0}) no admitido para {1}. Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Error interno: el registrador estático no se debe ejecutar a menos que también se haya ejecutado (o deshabilitado) el vinculador. Una posible solución consiste en pasar "-f" como argumento de {0} adicional para forzar una compilación completa. Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Error interno: símbolo sin nombre (tipo: {0}). Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Error interno: "no se pueden convertir los marcos en marcos: {0}". Presente un informe de errores con un caso de prueba (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Otro ensamblado hizo referencia al ensamblado {0}, pero al mismo tiempo se vinculó con el vinculador.
+
+
+
+ La salida del vinculador contiene más de un ensamblado denominado "{0}":\n\t{1}
+
+
+
+ No todos los ensamblados de {0} tienen tareas de vinculación
+
+
+
+ Las tareas de vinculación de {0} no son todas iguales
+
+
+
+ El ensamblado "{0}" se resolvió desde la caché de ensamblados global (GAC) del sistema: {1}. Esto puede ser un problema en el futuro. Para evitar este tipo de problemas, asegúrese de no usar los ensamblados que solo están disponibles en dicha caché.
+
+
+
+ Plataforma desconocida: {0}. Normalmente, esto indica un error; presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new with a test case.
+
+
+ El archivo de símbolo de depuración para '{0}' no es válido y se ha omitido.
+
+
+
+ Esta versión de {0} requiere el{1} {2} SDK (que se incluye con el código Xcode {3}). Actualice Xcode para obtener los archivos de encabezado necesarios o use el registrador dinámico, o bien establezca que el vinculador administrado se vincule solo a la plataforma de vínculos o SDKs de marco de vínculos solo en las opciones de compilación para Mac de su proyecto > Comportamiento del vinculador) (para intentar evitar las nuevas API).
+
+
+ Esta versión de {0} requiere el SDK {1} {2} (que se incluye con el código Xcode {3}). Actualice Xcode para obtener los archivos de encabezado necesarios o establezca la estructura de vinculador administrada para vincular solo los SDKs de marco de vínculos en las opciones de compilación de iOS del proyecto > Comportamiento del vinculador (para intentar evitar las nuevas API).
+
+
+ No establecer una vinculación con el marco {0} (usado por el tipo {1}) porque no está disponible en la plataforma actual ({2}).
+
+
+ No establecer una vinculación con el marco {0} (al que se hace referencia mediante una referencia de módulo en {1}) porque no está disponible en la plataforma actual ({2}).
+
+
+ No se pudo asignar la versión de iOS {0} a una versión de Mac OS para Mac
+
+
+ No se pudo asignar la versión de macOS {0} a una versión de iOS correspondiente para Mac
+
+
+ La opción "{0}" no puede tomar el valor "{1}" cuando se usa CoreCLR.
+
+
+ No se pudo copiar el ensamblado "{0}" en "{1}": {2}
+
+
+
+ No se pudo cargar el ensamblado "{0}": {1}
+
+
+
+ Error de seguimiento de dependencias: no hay archivos para comparar. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new con un caso de prueba.
+
+
+
+ No se pudo reutilizar la versión en caché de "{0}": {1}.
+
+
+
+ No se pudo crear el ejecutable "{0}": {1}
+
+
+
+ No se pudo copiar el directorio "{0}" en "{1}": {2}
+
+
+
+ No se pudo crear el vínculo simbólico "{0}"-> "{1}": error {2}
+
+
+
+ No se pueden incluir versiones diferentes del marco "{0}"
+
+
+
+ Marco "{0}" incluido desde: {1} (relacionado con el error anterior)
+
+
+
+ Plataforma de Bitcode no admitida: {0}.
+
+
+
+ ABI de TvOS no admitida: {0}.
+
+
+
+ No se pudo extraer la biblioteca nativa "{0}" de "{1}". Asegúrese de que se haya insertado correctamente en el ensamblado administrado (si este se compiló con un proyecto de enlace, la biblioteca nativa debe estar incluida en el proyecto y su acción de compilación debe ser "ObjcBindingNativeLibrary").
+
+
+
+ Secuencia de escape no válida al convertir .s en .ll, \\ como último character en {0}:{1}.
+
+
+
+ Secuencia de escape no válida al convertir .s en .ll, escape octal incorrecto en {0}:{1} debido a {2}.
+
+
+
+ No se pudo descomprimir el marco nativo "{0}" de "{1}". Revise el registro de compilación para más información del comando "unzip" nativo.
+
+
+
+ La biblioteca de enlace "{0}" contiene un marco de usuario ({0}), pero los marcos de usuario insertados requieren iOS 8.0 (el destino de implementación es {1}). Establezca el destino de implementación en el archivo Info.plist en al menos 8.0.
+
+
+
+ Falta el ensamblado "Xamarin.Mac.dll" necesario en las referencias.
+
+
+
+ El ensamblado "{0}" no es compatible con esta herramienta o perfil
+
+
+
+ No se pudo encontrar {0} {1} . La plataforma de destino "{2}" no se puede usar para empaquetar la aplicación.
+
+
+
+ La plataforma de destino "{0}" no es válida.
+
+
+
+ useFullXamMacFramework debe tener siempre como destino la plataforma .NET 4.5, no "{0}", que no es válido.
+
+
+
+ Error de coincidencia entre la referencia de Xamarin.Mac "{0}" y la plataforma de destino seleccionada "{1}".
+
+
+
+ No se pudo resolver la referencia: {0}
+
+
+
+ Ya existen una o varias referencias al tipo "{0}" dentro de "{1}" antes de la vinculación
+
+
+
+ Todavía existen una o varias referencias al tipo "{0}" dentro de "{1}" después de la vinculación
+
+
+
+ No es una biblioteca dinámica Mach-O (encabezado desconocido "0x{0}"): {1}.
+
+
+
+ No es una biblioteca estática Mach-O (encabezado desconocido "{0}"; se esperaba "! <arch>").
+
+
+
+ No es una biblioteca dinámica Mach-O (encabezado desconocido "0x{0}"): {1}.
+
+
+
+ Formato desconocido para la entrada de FAT en la posición {0} en {1}.
+
+
+
+ El archivo de tipo {0} no es un archivo de MachO ({1}).
+
+
+
+ Entrada no válida "{0}" en la biblioteca estática "{1}"; el encabezado de entrada no termina con 0x60 0x0A (se encontró "0x{2} 0x{3}")
+
+
+
+ No se pudieron vincular los ensamblados. {0}
+
+
+
+ No se pudo resolver la referencia: {0}
+
+
+
+ La opción "--optimize={0}{1}" se omitirá porque el registrador estático no está habilitado
+
+
+
+
+ La opción "--optimize={0}{1}" se omitirá porque la vinculación está deshabilitada
+
+
+
+ La opción "--optimize={0}" se omitirá porque solo es aplicable a {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ No se pudo encontrar el archivo de definiciones del vinculador "{0}".
+
+
+
+ No se pudieron analizar las definiciones de "{0}".
+
+
+
+ No se puede cargar mscorlib.dll desde "{0}". Vuelva a instalar Xamarin.iOS.
+
+
+
+ Se hizo referencia a la biblioteca nativa "{0}", pero no se pudo encontrar.
+
+
+
+ No se pudo resolver la referencia de "{0}" desde "{1}"
+
+
+
+ Xamarin.Mac Unified API en una arquitectura de .NET Framework completa no admite la vinculación del SDK o de todos los ensamblados. Pase la marca "-nolink" o "-linkplatform".
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Referenciado por {0}.{1}
+
+
+
+ HttpMessageHandler "{0}" desconocido. Los valores válidos son HttpClientHandler (predeterminado), CFNetworkHandler o NSUrlSessionHandler
+
+
+
+ Solo se muestra la primera {0} de {1} advertencias \"Referenciado por\".
+
+
+
+ No se pudo resolver la referencia a \ "{0} \", al que se hace referencia en \ "{1} \". La aplicación no incluirá el ensamblado al que se hace referencia y puede producirse un error en tiempo de ejecución.
+
+
+
+ No se puede vincular el ensamblado "{0}" porque es de modo mixto.
+
+
+
+ HttpMessageHandler "{0}" no válido para watchOS. El único valor válido es NSUrlSessionHandler.
+
+
+
+ No se pudo procesar la descripción de XML: {0}
+
+
+
+ Se hace referencia al ensamblado "{0}" desde dos ubicaciones distintas: "{1}" y "{2}".
+
+
+
+ No se puede cargar el ensamblado raíz "{0}".
+
+
+
+
+ El paso del vinculador '{0}' procesamiento no realizado'{1}.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ No se puede resolver la referencia "{0}" a la que se hace referencia desde el método "{1}" en "{2}".
+
+
+
+ Error al procesar el método "{0}" en el ensamblado "{1}": {2}
+
+
+
+ Error al procesar el método "{0}" en el ensamblado "{1}"
+
+
+
+ Error al procesar el ensamblado "{0}": {1}
+
+
+
+ El atributo [BindingImpl] del miembro "{0}" no es válido: no se esperaban campos.
+
+
+
+ El atributo [BindingImpl] del miembro "{0}" no es válido: no se esperaban propiedades.
+
+
+
+ El atributo [BindingImpl] del miembro "{0}" no es válido: no se esperaba un constructor con un tipo de parámetro "{1}" (se esperaba "ObjCRuntime. BindingImplOptions).
+
+
+
+ El atributo [BindingImpl] del miembro "{0}" no es válido: no se esperaba un constructor con un parámetro {1} (se esperaba 1 parámetro).
+
+
+
+ La propiedad {0}.{1} contiene una cláusula de excepción "{2}", que actualmente no se admite al compilar para Bitcode. Esta propiedad producirá una excepción si se llama.
+
+
+
+ El método {0}.{1} contiene una cláusula de excepción "{2}", que actualmente no se admite al compilar para Bitcode. Este método producirá una excepción si se llama.
+
+
+
+ No se pudo optimizar la llamada a BlockLiteral.{2} en {0} en el desplazamiento {1} porque no se esperaba la instrucción anterior ({3})
+
+
+
+ No se pudo optimizar la llamada a BlockLiteral.{2} en {0} en el desplazamiento {1} porque no se pudo determinar el tipo de delegado del primer argumento (instrucción: {3})
+
+
+
+ No se pudo optimizar la llamada a BlockLiteral.{2} en {0} porque el tipo del valor pasado como primer argumento (el trampolín) es {1}, lo que hace imposible calcular la firma de bloque.
+
+
+
+ No se pudo optimizar la llamada a BlockLiteral.SetupBlock en {0} en el desplazamiento {1} porque no se encontró ningún atributo [UserDelegateType] en {2}.
+
+
+
+ No se pudo optimizar la llamada a BlockLiteral.SetupBlock en {0} en el desplazamiento {1}: {2}.
+
+
+
+ No es seguro quitar el registrador dinámico, ya que {0} hace referencia a "{1}.{2} ({3})".
+
+
+
+ {0} se quitó de las arquitecturas, a excepción de {1} para cumplir con las restricciones de App Store. Esto podría romper las signaturas de firma de código. Considere la posibilidad de quitar la biblioteca con lipo o deshabilitarla con --optimize=-trim-architectures
+
+
+
+ El registrador "Partial Static" de Xamarin.Mac no admite la vinculación. Deshabilite la vinculación o use otro modo de registrador.
+
+
+
+ No se encuentra el ensamblado corlib "{0}" en la lista de ensamblados cargados.
+
+
+
+
+
+
+
+
+
+
+ Error en el paso del vinculador '{0}' durante el proceso: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Error en el paso del vinculador '{0}' al procesar {1}: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ No se pudo {0} el ensamblado "{1}"
+
+
+
+ No se admite la depuración al compilar con LLVM y se ha deshabilitado.
+
+
+
+ No se pudo realizar la compilación anticipada (AOT) del ensamblado "{0}" porque no existe.
+
+
+
+ No se encontró la dependencia "{0}" del ensamblado "{1}". Revise las referencias del proyecto.
+
+
+
+ No se pudo calcular un mapa de dependencias completo para el proyecto. Como resultado, los tiempos de compilación serán más lentos porque Xamarin.iOS no puede detectar correctamente lo que se debe volver a compilar y lo que no. Revise las advertencias anteriores para más información.
+
+
+
+ Los archivos de información de depuración (*.mdb/*. pdb) no se cargarán cuando LLVM esté habilitado.
+
+
+
+ La compatibilidad con Bitcode requiere el uso de LLVM (--abi=arm64+llvm etc.)
+
+
+
+ Se solicitó el AOT de "{0}", pero no se encontró
+
+
+
+ Se solicitó la exclusión de AOT de "{0}", pero no se encontró
+
+
+
+ La plantilla principal no se pudo expandir a "{0}".
+
+
+
+ No se pudo compilar el código generado para los métodos P/Invoke. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ El registrador no puede crear una signatura para el tipo "{0}".
+
+
+
+ El registrador encontró un tipo "{0}" no válido en la signatura del método "{2}". Use en su lugar "{1}".
+
+
+
+ El registrador encontró un tipo "{0}" no válido en la signatura del método "{1}": el tipo implementa INativeObject, pero no tiene un constructor que tome dos argumentos (IntPtr, bool).
+
+
+
+ El registrador no puede serializar el valor devuelto del tipo "{0}" en la signatura del método "{1}".
+
+
+
+ El registrador no puede serializar el valor devuelto del tipo "{0}" en el método "{1}.{2}".
+
+
+
+ El registrador no puede serializar el parámetro de tipo "{0}" en la signatura del método "{1}".
+
+
+
+ El registrador no puede obtener el tipo ObjectiveC para el tipo administrado "{0}".
+
+
+
+ No se pudo compilar el código de registrador generado. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ El registrador no puede serializar el parámetro de salida de tipo "{0}" en la signatura del método "{1}".
+
+
+
+ El registrador no puede crear una signatura para el tipo "{0}" en el método "{1}".
+
+
+
+ El registrador encontró un método genérico: "{0}". No se admite la exportación de métodos genéricos y se producirán comportamientos aleatorios o bloqueos.
+
+
+
+ Error inesperado en el registrador del método "{0}.{1}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ No se pudo registrar el ensamblado "{0}": {1}
+
+
+
+ El registrador encontró un error de coincidencia de signatura en el método "{0}.{1}": el selector "{4}" indica que el método acepta {2} parámetros, mientras que el método administrado tiene {3} parámetros.
+
+
+
+ No se pueden registrar dos tipos administrados ("{0}" y "{1}") con el mismo nombre nativo ("{2}").
+
+
+
+ No se pudo registrar el selector "{0}" del miembro "{1}.{2}" porque ya está registrado en el miembro "{3}".
+
+
+
+ El registrador encontró un tipo de campo "{0}" desconocido en el campo "{1}.{2}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ No se puede usar GCC/G++ para compilar el código generado desde el registrador estático cuando se usa el marco Accounts (los archivos de encabezado proporcionados por Apple usados durante la compilación requieren Clang). Use Clang (--compiler:clang) o el registrador dinámico (--registrar:dynamic).
+
+
+
+ El tipo del parámetro variádico de la función variádica "{0}" debe ser System.IntPtr.
+
+
+
+ Se encontró un elemento {0} no válido en "{1}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Se encontró una propiedad {1} de RegisterAttribute no válida en "{0}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Se encontró un objeto AdoptsAttribute no válido en "{0}": se esperaba 1 argumento de constructor y se obtuvo {1}. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Se encontró un objeto BindAsAttribute no válido en "{0}.{1}": campo desconocido {2}. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Se encontró que {0} no era válido en "{1}.{2}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Se encontró un objeto BindAsAttribute no válido en "{0}": debe tener 1 argumento de constructor, pero se encontraron {1}. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Se encontró un objeto BindAsAttribute no válido en "{0}": no se pudo encontrar el tipo de enumeración subyacente de {1}. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ El registrador encontró un tipo "{0}" no válido en la signatura del método "{1}": la interfaz debe tener un atributo de protocolo que especifique su tipo de contenedor.
+
+
+
+ No se pueden registrar dos protocolos administrados ("{0}" y "{1}") con el mismo nombre nativo ("{2}").
+
+
+
+ No se puede registrar más de un método de interfaz para el método "{0}.{1}".
+
+
+
+ El registrador encontró un tipo de parámetro genérico "{0}" no válido en el parámetro {2} del método "{1}". El parámetro genérico debe tener una restricción "NSObject".
+
+
+
+ El registrador encontró un tipo de valor devuelto genérico "{0}" no válido en el método "{1}". El tipo de valor devuelto genérico debe tener una restricción "NSObject".
+
+
+
+ El registrador no puede exportar métodos estáticos en clases genéricas ("{0}").
+
+
+
+ El registrador no puede exportar propiedades estáticas en clases genéricas ("{0}.{1}").
+
+
+
+ El registrador encontró un tipo de valor devuelto genérico "{0}" no válido en la propiedad "{1}.{2}". El tipo de valor devuelto debe tener una restricción "NSObject".
+
+
+
+ La aplicación usa el marco "{0}", que no está incluido en el SDK de {3} que se usa para compilar la aplicación (este marco se introdujo en {3} {2}, pero está compilando con el SDK de {3} {1} ). Seleccione un SDK más reciente en las opciones de compilación de {3} de la aplicación.
+
+
+
+ La aplicación usa el marco "{0}", que no está incluido en el SDK de {3} que usa para compilar la aplicación (este marco se introdujo en {3} {2}, pero está compilando con el SDK de {3} {1} ). Esta configuración no es compatible con el registrador estático (pase --registrar:dynamic como un argumento mmp adicional en la opción de compilación de Mac del proyecto que se seleccionará). También puede seleccionar un SDK más reciente en las opciones de compilación de Mac de la aplicación.
+
+
+
+ El miembro "{0}" tiene un atributo Export sin selector y hace falta uno.
+
+
+
+ El registrador no puede serializar el tipo de parámetro "{0}" del parámetro "{1}" en el método "{2}.{3}"
+
+
+
+ El método "{0}.{1}" está implementando "{2}.{3}".
+
+
+
+ El registrador no puede serializar el tipo de propiedad "{0}" de la propiedad "{1}.{2}".
+
+
+
+ El registrador no puede serializar el tipo de propiedad "{0}" de la propiedad "{1}.{2}". Las propiedades con el atributo [Connect] deben tener un tipo de propiedad de NSObject (o una subclase de NSObject).
+
+
+
+ El registrador encontró un error de coincidencia de signatura en el método "{0}.{1}": el selector "{4}" indica que el método variádico toma {2} parámetros, mientras que el método administrado tiene {3} parámetros.
+
+
+
+ No se puede registrar el selector "{0}" en el miembro "{1}.{2}" porque Xamarin.iOS registra este selector de forma implícita.
+
+
+
+ Enumeración "{0}" no válida: las enumeraciones con el atributo [Native] deben tener un tipo de enumeración subyacente de "long" o "ulong".
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ El parámetro Name del atributo Registrar de la clase "{0}" ("{3}") contiene un carácter no válido: "{1}" (0x{2}).
+
+
+
+ Se encontró un elemento {0} no válido en "{1}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ El registrador encontró un protocolo genérico: "{0}". No se admite la exportación de protocolos genéricos.
+
+
+
+ No se puede registrar el método de extensión "{0}.{1}" porque el tipo del primer parámetro ("{2}") no coincide con el tipo de categoría ("{3}").
+
+
+
+ No se puede registrar el tipo "{0}" porque el tipo de categoría "{1}" de su atributo Category no hereda de NSObject.
+
+
+
+ No se puede registrar el tipo "{0}" porque la propiedad Type no está establecida en su atributo Category.
+
+
+
+ No se puede registrar el tipo "{0}" como una categoría porque implementa INativeObject o subclases NSObject.
+
+
+
+ No se puede registrar el tipo "{0}" como categoría porque es genérico.
+
+
+
+ No se puede registrar el método "{0}.{1}" como método de categoría porque es genérico.
+
+
+
+ No se pueden registrar dos categorías ("{0}" y "{1}") con el mismo nombre nativo ("{2}")
+
+
+
+ No se puede registrar el método de categoría "{0}.{1}" porque se requiere al menos un parámetro para los métodos de extensión (y su tipo debe coincidir con el tipo de categoría "{2}").
+
+
+
+ No se puede registrar el constructor {0}.{1} en la categoría {0} porque no se admiten constructores en las categorías.
+
+
+
+ No se puede registrar el método "{0}.{1}" como método de categoría porque estos métodos deben ser estáticos.
+
+
+
+ Se encontró un carácter no válido "{0}" (0x{1}) en el selector "{2}" para "{3}.{4}"
+
+
+
+ El registrador encontró una estructura "{0}" no admitida: todos los campos de una estructura también deben ser también estructuras (el campo "{1}" con el tipo "{2}" no es una estructura).
+
+
+
+
+ El tipo "{0}" no está disponible en {3} {4} (se introdujo en {3} {5}){6}. Compile con un SDK de {3} más reciente (normalmente, se hace con la versión más reciente de Xcode).
+
+
+
+ El tipo "{0}" (usado como tipo base de {1}) no está disponible en {2} {3} (se introdujo en {2} {4}){5} Compile con un SDK de {2} más reciente (normalmente, se hace con la versión más reciente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ El tipo "{0}" (usado como parámetro de {1}) no está disponible en {2} {3} (se introdujo en {2} {4}){5} Compile con un SDK de {2} más reciente (normalmente, se hace con la versión más reciente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ El tipo "{0}" (usado como tipo de propiedad de {1}) no está disponible en {2} {3} (se introdujo en {2} {4}){5} Compile con un SDK de {2} más reciente (normalmente, se hace con la versión más reciente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ El tipo "{0}" (usado como tipo de valor devuelto de {1}) no está disponible en {2} {3} (se introdujo en {2} {4}){5} Compile con un SDK de {2} más reciente (normalmente, se hace con la versión más reciente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Error interno en el registrador ({0} ctor con {1} argumento(s). Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Error interno en el registrador (tipo de disponibilidad desconocido: {0}). Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Error interno en el registrador (los parámetros BindAs no pueden ser ref/out: {0}). Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ No se puede exportar la propiedad "{0}" porque su selector "{1}" es una palabra clave de Objective-C. Use un nombre diferente.
+
+
+
+ El registrador no pudo encontrar el tipo "System.Void" en ninguno de los ensamblados a los que se hace referencia.
+
+
+
+ No se puede registrar el método "{0}" porque la signatura contiene un tipo ({1}) que no es un tipo de referencia.
+
+
+
+ No se puede registrar el método "{0}" porque la signatura contiene un tipo genérico ({1}) con un tipo de argumento genérico que no implementa INativeObject ({2}).
+
+
+
+ No se puede registrar el tipo "{0}" porque su nombre de Objective-C "{1}" es una palabra clave de Objective-C. Use un nombre diferente.
+
+
+
+ No se pudo generar un contenedor de P/Invoke para {0}: {1}
+
+
+
+ El registrador no puede convertir de "{0}" a "{1}" para el valor devuelto del método {2}.
+
+
+
+ El atributo BindAs del valor devuelto del método {0} no es válido: el tipo de BindAs {1} es diferente del tipo de valor devuelto {2}.
+
+
+
+ El atributo BindAs del parámetro #{0} no es válido: el tipo BindAS {1} es diferente del tipo de parámetro {2}.
+
+
+
+ El atributo BindAs de la propiedad {0}.{1} no es válido: el tipo de BindAs {2} es diferente del tipo de propiedad {1}.
+
+
+
+ El registrador no puede convertir de "{0}" a "{1}" para el parámetro "{2}" del método {3}.
+
+
+
+ El registrador no puede calcular la firma de bloque para el delegado de tipo {0} en el método {1} porque {0} no tiene una firma específica.
+
+
+
+ El registrador no puede calcular la firma de bloque para el delegado de tipo {0} en el método {1} porque no ha podido encontrar el método de invocación del tipo de delegado.
+
+
+
+ No se encuentra el bloque para el método de conversión delegado del parámetro #{1} del método {0}.
+
+
+
+ No se encuentra el bloque para el método de conversión delegado del parámetro #{1} del método {0}.
+
+
+
+ No se puede encontrar el delegado para bloquear el tipo de conversión para el valor devuelto del método {0}.
+
+
+
+ El parámetro "ProtocolType" del atributo "Adopts" usado en la clase "{0}" contiene un carácter no válido. Valor usado: "{1}" carácter no válido: "{2}"
+
+
+
+ La clase "{0}" no se registrará porque el marco WatchKit se ha quitado del SDK de iOS.
+
+
+
+ El registrador ha encontrado el tipo abstracto "{0}" en la signatura de "{1}". No se deben usar tipos abstractos en la signatura de un miembro exportado a Objective-C.
+
+
+
+ Error interno en el registrador (los parámetros BindAs no pueden ser ref/out: {0}). Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ El registrador no puede calcular la firma de bloque para el delegado de tipo {0} en el método {1} porque no ha podido encontrar el método de invocación del tipo de delegado.
+
+
+
+ Falta el compilador "{0}". Instale el componente "Herramientas de línea de comandos" de Xcode.
+
+
+
+ No se pudo encontrar ni el compilador "{0}" ni el compilador "{1}". Instale el componente "Herramientas de la línea de comandos" de Xcode.
+
+
+
+ No se pudo compilar. Código de error: {0}. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ No se pudieron compilar los archivos "{0}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ No se pudieron compilar los archivos "{0}". Presente un informe de errores a https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ El ensamblado "{0}" no se puede compilar con AOT en arquitecturas de 32 bits porque el código nativo es demasiado grande para la arquitectura de ARM de 32 bits.
+
+
+
+ La salida del compilador es demasiado larga, se ha limitado a 1000 líneas.
+
+
+
+ Error de vinculación nativa con el código de error 1. Compruebe el registro de compilación para más información.
+
+
+
+ Error de vinculación nativa. Revise el registro de compilación y las marcas de usuario proporcionadas a gcc: {0}
+
+
+
+ Error de vinculación nativa. Consulte el registro de compilación.
+
+
+
+ Falta el MDK de Mono.framework. Instale el MDK para su versión de Mono.framework desde https://www.mono-project.com/download/
+
+
+
+ Advertencia de vinculación nativa: {0}
+
+
+
+ No se puede encontrar {0}, debido probablemente a una instalación de Xamarin.Mac dañada. Vuelva a instalar Xamarin.Mac.
+
+
+
+ Error de vinculación nativa. Consulte el registro de compilación.
+
+
+
+ La arquitectura "{0}" no es válida. Las únicas arquitecturas válidas son x86_64.
+
+
+
+ Error de vinculación nativa: {0}
+
+
+
+ Error de vinculación nativa, símbolo no definido: {0}. Compruebe que se ha hecho referencia a todos los marcos necesarios y que las bibliotecas nativas están vinculadas correctamente.
+
+
+
+ Error de vinculación nativa, clase de Objective-C no definida: {0}. No se pudo encontrar el símbolo "{1}" en ninguna de las bibliotecas o marcos vinculados a la aplicación.
+
+
+
+ Error de vinculación nativa, símbolo duplicado: "{0}".
+
+
+
+ Símbolo duplicado en: {0} (ubicación relacionada con el error anterior)
+
+
+
+ Error de vinculación nativa, símbolo no definido: {0}. El miembro administrado {1}.{2} hizo referencia a este símbolo. Compruebe que se ha hecho referencia a todos los marcos necesarios y que se han vinculado las bibliotecas nativas.
+
+
+
+ Las referencias a "{0}" pueden requerir instrucciones -framework=XXX o -lXXX adicionales para el vinculador nativo
+
+
+
+ Error de vinculación nativa de "{0}". Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Es posible que la vinculación nativa no se haya podido realizar porque la línea de comandos del enlazador era demasiado larga ({0} caracteres).
+
+
+
+ No se puede omitir el símbolo dinámico {0} (--ignore-dynamic-symbol={0}) porque no se detectó como un símbolo dinámico.
+
+
+
+ No se vinculará con WatchKit porque se ha quitado de iOS.
+
+
+
+ Se está omitiendo el marco "{0}". App Store de Mac lo prohíbe (rechaza)
+
+
+
+ Vinculación con el marco "{0}". App Store de Mac lo prohíbe (rechaza)
+
+
+
+ Error al ejecutar el enlazador nativo: {0}. Envíe un informe de error a https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ No se vincule con el marco '{0}', ya que el SDK actual {1} no contiene compatibilidad con este marco de trabajo en la actualidad.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Falta la herramienta "strip". Instale el componente "Herramientas de línea de comandos" de Xcode.
+
+
+
+ Falta la herramienta "dsymutil". Instale el componente "Herramientas de línea de comandos" de Xcode.
+
+
+
+ No se pudieron generar los símbolos de depuración (directorio dSYM). Revise el registro de compilación.
+
+
+
+ No se pudo quitar el archivo binario final. Revise el registro de compilación.
+
+
+
+ Falta la herramienta "lipo". Instale el componente "Herramientas de línea de comandos" de Xcode.
+
+
+
+ No se pudo crear la biblioteca FAT. Revise el registro de compilación.
+
+
+
+ Falta la herramienta "{0}". Instale el componente "Herramientas de línea de comandos" de Xcode.
+
+
+
+ Es posible que no se haya aceptado el contrato de licencia de Xcode. Inicie Xcode.
+
+
+
+ No se pudo ejecutar la herramienta "{0}" y generó el código de error "{1}". Consulte el registro de compilación para obtener más detalles.
+
+
+
+ Error de install_name_tool con un código de error "{0}". Compruebe el registro de compilación para más información.
+
+
+
+ Error de lipo con el código de error "{0}". Compruebe el registro de compilación para más información.
+
+
+
+ Error de pkg-config con el código de error "{0}". Compruebe el registro de compilación para más información.
+
+
+
+ No se encontró {0}. Instale Mono.framework desde https://mono-project.com/Downloads
+
+
+
+ No se pudo ejecutar pkg-config "{0}". Compruebe el registro de compilación para más información.
+
+
+
+ No se encontró ningún resultado al buscar la herramienta "{0}" con xcrun (no existe el archivo "{1}"). Compruebe el registro de compilación para obtener más detalles.
+
+
+
+ Error de coherencia interna. Presente un informe de errores en https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ No sabe cómo buscar el parámetro de tipo {0} para el parámetro {1} en llamada a {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ No sabe cómo recuperar el parámetro de tipo {0} para el parámetro {1} en llamada a {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ No se pueden serializar las referencias de {0} a un objeto de Objective-C. La clase administrada debe heredarse de NSObject o implementar INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Tipo de codificación no válido para el parámetro.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.fr.resx b/tools/mtouch/TranslatedAssemblies/Errors.fr.resx
index 854b16e5fda8..12f977e37941 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.fr.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.fr.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the es MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ Le message d'erreur pour le code {0} est introuvable. Signalez ce message manquant sur GitHub à l'adresse https://github.com/xamarin/xamarin-macios/issues/new
+
+ This is the default message when an error code can not be found.
+
+
+
+ Erreur inattendue - Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ '-devname' a été fourni sans aucune action spécifique à l'appareil
+
+
+
+ Cette version de Xamarin.Mac nécessite Mono {0} (la version actuelle de Mono est la version {1}). Mettez à jour Mono.framework à partir de http://mono-project.com/Downloads
+
+
+
+ Impossible d'analyser la variable d'environnement '{0}'
+
+
+
+ Le nom d'application '{0}.exe' est en conflit avec un nom de kit SDK ou un nom d'assembly de produit (.dll).
+
+
+
+ La nouvelle logique du comptage de références demande également l'activation de SGen.
+
+
+
+ Le répertoire de sortie * n'existe pas.
+
+
+
+ Il n'existe aucune plateforme de développement sur {0}, utilisez --platform=PLAT pour spécifier le kit SDK.
+
+
+
+ L'assembly racine '{0}' n'existe pas
+
+
+
+ Vous ne devez fournir qu'un seul assembly racine. {0} assemblys trouvés : '{1}'
+
+
+
+ Erreur durant le chargement des assemblys : {0}.
+
+
+
+ Impossible d'analyser les arguments de ligne de commande : {0}
+
+
+
+ {0} a été généré avec un runtime plus récent ({1}) que celui pris en charge par Xamarin.iOS.
+
+
+
+ Des données incomplètes sont fournies pour compléter *.
+
+
+
+ Pour permettre la prise en charge du profilage, vous devez également activer sgen.
+
+
+
+ Le kit SDK iOS {0} ne prend pas en charge la génération d'applications ciblant {1}.
+
+
+
+ ABI non valide : {0}. ABI pris en charge : i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 and arm64_32+llvm.
+
+
+
+ L'option '{0}' est dépréciée.
+
+
+
+ Vous devez fournir un assembly racine.
+
+
+
+ Argument de ligne de commande inconnu : '{0}'
+
+
+
+ Une seule option --[log|install|kill|launch]dev ou --[launch|debug]sim peut être utilisée.
+
+
+
+ Les options valides pour '{0}' sont '{1}'.
+
+
+
+ Impossible de compiler à l'aide de gcc/g++ (--use-gcc) quand le système d'inscription statique est utilisé (il s'agit de la valeur par défaut relative à la compilation pour l'appareil). Supprimez l'indicateur --use-gcc ou utilisez le système d'inscription dynamique (--registrar:dynamic).
+
+
+
+ Les options '--unsupported--enable-generics-in-registrar' et '--registrar' ne sont pas compatibles.
+
+
+
+ L'assembly racine {0} est en conflit avec un autre assembly ({1}).
+
+
+
+ Le nom d'application '{0}.exe' est en conflit avec un autre assembly utilisateur.
+
+
+
+ Le fichier nécessaire '{0}' est introuvable.
+
+
+
+ Aucune version du kit SDK n'a été fournie. Ajoutez --sdk=X.Y afin de spécifier le kit SDK {0} à utiliser pour générer votre application.
+
+
+
+ Impossible d'analyser l'argument de ligne de commande '-{0}' : {1}
+
+
+
+ Les options '\*' et '\*' ne sont pas compatibles.
+
+
+
+ Impossible d'activer PIE (-pie) en cas de ciblage d'iOS 4.1 ou version antérieure. Désactivez PIE (-pie:false), ou définissez la cible de déploiement à iOS 4.2 au minimum
+
+
+
+ REPL (--enable-repl) est pris en charge uniquement dans le simulateur (--sim).
+
+
+
+ Le nom de l'exécutable ({0}) et le nom de l'application ({1}) sont différents. Cela risque d'empêcher les journaux de plantage d'être correctement symbolisés.
+
+
+
+ Les arguments de ligne de commande '--enable-background-fetch' et '--launch-for-background-fetch' nécessitent également '--launchsim'.
+
+
+
+ L'option '--debugtrack' est ignorée, sauf si '--debug' est également spécifié.
+
+
+
+ Un projet Xamarin.iOS doit référencer monotouch.dll ou Xamarin.iOS.dll
+
+
+
+ Impossible de référencer '{0}.dll' dans un projet {1}. Il est implicitement référencé par '{2}'.
+
+
+
+ Impossible de lancer un simulateur * pour une application *. Activez la ou les architectures appropriées dans les options de build iOS de votre projet (page Avancé).
+
+
+
+ monotouch.dll n'est pas compatible avec une architecture 64 bits. Référencez Xamarin.iOS.dll, ou n'effectuez pas de build pour une architecture 64 bits (ARM64 et/ou x86_64).
+
+
+
+ Les anciens systèmes d'inscription (--registrar:oldstatic|olddynamic) ne sont pas pris en charge pour le référencement de Xamarin.iOS.dll.
+
+
+
+ Les applications qui ciblent ARMv6 ne peuvent pas référencer Xamarin.iOS.dll.
+
+
+
+ L'assembly '\*', référencé par '\*', est introuvable.
+
+
+
+ Impossible de référencer '{0}' dans une application {1}.
+
+
+
+ Aucune référence à monotouch.dll ou Xamarin.iOS.dll n'a été localisée. Une référence à monotouch.dll va être ajoutée.
+
+
+
+ Le récupérateur de mémoire Boehm n'est pas pris en charge. Le récupérateur de mémoire SGen a été sélectionné à la place.
+
+
+
+ --listsim est uniquement pris en charge par Xcode 6.0 ou version ultérieure.
+
+
+
+ --extension est uniquement pris en charge avec le kit SDK iOS 8.0 (ou version ultérieure).
+
+
+
+ La cible de déploiement minimale pour les applications unifiées est 5.1.1, la cible de déploiement actuelle est '*'. Sélectionnez une cible de déploiement plus récente dans les options d'application iOS de votre projet.
+
+
+
+ {0}.framework est uniquement pris en charge si la version de la cible de déploiement est 8.0 ou une version ultérieure. Les fonctionnalités de {0} risquent de ne pas fonctionner correctement.
+
+
+
+ Vous ne pouvez pas fournir un assembly racine si --no-root-assembly est passé. {0} assemblys trouvés : '{1}'
+
+
+
+ {3} {0} nécessite Xcode {4} ou version ultérieure. La version actuelle de Xcode (trouvée dans {2}) est {1}.
+
+
+
+ Un répertoire de sortie (--output) est obligatoire si --no-root-assembly est passé.
+
+
+
+ Aucune commande spécifiée.
+
+
+
+ Impossible de canonicaliser le chemin '{0}' : {1} ({2}).
+
+
+
+ Le chemin Xcode '{0}' n'existe pas.
+
+
+
+ Xcode est introuvable à l'emplacement par défaut (/Applications/Xcode.app). Installez Xcode, ou passez un chemin personnalisé à l'aide de --sdkroot <chemin>.
+
+
+
+ Impossible de déterminer le chemin de Xcode.app à partir de la racine de kit SDK '{0}'. Spécifiez le chemin complet du bundle Xcode.app.
+
+
+
+ Le bundle Xcode.app '{0}' est non valide (le fichier '{1}' n'existe pas).
+
+
+
+ Le Xcode sélectionné est introuvable sur le système : {0}
+
+
+
+ Le Xcode sélectionné est introuvable sur le système. 'xcode-select --print-path' a retourné '{0}', mais ce répertoire n'existe pas.
+
+
+
+ Aucun bundle Xcode.app spécifié (via --sdkroot). Utilisation du Xcode système indiqué par 'xcode-select --print-path' : {0}
+
+
+
+ Aucun bundle Xcode.app spécifié (via --sdkroot ou 'xcode-select --print-path'). Utilisation du Xcode par défaut à la place : {0}
+
+
+
+ L'exécutable est introuvable dans l'extension * (aucune entrée CFBundleExecutable dans son fichier Info.plist)
+
+
+
+ Xamarin.iOS prend uniquement en charge les frameworks intégrés avec les projets unifiés.
+
+
+
+ Xamarin.iOS prend uniquement en charge les frameworks intégrés quand la version de la cible de déploiement est au moins la version 8.0 (cible de déploiement actuelle : '{0}' ; frameworks intégrés : '{1}')
+
+
+
+ Xamarin.iOS prend uniquement en charge les frameworks intégrés quand la version de la cible de déploiement est au moins la version 2.0 (cible de déploiement actuelle : '{0}' ; frameworks intégrés : '{1}')
+
+
+
+ Assembly du registrar de build non valide : *
+
+
+
+ Registrar non valide : {0}
+
+
+
+ Valeur non valide pour le framework cible : {0}.
+
+
+
+ Framework cible non valide : {0}. Frameworks cibles valides : {1}.
+
+
+
+ Plateforme inconnue : {0}. Cela indique généralement un bogue dans {1}. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new avec un cas de test.
+
+
+
+ Les extensions ne sont pas prises en charge pour la plateforme '{0}'.
+
+
+
+ {4} {0} ne prend pas en charge une cible de déploiement {1} pour {3} (la valeur minimale est {2}). Sélectionnez une cible de déploiement plus récente dans le fichier Info.plist votre projet.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} ne prend pas en charge une cible de déploiement {1} pour {3} (la valeur maximale est {2}). Sélectionnez une cible de déploiement plus ancienne dans le fichier Info.plist de votre projet, ou effectuez une mise à niveau vers une version plus récente de {4}.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Architecture '{0}' non valide pour les projets {1}. Architectures valides : {2}
+
+
+
+ Aucune architecture spécifiée (à l'aide de l'argument --abi). Une architecture est obligatoire pour les projets {0}.
+
+
+
+ Les projets WatchOS doivent être des extensions.
+
+
+
+ Les builds incrémentielles sont activées avec une cible de déploiement < 8.0 ({0}). Dans la mesure où cela n'est pas pris en charge (l'application résultante ne se lance pas sur iOS 9), la cible de déploiement sera définie à la version 8.0.
+
+
+
+ La version de Xcode recommandée pour {4} {0} est Xcode {3} ou une version ultérieure. La version actuelle de Xcode (trouvée dans {2}) est {1}.
+
+
+
+ Aucun exécutable n'a été copié dans le bundle d'applications. Contactez 'support@xamarin.com'
+
+
+
+ La désactivation de la nouvelle logique de refcount est dépréciée.
+
+
+
+ L'argument de ligne de commande --download-crash-report nécessite également --download-crash-report-to.
+
+
+
+ REPL (--enable-repl) est uniquement pris en charge quand l'édition des liens n'est pas utilisée (--nolink).
+
+
+
+ Le bitcode asm uniquement n'est pas pris en charge sur watchOS. Utilisez --bitcode:marker ou --bitcode:full.
+
+
+
+ Le bitcode n'est pas pris en charge dans le simulateur. Ne passez pas --bitcode au moment de la génération du simulateur.
+
+
+
+ Référence à '{0}' introuvable. Elle va être ajoutée automatiquement.
+
+
+
+ Un framework cible (--target-framework) doit être spécifié.
+
+
+
+ Les builds incrémentielles (--fastdev) ne sont pas prises en charge avec le GC (récupérateur de mémoire) Boehm. Les builds incrémentielles vont être désactivées.
+
+
+
+ Le GC doit être en mode coopératif pour les applications watchOS. Supprimez l'argument --coop:false avec mtouch.
+
+
+
+ L'option '{0}' ne peut pas prendre la valeur '{1}' quand le mode coopératif est activé pour le GC.
+
+
+
+ Le framework cible '{0}' est déprécié. Utilisez '{1}' à la place.
+
+
+
+
+
+ 'mlaunch' est introuvable.
+
+
+
+
+ Les fichiers AOT n'ont pas pu être copiés dans le répertoire de destination {0} : {1}
+
+
+
+ Les fichiers AOT n'ont pas pu être copiés dans le répertoire de destination {0} : impossible de démarrer le processus.
+
+
+
+ Les fichiers AOT n'ont pas pu être copiés dans le répertoire de destination {0}
+
+
+
+ Référence à Xamarin.iOS.dll introuvable.
+
+
+
+ Le fichier machine.config '{0}' est introuvable.
+
+
+
+
+ Erreur interne : {0}. Signalez le problème sur https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Cible de build d'assembly non valide : '{0}'. Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ L'assembly '{0}' est spécifié plusieurs fois dans les arguments --assembly-build-target.
+
+
+
+ Les assemblys '{0}' et '{1}' ont le même nom de cible ('{2}') pour des cibles différentes ('{3}' et '{4}').
+
+
+
+ L'objet statique '{0}' contient plusieurs assemblys ('{1}'), mais chaque objet statique doit correspondre à un seul assembly.
+
+
+
+ Aucune cible de build d'assembly n'a été spécifiée pour '{0}'.
+
+
+
+ Le nom de cible de build d'assembly '{0}' est non valide : le caractère '{1}' n'est pas autorisé.
+
+
+
+ Les assemblys '{0}' ont différentes optimisations LLVM personnalisées ('{1}'), ce qui n'est pas autorisé quand ils sont tous compilés en un seul fichier binaire.
+
+
+
+ La cible de build d'assembly '{0}' ne correspond à aucun assembly.
+
+
+
+ L'assembly '{0}' a été chargé à partir d'un autre chemin que celui fourni (chemin fourni : {1}, chemin réel : {2}).
+
+
+
+ Les builds incrémentielles ont été désactivées, car cette version de Xamarin.iOS ne prend pas en charge les builds incrémentielles dans les projets qui incluent des bibliothèques de liaison tierces et qui se compilent en un bitcode.
+
+
+
+ Le bitcode a été activé, car cette version de Xamarin.iOS ne prend pas en charge la génération de projets watchOS à l'aide de LLVM sans activation du bitcode.
+
+
+
+ Le partage du code natif a été désactivé, car {0}
+
+
+
+ la cible de déploiement de l'application conteneur est antérieure à iOS 8.0 ({0}).
+
+
+
+ l'application conteneur comprend des assemblys I18N ({0}).
+
+
+
+ l'application conteneur a des définitions XML personnalisées pour l'éditeur de liens managé ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Le partage du code natif a été désactivé pour l'extension '{0}', car {1}
+
+
+
+ les options de bitcode diffèrent entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les options --assembly-build-target sont différentes entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les assemblys I18N sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les arguments du compilateur AOT sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les autres arguments du compilateur AOT sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ LLVM n'est pas activé ou désactivé dans l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les paramètres de l'éditeur de liens managé sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les assemblys ignorés pour l'éditeur de liens managé sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ l'extension a des définitions XML personnalisées pour l'éditeur de liens managé ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ les paramètres de l'interpréteur sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ les assemblys interprétés sont différents entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ l'application conteneur n'effectue pas de builds pour l'ABI {0} (contrairement à l'extension, qui les effectue pour cet ABI).
+
+
+
+ l'application conteneur effectue des builds pour l'ABI {0}, ce qui n'est pas compatible avec l'ABI de l'extension ({1}).
+
+
+
+ l'optimisation remove-dynamic-registrar diffère entre l'application conteneur ({0}) et l'extension ({1}).
+
+
+
+ l'application conteneur référence l'assembly '{0}' à partir de '{1}', alors que l'extension référence une autre version de '{2}'.
+
+
+
+ La compilation AOT hybride nécessite la compilation AOT de tous les assemblys
+
+
+
+ Il est recommandé de référencer les symboles dynamiques en utilisant du code (--dynamic-symbol-mode=code) quand le bitcode est activé.
+
+
+
+ Architecture non valide : {0}. Les architectures 32 bits ne sont pas prises en charge quand la cible de déploiement correspond à la version 11 ou une version ultérieure.
+
+
+
+ Impossible de lancer une application 32 bits sur un simulateur qui prend uniquement en charge l'architecture 64 bits.
+
+
+
+ Le répertoire {0} contenant les symboles mono est introuvable.
+
+
+
+ L'assembly exécutable {0} ne référence pas {1}.dll.
+
+
+
+ Impossible de définir le langage actuel comme étant '{0}' (selon LANG={1}) : {2}
+
+
+
+ L'argument de ligne de commande --assembly-build-target est ignoré dans le simulateur.
+
+
+
+ Les builds incrémentielles ont été désactivées, car elles ne sont pas prises en charge dans le simulateur.
+
+
+
+ Les builds incrémentielles ont été désactivées, car cette version de Xamarin.iOS ne prend pas en charge les builds incrémentielles dans les projets qui incluent plusieurs bibliothèques de liaison tierces.
+
+
+
+ Impossible de changer l'horodatage du fichier '{0}' : {1}
+
+
+
+ Le débogage du fichier de symboles pour '{0}' ne correspond pas à l'assembly et est ignoré.
+
+
+
+ Assembly racine introuvable. Vous devez fournir au moins un assembly racine.
+
+
+
+ Assembly de produit '{0}' introuvable dans la liste des assemblys : '{1}'
+
+
+
+ Optimisation inconnue : '{0}'. Optimisations valides : {1}.
+
+
+
+ Plus de 1 assembly correspondant à '{0}' a été trouvé. Choix du premier : {1}{2}
+
+
+
+ Impossible de lier le framework système '{0}' (référencé par l'assembly '{1}'), car il a été introduit dans {2} {3}, et nous utilisons le kit SDK {2} {4}.
+
+
+
+ L'assembly '{0}' référencé à partir de '{1}' est introuvable.
+
+
+
+ L'assembly '{0}', référencé par un attribut {2} dans '{1}', est introuvable.
+
+
+
+ Le fichier '{0}' n'est pas un framework valide.
+
+
+
+ L'interpréteur n'est pas pris en charge dans le simulateur. Passage à REPL, qui offre les mêmes fonctionnalités supplémentaires dans le simulateur.
+
+
+
+ Impossible de localiser l'assembly '{0}', passé en tant qu'argument à --interpreter.
+
+
+
+ Les projets qui utilisent l'API classique ne sont plus pris en charge. Migrez le projet vers l'API unifiée.
+
+
+
+ La génération d'applications 32 bits n'est plus prise en charge. Changez d'architecture dans les options de build Mac du projet en choisissant 'x86_64'.
+
+
+
+ Utilisez des builds spécifiques aux appareils sur watchOS en cas de génération à des fins de débogage.
+
+
+
+ Le mode débogage d'ARM64_32 nécessite --interpreter[=all]. Utilisation forcée.
+
+
+
+ Impossible d'analyser les cflags '{0}' de pkg-config : {1}
+
+
+
+ Impossible d'analyser les indicateurs d'éditeur de liens '{0}' à partir de l'attribut LinkWith pour la bibliothèque '{1}' dans {2} : {3}
+
+
+
+ Erreur interne : l'interpréteur est disponible uniquement pour l'architecture 64 bits.
+
+
+
+ Erreur interne : un tableau byref n'est ni string, NSObject ou INativeObject.
+
+
+
+ Erreur interne : impossible de convertir '{0}' en '{1}' dans {2}. Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erreur interne : l'enum intelligent {0} ne semble pas être un enum intelligent en fin de compte. Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erreur interne : type de jeton ({0}) non pris en charge pour {1}. Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erreur interne : le registrar statique ne doit pas s'exécuter, sauf si l'éditeur de liens s'exécute également (ou est désactivé). Une solution de contournement possible consiste à passer '-f' en tant qu'argument supplémentaire {0} pour forcer une build complète. Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erreur interne : symbole sans nom (type : {0}). Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erreur interne : 'impossible de convertir les frameworks en frameworks : {0}'. Entrez un rapport de bogue avec un cas de test (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ L'assembly {0} est référencé par un autre assembly, mais il est en même temps lié par l'éditeur de liens.
+
+
+
+ La sortie de l'éditeur de liens contient plusieurs assemblys nommés '{0}' :\n\t{1}
+
+
+
+ Tous les assemblys de {0} n'ont pas de tâches d'édition des liens
+
+
+
+ Les tâches d'édition des liens de {0} ne sont pas toutes les mêmes
+
+
+
+ L'assembly '{0}' a été résolu à partir du Global Assembly Cache du système : {1}. Cela peut être une source de problèmes à l'avenir. Pour l'éviter, veillez à ne pas utiliser les assemblys uniquement disponibles dans le Global Assembly Cache du système.
+
+
+
+ Plateforme inconnue : {0}. Cela indique généralement un bogue. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new avec un cas de test.
+
+
+ Le fichier de symboles de débogage pour « {0} » n’est pas valide et a été ignoré.
+
+
+
+ Cette version de {0} requiert le kit de développement logiciel (SDK) {1} {2} (livré avec Xcode {3}). Effectuez une mise à niveau de Xcode pour obtenir les fichiers d’en-tête requis ou utilisez le registrar dynamique ou définissez le comportement de l’éditeur de liens managé pour lier la plateforme ou les kits de développement logiciel (SDK) d’infrastructure uniquement dans les options de build Mac de votre projet > le comportement de l’éditeur de liens (pour éviter les nouvelles API).
+
+
+ Cette version de {0} requiert le kit de développement logiciel (SDK) {1} {2} (livré avec Xcode {3}). Effectuez une mise à niveau de Xcode pour obtenir les fichiers d’en-tête requis ou définissez le comportement de l’éditeur de liens managé pour lier les kits de développement logiciel (SDK) d’infrastructure uniquement dans les options de build Mac de votre projet > le comportement de l’éditeur de liens (pour éviter les nouvelles API).
+
+
+ Impossible d’établir une liaison avec le Framework {0} (utilisé par le type {1}), car il n’est pas disponible sur la plateforme actuelle ({2}).
+
+
+ Impossible d’établir une liaison avec le Framework {0} (référencé par une référence de module dans {1}), car il n’est pas disponible sur la plateforme actuelle ({2}).
+
+
+ Impossible de mapper la version iOS {0} à une version macOS pour Mac Catalyst
+
+
+ Impossible de mapper la version iOS {0} à une version correspondante pour Mac Catalyst
+
+
+ L’option « {0} » ne peut pas prendre la valeur « {1} » lorsque CoreCLR est utilisé.
+
+
+ Impossible de copier l'assembly '{0}' vers '{1}' : {2}
+
+
+
+ Impossible de charger l'assembly '{0}' : {1}
+
+
+
+ Erreur de suivi des dépendances : aucun fichier à comparer. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new avec un cas de test.
+
+
+
+ Échec de la réutilisation de la version mise en cache de '{0}' : {1}.
+
+
+
+ Échec de la création de l'exécutable '{0}' : {1}
+
+
+
+ Impossible de copier le répertoire '{0}' vers '{1}' : {2}
+
+
+
+ Impossible de créer le lien symbolique '{0}' -> '{1}' : erreur {2}
+
+
+
+ Impossible d'inclure différentes versions du framework '{0}'
+
+
+
+ Framework '{0}' inclus à partir de {1} (lié à l'erreur précédente)
+
+
+
+ Plateforme de bitcode non prise en charge : {0}.
+
+
+
+ ABI tvOS non pris en charge : {0}.
+
+
+
+ Impossible d'extraire la bibliothèque native '{0}' à partir de '{1}'. Vérifiez que la bibliothèque native a été correctement intégrée dans l'assembly managé (si l'assembly a été généré à l'aide d'un projet de liaison, la bibliothèque native doit être incluse dans le projet, et son action de build doit avoir la valeur 'ObjcBindingNativeLibrary').
+
+
+
+ Séquence d'échappement non valide au moment de la conversion de .s en .ll, \\ en tant que dernier caractère dans {0}:{1}.
+
+
+
+ Séquence d'échappement non valide au moment de la conversion de .s en .ll, échappement octal incorrect dans {0}:{1} en raison de {2}.
+
+
+
+ Impossible de décompresser le framework natif '{0}' à partir de '{1}'. Pour plus d'informations sur la commande 'unzip' native, consultez le journal de génération.
+
+
+
+ La bibliothèque de liaison '{0}' contient un framework utilisateur ({0}), mais les frameworks utilisateur intégrés nécessitent iOS 8.0 (la version de la cible de déploiement est {1}). Définissez la cible de déploiement dans le fichier Info.plist à la version 8.0 au moins.
+
+
+
+ L'assembly 'Xamarin.Mac.dll' nécessaire est manquant dans les références
+
+
+
+ L'assembly '{0}' n'est pas compatible avec cet outil ou ce profil
+
+
+
+ {0} {1} est introuvable. Le framework cible '{2}' est inutilisable pour empaqueter l'application.
+
+
+
+ Le framework cible '{0}' est non valide.
+
+
+
+ useFullXamMacFramework doit toujours cibler le framework .NET 4.5, et non '{0}' qui est non valide.
+
+
+
+ Inadéquation entre la référence Xamarin.Mac '{0}' et le framework cible sélectionné '{1}'.
+
+
+
+ Impossible de résoudre la référence : {0}
+
+
+
+ Une ou plusieurs références au type' {0} 'existent déjà dans' {1} 'avant la liaison
+
+
+
+ Une ou plusieurs références au type' {0} 'existent toujours dans' {1} 'après la liaison
+
+
+
+ N'est pas une bibliothèque dynamique Mach-O (en-tête inconnu '0x{0}') : {1}.
+
+
+
+ N'est pas une bibliothèque statique Mach-O (en-tête inconnu '{0}', attendu '!<arch>').
+
+
+
+ N'est pas une bibliothèque dynamique Mach-O (en-tête inconnu '0x{0}') : {1}.
+
+
+
+ Format inconnu pour l'entrée fat à la position {0} dans {1}.
+
+
+
+ Le fichier de type {0} n'est pas un fichier MachO ({1}).
+
+
+
+ Entrée non valide '{0}' dans la bibliothèque statique '{1}', l'en-tête d'entrée ne finit pas par 0x60 0x0A ('0x{2} 0x{3}' trouvé)
+
+
+
+ Impossible de lier les assemblys. {0}
+
+
+
+ Impossible de résoudre la référence : {0}
+
+
+
+ L'option '--optimize={0}{1}' va être ignorée, car le registrar statique n'est pas activé
+
+
+
+
+ L'option '--optimize={0}{1}' va être ignorée, car l'édition des liens est désactivée
+
+
+
+ L'option « --optimize={0} » va être ignorée, car elle s'applique uniquement à {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Le fichier de définitions d'éditeur de liens supplémentaire '{0}' est introuvable.
+
+
+
+ Les définitions de '{0}' n'ont pas pu être analysées.
+
+
+
+ Impossible de charger mscorlib.dll à partir de '{0}'. Réinstallez Xamarin.iOS.
+
+
+
+ La bibliothèque native '{0}' a été référencée, mais elle est introuvable.
+
+
+
+ Échec de la résolution de la référence "{0}" à partir de "{1}"
+
+
+
+ Unified API de Xamarin.Mac sur un .NET Framework complet ne prend pas en charge l'édition des liens des assemblys du kit SDK ou All. Passez l'indicateur '-nolink' ou '-linkplatform'.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Référencé par {0}.{1}
+
+
+
+ HttpMessageHandler '{0}' inconnu. Valeurs valides : HttpClientHandler (valeur par défaut), CFNetworkHandler ou NSUrlSessionHandler
+
+
+
+ Seuls les {0} premiers avertissements \"Référencé par\" sur {1} sont affichés.
+
+
+
+ Échec de la résolution de la référence à \"{0}\", référencé dans \"{1}\". L'application n'inclut pas l'assembly référencé et risque de ne pas fonctionner correctement au moment de l'exécution.
+
+
+
+ Impossible de lier l'assembly '{0}', car il est en mode mixte.
+
+
+
+ HttpMessageHandler '{0}' non valide pour watchOS. La seule valeur valide est NSUrlSessionHandler.
+
+
+
+ Impossible de traiter la description XML : {0}
+
+
+
+ L'assembly '{0}' est référencé à partir de deux emplacements différents : '{1}' et '{2}'.
+
+
+
+ Impossible de charger l'assembly racine '{0}'.
+
+
+
+
+ Échec de l’étape de l’éditeur de liens « {0} » lors du traitement {1}.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Impossible de résoudre la référence '{0}', référencée à partir de la méthode '{1}' dans '{2}'.
+
+
+
+ Erreur durant le traitement de la méthode '{0}' dans l'assembly '{1}' : {2}
+
+
+
+ Erreur durant le traitement de la méthode '{0}' dans l'assembly '{1}'
+
+
+
+ Erreur durant le traitement de l'assembly '{0}' : {1}
+
+
+
+ L'attribut [BindingImpl] sur le membre '{0}' est non valide : champs inattendus.
+
+
+
+ L'attribut [BindingImpl] sur le membre '{0}' est non valide : propriétés inattendues.
+
+
+
+ L'attribut [BindingImpl] sur le membre '{0}' est non valide : constructeur inattendu avec un type de paramètre '{1}' ('ObjCRuntime.BindingImplOptions' attendu).
+
+
+
+ L'attribut [BindingImpl] sur le membre '{0}' est non valide : constructeur inattendu avec {1} paramètres (1 paramètre attendu).
+
+
+
+ La propriété {0}.{1} contient une clause d'exception '{2}', qui n'est pas prise en charge en cas de compilation pour le bitcode. Cette propriété lève une exception, si elle est appelée.
+
+
+
+ La méthode {0}.{1} contient une clause d'exception '{2}', qui n'est pas prise en charge en cas de compilation pour le bitcode. Cette méthode lève une exception, si elle est appelée.
+
+
+
+ Impossible d'optimiser l'appel à BlockLiteral.{2} dans {0} à l'offset {1}, car l'instruction précédente était inattendue ({3})
+
+
+
+ Impossible d'optimiser l'appel à BlockLiteral.{2} dans {0} à l'offset {1}, car il est impossible de déterminer le type du type délégué du premier argument (instruction : {3})
+
+
+
+ Impossible d'optimiser l'appel à BlockLiteral.{2} dans {0}, car le type de la valeur passée en tant que premier argument (trampoline) est {1}, ce qui rend impossible le calcul de la signature de bloc.
+
+
+
+ Impossible d'optimiser l'appel à BlockLiteral.SetupBlock dans {0} à l'offset {1}, car aucun attribut [UserDelegateType] n'a été localisé sur {2}.
+
+
+
+ Impossible d'optimiser l'appel à BlockLiteral.SetupBlock dans {0} à l'offset {1} : {2}.
+
+
+
+ La suppression du registrar dynamique est une action risquée, car {0} référence '{1}.{2} ({3})'.
+
+
+
+ Les architectures ont été supprimées de {0} à l'exception de {1} pour respecter les restrictions imposées par l'App Store. Cela risque de casser les signatures de code existantes. Supprimez éventuellement la bibliothèque avec lipo, ou désactivez-les architectures avec --optimize=-trim-architectures
+
+
+
+ Le registrar 'statique partiel' de Xamarin.Mac ne prend pas en charge l'édition des liens. Désactivez l'édition des liens, ou utilisez un autre mode d'inscription.
+
+
+
+ L'assembly corlib '{0}' est introuvable dans la liste des assemblys chargés.
+
+
+
+
+
+
+
+
+
+
+ Échec de l’étape de l’éditeur de liens « {0} » lors du traitement : {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Échec de l’étape de l’éditeur de liens « {0} » lors du traitement {1} : {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ Impossible de {0} l'assembly '{1}'
+
+
+
+ Le débogage n'est pas pris en charge quand vous effectuez une build avec LLVM. Le débogage a été désactivé.
+
+
+
+ Impossible d'effectuer une compilation AOT de l'assembly '{0}', car il n'existe pas.
+
+
+
+ La dépendance '{0}' de l'assembly '{1}' est introuvable. Consultez les références du projet.
+
+
+
+ Impossible de calculer une carte de dépendances complète pour le projet. Cela va ralentir le temps de génération, car Xamarin.iOS ne peut pas détecter correctement ce qui doit être regénéré (et ce qui n'a pas besoin d'être regénéré). Pour plus d'informations, consultez les avertissements précédents.
+
+
+
+ Les fichiers d'informations de débogage (*.mdb / *.pdb) ne sont pas chargés quand LLVM est activé.
+
+
+
+ La prise en charge du bitcode nécessite l'utilisation de LLVM (--abi=arm64+llvm etc.)
+
+
+
+ La compilation AOT de '{0}' a été demandée, mais elle est introuvable
+
+
+
+ L'exclusion de la compilation AOT de '{0}' a été demandée, mais elle est introuvable
+
+
+
+ Le modèle principal n'a pas pu être développé vers '{0}'.
+
+
+
+ Échec de la compilation du code généré pour les méthodes P/Invoke. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Le registrar ne peut pas générer de signature pour le type '{0}'.
+
+
+
+ Le registrar a trouvé un type non valide '{0}' dans la signature de la méthode '{2}'. Utilisez '{1}' à la place.
+
+
+
+ Le registrar a trouvé un type non valide '{0}' dans la signature de la méthode '{1}' : le type implémente INativeObject, mais n'a pas de constructeur qui accepte deux arguments (IntPtr, bool).
+
+
+
+ Le registrar ne peut pas marshaler la valeur retournée pour le type '{0}' dans la signature de la méthode '{1}'.
+
+
+
+ Le registrar ne peut pas marshaler la valeur retournée de type '{0}' dans la méthode '{1}.{2}'.
+
+
+
+ Le registrar ne peut pas marshaler le paramètre de type '{0}' dans la signature de la méthode '{1}'.
+
+
+
+ Le registrar ne peut pas obtenir le type ObjectiveC pour le type managé '{0}'.
+
+
+
+ Échec de compilation du code de registrar généré. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Le registrar ne peut pas marshaler le paramètre out de type '{0}' dans la signature de la méthode '{1}'.
+
+
+
+ Le registrar ne peut pas générer de signature pour le type '{0}' dans la méthode '{1}'.
+
+
+
+ Le registrar a trouvé une méthode générique : '{0}'. L'exportation de méthodes génériques n'est pas prise en charge. Elle va entraîner un comportement et/ou des plantages aléatoires
+
+
+
+ Erreur inattendue dans le registrar pour la méthode '{0}.{1}' - Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Impossible d'inscrire l'assembly '{0}' : {1}
+
+
+
+ Le registrar a trouvé une incompatibilité de signature dans la méthode '{0}.{1}' - Le sélecteur '{4}' indique que la méthode accepte {2} paramètres, alors que la méthode managée a {3} paramètres.
+
+
+
+ Impossible d'inscrire deux types managés ('{0}' et '{1}') avec le même nom natif ('{2}').
+
+
+
+ Impossible d'inscrire le sélecteur '{0}' du membre '{1}.{2}', car le sélecteur est déjà inscrit auprès du membre '{3}'.
+
+
+
+ Le registrar a trouvé un type de champ inconnu '{0}' dans le champ '{1}.{2}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Impossible d'utiliser GCC/G++ pour compiler du code généré à partir du système d'inscription statique en cas d'utilisation du framework Accounts (les fichiers d'en-tête fournis par Apple et utilisés durant la compilation nécessitent Clang). Utilisez Clang (--compiler:clang) ou le système d'inscription dynamique (--registrar:dynamic).
+
+
+
+ Le type du paramètre variadique dans la fonction variadique '{0}' doit être System.IntPtr.
+
+
+
+ {0} non valide trouvé sur '{1}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Propriété RegisterAttribute {1} non valide trouvée sur '{0}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ AdoptsAttribute non valide trouvé sur '{0}' : 1 argument de constructeur attendu, {1} obtenu(s). Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ BindAsAttribute non valide trouvé sur '{0}.{1}' : champ inconnu {2}. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ {0} non valide trouvé sur '{1}.{2}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ BindAsAttribute non valide trouvé sur '{0}' : doit avoir 1 argument de constructeur, {1} trouvé(s). Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ BindAsAttribute non valide trouvé sur '{0}' : le type enum sous-jacent de {1} est introuvable. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Le registrar a trouvé un type non valide '{0}' dans la signature de la méthode '{1}' : l'interface doit avoir un attribut Protocol spécifiant son type de wrapper.
+
+
+
+ Impossible d'inscrire deux protocoles managés ('{0}' et '{1}') avec le même nom natif ('{2}').
+
+
+
+ Impossible d'inscrire plusieurs méthodes d'interface pour la méthode '{0}.{1}'.
+
+
+
+ Le registrar a trouvé un type de paramètre générique non valide '{0}' dans le paramètre {2} de la méthode '{1}'. Le paramètre générique doit avoir une contrainte 'NSObject'.
+
+
+
+ Le registrar a trouvé un type de retour générique non valide '{0}' dans la méthode '{1}'. Le type de retour générique doit avoir une contrainte 'NSObject'.
+
+
+
+ Le registrar ne peut pas exporter de méthodes statiques dans des classes génériques ('{0}').
+
+
+
+ Le registrar ne peut pas exporter de propriétés statiques dans des classes génériques ('{0}.{1}').
+
+
+
+ Le registrar a trouvé un type de retour générique non valide '{0}' dans la propriété '{1}.{2}'. Le type de retour doit avoir une contrainte 'NSObject'.
+
+
+
+ Votre application utilise le framework '{0}', qui n'est pas inclus dans le kit SDK {3} dont vous vous servez pour générer votre application (ce framework a été introduit dans {3} {2}, alors que vous utilisez le kit SDK {3} {1} pour vos générations.) Sélectionnez un kit SDK plus récent dans les options de build {3} de votre application.
+
+
+
+ Votre application utilise le framework '{0}', qui n'est pas inclus dans le kit SDK {3} dont vous vous servez pour générer votre application (ce framework a été introduit dans {3} {2}, alors que vous utilisez le kit SDK {3} {1} pour vos générations.) Cette configuration n'est pas prise en charge avec le système d'inscription statique (passez --registrar:dynamic en tant qu'argument mmp supplémentaire dans l'option de build Mac à sélectionner pour votre projet). Vous pouvez également sélectionner un kit SDK plus récent dans les options de build Mac de votre application.
+
+
+
+ Le membre '{0}' a un attribut Export sans sélecteur. Un sélecteur est obligatoire.
+
+
+
+ Le registrar ne peut pas marshaler le type de paramètre '{0}' du paramètre '{1}' dans la méthode '{2}.{3}'
+
+
+
+ La méthode '{0}.{1}' implémente '{2}.{3}'.
+
+
+
+ Le registrar ne peut pas marshaler le type de propriété '{0}' de la propriété '{1}.{2}'.
+
+
+
+ Le registrar ne peut pas marshaler le type de propriété '{0}' de la propriété '{1}.{2}'. Les propriétés ayant l'attribut [Connect] doivent avoir le type de propriété NSObject (ou une sous-classe de NSObject).
+
+
+
+ Le registrar a trouvé une incompatibilité de signature dans la méthode '{0}.{1}' - Le sélecteur '{4}' indique que la méthode variadique accepte {2} paramètres, alors que la méthode managée a {3} paramètres.
+
+
+
+ Impossible d'inscrire le sélecteur '{0}' sur le membre '{1}.{2}', car Xamarin.iOS inscrit implicitement ce sélecteur.
+
+
+
+ Enum '{0}' non valide : les enums ayant l'attribut [Native] doivent avoir le type enum sous-jacent 'long' ou 'ulong'.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ Le paramètre Name de l'attribut Registrar de la classe '{0}' ('{3}') contient un caractère non valide : '{1}' (0x{2}).
+
+
+
+ {0} non valide trouvé sur '{1}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Le registrar a trouvé un protocole générique : '{0}'. L'exportation du protocole générique n'est pas prise en charge.
+
+
+
+ Impossible d'inscrire la méthode d'extension '{0}.{1}', car le type du premier paramètre ('{2}') ne correspond pas au type de catégorie ('{3}').
+
+
+
+ Impossible d'inscrire le type '{0}', car le type de catégorie '{1}' dans son attribut Category n'hérite pas de NSObject.
+
+
+
+ Impossible d'inscrire le type '{0}', car la propriété Type dans son attribut Category n'est pas définie.
+
+
+
+ Impossible d'inscrire le type '{0}' en tant que catégorie, car il implémente INativeObject ou crée une sous-classe de NSObject.
+
+
+
+ Impossible d'inscrire le type '{0}' en tant que catégorie, car il est générique.
+
+
+
+ Impossible d'inscrire la méthode '{0}.{1}' en tant que méthode de catégorie, car elle est générique.
+
+
+
+ Impossible d'inscrire deux catégories ('{0}' et '{1}') avec le même nom natif ('{2}')
+
+
+
+ Impossible d'inscrire la méthode de catégorie '{0}.{1}', car au moins un paramètre est nécessaire pour les méthodes d'extension (et son type doit correspondre au type de catégorie '{2}').
+
+
+
+ Impossible d'inscrire le constructeur {0}.{1} dans la catégorie {0}, car les constructeurs des catégories ne sont pas pris en charge.
+
+
+
+ Impossible d'inscrire la méthode '{0}.{1}' en tant que méthode de catégorie, car les méthodes de catégorie doivent être statiques.
+
+
+
+ Caractère non valide '{0}' (0x{1}) trouvé dans le sélecteur '{2}' pour '{3}.{4}'
+
+
+
+ Le registrar a trouvé une structure non prise en charge '{0}' : tous les champs d'une structure doivent également être des structures (le champ '{1}' ayant le type '{2}' n'est pas une structure).
+
+
+
+
+ Le type '{0}' n'est pas disponible dans {3} {4} (il a été introduit dans {3} {5}){6} Effectuez la build avec un kit SDK {3} plus récent (généralement à l'aide de la version la plus récente de Xcode).
+
+
+
+ Le type '{0}' (utilisé en tant que type de base de {1}) n'est pas disponible dans {2} {3} (il a été introduit dans {2} {4}){5}. Effectuez la build avec un kit SDK {2} plus récent (généralement à l'aide de la version la plus récente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Le type '{0}' (utilisé en tant que paramètre dans {1}) n'est pas disponible dans {2} {3} (il a été introduit dans {2} {4}){5}. Effectuez la build avec un kit SDK {2} plus récent (généralement à l'aide de la version la plus récente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Le type '{0}' (utilisé en tant que type de propriété de {1}) n'est pas disponible dans {2} {3} (il a été introduit dans {2} {4}){5}. Effectuez la build avec un kit SDK {2} plus récent (généralement à l'aide de la version la plus récente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Le type '{0}' (utilisé en tant que type de retour dans {1}) n'est pas disponible dans {2} {3} (il a été introduit dans {2} {4}){5}. Effectuez la build avec un kit SDK {2} plus récent (généralement à l'aide de la version la plus récente de Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Erreur interne dans le registrar ({0} ctor avec {1} arguments). Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Erreur interne dans le registrar (genre de disponibilité inconnu : {0}). Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Erreur interne dans le registrar (les paramètres BindAs ne peuvent pas être ref/out : {0}). Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Impossible d'exporter la propriété '{0}', car son sélecteur '{1}' est un mot clé Objective-C. Utilisez un autre nom.
+
+
+
+ Le registrar n'a pas trouvé le type 'System.Void' dans les assemblys référencés.
+
+
+
+ Impossible d'inscrire la méthode '{0}', car la signature contient un type ({1}) qui n'est pas un type référence.
+
+
+
+ Impossible d'inscrire la méthode '{0}', car la signature contient un type générique ({1}) ayant un type d'argument générique qui n'implémente pas INativeObject ({2}).
+
+
+
+ Impossible d'inscrire le type '{0}', car son nom Objective-C '{1}' est un mot clé Objective-C. Utilisez un autre nom.
+
+
+
+ Échec de la génération d'un wrapper P/Invoke pour {0} : {1}
+
+
+
+ Le registrar ne peut pas convertir '{0}' en '{1}' pour la valeur retournée dans la méthode {2}.
+
+
+
+ L'attribut BindAs de la valeur retournée par la méthode {0} est non valide : le type BindAs {1} est différent du type de retour {2}.
+
+
+
+ L'attribut BindAs du paramètre #{0} est non valide : le type BindAs {1} est différent du type de paramètre {2}.
+
+
+
+ L'attribut BindAs de la propriété {0}.{1} est non valide : le type BindAs {2} est différent du type de propriété {1}.
+
+
+
+ Le registrar ne peut pas convertir '{0}' en '{1}' pour le paramètre '{2}' dans la méthode {3}.
+
+
+
+ Le registrar ne peut pas calculer la signature de bloc pour le délégué de type {0} dans la méthode {1}, car {0} n'a pas de signature spécifique.
+
+
+
+ Le registrar ne peut pas calculer la signature de bloc pour le délégué de type {0} dans la méthode {1}, car il n'a pas pu trouver la méthode Invoke du type délégué.
+
+
+
+ Impossible de localiser la méthode de conversion de bloc en délégué pour le paramètre #{1} de la méthode {0}.
+
+
+
+ Impossible de localiser la méthode de conversion de bloc en délégué pour le paramètre #{1} de la méthode {0}.
+
+
+
+ Impossible de localiser le délégué afin de bloquer le type de conversion pour la valeur retournée par la méthode {0}.
+
+
+
+ Le paramètre 'ProtocolType' de l'attribut 'Adopts' utilisé dans la classe '{0}' contient un caractère non valide. Valeur utilisée : '{1}'. Caractère non valide : '{2}'
+
+
+
+ La classe '{0}' ne sera pas enregistrée, car le framework WatchKit a été supprimé du kit iOS SDK.
+
+
+
+ Le registrar a trouvé le type abstract '{0}' dans la signature de '{1}'. Les types abstract ne doivent pas être utilisés dans la signature d'un membre exporté vers Objective-C.
+
+
+
+ Erreur interne dans le registrar (les paramètres BindAs ne peuvent pas être ref/out : {0}). Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Le registrar ne peut pas calculer la signature de bloc pour le délégué de type {0} dans la méthode {1}, car il n'a pas pu trouver la méthode Invoke du type délégué.
+
+
+
+ Compilateur '{0}' manquant. Installez le composant 'Command-Line Tools' (Outils en ligne de commande) de Xcode
+
+
+
+ Le compilateur '{0}' ou '{1}' est introuvable. Installez le composant 'Command-Line Tools' (Outils en ligne de commande) de Xcode
+
+
+
+ Échec de la compilation. Code d'erreur - {0}. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Échec de la compilation du ou des fichiers '{0}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Impossible de compiler le ou les fichiers '{0}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Impossible d'effectuer une compilation AOT de l'assembly '{0}' pour les architectures 32 bits, car le code natif est trop volumineux pour l'architecture ARM 32 bits.
+
+
+
+ La sortie du compilateur est trop longue, elle a été limitée à 1 000 lignes.
+
+
+
+ Échec de l'édition des liens native. Code d'erreur 1. Pour plus d'informations, consultez le journal de génération.
+
+
+
+ Échec de la liaison native. Passez en revue le journal de génération et les indicateurs utilisateur fournis à gcc : {0}
+
+
+
+ Échec de la liaison native. Passez en revue le journal de génération.
+
+
+
+ Le kit Mono.framework MDK est manquant. Installez le kit MDK correspondant à votre version de Mono.framework à partir de https://www.mono-project.com/download/
+
+
+
+ Avertissement relatif à la liaison native : {0}
+
+
+
+ {0} est introuvable, probablement en raison d'une installation endommagée de Xamarin.Mac. Réinstallez Xamarin.Mac.
+
+
+
+ Échec de la liaison native. Passez en revue le journal de génération.
+
+
+
+ Architecture '{0}' non valide. La seule architecture valide est x86_64.
+
+
+
+ Erreur relative à la liaison native : {0}
+
+
+
+ Échec de la liaison native, symbole non défini : {0}. Vérifiez que tous les frameworks nécessaires ont été référencés et que les bibliothèques natives sont correctement liées.
+
+
+
+ Échec de la liaison native, classe Objective-C non définie : {0}. Le symbole '{1}' est introuvable dans les bibliothèques ou les frameworks liés à votre application.
+
+
+
+ Échec de la liaison native, symbole dupliqué : '{0}'.
+
+
+
+ Symbole dupliqué dans : {0} (emplacement lié à l'erreur précédente)
+
+
+
+ Échec de la liaison native, symbole non défini : {0}. Ce symbole a été référencé par le membre managé {1}.{2}. Vérifiez que tous les frameworks nécessaires ont été référencés et que les bibliothèques natives sont liées.
+
+
+
+ Les références à '{0}' peuvent nécessiter des instructions -framework=XXX ou -lXXX supplémentaires pour l'éditeur de liens natif
+
+
+
+ Échec de la liaison native pour '{0}'. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Échec de la liaison native, car la ligne de commande de l'éditeur de liens était trop longue ({0} caractères).
+
+
+
+ Impossible d'ignorer le symbole dynamique {0} (--ignore-dynamic-symbol={0}), car il n'a pas été détecté en tant que symbole dynamique.
+
+
+
+ Aucune liaison avec WatchKit, car il a été supprimé d'iOS.
+
+
+
+ Framework '{0}' ignoré. Il est interdit (rejeté) par le Mac App Store
+
+
+
+ Édition des liens avec le framework '{0}'. Il est interdit (rejeté) par le Mac App Store
+
+
+
+ L'éditeur de liens natif n'a pas pu exécuter : {0}. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Échec de la liaison avec l’infrastructure « {0} », car le kit de développement logiciel (SDK) {1} actuel ne contient pas de prise en charge pour ce Framework dans le simulateur.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Outil 'strip' manquant. Installez le composant 'Command-Line Tools' (Outils en ligne de commande) de Xcode
+
+
+
+ Outil 'dsymutil' manquant. Installez le composant 'Command-Line Tools' (Outils en ligne de commande) de Xcode
+
+
+
+ Échec de la génération des symboles de débogage (répertoire dSYM). Passez en revue le journal de génération.
+
+
+
+ Échec de la suppression du fichier binaire final. Passez en revue le journal de génération.
+
+
+
+ Outil 'lipo' manquant. Installez le composant 'Command-Line Tools' (Outils en ligne de commande) de Xcode
+
+
+
+ Échec de la création d'une bibliothèque fat. Passez en revue le journal de génération.
+
+
+
+ Outil '{0}' manquant. Installez le composant 'Command-Line Tools' (Outils en ligne de commande) de Xcode
+
+
+
+ Le contrat de licence Xcode n'a peut-être pas été accepté. Lancez Xcode.
+
+
+
+ Échec de l'exécution de l'outil '{0}'. Code d'erreur : '{1}'. Pour plus d'informations, consultez le journal de génération.
+
+
+
+ Échec d'install_name_tool. Code d'erreur : '{0}'. Pour plus d'informations, consultez le journal de génération.
+
+
+
+ Échec de lipo. Code d'erreur : '{0}'. Pour plus d'informations, consultez le journal de génération.
+
+
+
+ Échec de pkg-config. Code d'erreur : '{0}'. Pour plus d'informations, consultez le journal de génération.
+
+
+
+ {0} introuvable. Installez Mono.framework à partir de https://mono-project.com/Downloads
+
+
+
+ Échec de l'exécution de pkg-config : '{0}'. Pour plus d'informations, consultez le journal de génération.
+
+
+
+ L'outil xcrun n'a trouvé aucun résultat durant la recherche de l'outil '{0}' (le fichier '{1}' n'existe pas). Pour plus d'informations, consultez le journal de génération.
+
+
+
+ Erreur de cohérence interne. Entrez un rapport de bogue sur https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Nous ne savons pas comment marshaler le paramètre de type {0} pour le paramètre {1} dans l’appel à {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Nous ne savons pas comment marshaler en retour le paramètre de type {0} pour le paramètre {1} dans l’appel à {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Impossible de marshaler à partir de {0} vers un objet objective-C. La classe gérée doit hériter de NSObject ou implémenter INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Encodage de type non valide pour le paramètre.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.it.resx b/tools/mtouch/TranslatedAssemblies/Errors.it.resx
index 5bbe76a1ec9f..f06b370cd1f8 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.it.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.it.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the it MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ Non è stato possibile trovare il messaggio di errore per il codice {0}. Segnalare questo messaggio mancante in GitHub all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+ This is the default message when an error code can not be found.
+
+
+
+ Errore imprevisto: caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ '-devname' è stato specificato senza alcuna azione specifica del dispositivo
+
+
+
+ Con questa versione di Xamarin.Mac è richiesto Mono {0}, ma la versione corrente di Mono è {1}. Aggiornare il framework Mono da http://mono-project.com/Downloads
+
+
+
+ Non è stato possibile analizzare la variabile di ambiente '{0}'
+
+
+
+ Il nome di applicazione '{0}.exe' è in conflitto con un nome di assembly di prodotto (.dll) o di SDK.
+
+
+
+ Con la nuova logica di conteggio dei riferimenti è necessario abilitare anche SGen.
+
+
+
+ La directory di output * non esiste.
+
+
+
+ Non esiste alcuna piattaforma di sviluppo in {0}. Usare --platform=PLAT per specificare l'SDK.
+
+
+
+ L'assembly radice '{0}' non esiste
+
+
+
+ È necessario specificare un solo assembly radice, ma ne sono stati trovati {0}: '{1}'
+
+
+
+ Si è verificato un errore durante il caricamento degli assembly: {0}.
+
+
+
+ Non è stato possibile analizzare gli argomenti della riga di comando: {0}
+
+
+
+ {0} è stato compilato in base a un runtime più recente ({1}) di quello supportato da Xamarin.iOS.
+
+
+
+ Sono stati specificati dati incompleti per il completamento *.
+
+
+
+ Con il supporto della profilatura è necessario abilitare anche SGen.
+
+
+
+ {0} SDK per iOS non supporta la compilazione di applicazioni destinate a {1}.
+
+
+
+ ABI non valido: {0}. Gli ABI supportati sono: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 e arm64_32+llvm.
+
+
+
+ L'opzione '{0}' è stata deprecata.
+
+
+
+ È necessario specificare un assembly radice.
+
+
+
+ Argomento della riga di comando sconosciuto: '{0}'
+
+
+
+ È possibile usare una sola opzione --[log|install|kill|launch]dev o --[launch|debug]sim.
+
+
+
+ Le opzioni valide per '{0}' sono '{1}'.
+
+
+
+ Non è possibile eseguire la compilazione con GCC/G++ (--use-gcc) quando si usa il registrar statico (scelta predefinita quando si compila per il dispositivo). Rimuovere il flag --use-gcc o usare il registrar dinamico (--registrar:dynamic).
+
+
+
+ Le opzioni '--unsupported--enable-generics-in-registrar' e '--registrar' non sono compatibili.
+
+
+
+ L'assembly radice {0} è in conflitto con un altro assembly ({1}).
+
+
+
+ Il nome di applicazione '{0}.exe' è in conflitto con un altro assembly utente.
+
+
+
+ Non è stato possibile trovare il file richiesto '{0}'.
+
+
+
+ Non è stato specificata alcuna versione dell'SDK. Aggiungere --sdk=X.Y per specificare la versione di {0} SDK da usare per compilare l'applicazione.
+
+
+
+ Non è stato possibile analizzare l'argomento '-{0}' della riga di comando: {1}
+
+
+
+ Le opzioni '\*' e '\*' non sono compatibili.
+
+
+
+ Non è possibile abilitare PIE (-pie) quando la destinazione è iOS 4.1 o versioni precedenti. Disabilitare PIE (-pie:false) o impostare la destinazione di distribuzione almeno su iOS 4.2
+
+
+
+ REPL (--enable-repl) è supportato solo nel simulatore (--sim).
+
+
+
+ Il nome dell'eseguibile ({0}) e il nome dell'app ({1}) sono diversi. È possibile che i simboli di debug non vengano aggiunti correttamente nei log degli arresti anomali.
+
+
+
+ Con gli argomenti della riga di comando '--enable-background-fetch' e '--launch-for-background-fetch' è richiesto anche '--launchsim'.
+
+
+
+ L'opzione '--debugtrack' viene ignorata a meno che non sia specificata anche l'opzione '--debug'.
+
+
+
+ Un progetto Xamarin.iOS deve fare riferimento a monotouch.dll o a Xamarin.iOS.dll
+
+
+
+ Non è possibile fare riferimento a '{0}.dll' in un progetto {1} perché '{2}' vi fa riferimento in modo implicito.
+
+
+
+ Non è possibile avviare un simulatore * per un'app *. Abilitare le architetture corrette nelle opzioni di Compilazione iOS del progetto (pagina Avanzate).
+
+
+
+ monotouch.dll non è compatibile con architetture a 64 bit. Fare riferimento a Xamarin.iOS.dll oppure non compilare per un'architettura a 64 bit (ARM64 e/o x86_64).
+
+
+
+ I registrar meno recenti (--registrar:oldstatic|olddynamic) non sono supportati quando si fa riferimento a Xamarin.iOS.dll.
+
+
+
+ Le applicazioni destinate a ARMv6 non possono fare riferimento a Xamarin.iOS.dll.
+
+
+
+ Non è stato possibile trovare l'assembly '\*', a cui fa riferimento '\*'.
+
+
+
+ Non è possibile fare riferimento a '{0}' in un'app {1}.
+
+
+
+ Non è stato trovato alcun riferimento a monotouch.dll o a Xamarin.iOS.dll. Verrà aggiunto un riferimento a monotouch.dll.
+
+
+
+ Il Garbage Collector Boehm non è supportato. In alternativa, è stato selezionato il Garbage Collector SGen.
+
+
+
+ --listsim è supportato solo con Xcode 6.0 o versioni successive.
+
+
+
+ --extension è supportato solo con l'SDK per iOS 8.0 o versioni successive.
+
+
+
+ La destinazione di distribuzione minima per le applicazioni create con l'API unificata è la 5.1.1, mentre quella corrente è la '*'. Selezionare una nuova destinazione di distribuzione nelle opzioni di Applicazioni iOS del progetto.
+
+
+
+ {0}.framework è supportato solo se la destinazione di distribuzione è la 8.0 o versioni successive. Le funzionalità di {0} potrebbero non essere eseguite correttamente.
+
+
+
+ Se viene passato --no-root-assembly, non è possibile specificare un assembly radice. Sono stati trovati {0} assembly: '{1}'
+
+
+
+ Con {3} {0} è richiesto Xcode {4} o versioni successive. La versione corrente di Xcode (trovata in {2}) è la {1}.
+
+
+
+ Se viene passato --no-root-assembly, è richiesta una directory di output (--output).
+
+
+
+ Non è stato specificato alcun comando.
+
+
+
+ Non è possibile rendere canonico il percorso '{0}': {1} ({2}).
+
+
+
+ Il percorso '{0}' di Xcode non esiste.
+
+
+
+ Non è possibile trovare Xcode nel percorso predefinito (/Applications/Xcode.app). Installare Xcode o passare un percorso personalizzato con --sdkroot <percorso>.
+
+
+
+ Non è possibile determinare il percorso di Xcode.app dalla radice '{0}' dell'SDK. Specificare il percorso completo del bundle Xcode.app.
+
+
+
+ Il bundle Xcode.app '{0}' non è valido: il file '{1}' non esiste.
+
+
+
+ Non è stato possibile trovare l'elemento Xcode attualmente selezionato nel sistema: {0}
+
+
+
+ Non è stato possibile trovare l'elemento Xcode attualmente selezionato nel sistema. 'xcode-select --print-path' ha restituito '{0}', ma tale directory non esiste.
+
+
+
+ Non è stato specificato alcun bundle Xcode.app (con --sdkroot). Verrà usato il bundle Xcode di sistema indicato in 'xcode-select --print-path': {0}
+
+
+
+ Non è stato specificato alcun bundle Xcode.app (con --sdkroot o 'xcode-select --print-path'). Verrà usato il bundle Xcode predefinito: {0}
+
+
+
+ Non è possibile trovare l'eseguibile nell'estensione *: non esiste alcuna voce CFBundleExecutable nel relativo file Info.plist
+
+
+
+ Xamarin.iOS supporta solo framework incorporati con i progetti dell'API unificata.
+
+
+
+ Xamarin.iOS supporta i framework incorporati solo quando la destinazione di distribuzione è almeno la 8.0. Destinazione di distribuzione corrente: '{0}'. Framework incorporati: '{1}'
+
+
+
+ Xamarin.iOS supporta i framework incorporati solo quando la destinazione di distribuzione è almeno la 2.0. Destinazione di distribuzione corrente: '{0}'. Framework incorporati: '{1}'
+
+
+
+ Assembly del registrar di compilazione non valido: *
+
+
+
+ Registrar non valido: {0}
+
+
+
+ Valore non valido per il framework di destinazione: {0}.
+
+
+
+ Framework di destinazione non valido: {0}. I framework di destinazione validi sono: {1}.
+
+
+
+ Piattaforma sconosciuta: {0}. Questo indica in genere un bug in {1}. Caricare un report sui bug con un test case all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Le estensioni non sono supportate per la piattaforma '{0}'.
+
+
+
+ {4} {0} non supporta una destinazione di distribuzione {1} per {3} (la versione minima è {2}). Selezionare una destinazione di distribuzione più recente nel file Info.plist del progetto.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} non supporta una destinazione di distribuzione {1} per {3} (la versione massima è {2}). Selezionare una destinazione di distribuzione meno recente nel file Info.plist del progetto o eseguire l'aggiornamento a una versione più recente di {4}.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ L'architettura '{0}' non è valida per i progetti {1}. Le architetture valide sono: {2}
+
+
+
+ Non è stata specificata alcuna architettura con l'argomento --abi. Per i progetti {0} è necessario specificare un'architettura.
+
+
+
+ I progetti WatchOS devono essere estensioni.
+
+
+
+ Le compilazioni incrementali sono abilitate con una versione della destinazione di distribuzione inferiore alla 8.0 (attualmente è la {0}). Questa condizione non è supportata e l'applicazione risultante non verrà avviata in iOS 9, di conseguenza la destinazione di distribuzione verrà impostata sulla versione 8.0.
+
+
+
+ La versione di Xcode consigliata per {4} {0} è Xcode {3} o versioni successive. La versione corrente di Xcode (trovata in {2}) è la {1}.
+
+
+
+ Non è stato copiato alcun file eseguibile nel bundle dell'app. Contattare 'support@xamarin.com'
+
+
+
+ La disabilitazione della nuova logica di conteggio dei riferimenti è deprecata.
+
+
+
+ Con l'argomento della riga di comando --download-crash-report è richiesto anche --download-crash-report-to.
+
+
+
+ REPL (--enable-repl) è supportato solo quando il collegamento non viene usato (--nolink).
+
+
+
+ Bitcode solo ASM non è supportato in watchOS. Usare --bitcode:marker o --bitcode:full.
+
+
+
+ Bitcode non è supportato nel simulatore. Non passare --bitcode durante la compilazione per il simulatore.
+
+
+
+ Non è stato trovato alcun riferimento a '{0}'. Verrà aggiunto automaticamente.
+
+
+
+ È necessario specificare un framework di destinazione (--target-framework).
+
+
+
+ Le compilazioni incrementali (--fastdev) non sono supportate con il GC Boehm. Verranno disabilitate.
+
+
+
+ Il GC deve essere in modalità cooperativa per le app watchOS. Rimuovere l'argomento --coop:false di mtouch.
+
+
+
+ L'opzione '{0}' non può accettare il valore '{1}' quando per il GC è abilitata la modalità cooperativa.
+
+
+
+ Il framework di destinazione '{0}' è deprecato. In alternativa, usare '{1}'.
+
+
+
+
+
+ Non è stato possibile trovare 'mlaunch'.
+
+
+
+
+ Non è stato possibile copiare i file della compilazione AOT nella directory di destinazione {0}: {1}
+
+
+
+ Non è stato possibile copiare i file della compilazione AOT nella directory di destinazione {0}: il processo non è stato avviato.
+
+
+
+ Non è stato possibile copiare i file della compilazione AOT nella directory di destinazione {0}
+
+
+
+ Non è stato trovato alcun riferimento a Xamarin.iOS.dll.
+
+
+
+ Non è possibile trovare il file '{0}' di machine.config.
+
+
+
+
+ Errore interno: {0}. Segnalare un errore all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Destinazione di compilazione dell'assembly non valida: '{0}'. Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ L'assembly '{0}' è specificato più volte negli argomenti di --assembly-build-target.
+
+
+
+ Gli assembly '{0}' e '{1}' hanno lo stesso nome di destinazione ('{2}'), ma destinazioni diverse ('{3}' e '{4}').
+
+
+
+ L'oggetto statico '{0}' contiene più di un assembly ('{1}'), ma ogni oggetto statico deve corrispondere a un unico assembly.
+
+
+
+ Non è stata specificata alcuna destinazione di compilazione dell'assembly per '{0}'.
+
+
+
+ Il nome della destinazione per la compilazione dell'assembly '{0}' non è valido: il carattere '{1}' non è consentito.
+
+
+
+ Gli assembly '{0}' hanno ottimizzazioni LLVM personalizzate diverse ('{1}') e questo comportamento non è consentito quando vengono tutti compilati in un unico file binario.
+
+
+
+ La destinazione di compilazione dell'assembly '{0}' non corrisponde ad alcun assembly.
+
+
+
+ L'assembly '{0}' è stato caricato da un percorso diverso da quello specificato. Percorso specificato: {1}. Percorso effettivo: {2}.
+
+
+
+ Le compilazioni incrementali sono state disabilitate perché questa versione di Xamarin.iOS non le supporta in progetti che includono librerie di binding di terze parti e che vengono compilati per bitcode.
+
+
+
+ Bitcode è stato abilitato perché questa versione di Xamarin.iOS non supporta la compilazione di progetti watchOS con LLVM senza abilitare bitcode.
+
+
+
+ La condivisione del codice nativo è stata disabilitata perché {0}
+
+
+
+ la versione della destinazione di distribuzione dell'app contenitore è precedente a iOS 8.0 (è {0}).
+
+
+
+ l'app contenitore include assembly I18N ({0}).
+
+
+
+ l'app contenitore contiene definizioni XML personalizzate per il linker gestito ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ La condivisione del codice nativo è stata disabilitata per l'estensione '{0}' perché {1}
+
+
+
+ le opzioni di bitcode sono diverse tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ le opzioni di --assembly-build-target sono diverse tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ gli assembly I18N sono diversi tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ gli argomenti del compilatore AOT sono diversi tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ gli altri argomenti del compilatore AOT sono diversi tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ LLVM non è abilitato o disabilitato sia nell'app contenitore ({0}) che nell'estensione ({1}).
+
+
+
+ le impostazioni del linker gestito sono diverse tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ gli assembly ignorati per il linker gestito sono diversi tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ l'estensione contiene definizioni XML personalizzate per il linker gestito ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ le impostazioni dell'interprete sono diverse tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ gli assembly interpretati sono diversi tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ l'app contenitore non viene compilata per l'ABI {0} (mentre l'estensione viene compilata per questo ABI).
+
+
+
+ l'app contenitore viene compilata per l'ABI {0}, che non è compatibile con l'ABI dell'estensione ({1}).
+
+
+
+ l'ottimizzazione di remove-dynamic-registrar è diversa tra l'app contenitore ({0}) e l'estensione ({1}).
+
+
+
+ l'app contenitore fa riferimento all'assembly '{0}' di '{1}', mentre l'estensione fa riferimento a una versione diversa di '{2}'.
+
+
+
+ Per la compilazione AOT tutti gli assembly devono essere compilati con AOT
+
+
+
+ Quando bitcode è abilitato, è consigliabile fare riferimento ai simboli dinamici con code (--dynamic-symbol-mode=code).
+
+
+
+ Architettura non valida: {0}. Le architetture a 32 bit non sono supportate quando la versione della destinazione di distribuzione è la 11 o versioni successive.
+
+
+
+ Non è possibile avviare un'app a 32 bit in un simulatore che supporta solo app a 64 bit.
+
+
+
+ Non è stato possibile trovare la directory {0} contenente i simboli Mono.
+
+
+
+ L'assembly eseguibile {0} non fa riferimento a {1}.dll.
+
+
+
+ Non è stato possibile impostare il linguaggio corrente su '{0}' (in base a LANG={1}): {2}
+
+
+
+ L'argomento della riga di comando di --assembly-build-target è ignorata nel simulatore.
+
+
+
+ Le compilazioni incrementali sono state disabilitate perché non sono supportate nel simulatore.
+
+
+
+ Le compilazioni incrementali sono state disabilitate perché questa versione di Xamarin.iOS non le supporta in progetti che includono più librerie di binding di terze parti.
+
+
+
+ Non è stato possibile modificare il file '{0}': {1}
+
+
+
+ Il file dei simboli di debug per '{0}' non corrisponde all'assembly e viene ignorato.
+
+
+
+ Non sono stati trovati assembly radice. È necessario specificarne almeno uno.
+
+
+
+ L'assembly '{0}' del prodotto non è stato trovato nell'elenco degli assembly: '{1}'
+
+
+
+ Ottimizzazione sconosciuta: '{0}'. Le ottimizzazioni valide sono: {1}.
+
+
+
+ Sono stati trovati più assembly corrispondenti a '{0}'. Verrà scelto il primo: {1}{2}
+
+
+
+ Non è stato eseguito il collegamento del framework di sistema '{0}' (a cui fa riferimento l'assembly '{1}') perché è stato introdotto in {2} {3} e si usa {2} {4} SDK.
+
+
+
+ Non è possibile trovare l'assembly '{0}' a cui fa riferimento '{1}'.
+
+
+
+ Non è possibile trovare l'assembly '{0}' a cui fa riferimento un attributo {2} in '{1}'.
+
+
+
+ Il file '{0}' non è un framework valido.
+
+
+
+ L'interprete non è supportato nel simulatore. Verrà eseguito il passaggio a REPL, che consentirà di accedere alle stesse funzionalità aggiuntive nel simulatore.
+
+
+
+ Non è possibile trovare l'assembly '{0}', passato come argomento a --interpreter.
+
+
+
+ I progetti che usano l'API classica non sono più supportati. Eseguire la migrazione del progetto all'API unificata.
+
+
+
+ La compilazione di app a 32 bit non è più supportata. Modificare l'architettura 'x86_64' nelle opzioni di Compilazione Mac del progetto.
+
+
+
+ Usare compilazioni specifiche del dispositivo in watchOS quando si esegue la compilazione per Debug.
+
+
+
+ Con la modalità ARM64_32 Debug è richiesto --interpreter[=all]. Verrà forzato.
+
+
+
+ Non è possibile analizzare la variabile CFLAGS '{0} da pkg-config: {1}
+
+
+
+ Non è possibile analizzare i flag del linker '{0}' dall'attributo LinkWith per la libreria '{1}' in {2}: {3}
+
+
+
+ Errore interno: l'interprete è attualmente disponibile solo per architetture a 64 bit.
+
+
+
+ Errore interno: la matrice byref non è di tipo string, NSObject o INativeObject.
+
+
+
+ Errore interno: non è possibile eseguire la conversione da '{0}' a '{1}' in {2}. Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Errore interno: l'enumerazione intelligente {0} non sembra esserlo affatto. Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Errore interno: tipo di token non supportato ({0}) per {1}. Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Errore interno: il registrar statico non deve essere eseguito a meno che non sia stato eseguito (o disabilitato) anche il linker. Per ovviare all'errore, provare a passare '-f' come argomento aggiuntivo di {0} per forzare una compilazione completa. Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Errore interno: simbolo senza nome (tipo: {0}). Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Errore interno: 'non è possibile convertire framework in framework: {0}'. Caricare un report sui bug con un test case (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ L'assembly {0} è usato come riferimento da un altro assembly, ma contemporaneamente è usato come collegamento dal linker.
+
+
+
+ L'output del linker contiene più assembly denominati '{0}':\n\t{1}
+
+
+
+ Non tutti gli assembly per {0} contengono attività di collegamento
+
+
+
+ Le attività di collegamento per {0} non sono tutte uguali
+
+
+
+ L'assembly '{0}' è stato risolto dalla GAC {1} del sistema. Questa condizione potrebbe causare problemi in futuro. Per evitare questi problemi, assicurarsi di non usare assembly disponibili solo nella GAC del sistema.
+
+
+
+ Piattaforma sconosciuta: {0}. Questo indica in genere un bug. Creare un report di bug con un test case all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+ Il file del simbolo di debug per '{0}' non è valido pertanto è stato ignorato.
+
+
+
+ Questa versione di {0} richiede SDK {1} {2} (fornito con Xcode {3}). Eseguire l'aggiornamento del codice Xcode per ottenere i file di intestazione necessari oppure usare il registrar dinamico o impostare il comportamento del linker gestito su Collega piattaforma o Collega solo SDK framework nelle opzioni di compilazione Mac del progetto > Comportamento linker (per evitare le nuove API).
+
+
+ Questa versione di {0} richiede SDK {1} {2} (fornito con Xcode {3}). Aggiornare il codice Xcode per ottenere i file di intestazione necessari oppure impostare il comportamento del linker gestito su Collega solo SDK framework nelle opzioni di compilazione dell'iOS del progetto > Comportamento linker (per evitare le nuove API).
+
+
+ Il collegamento con il framework {0} (usato dal tipo {1}) non è disponibile nella piattaforma corrente ({2}).
+
+
+ Non collegato con il framework {0} (riferimento del modulo in {1}) poiché non è disponibile nella piattaforma corrente ({2}).
+
+
+ Non è stato possibile eseguire il mapping della versione iOS {0} alla versione di macOS per Mac Catalyst
+
+
+ Non è stato possibile eseguire il mapping della versione di macOS {0} a una versione di iOS corrispondente per Mac Catalyst
+
+
+ Quando si usa CoreCLR, l'opzione '{0}' non può accettare il valore '{1}'.
+
+
+ Non è stato possibile copiare l'assembly '{0}' in '{1}': {2}
+
+
+
+ Non è stato possibile caricare l'assembly '{0}': {1}
+
+
+
+ Errore di rilevamento delle dipendenze: non ci sono file da confrontare. Caricare un report sui bug con un test case all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Non è stato possibile riutilizzare la versione di '{0}' memorizzata nella cache: {1}.
+
+
+
+ Non è stato possibile creare l'eseguibile '{0}': {1}
+
+
+
+ Non è stato possibile copiare la directory '{0}' in '{1}': {2}
+
+
+
+ Non è stato possibile creare il collegamento simbolico '{0}' -> '{1}': errore {2}
+
+
+
+ Non è possibile includere versioni diverse del framework '{0}'
+
+
+
+ Il framework '{0}' è incluso da: {1} (correlato all'errore precedente)
+
+
+
+ Piattaforma bitcode non supportata: {0}.
+
+
+
+ ABI di tvOS non supportato: {0}.
+
+
+
+ Non è stato possibile estrarre la libreria nativa '{0}' da '{1}'. Assicurarsi che la libreria nativa sia incorporata correttamente nell'assembly gestito. Se l'assembly è stato compilato con un progetto di binding, la libreria nativa deve essere inclusa nel progetto e la relativa azione di compilazione deve essere 'ObjcBindingNativeLibrary'.
+
+
+
+ Sequenza di escape non valida durante la conversione di .s in .ll. \\ è l'ultimo carattere in {0}:{1}.
+
+
+
+ Sequenza di escape non valida durante la conversione di .s in .ll. Escape ottale non valido in {0}:{1} a causa di {2}.
+
+
+
+ Non è stato possibile decomprimere il framework nativo '{0}' da '{1}'. Per altre informazioni restituite dal comando 'unzip' nativo, esaminare il log di compilazione.
+
+
+
+ La libreria di binding '{0}' contiene un framework utente ({0}), ma i framework utente incorporati richiedono iOS 8.0 (la destinazione di distribuzione è {1}). Impostare la destinazione di distribuzione su almeno 8.0 nel file Info.plist.
+
+
+
+ L'assembly obbligatorio 'Xamarin.Mac.dll' non è presente nei riferimenti
+
+
+
+ L'assembly '{0}' non è compatibile con questo strumento o profilo
+
+
+
+ Non è stato possibile trovare {0} {1}. Non si può usare il framework di destinazione '{2}' per creare il pacchetto dell'applicazione.
+
+
+
+ Il framework di destinazione '{0}' non è valido.
+
+
+
+ Come destinazione di useFullXamMacFramework è necessario specificare .NET 4.5 e non '{0}', che non è valido.
+
+
+
+ Mancata corrispondenza tra il riferimento '{0}' di Xamarin.Mac e il framework di destinazione selezionato '{1}'.
+
+
+
+ Non è possibile risolvere il riferimento: {0}
+
+
+
+ Uno o più riferimenti al tipo '{0}' esistono già in '{1}' prima del collegamento
+
+
+
+ Uno o più riferimenti al tipo '{0}' esistono ancora in '{1}' dopo il collegamento
+
+
+
+ Non è una libreria dinamica Mach-O (intestazione '0x{0}' sconosciuta): {1}.
+
+
+
+ Non è una libreria statica Mach-O (intestazione '{0}' sconosciuta; previsto '!<arch>').
+
+
+
+ Non è una libreria dinamica Mach-O (intestazione '0x{0}' sconosciuta): {1}.
+
+
+
+ Formato sconosciuto per la voce FAT alla posizione {0} in {1}.
+
+
+
+ Il file di tipo {0} non è un file MachO ({1}).
+
+
+
+ Voce '{0}' non valida nella libreria statica '{1}'. L'intestazione della voce non termina con 0x60 0x0A (trovato '0x{2} 0x{3}')
+
+
+
+ Non è stato possibile collegare gli assembly. {0}
+
+
+
+ Non è possibile risolvere il riferimento: {0}
+
+
+
+ L'opzione '--optimize={0}{1}' verrà ignorata perché il registrar statico non è abilitato
+
+
+
+
+ L'opzione '--optimize={0}{1}' verrà ignorata perché il collegamento è disabilitato
+
+
+
+ L'opzione "--optimize={0}" verrà ignorata perché applicabile solo a {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Non è stato possibile trovare il file aggiuntivo '{0}' delle definizioni del linker.
+
+
+
+ Non è stato possibile analizzare le definizioni di '{0}'.
+
+
+
+ Non è possibile caricare mscorlib.dll da '{0}'. Reinstallare Xamarin.iOS.
+
+
+
+ È stato fatto riferimento alla libreria nativa '{0}', ma non è stato possibile trovarla.
+
+
+
+ Non è stato possibile risolvere il riferimento "{0}" da "{1}"
+
+
+
+ Con Unified API di Xamarin.Mac in una versione completa di .NET Framework non è supportato il collegamento ad assembly SDK o All. Passare il flag `-nolink` o `-linkplatform`.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Usato come riferimento da {0}.{1}
+
+
+
+ HttpMessageHandler `{0}` sconosciuto. I valori validi sono HttpClientHandler (predefinito), CFNetworkHandler o NSUrlSessionHandler
+
+
+
+ Vengono visualizzati solo i primi {0} dei {1} avvisi di tipo \"Usato come riferimento\".
+
+
+
+ Non è stato possibile risolvere il riferimento a \"{0}\", as cui viene fatto riferimento in \"{1}\". L'app non includerà l'assembly a cui viene fatto riferimento e potrebbe non riuscire in fase di esecuzione.
+
+
+
+ Non è possibile collegare l'assembly '{0}' perché è in modalità mista.
+
+
+
+ HttpMessageHandler `{0}` non valido per watchOS. L'unico valore valido è NSUrlSessionHandler.
+
+
+
+ Non è stato possibile elaborare la descrizione XML: {0}
+
+
+
+ L'assembly '{0}' viene usato come riferimento in due posizioni diverse: '{1}' e '{2}'.
+
+
+
+ Non è possibile caricare l'assembly radice '{0}'.
+
+
+
+
+ Nel passaggio del linker '{0}' non è riuscita l'elaborazione '{1}'.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Non è possibile risolvere il riferimento '{0}', a cui viene fatto riferimento dal metodo '{1}' in '{2}'.
+
+
+
+ Si è verificato un errore durante l'elaborazione del metodo '{0}' nell'assembly '{1}': {2}
+
+
+
+ Si è verificato un errore durante l'elaborazione del metodo '{0}' nell'assembly '{1}'
+
+
+
+ Si è verificato un errore durante l'elaborazione dell'assembly '{0}': {1}
+
+
+
+ L'attributo [BindingImpl] nel membro '{0}' non è valido: non sono previsti campi.
+
+
+
+ L'attributo [BindingImpl] nel membro '{0}' non è valido: non sono previste proprietà.
+
+
+
+ L'attributo [BindingImpl] nel membro '{0}' non è valido: non è previsto un costruttore con un tipo di parametro '{1}' (è previsto 'ObjCRuntime.BindingImplOptions').
+
+
+
+ L'attributo [BindingImpl] nel membro '{0}' non è valido: non è previsto un costruttore con {1} parametri (è previsto un parametro).
+
+
+
+ La proprietà {0}.{1} contiene una clausola di eccezione '{2}', che attualmente non è supportata durante la compilazione per bitcode. Se chiamata, questa proprietà genererà un'eccezione.
+
+
+
+ Il metodo {0}.{1} contiene una clausola di eccezione '{2}', che attualmente non è supportata durante la compilazione per bitcode. Se chiamato, questo metodo genererà un'eccezione.
+
+
+
+ Non è stato possibile ottimizzare la chiamata a BlockLiteral.{2} in {0} alla posizione di offset {1} perché l'istruzione precedente era imprevista ({3})
+
+
+
+ Non è stato possibile ottimizzare la chiamata a BlockLiteral.{2} in {0} alla posizione di offset {1} perché non è stato determinato il tipo del tipo delegato del primo argomento (istruzione: {3})
+
+
+
+ Non è stato possibile ottimizzare la chiamata a BlockLiteral.{2} in {0} perché il tipo del valore passato come primo argomento (trampolino) è {1} e non consente di calcolare la firma del blocco.
+
+
+
+ Non è stato possibile ottimizzare la chiamata a BlockLiteral.SetupBlock in {0} alla posizione di offset {1} perché non è stato trovato alcun attributo [UserDelegateType] per {2}.
+
+
+
+ Non è stato possibile ottimizzare la chiamata a BlockLiteral.SetupBlock in {0} alla posizione di offset {1}: {2}.
+
+
+
+ Non è opportuno rimuovere il registrar dinamico perché {0} fa riferimento a '{1}.{2} ({3})'.
+
+
+
+ Per garantire la conformità alle restrizioni di App Store, tutte le architetture ad eccezione di {1} sono state rimosse da {0}, di conseguenza le firme di codesign esistenti potrebbero subire interruzioni. Provare a rimuovere la libreria con lipo o a disabilitarla con --optimize=-trim-architectures
+
+
+
+ Il registrar 'Partial Static' di Xamarin.Mac non supporta il collegamento. Disabilitare il collegamento o usare un'altra modalità del registrar.
+
+
+
+ Non è possibile trovare l'assembly corlib '{0}' nell'elenco degli assembly caricati.
+
+
+
+
+
+
+
+
+
+
+ Il passaggio del linker '{0}' non è riuscito durante l'elaborazione: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Il passaggio del linker '{0}' non è riuscito durante l'elaborazione {1}: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ Non è stato possibile {0} l'assembly '{1}'
+
+
+
+ Il debug non è supportato durante la compilazione con LLVM. Il debug è stato disabilitato.
+
+
+
+ Non è stato possibile eseguire la compilazione AOT dell'assembly '{0}' perché non esiste.
+
+
+
+ La dipendenza '{0}' dell'assembly '{1}' non è stata trovata. Esaminare i riferimenti del progetto.
+
+
+
+ Non è stato possibile calcolare un mapping completo delle dipendenze per il progetto. Questo causerà un rallentamento della compilazione perché Xamarin.iOS non può rilevare correttamente gli elementi da ricompilare e quelli da non ricompilare. Per altri dettagli, vedere gli avvisi precedenti.
+
+
+
+ Quando LLVM è abilitato, i file di informazioni di debug (*.mdb/*.pdb) non verranno caricati.
+
+
+
+ Con il supporto di bitcode è richiesto l'uso di LLVM (--abi=arm64+llvm e così via)
+
+
+
+ La compilazione AOT di '{0}' è stata richiesta, ma non è stata trovata
+
+
+
+ L'esclusione della compilazione AOT di '{0}' è stata richiesta, ma non è stata trovata
+
+
+
+ Non è stato possibile espandere il modello principale in `{0}`.
+
+
+
+ Non è stato possibile compilare il codice generato per i metodi P/Invoke. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Il registrar non può creare una firma per il tipo `{0}`.
+
+
+
+ Il registrar ha trovato un tipo non valido `{0}` nella firma per il metodo `{2}`. In alternativa, usare `{1}`.
+
+
+
+ Il registrar ha trovato un tipo non valido `{0}` nella firma per il metodo `{1}`: il tipo implementa INativeObject, ma non contiene un costruttore che accetta due argomenti (IntPtr, bool).
+
+
+
+ Il registrar non può effettuare il marshalling del valore restituito del tipo `{0}` nella firma per il metodo `{1}`.
+
+
+
+ Il registrar non può effettuare il marshalling del valore restituito del tipo `{0}` nel metodo `{1}.{2}`.
+
+
+
+ Il registrar non può effettuare il marshalling del parametro di tipo `{0}` nella firma per il metodo `{1}`.
+
+
+
+ Il registrar non può ottenere il tipo Objective-C per il tipo gestito `{0}`.
+
+
+
+ Non è stato possibile compilare il codice del registrar generato. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Il registrar non può effettuare il marshalling del parametro out di tipo `{0}` nella firma per il metodo `{1}`.
+
+
+
+ Il registrar non può creare una firma per il tipo `{0}` nel metodo `{1}`.
+
+
+
+ Il registrar ha trovato un metodo generico: '{0}'. L'esportazione di metodi generici non è supportata e causerà comportamenti casuali e/o arresti anomali
+
+
+
+ Errore imprevisto nel registrar per il metodo '{0}.{1}': caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è stato possibile registrare l'assembly '{0}': {1}
+
+
+
+ Il registrar ha trovato una firma non corrispondente nel metodo '{0}.{1}'. Il selettore '{4}' indica che il metodo accetta {2} parametri, mentre il metodo gestito contiene {3} parametri.
+
+
+
+ Non è possibile registrare due tipi gestiti ('{0}' e '{1}') con lo stesso nome nativo ('{2}').
+
+
+
+ Non è stato possibile registrare il selettore '{0}' del membro '{1}.{2}' perché è già registrato nel membro '{3}'.
+
+
+
+ Il registrar ha trovato un tipo di campo sconosciuto '{0}' nel campo '{1}.{2}'. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è possibile usare GCC/G++ per compilare il codice generato del registrar statico quando si usa il framework Accounts. Con i file di intestazione forniti da Apple durante la compilazione è richiesto Clang. Usare Clang (--compiler:clang) o il registrar dinamico (--registrar:dynamic).
+
+
+
+ Il tipo del parametro variadic nella funzione variadic '{0}' deve essere System.IntPtr.
+
+
+
+ {0} non valido trovato in '{1}'. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ La proprietà {1} di RegisterAttribute trovata in '{0}' non è valida. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ L'attributo AdoptsAttribute trovato in '{0}' non è valido: è previsto un argomento di costruttore, ma ne sono stati trovati {1}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ L'attributo BindAsAttribute trovato in '{0}.{1}' non è valido: il campo {2} è sconosciuto. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ L'attributo {0} trovato in '{1}.{2}' non è valido. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ L'attributo BindAsAttribute trovato in '{0}' non è valido: è previsto un argomento di costruttore, ma ne sono stati trovati {1}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ L'attributo BindAsAttribute trovato in '{0}' non è valido: non è stato possibile trovare un tipo enumerazione sottostante di {1}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Il registrar ha trovato un tipo non valido '{0}' nella firma per il metodo '{1}': L'interfaccia deve includere un attributo Protocol che ne specifica il tipo di wrapper.
+
+
+
+ Non è possibile registrare due protocolli gestiti ('{0}' e '{1}') con lo stesso nome nativo ('{2}').
+
+
+
+ Non è possibile registrare più metodi di interfaccia per il metodo '{0}.{1}'.
+
+
+
+ Il registrar ha trovato un tipo di parametro generico non valido '{0}' nel parametro {2} del metodo '{1}'. Il parametro generico deve includere un vincolo 'NSObject'.
+
+
+
+ Il registrar ha trovato un tipo restituito generico non valido '{0}' nel metodo '{1}'. Il tipo restituito generico deve includere un vincolo 'NSObject'.
+
+
+
+ Il registrar non può esportare metodi statici in classi generiche ('{0}').
+
+
+
+ Il registrar non può esportare proprietà statiche in classi generiche ('{0}.{1}').
+
+
+
+ Il registrar ha trovato un tipo restituito generico non valido '{0}' nella proprietà '{1}.{2}'. Il tipo restituito deve includere un vincolo 'NSObject'.
+
+
+
+ L'applicazione usa il framework '{0}', che non è incluso in {3} SDK usato per compilare l'app (questo framework è stato introdotto in {3} {2}, mentre per la compilazione si usa {3} {1} SDK). selezionare un SDK più recente nelle opzioni di Compilazione {3} dell'app.
+
+
+
+ L'applicazione usa il framework '{0}', che non è incluso in {3} SDK usato per compilare l'app (questo framework è stato introdotto in {3} {2}, mentre per la compilazione si usa {3} {1} SDK). Questa configurazione non è supportata con il registrar statico. Passare --registrar:dynamic come argomento aggiuntivo di mmp nell'opzione Compilazione Mac del progetto per selezionarla. In alternativa, selezionare un SDK più recente nelle opzioni di Compilazione Mac dell'app.
+
+
+
+ Il membro '{0}' include un attributo Export senza un selettore, che è obbligatorio.
+
+
+
+ Il registrar non può effettuare il marshalling del tipo di parametro '{0}' del parametro '{1}' nel metodo '{2}.{3}'
+
+
+
+ Il metodo '{0}.{1}' implementa '{2}.{3}'.
+
+
+
+ Il registrar non può effettuare il marshalling del tipo di proprietà '{0}' della proprietà '{1}.{2}'.
+
+
+
+ Il registrar non può effettuare il marshalling del tipo di proprietà '{0}' della proprietà '{1}.{2}'. Le proprietà con l'attributo [Connect] devono includere un tipo di proprietà NSObject (o una sottoclasse di NSObject).
+
+
+
+ Il registrar ha trovato una firma non corrispondente nel metodo '{0}.{1}'. Il selettore '{4}' indica che il metodo variadic accetta {2} parametri, mentre il metodo gestito contiene {3} parametri.
+
+
+
+ Non è possibile registrare il selettore '{0}' nel membro '{1}.{2}' perché Xamarin.iOS lo registra in modo implicito.
+
+
+
+ Enumerazione '{0}' non valida: le enumerazioni con attributo [Native] devono includere il tipo enumerazione sottostante 'long' o 'ulong'.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ Il parametro Name dell'attributo Registrar nella classe '{0}' ('{3}') contiene un carattere non valido: '{1}' (0x{2}).
+
+
+
+ {0} non valido trovato in '{1}'. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Il registrar ha trovato un protocollo generico: '{0}'. L'esportazione di protocolli generici non è supportata.
+
+
+
+ Non è possibile registrare il metodo di estensione '{0}.{1}' perché il tipo del primo parametro ('{2}') non corrisponde al tipo di categoria ('{3}').
+
+
+
+ Non è possibile registrare il tipo '{0}' perché il tipo di categoria '{1}' nel relativo attributo Category non eredita da NSObject.
+
+
+
+ Non è possibile registrare il tipo '{0}' perché la proprietà Type nel relativo attributo Category non è impostata.
+
+
+
+ Non è possibile registrare il tipo '{0}' come categoria perché implementa INativeObject o sottoclassi di NSObject.
+
+
+
+ Non è possibile registrare il tipo '{0}' come categoria perché è generico.
+
+
+
+ Non è possibile registrare il metodo '{0}.{1}' come metodo di categoria perché è generico.
+
+
+
+ Non è possibile registrare due categorie ('{0}' e '{1}') con lo stesso nome nativo ('{2}')
+
+
+
+ Non è possibile registrare il metodo di categoria '{0}.{1}' perché per i metodi di estensione è richiesto almeno un parametro, il cui tipo deve corrispondere al tipo di categoria '{2}'.
+
+
+
+ Non è possibile registrare il costruttore {0}.{1} nella categoria {0} perché i costruttori non sono supportati nelle categorie.
+
+
+
+ Non è possibile registrare il metodo '{0}.{1}' come metodo di categoria perché i metodi di categoria devono essere statici.
+
+
+
+ È stato trovato un carattere '{0}' (0x{1}) non valido nel selettore '{2}' per '{3}.{4}'
+
+
+
+ Il registrar ha trovato una struttura non supportata '{0}': tutti i campi di una struttura devono essere anch'essi strutture, ma il campo '{1}' con tipo '{2}' non è una struttura.
+
+
+
+
+ Il tipo '{0}' non è disponibile in {3} {4}. È stato introdotto in {3} {5}. {6} Compilare con una versione più recente di {3} SDK (in genere si usa la versione più recente di Xcode).
+
+
+
+ Il tipo '{0}' (usato come tipo di base di {1}) non è disponibile in {2} {3}. È stato introdotto in {2} {4}. {5} Compilare con una versione più recente di {2} SDK (in genere si usa la versione più recente di Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Il tipo '{0}' (usato come parametro in {1}) non è disponibile in {2} {3}. È stato introdotto in {2} {4}. {5} Compilare con una versione più recente di {2} SDK (in genere si usa la versione più recente di Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Il tipo '{0}' (usato come tipo di proprietà di {1}) non è disponibile in {2} {3}. È stato introdotto in {2} {4}. {5} Compilare con una versione più recente di {2} SDK (in genere si usa la versione più recente di Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Il tipo '{0}' (usato come tipo restituito in {1}) non è disponibile in {2} {3}. È stato introdotto in {2} {4}. {5} Compilare con una versione più recente di {2} SDK (in genere si usa la versione più recente di Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Errore interno nel registrar (ctor {0} con {1} argomenti). Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Errore interno nel registrar. Tipo di disponibilità sconosciuto: {0}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Errore interno nel registrar. I parametri di BindAs non possono essere ref/out: {0}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è possibile esportare la proprietà '{0}' perché il relativo selettore '{1}' è una parola chiave di Objective-C. Usare un nome diverso.
+
+
+
+ Il registrar non è riuscito a trovare il tipo 'System.Void' in nessuno degli assembly a cui viene fatto riferimento.
+
+
+
+ Non è possibile registrare il metodo '{0}' perché la firma contiene un tipo ({1}) che non è un tipo riferimento.
+
+
+
+ Non è possibile registrare il metodo '{0}' perché la firma contiene un tipo generico ({1}) con un tipo di argomento generico che non implementa INativeObject ({2}).
+
+
+
+ Non è possibile registrare il tipo '{0}' perché il relativo nome Objective-C '{1}' è una parola chiave di Objective-C. Usare un nome diverso.
+
+
+
+ Non è stato possibile generare un wrapper P/Invoke per {0}: {1}
+
+
+
+ Il registrar non può eseguire la conversione da '{0}' a '{1}' per il valore restituito nel metodo {2}.
+
+
+
+ L'attributo BindAs nel valore restituito del metodo {0} non è valido: il tipo {1} di BindAs è diverso dal tipo restituito {2}.
+
+
+
+ L'attributo BindAs nel parametro {0} non è valido: il tipo {1} di BindAs è diverso dal tipo di parametro {2}.
+
+
+
+ L'attributo BindAs nella proprietà {0}.{1} non è valido: il tipo {2} di BindAs è diverso dal tipo di proprietà {1}.
+
+
+
+ Il registrar non può eseguire la conversione da '{0}' a '{1}' per il parametro '{2}' nel metodo {3}.
+
+
+
+ Il registrar non può calcolare la firma del blocco per il delegato di tipo {0} nel metodo {1} perché {0} non ha una firma specifica.
+
+
+
+ Il registrar non può calcolare la firma del blocco per il delegato di tipo {0} nel metodo {1} perché non è riuscito a trovare il metodo Invoke del tipo delegato.
+
+
+
+ Non è possibile trovare il blocco per delegare il metodo di conversione per il parametro {1} del metodo {0}.
+
+
+
+ Non è possibile trovare il blocco per delegare il metodo di conversione per il parametro {1} del metodo {0}.
+
+
+
+ Non è possibile trovare il delegato per bloccare il tipo di conversione per il valore restituito del metodo {0}.
+
+
+
+ Il parametro 'ProtocolType' dell'attributo 'Adopts' usato nella classe '{0}' contiene un carattere non valido. Valore usato: '{1}'. Carattere non valido: '{2}'
+
+
+
+ La classe '{0}' non verrà registrata perché il framework WatchKit è stato rimosso da iOS SDK.
+
+
+
+ Il registrar ha trovato il tipo astratto '{0}' nella firma per '{1}'. I tipi astratti non devono essere usati nella firma per un membro esportato in Objective-C.
+
+
+
+ Errore interno nel registrar. I parametri di BindAs non possono essere ref/out: {0}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Il registrar non può calcolare la firma del blocco per il delegato di tipo {0} nel metodo {1} perché non è riuscito a trovare il metodo Invoke del tipo delegato.
+
+
+
+ Manca il compilatore '{0}'. Installare il componente 'Strumenti da riga di comando' di Xcode
+
+
+
+ Non è stato possibile trovare né '{0}' né il compilatore '{1}'. Installare il componente 'Strumenti da riga di comando' di Xcode
+
+
+
+ Non è stato possibile eseguire la compilazione. Codice errore: {0}. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è stato possibile compilare il file o i file '{0}'. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è stato possibile compilare il file o i file '{0}'. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è possibile eseguire la compilazione AOT dell'assembly '{0}' per architetture a 32 bit perché il codice nativo è eccessivo per l'architettura ARM a 32 bit.
+
+
+
+ L'output del compilatore è troppo lungo ed è stato limitato a 1000 righe.
+
+
+
+ Il collegamento nativo non è riuscito ed è stato restituito il codice errore 1. Per dettagli, vedere il log di compilazione.
+
+
+
+ Il collegamento nativo non è riuscito. Esaminare il log di compilazione e i flag utente forniti a GCC: {0}
+
+
+
+ Il collegamento nativo non è riuscito. Esaminare il log di compilazione.
+
+
+
+ Mono.framework MDK non è presente. Installare l'MDK per la versione usata di Mono.framework da https://www.mono-project.com/download/
+
+
+
+ Avviso del collegamento nativo: {0}
+
+
+
+ Non è possibile trovare {0}, probabilmente a causa di un'installazione danneggiata di Xamarin.Mac. Reinstallare Xamarin.Mac.
+
+
+
+ Il collegamento nativo non è riuscito. Esaminare il log di compilazione.
+
+
+
+ L'architettura '{0}' non è valida. L'unica architettura valida è x86_64.
+
+
+
+ Errore del collegamento nativo: {0}
+
+
+
+ Il collegamento nativo non è riuscito. Simbolo non definito: {0}. Verificare che siano stati aggiunti i riferimenti a tutti i framework necessari e che le librerie native siano correttamente collegate.
+
+
+
+ Il collegamento nativo non è riuscito. Classe Objective-C non definita: {0}. Non è stato possibile trovare il simbolo '{1}' in nessuna delle librerie o dei framework collegati all'applicazione.
+
+
+
+ Il collegamento nativo non è riuscito. Simbolo duplicato: '{0}'.
+
+
+
+ Simbolo duplicato in {0} (percorso correlato all'errore precedente)
+
+
+
+ Il collegamento nativo non è riuscito. Simbolo non definito: {0}. A questo simbolo fa riferimento il membro gestito {1}.{2}. Verificare che siano stati aggiunti i riferimenti a tutti i framework necessari e che le librerie native siano collegate.
+
+
+
+ Con i riferimenti a '{0}' potrebbero essere necessarie istruzioni -framework=XXX o -lXXX aggiuntive per il linker nativo
+
+
+
+ Il collegamento nativo non è riuscito per '{0}'. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Il collegamento nativo non è riuscito perché la riga di comando del linker è troppo lunga ({0} caratteri).
+
+
+
+ Non è possibile ignorare il simbolo dinamico {0} (--ignore-dynamic-symbol={0}) perché non è stato rilevato come simbolo dinamico.
+
+
+
+ Il collegamento con WatchKit non verrà eseguito perché è stato rimosso da iOS.
+
+
+
+ Il framework '{0}' verrà ignorato. Non è consentito e verrà rifiutato in Mac App Store
+
+
+
+ Verrà eseguito il collegamento in base al framework '{0}'. Non è consentito e verrà rifiutato in Mac App Store
+
+
+
+ L'esecuzione del linker nativo non è riuscita: {0}. Creare un report di bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Non è stato possibile eseguire il collegamento con il framework '{0}' perché l'SDK {1} corrente non contiene il supporto per questo framework nel simulatore.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Manca lo strumento 'strip'. Installare il componente 'Strumenti da riga di comando' di Xcode
+
+
+
+ Manca lo strumento 'dsymutil'. Installare il componente 'Strumenti da riga di comando' di Xcode
+
+
+
+ Non è stato possibile generare i simboli di debug (directory dSYM). Esaminare il log di compilazione.
+
+
+
+ Non è stato possibile rimuovere il file binario finale. Esaminare il log di compilazione.
+
+
+
+ Manca lo strumento 'lipo'. Installare il componente 'Strumenti da riga di comando' di Xcode
+
+
+
+ Non è stato possibile creare la libreria FAT. Esaminare il log di compilazione.
+
+
+
+ Manca lo strumento '{0}'. Installare il componente 'Strumenti da riga di comando' di Xcode
+
+
+
+ È possibile che il contratto di licenza di Xcode non sia stato accettato. Avviare Xcode.
+
+
+
+ Non è stato possibile eseguire lo strumento '{0}' ed è stato restituito il codice errore '{1}'. Per dettagli, vedere il log di compilazione.
+
+
+
+ install_name_tool non è riuscito ed è stato restituito il codice errore '{0}'. Per dettagli, vedere il log di compilazione.
+
+
+
+ lipo non è riuscito ed è stato restituito il codice errore '{0}'. Per dettagli, vedere il log di compilazione.
+
+
+
+ pkg-config non è riuscito ed è stato restituito il codice errore '{0}'. Per dettagli, vedere il log di compilazione.
+
+
+
+ Non è stato possibile trovare {0}. Installare Mono.framework da https://mono-project.com/Downloads
+
+
+
+ Non è stato possibile eseguire pkg-config: '{0}'. Per dettagli, vedere il log di compilazione.
+
+
+
+ Lo strumento xcrun non è riuscito a trovare alcun risultato durante la ricerca dello strumento '{0}' (il file '{1}' non esiste). Per dettagli, vedere il log di compilazione.
+
+
+
+ Errore di coerenza interno. Caricare un report sui bug all'indirizzo https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Non è possibile eseguire il marshaling del parametro del tipo {0} per il parametro {1} nella chiamata a {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Non è possibile eseguire il marshaling del parametro del tipo {0} per il parametro {1} nella chiamata a {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Impossibile eseguire il marshalling da {0} a un oggetto Objective-C. La classe gestita deve ereditare da NSObject o implementare INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Tipo di codifica non valido per il parametro.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.ja.resx b/tools/mtouch/TranslatedAssemblies/Errors.ja.resx
index bc66d54b72d1..a0245edf10cb 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.ja.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.ja.resx
@@ -1,1700 +1,1730 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the ja MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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} のエラー メッセージが見つかりませんでした。見つからなかったメッセージを https://github.com/xamarin/xamarin-macios/issues/new の GitHub にお知らせください
+
+ This is the default message when an error code can not be found.
+
+
+
+ 予期しないエラーです。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '-devname' が、デバイス固有のアクションなしで指定されました
+
+
+
+ Xamarin.Mac のこのバージョンには、Mono {0} が必要です (現在の Mono バージョンは {1})。http://mono-project.com/Downloads から Mono.framework を更新してください
+
+
+
+ 環境変数 '{0}' を解析できませんでした
+
+
+
+ アプリケーション名 '{0}.exe' は、SDK または製品のアセンブリ (.dll) 名と競合しています。
+
+
+
+ 新しい参照カウント ロジックでは、SGen も有効にする必要があります。
+
+
+
+ 出力ディレクトリ * は存在しません。
+
+
+
+ {0} には devel プラットフォームがありません。--platform=PLAT を使用して SDK を指定してください。
+
+
+
+ ルート アセンブリ '{0}' が存在しません
+
+
+
+ ルート アセンブリを 1 つだけ指定する必要がありますが、{0} 個のアセンブリが見つかりました: '{1}'
+
+
+
+ アセンブリの読み込み中にエラーが発生しました: {0}。
+
+
+
+ コマンド ライン引数を解析できませんでした: {0}
+
+
+
+ {0} は、Xamarin.iOS でサポートされているよりも新しいランタイム ({1}) に対してビルドされたものです。
+
+
+
+ * を完了するには不完全なデータが入力されました。
+
+
+
+ プロファイリングをサポートするには、SGen も有効にする必要があります。
+
+
+
+ iOS {0} SDK では、{1} を対象とするアプリケーションのビルドはサポートされていません。
+
+
+
+ 無効な ABI です: {0}。サポートされている ABI は次のとおりです: i386、x86_64、armv7、armv7+llvm、armv7+llvm+thumb2、armv7s、armv7s+llvm、armv7s+llvm+thumb2、armv7k、armv7k+llvm、arm64、arm64+llvm、arm64_32、arm64_32+llvm。
+
+
+
+ オプション '{0}' は非推奨になりました。
+
+
+
+ ルート アセンブリを指定する必要があります。
+
+
+
+ 不明なコマンド ライン引数です: '{0}'
+
+
+
+ 1 つの --[log|install|kill|launch]dev または --[launch|debug]sim オプションのみを使用できます。
+
+
+
+ '{0}' の有効なオプションは '{1}' です。
+
+
+
+ 静的レジストラーを使用しているときは gcc または g++ (--use-gcc) を使用してコンパイルすることはできません (これは、デバイス向けにコンパイルするときの既定の動作です)。--use-gcc フラグを削除するか、動的レジストラー (--registrar:dynamic) を使用してください。
+
+
+
+ オプション '--unsupported--enable-generics-in-registrar' および '--registrar' には互換性がありません。
+
+
+
+ ルート アセンブリ {0} が別のアセンブリ ({1}) と競合しています。
+
+
+
+ アプリケーション名 '{0}.exe' は、別のユーザー アセンブリと競合しています。
+
+
+
+ 必要なファイル '{0}' が見つかりませんでした。
+
+
+
+ SDK バージョンが指定されていません。アプリケーションのビルドに使用する {0} SDK を指定するには、--sdk=X.Y を追加してください。
+
+
+
+ コマンド ライン引数 '-{0}' を解析できませんでした: {1}
+
+
+
+ オプション '\*' および '\*' には互換性がありません。
+
+
+
+ iOS 4.1 またはそれより前のバージョンを対象としている場合は、PIE (-pie) を有効にできません。PIE を無効にする (-pie:false) か、配置ターゲットを iOS 4.2 以上に設定してください
+
+
+
+ REPL (--enable-repl) は、シミュレーターでのみサポートされています (--sim)。
+
+
+
+ 実行可能ファイル名 ({0}) とアプリ名 ({1}) が異なります。この状態では、クラッシュ ログでシンボル名の付加が正常に実行されない可能性があります。
+
+
+
+ コマンド ライン引数 '--enable-background-fetch' および '--launch-for-background-fetch' には、'--launchsim' も必要です。
+
+
+
+ オプション '--debugtrack' は、'--debug' も同時に指定されている場合を除き、無視されます。
+
+
+
+ Xamarin.iOS プロジェクトは、monotouch.dll または Xamarin.iOS.dll のいずれかを参照する必要があります
+
+
+
+ {1} プロジェクト内で '{0}.dll' を参照することはできません。'{2}' によって暗黙的に参照されています。
+
+
+
+ * シミュレーターを * アプリ用に起動できません。プロジェクトの iOS ビルド オプション (詳細設定ページ) で、適切なアーキテクチャを有効にしてください。
+
+
+
+ monotouch.dll は 64 ビット互換ではありません。Xamarin.iOS.dll を参照するか、64 ビット アーキテクチャ向け (ARM64 または x86_64) にはビルドしないでください。
+
+
+
+ Xamarin.iOS.dll を参照している場合、古いレジストラー (--registrar:oldstatic|olddynamic) はサポートされません。
+
+
+
+ ARMv6 を対象とするアプリケーションは、Xamarin.iOS.dll を参照できません。
+
+
+
+ アセンブリ '\*' ('\*' によって参照) が見つかりませんでした。
+
+
+
+ {1} アプリ内で '{0}' を参照できません。
+
+
+
+ monotouch.dll と Xamarin.iOS.dll のどちらに対する参照も見つかりませんでした。monotouch.dll への参照が追加されます。
+
+
+
+ Boehm ガベージ コレクターはサポートされていません。代わりに、SGen ガベージ コレクターが選択されました。
+
+
+
+ --listsim は、Xcode 6.0 以降でのみサポートされています。
+
+
+
+ --extension は、iOS 8.0 (またはそれ以降) SDK を使用している場合にのみサポートされます。
+
+
+
+ Unified アプリケーションの最小配置ターゲットは 5.1.1 で、現在の配置ターゲットは '*' です。プロジェクトの iOS アプリケーション オプションで、より新しい配置ターゲットを選択してください。
+
+
+
+ {0}.framework は、配置ターゲットが 8.0 以降の場合にのみサポートされます。{0} 機能が正しく動作しない可能性があります。
+
+
+
+ --no-root-assembly を渡す場合はルート アセンブリを指定できません。{0} 個のアセンブリが見つかりました: '{1}'
+
+
+
+ {3} {0} には Xcode {4} 以降が必要です。現在の Xcode のバージョン ({2} 内で検出) は {1} です。
+
+
+
+ --no-root-assembly を渡す場合は、出力ディレクトリ (--output) が必要です。
+
+
+
+ コマンドが指定されませんでした。
+
+
+
+ パス '{0}' を正規化できません: {1} ({2})。
+
+
+
+ Xcode パス '{0}' が存在しません。
+
+
+
+ 既定の場所 (/Applications/Xcode.app) に Xcode が見つかりません。Xcode をインストールするか、--sdkroot <path> を使用してカスタム パスを渡してください。
+
+
+
+ SDK ルート '{0}' から Xcode.app へのパスを特定できません。Xcode.app バンドルへの完全なパスを指定してください。
+
+
+
+ Xcode.app '{0}' が無効です (ファイル '{1}' が存在しません)。
+
+
+
+ システムで現在選択されている Xcode が見つかりませんでした: {0}
+
+
+
+ システムで現在選択されている Xcode が見つかりませんでした。'xcode-select --print-path' が '{0}' を返しましたが、そのディレクトリは存在しません。
+
+
+
+ Xcode.app が (--sdkroot を使用して) 指定されていません。'Xcode-select --print-path' によって報告されるとおりのシステム Xcode を使用しています: {0}
+
+
+
+ Xcode.app が (--sdkroot または 'xcode-select --print-path' を使用して) 指定されていません。代わりに既定の Xcode を使用しています: {0}
+
+
+
+ 拡張機能 * に実行可能ファイルが見つかりません (Info.plist 内に CFBundleExecutable エントリがありません)
+
+
+
+ Xamarin.iOS は、Unified プロジェクトでのみ埋め込みフレームワークをサポートしています。
+
+
+
+ Xamarin.iOS は、配置ターゲットが 8.0 以上の場合にのみ埋め込みフレームワークをサポートします (現在の配置ターゲット: '{0}'、埋め込みフレームワーク: '{1}')
+
+
+
+ Xamarin.iOS は、配置ターゲットが 2.0 以上の場合にのみ埋め込みフレームワークをサポートします (現在の配置ターゲット: '{0}'、埋め込みフレームワーク: '{1}')
+
+
+
+ ビルド レジストラー アセンブリが無効です: *
+
+
+
+ レジストラーが無効です: {0}
+
+
+
+ ターゲット フレームワークの値が無効です: {0}。
+
+
+
+ ターゲット フレームワークが無効です: {0}。有効なターゲット フレームワークは次のとおりです: {1}。
+
+
+
+ 不明なプラットフォーム: {0}。これは通常、{1} にバグがあることを示します。テスト ケースを添えて https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください。
+
+
+
+ 拡張機能は、プラットフォーム '{0}' ではサポートされていません。
+
+
+
+ {4} {0} は、{3} の配置ターゲット {1} をサポートしていません (最小は {2} です)。プロジェクトの Info.plist で、より新しい配置ターゲットを選択してください。
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} は、{1} に対する {3} のデプロイ ターゲットをサポートしていません (最大は {2} です)。プロジェクトの Info.plist で、より古いデプロイ ターゲットを選択するか、より新しいバージョンの {4} にアップグレードしてください。
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {1} プロジェクトのアーキテクチャ '{0}' が無効です。有効なアーキテクチャは次のとおりです: {2}
+
+
+
+ アーキテクチャが (--abi 引数を使用して) 指定されていません。{0} プロジェクトには、アーキテクチャが必要です。
+
+
+
+ WatchOS プロジェクトは拡張機能である必要があります。
+
+
+
+ インクリメンタル ビルドは、配置ターゲットが 8.0 より前の場合に有効になります (現在は {0})。これはサポートされていません (生成されるアプリケーションは iOS 9 で起動しません)。そのため、配置ターゲットは 8.0 に設定されます。
+
+
+
+ {4} {0} に推奨される Xcode のバージョンは、Xcode {3} 以降です。現在の Xcode のバージョン ({2} 内で検出) は {1} です。
+
+
+
+ アプリ バンドルに実行可能ファイルがコピーされませんでした。'support@xamarin.com' にお問い合わせください
+
+
+
+ 新しい参照カウント ロジックを無効化することは非推奨になりました。
+
+
+
+ コマンド ライン引数 --download-crash-report には --download-crash-report-to も必要です。
+
+
+
+ REPL (--enable-repl) は、リンクを使用していない場合にのみサポートされます (--nolink)。
+
+
+
+ ASM 専用のビットコードは watchOS ではサポートされていません。--bitcode:marker または --bitcode:full のいずれかを使用してください。
+
+
+
+ このシミュレーターではビットコードはサポートされていません。シミュレーター用にビルドするときは --bitcode を渡さないでください。
+
+
+
+ '{0}' への参照が見つかりませんでした。自動的に追加されます。
+
+
+
+ ターゲット フレームワーク (--target-framework) を指定する必要があります。
+
+
+
+ インクリメンタル ビルド (--fastdev) は、Boehm GC ではサポートされていません。インクリメンタル ビルドは無効にされます。
+
+
+
+ watchOS アプリでは、GC は協調モードでなければなりません。mtouch に対する --coop:false 引数を削除してください。
+
+
+
+ GC で協調モードが有効になっている場合、オプション '{0}' に値 '{1}' を指定することはできません。
+
+
+
+ ターゲット フレームワーク '{0}' は非推奨になりました。代わりに '{1}' を使用してください。
+
+
+
+
+
+ 'mlaunch' が見つかりませんでした。
+
+
+
+
+ AOT ファイルを宛先ディレクトリ {0} にコピーできませんでした: {1}
+
+
+
+ AOT ファイルを宛先ディレクトリ {0} にコピーできませんでした: プロセスを開始できませんでした。
+
+
+
+ AOT ファイルを宛先ディレクトリ {0} にコピーできませんでした
+
+
+
+ Xamarin.iOS.dll への参照が見つかりませんでした。
+
+
+
+ machine.config ファイル '{0}' を見つけることができませんでした。
+
+
+
+
+ 内部エラー: {0}。問題を https://github.com/xamarin/xamarin-macios/issues/new にお寄せください。
+
+
+
+ アセンブリ ビルド ターゲットが無効です: '{0}'。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ アセンブリ '{0}' が --assembly-build-target 引数に複数回指定されています。
+
+
+
+ アセンブリ '{0}' と '{1}' は、ターゲット名 ('{2}') が同じですが、ターゲットが異なります ('{3}' と '{4}')。
+
+
+
+ 静的オブジェクト '{0}' に複数のアセンブリ ('{1}') が含まれていますが、各静的オブジェクトは 1 つのアセンブリに対応する必要があります。
+
+
+
+ '{0}' のアセンブリ ビルド ターゲットが指定されませんでした。
+
+
+
+ アセンブリのビルド ターゲット名 '{0}' が無効です: 文字 '{1}' は使用できません。
+
+
+
+ 複数のアセンブリ '{0}' のカスタム LLVM 最適化 ('{1}') が異なっています。すべてが単一のバイナリにコンパイルされる場合、これは許可されません。
+
+
+
+ アセンブリ ビルド ターゲット '{0}' がどのアセンブリとも一致しませんでした。
+
+
+
+ アセンブリ '{0}' が、指定されたパスとは異なるパスから読み込まれました (指定されたパス: {1}、実際のパス: {2})。
+
+
+
+ このバージョンの Xamarin.iOS では、サード パーティのバインド ライブラリをインクルードしていてビットコードにコンパイルされるプロジェクトでのインクリメンタル ビルドがサポートされていないため、インクリメンタル ビルドは無効にされました。
+
+
+
+ このバージョンの Xamarin.iOS では、ビットコードを有効にしないと LLVM を使用した watchOS プロジェクトのビルドがサポートされないため、ビットコードが有効にされました。
+
+
+
+ ネイティブ コードの共有が無効にされました。理由: {0}
+
+
+
+ コンテナー アプリの配置ターゲットが iOS 8.0 より前 ({0}) です。
+
+
+
+ コンテナー アプリに国際化アセンブリ ({0}) が含まれています。
+
+
+
+ コンテナー アプリにマネージド linker 用のカスタム xml 定義が含まれています ({0})。
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ 拡張機能 '{0}' についてネイティブ コードの共有が無効にされました。理由: {1}
+
+
+
+ ビットコード オプションがコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ --assembly-build-target オプションがコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ 国際化アセンブリがコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ AOT コンパイラへの引数がコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ AOT コンパイラへの他の引数がコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ LLVM がコンテナー アプリ ({0}) と拡張機能 ({1}) の両方で有効または無効にされていません。
+
+
+
+ マネージド リンカーの設定がコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ マネージド リンカーに対してスキップされるアセンブリが、コンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ 拡張機能にマネージド linker 用のカスタム xml 定義が含まれています ({0})。
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ インタープリターの設定がコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ 解釈済みアセンブリがコンテナー アプリ ({0}) と拡張機能 ({1}) とで異なります。
+
+
+
+ コンテナー アプリが ABI {0} 用にビルドされていません (拡張機能はこの ABI 用にビルドされています)。
+
+
+
+ コンテナー アプリは ABI {0} 用にビルドされていますが、これが拡張機能の ABI ({1}) と互換性がありません。
+
+
+
+ remove-dynamic-registrar 最適化がコンテナー アプリ ({0}) と拡張機能 ({1}) との間で異なります。
+
+
+
+ コンテナー アプリでは '{1}' からアセンブリ '{0}' を参照していますが、拡張機能では '{2}' から異なるバージョンを参照しています。
+
+
+
+ ハイブリッド AOT コンパイルでは、すべてのアセンブリを AOT でコンパイルする必要があります
+
+
+
+ ビットコードが有効な場合は、コードを使用して動的シンボルを参照することをお勧めします (--dynamic-symbol-mode=code)。
+
+
+
+ アーキテクチャが無効です: {0}。配置ターゲットが 11 以降の場合、32 ビット アーキテクチャはサポートされません。
+
+
+
+ 64 ビットのみをサポートするシミュレーター上で 32 ビット アプリを起動することはできません。
+
+
+
+ mono シンボルを含むディレクトリ {0} が見つかりませんでした。
+
+
+
+ 実行可能アセンブリ {0} が {1}.dll を参照していません。
+
+
+
+ 現在の言語を '{0}' に設定できませんでした (LANG={1} による): {2}
+
+
+
+ --assembly-build-target コマンド ライン引数はシミュレーターでは無視されます。
+
+
+
+ インクリメンタル ビルドはシミュレーターでサポートされていないため、インクリメンタル ビルドは無効にされました。
+
+
+
+ このバージョンの Xamarin.iOS では、サード パーティのバインド ライブラリを複数含むプロジェクトでのインクリメンタル ビルドがサポートされていないため、インクリメンタル ビルドは無効にされました。
+
+
+
+ ファイル '{0}' をタッチできませんでした: {1}
+
+
+
+ '{0}' のデバッグ シンボル ファイルがアセンブリと一致しないため、無視されます。
+
+
+
+ ルート アセンブリが見つかりません。少なくとも 1 つのルート アセンブリを指定する必要があります。
+
+
+
+ アセンブリ リストに製品アセンブリ '{0}' が見つかりません: '{1}'
+
+
+
+ 不明な最適化です: '{0}'。有効な最適化は次のとおりです: {1}。
+
+
+
+ '{0}' に一致するアセンブリが 2 つ以上見つかりました。最初に見つかったものが選択されます: {1}{2}
+
+
+
+ システム フレームワーク '{0}' (アセンブリ '{1}' で参照されている) は、{2} {3} で導入されたもので、現在は {2} {4} SDK を使用しているため、そのフレームワークはリンクしませんでした。
+
+
+
+ '{1}' から参照されているアセンブリ '{0}' が見つかりません。
+
+
+
+ '{1}' の {2} 属性によって参照されているアセンブリ '{0}' が見つかりません。
+
+
+
+ ファイル '{0}' は有効なフレームワークではありません。
+
+
+
+ インタープリターはシミュレーターではサポートされていません。シミュレーター上で同じ追加機能を提供する REPL に切り替えます。
+
+
+
+ --interpreter への引数として渡されたアセンブリ '{0}' が見つかりません。
+
+
+
+ Classic API を使用しているプロジェクトはサポートされなくなります。プロジェクトを Unified API に移行してください。
+
+
+
+ 32 ビット アプリのビルドはサポートされなくなります。プロジェクトの Mac ビルド オプションのアーキテクチャを 'x86_64' に変更してください。
+
+
+
+ watchOS 上でデバッグ用にビルドするときは、デバイス固有のビルドを使用してください。
+
+
+
+ ARM64_32 デバッグ モードでは --interpreter[=all] が必要です。強制的に設定します。
+
+
+
+ pkg-config から cflags '{0}' を解析できません: {1}
+
+
+
+ {2} 内のライブラリ '{1}' の LinkWith 属性からリンカー フラグ '{0}' を解析できません: {3}
+
+
+
+ 内部エラー: 現在、インタープリターは 64 ビットでのみ使用できます。
+
+
+
+ 内部エラー: byref 配列が string、NSObject、または INativeObject のいずれでもありません。
+
+
+
+ 内部エラー: {2} で '{0}' から '{1}' に変換できません。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部エラー: スマート列挙型 {0} が、スマートな列挙型ではないようです。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部エラー: {1} に対してサポートされていない tokentype ({0}) です。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部エラー: リンカーも実行されている場合 (または、無効にされた場合) 以外は、静的レジストラーを実行することはできません。回避策としては、追加の {0} 引数として '-f' を渡すことで完全ビルドを実行することが考えられます。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部エラー: 名前のないシンボルです (型: {0})。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部エラー: 'フレームワークをフレームワークに変換することはできません: {0}'。テスト ケースを添えてバグ報告をお寄せください (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ アセンブリ {0} は別のアセンブリによって参照されましたが、同時にリンカーによってもリンクされました。
+
+
+
+ リンカー出力に '{0}' という名前の複数のアセンブリが含まれています:\n\t{1}
+
+
+
+ {0} の一部のアセンブリにリンク タスクがありません
+
+
+
+ {0} のリンク タスクがすべて同じではありません
+
+
+
+ アセンブリ '{0}' がシステムの GAC {1} から解決されました。将来これが問題となる可能性があります。このような問題を回避するには、システムの GAC でのみ使用可能なアセンブリを使用しないようにしてください。
+
+
+
+ 不明なプラットフォーム: {0}。これは通常、バグがあることを示します。テスト ケースを添えて https://github.com/xamarin/xamarin-macios/issues/new にバグ報告を提出してください。
+
+
+ '{0}' のデバッグ シンボル ファイルは無効であるため、無視されました。
+
+
+
+ このバージョンの {0} では、{1} {2} SDK (Xcode {3} に同梱) が必要です。Xcode をアップグレードして必要なヘッダー ファイルを取得するか、動的レジスタを使用するか、プロジェクトの [Mac ビルド オプション] > [リンカーの動作] で (新しい API を回避するために) マネージド リンカーの動作を [プラットフォームをリンクします] または [フレームワーク SDK のみをリンクする] に設定します。
+
+
+ このバージョンの {0} では、{1} {2} SDK (Xcode {3} に同梱) が必要です。Xcode をアップグレードして必要なヘッダー ファイルを取得するか、プロジェクトの [iOS ビルド オプション] > [リンカーの動作] で (新しい API を回避するために) マネージド リンカーの動作を [フレームワーク SDK のみをリンクする] に設定します。
+
+
+ 現在のプラットフォーム ({0}) で使用できないため、フレームワーク {1} (型 {2} で使用) とリンクしていません。
+
+
+ 現在のプラットフォーム ({2}) では使用できないため、({1} のモジュール参照で参照されている) フレームワーク {0} とリンクしていません。
+
+
+ iOS バージョン {0} を Mac Catalyst の macOS バージョンにマップできません
+
+
+ macOS バージョン {0} を Mac Catalyst の対応する iOS バージョンにマップできません
+
+
+ CoreCLR を使用している場合、オプション '{0}' は値 '{1}' を取得できません。
+
+
+ アセンブリ '{0}' を '{1}' にコピーできませんでした: {2}
+
+
+
+ アセンブリ '{0}' を読み込むことができませんでした: {1}
+
+
+
+ 依存関係の追跡エラー: 比較するファイルがありません。テスト ケースを添えて https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください。
+
+
+
+ '{0}' のキャッシュされたバージョンを再利用できませんでした: {1}。
+
+
+
+ 実行可能ファイル '{0}' を作成できませんでした: {1}
+
+
+
+ ディレクトリ '{0}' を '{1}' にコピーできませんでした: {2}
+
+
+
+ symlink '{0}' -> '{1}' を作成できませんでした: エラー {2}
+
+
+
+ フレームワーク '{0}' の異なるバージョンをインクルードすることはできません
+
+
+
+ フレームワーク '{0}' は、{1} からインクルードされました (前のエラーに関連)
+
+
+
+ サポートされていないビットコード プラットフォームです: {0}。
+
+
+
+ サポートされていない tvOS ABI です: {0}。
+
+
+
+ '{1}' からネイティブ ライブラリ '{0}' を抽出できませんでした。ネイティブ ライブラリが適切にマネージド アセンブリに埋め込まれていることを確認してください (アセンブリがバインド プロジェクトを使用してビルドされた場合、ネイティブ ライブラリはプロジェクトにインクルードされている必要があり、そのビルド アクションは 'ObjcBindingNativeLibrary' でなければなりません)。
+
+
+
+ .s を .ll に変換しているときに、無効なエスケープ シーケンスがありました。{0}:{1} に最後の文字として \\ があります。
+
+
+
+ .s を .ll に変換しているときに、無効なエスケープ シーケンスがありました。{2} のため、{0}:{1} に正しくない 8 進数エスケープがあります。
+
+
+
+ '{1}' からネイティブ フレームワーク '{0}' を展開できませんでした。ビルド ログを参照して、ネイティブの 'unzip' コマンドからの詳細情報をご確認ください。
+
+
+
+ バインド ライブラリ '{0}' にはユーザー フレームワーク ({0}) が含まれていますが、埋め込みユーザー フレームワークには iOS 8.0 が必要です (配置ターゲットは {1})。Info.plist ファイルで配置ターゲットを 8.0 以上に設定してください。
+
+
+
+ 必要な 'Xamarin.Mac.dll' アセンブリが参照にありません
+
+
+
+ アセンブリ '{0}' は、このツールまたはプロファイルと互換性がありません
+
+
+
+ {0} {1} が見つかりませんでした。ターゲット フレームワーク '{2}' はアプリケーションのパッケージ化に使用できません。
+
+
+
+ ターゲット フレームワーク '{0}' が無効です。
+
+
+
+ useFullXamMacFramework のターゲット フレームワークは常に .NET 4.5 にする必要があります。'{0}' は無効です。
+
+
+
+ Xamarin.Mac 参照 '{0}' と選択されたターゲット フレームワーク '{1}' が一致しません。
+
+
+
+ 参照を解決できませんでした: {0}
+
+
+
+ リンクする前に、'{1}' 内に '{0}' 型への参照が 1 つ以上既に存在しています
+
+
+
+ リンクした後に、'{1}' 内に '{0}' 型への参照が 1 つ以上まだ存在しています
+
+
+
+
+ Mach-O 動的ライブラリではありません (不明なヘッダー '0x{0}'): {1}。
+
+
+
+ Mach-O スタティック ライブラリではありません (不明なヘッダー '{0}' がありますが、'!<arch>' が必要です)。
+
+
+
+ Mach-O 動的ライブラリではありません (不明なヘッダー '0x{0}'): {1}。
+
+
+
+ {1} の位置 {0} にある fat エントリの形式が不明です。
+
+
+
+ 種類が {0} のファイルは、MachO ファイルではありません ({1})。
+
+
+
+ スタティック ライブラリ '{1}' のエントリ '{0}' が無効です。エントリ ヘッダーの末尾が 0x60 0x0A ではありません ('0x{2} 0x{3}' が見つかりました)
+
+
+
+ アセンブリをリンクできませんでした。{0}
+
+
+
+ 参照を解決できませんでした: {0}
+
+
+
+ 静的レジストラーが有効になっていないため、オプション '--optimize={0}{1}' は無視されます
+
+
+
+
+ リンクが無効になっているため、オプション '--optimize={0}{1}' は無視されます
+
+
+
+ オプション '--optimize={0}' は {1} にのみ適用可能であるため、無視されます。
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ 追加のリンカー定義ファイル '{0}' が見つかりませんでした。
+
+
+
+ '{0}' からの定義を解析できませんでした。
+
+
+
+ '{0}' から mscorlib.dll を読み込むことができません。Xamarin.iOS を再インストールしてください。
+
+
+
+ ネイティブ ライブラリ '{0}' が参照されましたが、見つかりませんでした。
+
+
+
+ "{0}" 参照を "{1}" から解決できませんでした
+
+
+
+ 完全な .NET Framework に対する Xamarin.Mac Unified API では、SDK または All アセンブリのリンクがサポートされません。`-nolink` または `-linkplatform` フラグのどちらかを渡してください。
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ {0}.{1} によって参照されています
+
+
+
+ 不明な HttpMessageHandler `{0}` です。有効な値は HttpClientHandler (既定値)、CFNetworkHandler、または NSUrlSessionHandler です
+
+
+
+ {1} 個の \"参照元\" 警告のうち最初の {0} 個だけが表示されています。
+
+
+
+ \"{1}\" で参照されている \"{0}\" への参照を解決できませんでした。このアプリには参照されているアセンブリがインクルードされないため、実行時に失敗する可能性があります。
+
+
+
+ アセンブリ '{0}' は混合モードであるため、リンクできません。
+
+
+
+ watchOS では HttpMessageHandler `{0}` は無効です。有効な値は NSUrlSessionHandler のみです。
+
+
+
+ XML の説明を処理できませんでした: {0}
+
+
+
+ アセンブリ '{0}' は、2 つの異なる場所 '{1}' および '{2}' から参照されています。
+
+
+
+ ルート アセンブリ '{0}' を読み込めません。
+
+
+
+
+ リンカー ステップ '{0}' で `{1}` の処理に失敗しました。
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ 参照 '{0}' を解決できません。'{2}' 内のメソッド '{1}' から参照されています。
+
+
+
+ アセンブリ '{1}' 内のメソッド '{0}' の処理でエラーが発生しました: {2}
+
+
+
+ アセンブリ '{1}' 内のメソッド '{0}' の処理でエラーが発生しました
+
+
+
+ アセンブリ '{0}' の処理でエラーが発生しました: {1}
+
+
+
+ メンバー '{0}' の [BindingImpl] 属性が無効です: フィールドは想定されていませんでした。
+
+
+
+ メンバー '{0}' の [BindingImpl] 属性が無効です: プロパティは想定されていませんでした。
+
+
+
+ メンバー '{0}' の [BindingImpl] 属性が無効です。パラメーター型 '{1}' を含むコンストラクターは想定されていませんでした ('ObjCRuntime.BindingImplOptions' が想定されます)。
+
+
+
+ メンバー '{0}' の [BindingImpl] 属性が無効です。{1} 個のパラメーターを含むコンストラクターは想定されていませんでした (1 個のパラメーターが想定されます)。
+
+
+
+ プロパティ {1}.{0} に exception 句 '{2}' が含まれていますが、これはビットコードをコンパイルするときには現在サポートされていません。このプロパティは、呼び出されたときに例外をスローします。
+
+
+
+ メソッド {1}.{0} に exception 句 '{2}' が含まれていますが、これはビットコード用にコンパイルするときには現在サポートされていません。このメソッドは、呼び出されると例外をスローします。
+
+
+
+ 前の命令が予期しないものであったため ({3})、{0} のオフセット {1} にある BlockLiteral.{2} への呼び出しを最適化できませんでした
+
+
+
+ 最初の引数のデリゲート型の種類を特定できなかったため (命令: {3})、{0} のオフセット {1} にある BlockLiteral.{2} への呼び出しを最適化できませんでした
+
+
+
+ 最初の引数 (トランポリン) として渡された値の型が {1} であるため、ブロック シグネチャを計算できず、{0} にある BlockLiteral.{2} の呼び出しを最適化できませんでした。
+
+
+
+ {2} 上で [UserDelegateType] 属性が見つからなかったため、{0} のオフセット {1} にある BlockLiteral.SetupBlock への呼び出しを最適化できませんでした。
+
+
+
+ {0} のオフセット {1} にある BlockLiteral.SetupBlock への呼び出しを最適化できませんでした: {2}。
+
+
+
+ {0} は '{1}.{2} ({3})' を参照しているため、動的レジストラーを削除することは安全ではありません。
+
+
+
+ アプリ ストアの制限に準拠するため、{0} から {1} 以外のアーキテクチャが削除されました。これにより、既存のコード署名用の署名が中断される可能性があります。lipo でライブラリを取り除くか、--optimize=-trim-architectures で無効にすることをご検討ください
+
+
+
+ Xamarin.Mac の '部分的な静的' レジストラーは、リンクをサポートしていません。リンクを無効にするか、別のレジストラー モードを使用してください。
+
+
+
+ 読み込まれたアセンブリの一覧で corlib アセンブリ '{0}' が見つかりません。
+
+
+
+
+
+
+
+
+
+
+ {1} の処理中にリンカー ステップ '{0}' が失敗しました。
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ {1} の処理中にリンカー ステップ '{0}' が失敗しました。{2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ アセンブリ '{1}' を {0} できませんでした
+
+
+
+ LLVM を使用してビルドする場合、デバッグはサポートされません。デバッグが無効にされました。
+
+
+
+ アセンブリ '{0}' は存在しないため、AOT にできませんでした。
+
+
+
+ アセンブリ '{1}' の依存関係 '{0}' が見つかりませんでした。プロジェクトの参照をご確認ください。
+
+
+
+ プロジェクトの完全な依存関係マップを計算できませんでした。Xamarin.iOS ではリビルドする必要がある対象 (およびリビルドする必要のない対象) を適切に検出できないため、ビルドが低速になります。詳細については、前の警告をご確認ください。
+
+
+
+ デバッグ情報ファイル (*.mdb と *.pdb) は、LLVM が有効になっているときには読み込まれません。
+
+
+
+ ビットコードのサポートには、LLVM を使用する必要があります (--abi=arm64+llvm など)
+
+
+
+ '{0}' の AOT が要求されましたが、見つかりませんでした
+
+
+
+ '{0}' の AOT の除外が要求されましたが、見つかりませんでした
+
+
+
+ メイン テンプレートを `{0}` に展開できませんでした。
+
+
+
+ P/Invoke メソッドのために生成されたコードをコンパイルできませんでした。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ レジストラーで型 `{0}` のシグネチャをビルドできません。
+
+
+
+ レジストラーにより、メソッド `{2}` のシグネチャに無効な型 `{0}` が検出されました。代わりに `{1}` を使用します。
+
+
+
+ レジストラーにより、メソッド `{1}` のシグネチャに無効な型 `{0}` が検出されました: この型は INativeObject を実装していますが、2 個の引数 (IntPtr、bool) を受け取るコンストラクターがありません。
+
+
+
+ レジストラーで、メソッド `{1}` のシグネチャに含まれる型 `{0}` の戻り値をマーシャリングできません。
+
+
+
+ レジストラーで、メソッド `{1}.{2}` 内の型 `{0}` の戻り値をマーシャリングできません。
+
+
+
+ レジストラーで、メソッド `{1}` のシグネチャにある型 `{0}` のパラメーターをマーシャリングできません。
+
+
+
+ レジストラーで、マネージド型 `{0}` の ObjectiveC 型を取得できません。
+
+
+
+ 生成されたレジストラー コードをコンパイルできませんでした。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ レジストラーで、メソッド `{1}` のシグネチャに含まれる型 `{0}` の出力パラメーターをマーシャリングできません。
+
+
+
+ レジストラーで、メソッド `{1}` 内の型 `{0}` のシグネチャをビルドできません。
+
+
+
+ レジストラーにより、ジェネリック メソッドが検出されました: '{0}'。ジェネリック メソッドのエクスポートはサポートされておらず、ランダムな動作やクラッシュを引き起こします
+
+
+
+ メソッド '{0}.{1}' についてレジストラーで予期しないエラーが発生しました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ アセンブリ '{0}' を登録できませんでした: {1}
+
+
+
+ レジストラーにより、メソッド '{0}.{1}' にシグネチャの不一致が検出されました。セレクター '{4}' によるとこのメソッドは {2} 個のパラメーターを受け取りますが、マネージド メソッドには {3} 個のパラメーターがあります。
+
+
+
+ 同じネイティブ名 ('{2}') を持つ 2 つのマネージド型 ('{0}' と '{1}') を登録することはできません。
+
+
+
+ このセレクターは既にメンバー '{3}' に対して登録されているため、メンバー '{1}.{2}' のセレクター '{0}' を登録することはできませんでした。
+
+
+
+ レジストラーにより、フィールド '{1}.{2}' に不明なフィールド型 '{0}' が検出されました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ Accounts フレームワークを使用しているときは、静的レジストラーから生成されたコードを GCC または G++ を使用してコンパイルすることはできません (コンパイル時に使用した、Apple から提供されたヘッダー ファイルには Clang が必要です)。Clang (--compiler:clang) または動的レジストラー (--registrar:dynamic) のどちらかを使用してください。
+
+
+
+ 可変個引数関数 '{0}' の可変個引数パラメーターの型は System.IntPtr である必要があります。
+
+
+
+ '{1}' に無効な {0} が見つかりました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '{0}' に無効な RegisterAttribute プロパティ {1} が見つかりました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '{0}' に無効な AdoptsAttribute が見つかりました: 1 個のコンストラクター引数が必要ですが、{1} 個ありました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '{0}.{1}' に無効な BindAsAttribute が見つかりました: 不明なフィールド {2} があります。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '{1}.{2}' に無効な {0} が見つかりました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '{0}' に無効な BindAsAttribute が見つかりました: 1 個のコンストラクター引数が必要ですが、{1} 個見つかりました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ '{0}' に無効な BindAsAttribute が見つかりました: 基になる列挙型 {1} が見つかりませんでした。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ レジストラーにより、メソッド '{1}' のシグネチャ内で無効な型 '{0}' が検出されました: インターフェイスには、それのラッパー型を指定するプロトコル属性が必要です。
+
+
+
+ 同じネイティブ名 ('{2}') を持つ 2 つのマネージド プロトコル ('{0}' と '{1}') を登録することはできません。
+
+
+
+ メソッド '{0}.{1}' に複数のインターフェイス メソッドを登録することはできません。
+
+
+
+ レジストラーにより、メソッド '{1}' のパラメーター {2} に無効なジェネリック パラメーター型 '{0}' が検出されました。ジェネリック パラメーターには 'NSObject' 制約が必要です。
+
+
+
+ レジストラーにより、メソッド '{1}' に無効なジェネリック戻り値の型 '{0}' が検出されました。ジェネリック戻り値の型には 'NSObject' 制約が必要です。
+
+
+
+ レジストラーでジェネリック クラスの静的メソッド ('{0}') をエクスポートすることはできません。
+
+
+
+ レジストラーでジェネリック クラスの静的プロパティ ('{0}.{1}') をエクスポートすることはできません。
+
+
+
+ レジストラーにより、プロパティ '{1}.{2}' に無効なジェネリック戻り値の型 '{0}' が検出されました。戻り値の型には 'NSObject' 制約が必要です。
+
+
+
+ アプリケーションで '{0}' フレームワークが使用されていますが、アプリケーションのビルドに使用している {3} SDK にそれは含まれていません (このフレームワークは {3} {2} で導入されたものですが、ビルドには {3} {1} SDK を使用しています)。アプリの {3} ビルド オプションの中で、より新しい SDK を選択してください。
+
+
+
+ アプリケーションで '{0}' フレームワークが使用されていますが、アプリケーションのビルドに使用している {3} SDK にそれは含まれていません (このフレームワークは {3} {2} で導入されたものですが、ビルドには {3} {1} SDK を使用しています)。この構成は、静的レジストラーではサポートされていません (選択するプロジェクトの Mac ビルド オプションの中で追加の mmp 引数として --registrar:dynamic を渡してください)。または、アプリの Mac ビルド オプションの中で、より新しい SDK を選択してください。
+
+
+
+ メンバー '{0}' に、セレクターのないエクスポート属性が含まれています。セレクターが必要です。
+
+
+
+ レジストラーで、メソッド '{2}.{3}' 内のパラメーター '{1}' のパラメーター型 '{0}' をマーシャリングできません
+
+
+
+ メソッド '{0}.{1}' は '{2}.{3}' を実装しています。
+
+
+
+ レジストラーで、プロパティ '{1}.{2}' のプロパティ型 '{0}' をマーシャリングできません。
+
+
+
+ レジストラーで、プロパティ '{1}.{2}' のプロパティ型 '{0}' をマーシャリングできません。[Connect] 属性を持つプロパティは、プロパティ型 NSObject (または NSObject のサブクラス) を持っている必要があります。
+
+
+
+ レジストラーにより、メソッド '{0}.{1}' にシグネチャの不一致が検出されました。セレクター '{4}' によるとこの可変個引数メソッドは {2} 個のパラメーターを受け取りますが、マネージド メソッドには {3} 個のパラメーターがあります。
+
+
+
+ セレクター '{0}' は Xamarin.iOS により暗黙的に登録されているため、メンバー '{1}.{2}' にこのセレクターを登録することはできません。
+
+
+
+ 列挙型 '{0}' が無効です: [Native] 属性を持つ列挙型には、基になる enum 型として 'long' または 'ulong' のいずれかが必要です。
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ クラス '{0}' ('{3}') のレジストラー属性の Name パラメーターに、無効な文字 '{1}' (0x{2}) が含まれています。
+
+
+
+ '{1}' に無効な {0} が見つかりました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ レジストラーによりジェネリック プロトコル '{0}' が検出されました。ジェネリック プロトコルのエクスポートはサポートされていません。
+
+
+
+ 最初のパラメーターの型 ('{2}') がカテゴリの型 ('{3}') と一致しないため、拡張メソッド '{0}.{1}' を登録できません。
+
+
+
+ 型 '{0}' は、その型のカテゴリ属性に指定されたカテゴリの型 '{1}' が NSObject から継承されたものではないため、登録できません。
+
+
+
+ 型 '{0}' は、その型のカテゴリ属性に Type プロパティが設定されていないため、登録できません。
+
+
+
+ 型 '{0}' は、INativeObject またはサブクラス NSObject を実装しているため、カテゴリとしては登録できません。
+
+
+
+ 型 '{0}' は、ジェネリックであるため、カテゴリとしては登録できません。
+
+
+
+ メソッド '{0}.{1}' は、ジェネリックであるため、カテゴリ メソッドとしては登録できません。
+
+
+
+ 同じネイティブ名 ('{2}') を持つ 2 つのカテゴリ ('{0}' と '{1}') を登録することはできません
+
+
+
+ 拡張メソッドには少なくとも 1 つのパラメーターが必要である (また、それの型がカテゴリ型 '{2}' と一致している必要がある) ため、カテゴリ メソッド '{0}.{1}' は登録できません。
+
+
+
+ カテゴリ内のコンストラクターはサポートされていないため、カテゴリ {0} 内にコンストラクター {0}.{1} を登録することはできません。
+
+
+
+ カテゴリ メソッドは静的である必要があるため、メソッド '{0}.{1}' をカテゴリ メソッドとして登録することはできません。
+
+
+
+ '{3}.{4}' のセレクター '{2}' に無効な文字 '{0}' (0x{1}) が見つかりました
+
+
+
+ レジストラーにより、サポートされていない構造体 '{0}' が検出されました。構造体内のすべてのフィールドも構造体である必要があります (フィールド '{1}' は '{2}' 型であり、構造体ではありません)。
+
+
+
+
+ 型 '{0}' は、{3} {4} では使用できません (これは {3} {5} で導入されました){6} より新しい {3} SDK でビルドしてください (通常は、最新バージョンの Xcode を使用して行われます)。
+
+
+
+ 型 '{0}' ({1} の基本データ型として使用されています) は、{2} {3} では使用できません (これは {2} {4} で導入されました){5} より新しい {2} SDK でビルドしてください (通常は、最新バージョンの Xcode を使用して行われます)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 型 '{0}' ({1} のパラメーターとして使用されています) は、{2} {3} では使用できません (これは {2} {4} で導入されました){5} より新しい {2} SDK でビルドしてください (通常は、最新バージョンの Xcode を使用して行われます)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 型 '{0}' ({1} のプロパティ型として使用されています) は、{2} {3} では使用できません (これは {2} {4} で導入されました){5} より新しい {2} SDK でビルドしてください (通常は、最新バージョンの Xcode を使用して行われます)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 型 '{0}' ({1} の戻り値の型として使用されています) は、{2} {3} では使用できません (これは {2} {4} で導入されました){5} より新しい {2} SDK でビルドしてください (通常は、最新バージョンの Xcode を使用して行われます)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ レジストラーで内部エラーが発生しました ({1} 個の引数を持つ {0} コンストラクター)。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ レジストラーで内部エラーが発生しました (不明な可用性の種類: {0})。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ レジストラーで内部エラーが発生しました (BindAs パラメーターを ref/out にすることはできません: {0})。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ プロパティ '{0}' は、そのプロパティのセレクター '{1}' が Objective-C キーワードであるため、エクスポートできません。別の名前を使用してください。
+
+
+
+ レジストラーで、参照されているどのアセンブリにも型 'System.Void' を見つけることができませんでした。
+
+
+
+ 参照型ではない型 ({1}) がシグネチャに含まれているため、メソッド '{0}' を登録できません。
+
+
+
+ INativeObject を実装していないジェネリック引数型 ({2}) を持つジェネリック型 ({1}) がシグネチャに含まれているため、メソッド '{0}' を登録できません。
+
+
+
+ 型 '{0}' は、その型の Objective-C 名 '{1}' が Objective-C キーワードであるため、登録できません。別の名前を使用してください。
+
+
+
+ {0} の P/Invoke ラッパーを生成できませんでした: {1}
+
+
+
+ メソッド {2} の戻り値について、レジストラーで '{0}' から '{1}' に変換することはできません。
+
+
+
+ メソッド {0} の戻り値の BindAs 属性が無効です: BindAs の型 {1} が戻り値の型 {2} と異なっています。
+
+
+
+ パラメーター #{0} の BindAs 属性が無効です: BindAs の型 {1} がパラメーターの型 {2} と異なっています。
+
+
+
+ プロパティ {0}.{1} の BindAs 属性が無効です。BindAs の型 {2} がプロパティの型 {1} と異なっています。
+
+
+
+ メソッド {3} のパラメーター '{2}' について、レジストラーで '{0}' から '{1}' に変換することはできません。
+
+
+
+ {0} には特定のシグネチャがないため、レジストラーでは、メソッド {1} の型 {0} のデリゲートについてブロック シグネチャを計算できません。
+
+
+
+ デリゲート型の Invoke メソッドが見つからなかったため、レジストラーでは、メソッド {1} の型 {0} のデリゲートについてブロック シグネチャを計算できません。
+
+
+
+ メソッド {0} のパラメーター #{1} について変換メソッドを委任するためのブロックが見つかりません。
+
+
+
+ メソッド {0} のパラメーター #{1} について変換メソッドを委任するためのブロックが見つかりません。
+
+
+
+ メソッド {0} の戻り値について変換の種類をブロックするデリゲートが見つかりません。
+
+
+
+ クラス '{0}' で使用されている 'Adopts ' 属性の 'ProtocolType' パラメーターに無効な文字が含まれています。使用されている値: '{1}'、無効な文字: '{2}'
+
+
+
+ WatchKit フレームワークが iOS SDK から削除されたため、クラス '{0}' は登録されません。
+
+
+
+ レジストラーにより、'{1}' のシグネチャに抽象型 '{0}' が検出されました。Objective-C にエクスポートされたメンバーのシグネチャでは、抽象型を使用しないでください。
+
+
+
+ レジストラーで内部エラーが発生しました (BindAs パラメーターを ref/out にすることはできません: {0})。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ デリゲート型の Invoke メソッドが見つからなかったため、レジストラーでは、メソッド {1} の型 {0} のデリゲートについてブロック シグネチャを計算できません。
+
+
+
+ '{0}' コンパイラがありません。Xcode の 'Command-Line Tools' コンポーネントをインストールしてください
+
+
+
+ '{0}' と '{1}' のどちらのコンパイラも見つかりませんでした。Xcode の 'Command-Line Tools' コンポーネントをインストールしてください
+
+
+
+ コンパイルに失敗しました。エラー コード - {0}。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ ファイル '{0}' のコンパイルに失敗しました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ ファイル '{0}' をコンパイルできませんでした。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ ネイティブ コードが 32 ビット ARM アーキテクチャに対して大きすぎるため、アセンブリ '{0}' を 32 ビット アーキテクチャ用に AOT コンパイルすることはできません。
+
+
+
+ コンパイラの出力が長すぎます。1000 行に制限されました。
+
+
+
+ ネイティブ リンクがエラー コード 1 で失敗しました。 詳細については、ビルド ログをご確認ください。
+
+
+
+ ネイティブ リンクに失敗しました。ビルド ログと、gcc に指定したユーザー フラグをご確認ください: {0}
+
+
+
+ ネイティブ リンクに失敗しました。ビルド ログをご確認ください。
+
+
+
+ Mono.framework MDK がありません。使っている Mono.framework バージョン用の MDK を https://www.mono-project.com/download/ からインストールしてください
+
+
+
+ ネイティブ リンクの警告: {0}
+
+
+
+ {0} が見つかりません。インストールされている Xamarin.Mac が破損している可能性があります。Xamarin.Mac を再インストールしてください。
+
+
+
+ ネイティブ リンクに失敗しました。ビルド ログをご確認ください。
+
+
+
+ アーキテクチャ '{0}' は無効です。有効なアーキテクチャは x86_64 のみです。
+
+
+
+ ネイティブ リンク エラー: {0}
+
+
+
+ ネイティブ リンクに失敗しました。未定義のシンボルがあります: {0}。必要なすべてのフレームワークが参照されていることと、ネイティブ ライブラリが正しくリンクされていることをご確認ください。
+
+
+
+ ネイティブ リンクに失敗しました。未定義の Objective-C クラスがあります: {0}。シンボル '{1}' は、アプリケーションにリンクされているどのライブラリまたはフレームワークにも見つかりませんでした。
+
+
+
+ ネイティブ リンクに失敗しました。シンボルが重複しています: '{0}'。
+
+
+
+ {0} でシンボルが重複しています (前のエラーに関連する場所)
+
+
+
+ ネイティブ リンクに失敗しました。未定義のシンボルがあります: {0}。このシンボルは、マネージド メンバー {1}.{2} によって参照されています。必要なすべてのフレームワークが参照されていることと、ネイティブ ライブラリがリンクされていることをご確認ください。
+
+
+
+ '{0}' への参照には、ネイティブ リンカーに対する追加の -framework=XXX または -lXXX 命令が必要になる場合があります
+
+
+
+ '{0}' のネイティブ リンクに失敗しました。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください
+
+
+
+ リンカー コマンド ラインが長すぎる ({0} 文字) ため、ネイティブ リンクに失敗しました。
+
+
+
+ 動的シンボル {0} は、動的シンボルとして検出されなかったため、無視できません (--ignore-dynamic-symbol={0})。
+
+
+
+ WatchKit は iOS から削除されたため、リンクは行われません。
+
+
+
+ フレームワーク '{0}' をスキップしています。これは Mac App Store により禁止 (拒否) されています
+
+
+
+ フレームワーク '{0}' に対してリンクしています。これは Mac App Store により禁止 (拒否) されています
+
+
+
+ ネイティブ リンカーが {0} を実行できませんでした。https://github.com/xamarin/xamarin-macios/issues/new でバグ報告を提出してください
+
+
+
+ 現在の {1} SDK でこのフレームワークのサポートがシミュレーターに含まれていないため、フレームワーク '{0}' とリンクしませんでした。
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ 'strip' ツールがありません。Xcode の 'Command-Line Tools' コンポーネントをインストールしてください
+
+
+
+ 'dsymutil' ツールがありません。Xcode の 'Command-Line Tools' コンポーネントをインストールしてください
+
+
+
+ デバッグ シンボル (dSYM ディレクトリ) を生成できませんでした。ビルド ログをご確認ください。
+
+
+
+ 最終バイナリを削除できませんでした。ビルド ログをご確認ください。
+
+
+
+ 'lipo' ツールがありません。Xcode の 'Command-Line Tools' コンポーネントをインストールしてください
+
+
+
+ fat ライブラリを作成できませんでした。ビルド ログをご確認ください。
+
+
+
+ '{0}' ツールがありません。Xcode の 'Command-Line Tools' コンポーネントをインストールしてください
+
+
+
+ Xcode の使用許諾契約に同意していない可能性があります。 Xcode を起動してください。
+
+
+
+ ツール '{0}' を実行できませんでした。エラーコード '{1}' で失敗しました。詳細についてはビルド ログを確認してください。
+
+
+
+ install_name_tool がエラー コード '{0}' で失敗しました。詳細については、ビルド ログをご確認ください。
+
+
+
+ lipo がエラー コード '{0}' で失敗しました。詳細については、ビルド ログをご確認ください。
+
+
+
+ pkg-config がエラー コード '{0}' で失敗しました。詳細については、ビルド ログをご確認ください。
+
+
+
+ {0} が見つかりませんでした。https://mono-project.com/Downloads から Mono.framework をインストールしてください
+
+
+
+ pkg-config を実行できませんでした: '{0}'。詳細については、ビルド ログをご確認ください。
+
+
+
+ ツール '{0}' を検索しているときにツール xcrun で結果が見つかりませんでした (ファイル '{1}' が存在しません)。詳細については、ビルド ログをご確認ください。
+
+
+
+ 内部整合性エラーです。https://github.com/xamarin/xamarin-macios/issues/new にバグ報告をお寄せください。
+
+
+
+
+ {2} の呼び出しで、パラメーター {1} に対して型 {0} のパラメーターをマーシャリングする方法が分かりません
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ {2} の呼び出しで、パラメーター {1} に対して型 {0} のパラメーターをアンマーシャリングする方法が分かりません。
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ {0} からObjective-C オブジェクトへのマーシャリングができません。マネージドクラスは、NSObject から継承するか、INativeObject を実装する必要があります。
+
+{0} - The name of a type.
+
+
+
+ パラメーターのタイプ エンコードが無効です。
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.ko.resx b/tools/mtouch/TranslatedAssemblies/Errors.ko.resx
index 2c4b518d2ec6..18b9e0e4f073 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.ko.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.ko.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the ko MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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}에 대한 오류 메시지를 찾을 수 없습니다. https://github.com/xamarin/xamarin-macios/issues/new의 GitHub에 이 누락된 메시지를 보고하세요.
+
+ This is the default message when an error code can not be found.
+
+
+
+ 예기치 않은 오류가 발생했습니다. https://github.com/xamarin/xamarin-macios/issues/new에서 버그 보고서를 작성하세요.
+
+
+
+ 디바이스 관련 작업 없이 '-devname'을 제공했습니다.
+
+
+
+ 이 버전의 Xamarin.Mac에는 Mono {0}이(가) 필요합니다(현재 Mono 버전은 {1}임). http://mono-project.com/Downloads에서 Mono.framework를 업데이트하세요.
+
+
+
+ 환경 변수 '{0}'을(를) 구문 분석할 수 없습니다.
+
+
+
+ 애플리케이션 이름 '{0}.exe'가 SDK 또는 제품 어셈블리(.dll) 이름과 충돌합니다.
+
+
+
+ 새 참조 횟수 논리를 사용하려면 SGen도 사용하도록 설정해야 합니다.
+
+
+
+ 출력 디렉터리 *가 없습니다.
+
+
+
+ {0}에 개발자 플랫폼이 없습니다. --platform=PLAT을 사용하여 SDK를 지정하세요.
+
+
+
+ 루트 어셈블리 '{0}'이(가) 없습니다.
+
+
+
+ 하나의 루트 어셈블리만 제공해야 하는데 {0}개의 어셈블리('{1}')를 찾았습니다.
+
+
+
+ 어셈블리 로드 오류: {0}
+
+
+
+ 명령줄 인수를 구문 분석할 수 없습니다. {0}
+
+
+
+ {0}은(는) Xamarin.iOS에서 지원하는 버전보다 최신의 런타임({1})을 사용하도록 빌드되었습니다.
+
+
+
+ 완전한 *에 불완전한 데이터를 제공했습니다.
+
+
+
+ 프로파일링을 지원하려면 SGen도 사용하도록 설정해야 합니다.
+
+
+
+ iOS {0} SDK는 {1} 대상 애플리케이션의 빌드를 지원하지 않습니다.
+
+
+
+ 잘못된 ABI {0}입니다. 지원되는 ABI는 i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 및 arm64_32+llvm입니다.
+
+
+
+ '{0}' 옵션은 더 이상 사용되지 않습니다.
+
+
+
+ 루트 어셈블리를 제공해야 합니다.
+
+
+
+ 알 수 없는 명령줄 인수: '{0}'
+
+
+
+ --[log|install|kill|launch]dev 또는 --[launch|debug]sim 옵션을 하나만 사용할 수 있습니다.
+
+
+
+ '{0}'에 대한 유효한 옵션은 '{1}'입니다.
+
+
+
+ 정적 등록자를 사용하는 경우 gcc/g++(--use-gcc)를 사용하여 컴파일할 수 없습니다(디바이스용으로 컴파일하는 경우 기본값임). --use-gcc 플래그를 제거하거나 동적 등록자(--registrar:dynamic)를 사용하세요.
+
+
+
+ 옵션 '--unsupported--enable-generics-in-registrar' 및 '--registrar'는 호환되지 않습니다.
+
+
+
+ 루트 어셈블리 {0}이(가) 다른 어셈블리({1})와 충돌합니다.
+
+
+
+ 애플리케이션 이름 '{0}.exe'가 다른 사용자 어셈블리와 충돌합니다.
+
+
+
+ 필요한 '{0}' 파일을 찾을 수 없습니다.
+
+
+
+ SDK 버전이 제공되지 않았습니다. 애플리케이션을 빌드하는 데 사용되는 {0} SDK를 지정하려면 --sdk=X.Y를 추가하세요.
+
+
+
+ 명령줄 인수 '-{0}'을(를) 구문 분석할 수 없습니다. {1}
+
+
+
+ 옵션 '\*' 및 '\*'는 호환되지 않습니다.
+
+
+
+ iOS 4.1 이하 버전을 대상으로 지정하는 경우 PIE(-pie)를 사용하도록 설정할 수 없습니다. PIE(-pie:false)를 사용하지 않도록 설정하거나 배포 대상을 iOS 4.2 이상으로 설정하세요.
+
+
+
+ REPL(--enable-repl)은 시뮬레이터(--sim)에서만 지원됩니다.
+
+
+
+ 실행 파일 이름({0})과 앱 이름({1})이 다르며 이로 인해 크래시 로그가 제대로 기호화되지 않을 수 있습니다.
+
+
+
+ 명령줄 인수 '--enable-background-fetch' 및 '--launch-for-background-fetch'에는 '--launchsim'도 필요합니다.
+
+
+
+ '--debug'도 함께 지정하지 않으면 '--debugtrack' 옵션은 무시됩니다.
+
+
+
+ Xamarin.iOS 프로젝트는 monotouch.dll 또는 Xamarin.iOS.dll을 참조해야 합니다.
+
+
+
+ {1} 프로젝트에서 '{0}.dll'을(를) 참조할 수 없습니다. '{2}'에서 암시적으로 참조됩니다.
+
+
+
+ * 앱에 대해 * 시뮬레이터를 시작할 수 없습니다. 프로젝트의 [iOS 빌드] 옵션(고급 페이지)에서 올바른 아키텍처를 사용하도록 설정하세요.
+
+
+
+ monotouch.dll은 64비트와 호환되지 않습니다. Xamarin.iOS.dll을 참조하거나 64비트 아키텍처(ARM64 및/또는 x86_64)에 대해 빌드하지 마세요.
+
+
+
+ Xamarin.iOS.dll을 참조하는 경우 이전 등록자(--registrar:oldstatic|olddynamic)는 지원되지 않습니다.
+
+
+
+ ARMv6을 대상으로 지정하는 애플리케이션은 Xamarin.iOS.dll을 참조할 수 없습니다.
+
+
+
+ '\*'에서 참조하는 어셈블리 '\*'를 찾을 수 없습니다.
+
+
+
+ {1} 앱에서 '{0}'을(를) 참조할 수 없습니다.
+
+
+
+ monotouch.dll 또는 Xamarin.iOS.dll에 대한 참조를 찾을 수 없습니다. monotouch.dll에 대한 참조가 추가됩니다.
+
+
+
+ Boehm 가비지 수집기는 지원되지 않습니다. 대신 SGen 가비지 수집기를 선택했습니다.
+
+
+
+ --listsim은 Xcode 6.0 이상에서만 지원됩니다.
+
+
+
+ --extension은 iOS 8.0(이상) SDK를 사용하는 경우에만 지원됩니다.
+
+
+
+ 통합 애플리케이션에 대한 최소 배포 대상은 5.1.1이고 현재 배포 대상은 '*'입니다. 프로젝트의 iOS 애플리케이션 옵션에서 최신 배포 대상을 선택하세요.
+
+
+
+ {0}.framework는 배포 대상이 8.0 이상인 경우에만 지원됩니다. {0} 기능이 제대로 작동하지 않을 수 있습니다.
+
+
+
+ --no-root-assembly가 제공되면 루트 어셈블리를 제공할 수 없습니다. {0}개 어셈블리를 찾았습니다. '{1}'
+
+
+
+ {3} {0}에는 Xcode {4} 이상이 필요합니다. 현재 Xcode 버전({2})은 {1}입니다.
+
+
+
+ --no-root-assembly가 전달되지 않으면 출력 디렉터리(--output)가 필요합니다.
+
+
+
+ 명령을 지정하지 않았습니다.
+
+
+
+ 경로 '{0}': {1}({2})을(를) 정규화할 수 없습니다.
+
+
+
+ Xcode 경로 '{0}'이(가) 없습니다.
+
+
+
+ 기본 위치(/Applications/Xcode.app)에서 Xcode를 찾을 수 없습니다. Xcode를 설치하거나 --sdkroot <path>을(를) 사용하여 사용자 지정 경로를 전달하세요.
+
+
+
+ Sdk 루트 '{0}'에서 Xcode.app에 대한 경로를 확인할 수 없습니다. Xcode.app 번들에 대한 전체 경로를 지정하세요.
+
+
+
+ Xcode.app '{0}'이(가) 잘못되었습니다('{1}' 파일이 존재하지 않음).
+
+
+
+ 시스템에서 현재 선택한 Xcode를 찾을 수 없음: {0}
+
+
+
+ 시스템에서 현재 선택한 Xcode를 찾을 수 없습니다. 'xcode-select --print-path'는 '{0}'을(를) 반환했지만 해당 디렉터리가 없습니다.
+
+
+
+ Xcode.app을 지정하지 않았습니다(--sdkroot 사용). 대신 'xcode-select --print-path'에서 보고한 시스템 Xcode {0}을(를) 사용합니다.
+
+
+
+ Xcode.app을 지정하지 않았습니다(--sdkroot 또는 'xcode-select --print-path' 사용). 대신 기본 Xcode {0}을(를) 사용합니다.
+
+
+
+ 확장 *에서 실행 파일을 찾을 수 없습니다(해당 info.plist에 CFBundleExecutable 항목 없음).
+
+
+
+ Xamarin.iOS는 통합 프로젝트가 있는 포함된 프레임워크만 지원합니다.
+
+
+
+ Xamarin.iOS는 배포 대상이 최소 8.0(현재 배포 대상: '{0}', 포함된 프레임워크: '{1}')인 경우에만 포함된 프레임워크를 지원합니다.
+
+
+
+ Xamarin.iOS는 배포 대상이 최소 2.0(현재 배포 대상: '{0}', 포함된 프레임워크: '{1}')인 경우에만 포함된 프레임워크를 지원합니다.
+
+
+
+ 잘못된 빌드 등록자 어셈블리: *
+
+
+
+ 잘못된 등록자: {0}
+
+
+
+ 대상 프레임워크에 대한 값이 잘못되었습니다. {0}
+
+
+
+ 잘못된 대상 프레임워크: {0}입니다. 유효한 대상 프레임워크는 {1}입니다.
+
+
+
+ 알 수 없는 플랫폼 {0}입니다. 일반적으로 {1}의 버그를 나타냅니다. 테스트 사례를 포함하는 버그 보고서를 https://github.com/xamarin/xamarin-macios/issues/new에 제출하세요.
+
+
+
+ '{0}' 플랫폼에 대한 확장은 지원되지 않습니다.
+
+
+
+ {4} {0}은(는) {3}에 대한 {1}의 배포 대상을 지원하지 않습니다(최소 {2}). 프로젝트의 info.plist에서 최신 배포 대상을 선택하세요.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0}은(는) {3}에 대한 {1}의 배포 대상을 지원하지 않습니다(최대 {2}). 프로젝트의 info.plist에서 이전 배포 대상을 선택하거나 {4}의 최신 버전으로 업그레이드하세요.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {1} 프로젝트에 대한 아키텍처 '{0}'이(가) 잘못되었습니다. 유효한 아키텍처는 {2}입니다.
+
+
+
+ 아키텍처를 지정하지 않았습니다(--abi 인수 사용). {0} 프로젝트에는 아키텍처가 필요합니다.
+
+
+
+ watchOS 프로젝트는 확장이어야 합니다.
+
+
+
+ 증분 빌드가 8.0보다 낮은 배포 대상 버전으로 사용하도록 설정되었습니다(현재 {0}). 이것은 지원되지 않으므로(결과 애플리케이션이 iOS 9에서 시작되지 않음) 배포 대상이 8.0으로 설정됩니다.
+
+
+
+ {4} {0}에 대해 권장되는 Xcode 버전은 Xcode {3} 이상입니다. 현재 Xcode 버전({2}에 있음)은 {1}입니다.
+
+
+
+ 실행 파일이 앱 번들로 복사되지 않았습니다. 'support@xamarin.com'에 문의하세요.
+
+
+
+ 더 이상 새 refcount 논리를 사용하지 않도록 설정할 수 없습니다.
+
+
+
+ 명령줄 인수 --download-crash-report에는 --download-crash-report-to도 필요합니다.
+
+
+
+ REPL(--enable-repl)은 링크가 사용되지 않는 경우에만 지원됩니다(--nolink).
+
+
+
+ Asm 전용 bitcode는 watchOS에서 지원되지 않습니다. --bitcode:marker 또는 --bitcode:full을 사용하세요.
+
+
+
+ bitcode는 시뮬레이터에서 지원되지 않습니다. 시뮬레이터용으로 빌드하는 경우 --bitcode를 제공하지 마세요.
+
+
+
+ '{0}'에 대한 참조를 찾을 수 없습니다. 자동으로 추가됩니다.
+
+
+
+ 대상 프레임워크(--target-framework)를 지정해야 합니다.
+
+
+
+ 증분 빌드(--fastdev)는 Boehm GC에서 지원되지 않습니다. 증분 빌드가 사용하지 않도록 설정됩니다.
+
+
+
+ GC는 watchOS 앱에 대해 협조적 모드여야 합니다. mtouch에 대한 --coop:false 인수를 제거하세요.
+
+
+
+ GC에 대해 협조적 모드를 사용하도록 설정한 경우 '{0}' 옵션에 '{1}' 값을 사용할 수 없습니다.
+
+
+
+ 대상 프레임워크 '{0}'은(는) 사용되지 않습니다. 대신 '{1}'을(를) 사용합니다.
+
+
+
+
+
+ 'mlaunch'를 찾을 수 없습니다.
+
+
+
+
+ Aot 파일을 대상 디렉터리 {0}(으)로 복사할 수 없습니다. {1}
+
+
+
+ Aot 파일을 대상 디렉터리 {0}(으)로 복사할 수 없습니다. 프로세스를 시작할 수 없습니다.
+
+
+
+ Aot 파일을 대상 디렉터리 {0}(으)로 복사할 수 없습니다.
+
+
+
+ Xamarin.iOS.dll에 대한 참조를 찾을 수 없습니다.
+
+
+
+ machine.config 파일 '{0}'을(를) 찾을 수 없습니다.
+
+
+
+
+ 내부 오류: {0}. https://github.com/xamarin/xamarin-macios/issues/new에 이슈를 제출하세요.
+
+
+
+ 어셈블리 빌드 대상 '{0}'이(가) 잘못되었습니다. 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ '{0}' 어셈블리가 --assembly-build-target 인수에 여러 번 지정되었습니다.
+
+
+
+ '{0}' 및 '{1}' 어셈블리의 대상 이름은 같지만('{2}') 대상은 다릅니다('{3}' 및 '{4}').
+
+
+
+ 정적 개체 '{0}'에 둘 이상의 어셈블리('{1}')가 포함되어 있지만 각 정적 개체는 정확히 1개의 어셈블리와 일치해야 합니다.
+
+
+
+ '{0}'에 지정된 어셈블리 빌드 대상이 없습니다.
+
+
+
+ 어셈블리 빌드 대상 이름 '{0}'이(가) 잘못되었습니다. '{1}' 문자는 허용되지 않습니다.
+
+
+
+ '{0}' 어셈블리에 다른 사용자 지정 LLVM 최적화('{1}')가 있으며 모두 단일 이진으로 컴파일된 경우에는 허용되지 않습니다.
+
+
+
+ 어셈블리 빌드 대상 '{0}'이(가) 어셈블리와 일치하지 않습니다.
+
+
+
+ '{0}' 어셈블리가 제공된 경로와 다른 경로에서 로드되었습니다(제공된 경로: {1}, 실제 경로: {2}).
+
+
+
+ 이 버전의 Xamarin.iOS는 타사 바인딩 라이브러리를 포함하는 프로젝트에서 증분 빌드를 지원하지 않아 bitcode로 컴파일되므로 증분 빌드가 사용하지 않도록 설정되었습니다.
+
+
+
+ 이 버전의 Xamarin.iOS는 bitcode를 사용하도록 설정하지 않고 LLVM을 사용하여 watchOS 프로젝트를 빌드하도록 지원하지 않으므로 bitcode가 사용하도록 설정되었습니다.
+
+
+
+ 네이티브 코드 공유를 사용할 수 없습니다(원인: {0}).
+
+
+
+ 컨테이너 앱의 배포 대상이 iOS 8.0보다 이전입니다({0}).
+
+
+
+ 컨테이너 앱에 I18N 어셈블리({0})가 포함되어 있습니다.
+
+
+
+ 컨테이너 앱에 관리형 링커({0})에 대한 사용자 지정 xml 정의가 있습니다.
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ '{0}' 확장에 대해 네이티브 코드 공유를 사용할 수 없습니다(원인: {1}).
+
+
+
+ 컨테이너 앱({0})과 확장({1}) 간에 bitcode 옵션이 서로 다릅니다.
+
+
+
+ --assembly-build-target 옵션이 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ I18N 어셈블리는 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ AOT 컴파일러에 대한 인수는 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ AOT 컴파일러에 대한 다른 인수가 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ 컨테이너 앱({0})과 확장({1}) 둘 다에서 LLVM을 사용하거나 사용하지 않도록 설정할 수 없습니다.
+
+
+
+ 관리형 링커 설정은 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ 관리형 링커의 생략된 어셈블리가 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ 확장에 관리형 링커({0})에 대한 사용자 지정 xml 정의가 있습니다.
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ 컨테이너 앱({0})과 확장({1}) 간의 인터프리터 설정이 다릅니다.
+
+
+
+ 해석된 어셈블리는 컨테이너 앱({0})과 확장({1}) 사이에서 다릅니다.
+
+
+
+ 확장은 ABI {0}용으로 빌드하지만 컨테이너 앱은 이 ABI용으로 빌드하지 않습니다.
+
+
+
+ 컨테이너 앱이 확장의 ABI({1})와 호환되지 않는 ABI{0}에 대해 빌드 중입니다.
+
+
+
+ 컨테이너 앱({0})과 확장({1}) 간에 remove-dynamic-registrar 최적화가 서로 다릅니다.
+
+
+
+ 컨테이너 앱이 '{1}'에서 '{0}' 어셈블리를 참조하고 있지만 확장은 '{2}'과(와) 다른 버전을 참조합니다.
+
+
+
+ 하이브리드 AOT 컴파일에서는 모든 어셈블리를 AOT 컴파일해야 합니다.
+
+
+
+ bitcode를 사용하도록 설정한 경우 코드(--dynamic-symbol-mode=code)를 사용하여 동적 기호를 참조하는 것이 좋습니다.
+
+
+
+ 잘못된 아키텍처 {0}입니다. 배포 대상이 11 이상인 경우 32비트 아키텍처는 지원되지 않습니다.
+
+
+
+ 64비트만 지원하는 시뮬레이터에서 32비트 앱을 시작할 수 없습니다.
+
+
+
+ mono 기호를 포함하는 디렉터리 {0}을(를) 찾을 수 없습니다.
+
+
+
+ 실행 가능한 어셈블리 {0}에서 {1}.dll을 참조하지 않습니다.
+
+
+
+ 현재 언어를 '{0}'(LANG ={1}에 따름)(으)로 설정할 수 없습니다. {2}
+
+
+
+ --assembly-build-target 명령줄 인수는 시뮬레이터에서 무시됩니다.
+
+
+
+ 증분 빌드는 시뮬레이터에서 지원되지 않으므로 사용하지 않도록 설정되었습니다.
+
+
+
+ 이 버전의 Xamarin.iOS는 둘 이상의 타사 바인딩 라이브러리를 포함하는 프로젝트에서 증분 빌드를 지원하지 않으므로 증분 빌드가 사용하지 않도록 설정되었습니다.
+
+
+
+ 파일 '{0}'을(를) 사용할 수 없습니다. {1}
+
+
+
+ '{0}'에 대한 디버깅 기호 파일이 어셈블리와 일치하지 않으므로 무시됩니다.
+
+
+
+ 루트 어셈블리를 찾을 수 없습니다. 하나 이상의 루트 어셈블리를 제공해야 합니다.
+
+
+
+ 어셈블리 목록 '{1}'에서 제품 어셈블리 '{0}'을(를) 찾을 수 없습니다.
+
+
+
+ 알 수 없는 최적화 '{0}'입니다. 유효한 최적화는 {1}입니다.
+
+
+
+ 처음 선택 시 '{0}'과(와) 일치하는 어셈블리를 2개 이상 찾았습니다. {1}{2}
+
+
+
+ '{1}' 어셈블리에서 참조하는 시스템 프레임워크 '{0}'을(를) {2} {3}에 도입했으나 {2} {4} SDK를 사용하고 있으므로 이 프레임워크를 연결하지 못했습니다.
+
+
+
+ '{1}'에서 참조된 '{0}' 어셈블리를 찾을 수 없습니다.
+
+
+
+ '{1}'의 {2} 특성에서 참조된 '{0}' 어셈블리를 찾을 수 없습니다.
+
+
+
+ '{0}' 파일은 유효한 프레임워크가 아닙니다.
+
+
+
+ 인터프리터가 시뮬레이터에서 지원되지 않습니다. 시뮬레이터에서 동일한 추가 기능을 제공하는 REPL로 전환합니다.
+
+
+
+ --interpreter에 인수로 전달된 '{0}' 어셈블리를 찾을 수 없습니다.
+
+
+
+ Classic API를 사용하는 프로젝트는 더 이상 지원되지 않습니다. 프로젝트를 Unified API로 마이그레이션하세요.
+
+
+
+ 32비트 앱 빌드는 더 이상 지원되지 않습니다. 프로젝트의 [Mac 빌드] 옵션의 아키텍처를 'x86_64'로 변경하세요.
+
+
+
+ 디버그용으로 빌드하는 경우 watchOS에서 디바이스별 빌드를 사용하세요.
+
+
+
+ ARM64_32 디버그 모드를 사용하려면 --interpreter[=all]이 필요하므로 강제로 지정합니다.
+
+
+
+ pkg-config {1}에서 cflags '{0}'을(를) 구문 분석할 수 없습니다.
+
+
+
+ {2} : {3}의 '{1}' 라이브러리에 대한 LinkWith 특성에서 링커 플래그 '{0}'을(를) 구문 분석할 수 없습니다.
+
+
+
+ 내부 오류: 인터프리터는 현재 64비트에서만 사용할 수 있습니다.
+
+
+
+ 내부 오류: byref 배열이 문자열, NSObject 또는 INativeObject가 아닙니다.
+
+
+
+ 내부 오류: {2}에서 '{0}'을(를) '{1}'(으)로 변환할 수 없습니다. 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ 내부 오류: 스마트 열거형 {0}이(가) 스마트 열거형이 아닌 것 같습니다. 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ 내부 오류: {1}에 대한 tokentype({0})이 지원되지 않습니다. 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ 내부 오류: 링커가 실행되지 않거나 사용하도록 설정한 경우 정적 등록자를 실행하지 않아야 합니다. 가능한 해결 방법은 '-f'를 추가 {0} 인수로 전달하여 전체 빌드를 강제로 실행하는 것입니다. 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ 내부 오류: 이름이 없는 기호입니다(형식: {0}). 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ 내부 오류: '프레임워크를 프레임워크 {0}(으)로 변환할 수 없습니다. 테스트 사례를 포함하는 버그 보고서를 제출하세요(https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ {0} 어셈블리가 다른 어셈블리에서 참조되었지만 링커에 의해 동시에 연결되었습니다.
+
+
+
+ 링커 출력에 이름이 '{0}'인 어셈블리가 두 개 이상 있습니다.\n\t{1}
+
+
+
+ {0}에 대한 일부 어셈블리에 링크 작업이 없음
+
+
+
+ {0}에 대한 연결 작업이 모두 같지는 않습니다.
+
+
+
+ '{0}' 어셈블리가 시스템의 GAC {1}에서 확인되었습니다. 이 경우 나중에 문제가 발생할 수 있습니다. 이러한 문제를 방지하려면 시스템의 GAC에서만 사용할 수 있는 어셈블리를 사용하지 않도록 합니다.
+
+
+
+ 알 수 없는 플랫폼 {0}입니다. 일반적으로 버그를 나타냅니다. 테스트 사례를 포함하는 버그 보고서를 https://github.com/xamarin/xamarin-macios/issues/new에 제출하세요.
+
+
+ '{0}'에 대한 디버깅 기호 파일이 잘못되어 무시되었습니다.
+
+
+
+ 이 버전의 {0}에는 {1} {2} SDK가 필요합니다(Xcode {3}과(와) 함께 제공됨). 필요한 헤더 파일을 가져오려면 Xcode를 업그레이드하거나 동적 레지스터를 사용하거나 프로젝트의 Mac 빌드 옵션 > 연결선 동작에서 관리되는 연결선 동작을 플랫폼 연결이나 프레임워크 SDK 연결로만 설정하세요(새 API를 사용하지 않으려는 경우).
+
+
+ 이 버전의 {0}에는 {1} {2} SDK가 필요합니다(Xcode {3}과(와) 함께 제공됨). 필요한 헤더 파일을 가져오려면 Xcode를 업그레이드하거나 프로젝트의 iOS 빌드 옵션 > 연결선 동작에서 관리되는 연결선 동작을 프레임워크 SDK 연결로만 설정하세요(새 API를 사용하지 않으려는 경우).
+
+
+ 현재 플랫폼({2})에서 사용할 수 없기 때문에 {1} 유형에 사용되는 {0} 프레임워크와 연결할 수 없습니다.
+
+
+ 현재 플랫폼({2})에서 사용할 수 없기 때문에 {1}의 모듈 참조에서 {0} 프레임워크와 연결할 수 없습니다.
+
+
+ Mac Catalyst용 MacOS 버전에 iOS 버전 {0}을(를) 매핑할 수 없습니다.
+
+
+ Mac Catalyst의 해당 iOS 버전에 macOS 버전 {0}을(를) 매핑할 수 없습니다.
+
+
+ '{0}' 옵션은 CoreCLR을 사용할 때 '{1}' 값을 가져올 수 없습니다.
+
+
+ '{0}' 어셈블리를 '{1}'(으)로 복사할 수 없습니다. {2}
+
+
+
+ '{0}' 어셈블리를 로드할 수 없습니다. {1}
+
+
+
+ 종속성 추적 오류: 비교할 파일이 없습니다. 테스트 사례를 포함한 버그 보고서를 https://github.com/xamarin/xamarin-macios/issues/new에 제출하세요.
+
+
+
+ '{0}'의 캐시된 버전을 다시 사용하지 못했습니다. {1}.
+
+
+
+ 실행 파일 '{0}'을(를) 만들지 못함: {1}
+
+
+
+ 디렉터리 '{0}'을(를) '{1}'(으)로 복사할 수 없습니다. {2}
+
+
+
+ Symlink '{0}' -> '{1}'을(를) 만들 수 없습니다. 오류 {2}
+
+
+
+ 프레임워크 '{0}'의 다른 버전을 포함할 수 없습니다.
+
+
+
+ {1}(이전 오류 관련)의 프레임워크 '{0}'이(가) 포함되었습니다.
+
+
+
+ 지원되지 않는 bitcode 플랫폼 {0}입니다.
+
+
+
+ 지원되지 않는 TvOS ABI {0}입니다.
+
+
+
+ '{1}'에서 네이티브 라이브러리 '{0}'을(를) 추출할 수 없습니다. 네이티브 라이브러리가 관리형 어셈블리에 제대로 포함되어 있는지(어셈블리를 바인딩 프로젝트를 통해 빌드한 경우) 확인합니다. 네이티브 라이브러리는 프로젝트에 포함되어야 하며 해당 빌드 작업은 'ObjcBindingNativeLibrary'여야 합니다.
+
+
+
+ {0}:{1}의 마지막 문자로 .s를 .ll로 변환할 때 \\ 이스케이프 시퀀스가 잘못되었습니다.
+
+
+
+ .s에서 .ll로 변환할 때 {2}(으)로 인해 {0}:{1}에서 잘못된 8진수 이스케이프 시퀀스가 나타납니다.
+
+
+
+ '{1}'에서 네이티브 프레임워크 '{0}'의 압축을 풀지 못했습니다. 자세한 내용을 보려면 네이티브 'unzip' 명령의 빌드 로그를 검토하세요.
+
+
+
+ 바인딩 라이브러리 '{0}'에 사용자 프레임워크({0})가 포함되어 있지만 포함된 사용자 프레임워크에는 iOS 8.0이 필요합니다(배포 대상 {1}). Info.plist 파일의 배포 대상을 8.0 이상으로 설정하세요.
+
+
+
+ 필요한 'Xamarin.Mac.dll' 어셈블리가 참조에 없습니다.
+
+
+
+ '{0}' 어셈블리가 이 도구나 프로필과 호환되지 않습니다.
+
+
+
+ {0} {1}을(를) 찾을 수 없습니다. 대상 프레임워크 '{2}'을(를) 애플리케이션을 패키지하는 데 사용할 수 없습니다.
+
+
+
+ 대상 프레임워크 '{0}'이(가) 잘못되었습니다.
+
+
+
+ useFullXamMacFramework는 잘못된 '{0}'이(가) 아니라 항상 프레임워크 .NET 4.5를 대상으로 지정해야 합니다.
+
+
+
+ Xamarin.Mac 참조 '{0}'과(와) 선택한 대상 프레임워크 '{1}'이(가) 일치하지 않습니다.
+
+
+
+ 참조 {0}을(를) 확인할 수 없습니다.
+
+
+
+ 연결 전에 '{0}' 형식에 대한 하나 이상의 참조가 '{1}'에 이미 있습니다.
+
+
+
+ 연결 후에 '{0}' 형식에 대한 하나 이상의 참조가 '{1}'에 아직 있습니다.
+
+
+
+ Mach-O 동적 라이브러리가 아닙니다(알 수 없는 헤더 '0x{0}'). {1}.
+
+
+
+ Mach-O 정적 라이브러리가 아닙니다(알 수 없는 헤더 '{0}', '!<arch>' 필요).
+
+
+
+ Mach-O 동적 라이브러리가 아닙니다(알 수 없는 헤더 '0x{0}'). {1}.
+
+
+
+ {1}의 위치 {0}에 있는 fat 항목의 형식을 알 수 없습니다.
+
+
+
+ {0} 형식의 파일은 MachO 파일({1})이 아닙니다.
+
+
+
+ 정적 라이브러리 '{1}'의 항목 '{0}'이(가) 잘못되었습니다. 항목 헤더가 0x60 0x0A로 끝나지 않습니다('0x{2} 0x{3}'을(를) 찾음).
+
+
+
+ 어셈블리를 연결할 수 없습니다. {0}
+
+
+
+ 참조 {0}을(를) 확인할 수 없습니다.
+
+
+
+ 정적 등록자를 사용하지 않도록 설정했으므로 '--optimize ={0}{1}' 옵션이 무시됩니다.
+
+
+
+
+ 연결을 사용하지 않도록 설정했으므로 '--optimize ={0}{1}' 옵션이 무시됩니다.
+
+
+
+ {1}에만 적용되므로 옵션 '--optimize={0}'이(가) 무시됩니다.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ 추가 링커 정의 파일 '{0}'을(를) 찾을 수 없습니다.
+
+
+
+ '{0}'의 정의를 구문 분석할 수 없습니다.
+
+
+
+ '{0}'에서 mscorlib.dll을 로드할 수 없습니다. Xamarin.iOS를 다시 설치하세요.
+
+
+
+ 네이티브 라이브러리 '{0}'을(를) 참조했지만 찾을 수 없습니다.
+
+
+
+ "{1}"에서 "{0}" 참조를 확인하지 못했습니다.
+
+
+
+ 전체 .NET 프레임워크에 대한 Xamarin.Mac Unified API가 연결 SDK 또는 All 어셈블리를 지원하지는 않습니다. '-nolink' 또는 '-linkplatform' 플래그를 제공하세요.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ {0}에서 참조했습니다.{1}
+
+
+
+ 알 수 없는 HttpMessageHandler '{0}'입니다. 유효한 값은 HttpClientHandler(기본값), CFNetworkHandler 또는 NSUrlSessionHandler입니다.
+
+
+
+ {1}개의 \"참조자\" 경고 중에서 처음 {0}개만 표시됩니다.
+
+
+
+ \"{1}\"에서 참조된 \"{0}\"에 대한 참조를 확인하지 못했습니다. 앱은 참조된 어셈블리를 포함하지 않으며 런타임에 실패할 수 있습니다.
+
+
+
+ '{0}' 어셈블리는 혼합 모드이므로 연결할 수 없습니다.
+
+
+
+ watchOS에 대한 HttpMessageHandler '{0}'이(가) 잘못되었습니다. 유효한 값은 NSUrlSessionHandler뿐입니다.
+
+
+
+ XML 설명을 처리할 수 없습니다. {0}
+
+
+
+ '{0}' 어셈블리는 두 위치 '{1}' 및 '{2}'에서 참조됩니다.
+
+
+
+ 루트 어셈블리 '{0}'을(를) 로드할 수 없습니다.
+
+
+
+
+ 연결선 단계 '{0}'에서 '{1}'을(를) 처리하지 못했습니다.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ '{2}'의 '{1}' 메서드에서 참조되는 참조 '{0}'을(를) 확인할 수 없습니다.
+
+
+
+ '{1}' 어셈블리의 '{0}' 메서드 처리 오류: {2}
+
+
+
+ '{1}' 어셈블리의 '{0}' 메서드 처리 오류
+
+
+
+ '{0}' 어셈블리 처리 오류: {1}
+
+
+
+ '{0}' 멤버의 [BindingImpl] 특성이 잘못되었습니다. 필드는 필요하지 않습니다.
+
+
+
+ '{0}' 멤버의 [BindingImpl] 특성이 잘못되었습니다. 속성은 필요하지 않습니다.
+
+
+
+ '{0}' 멤버의 [BindingImpl] 특성이 잘못되었습니다. '{1}' 매개 변수 형식을 사용하는 생성자는 필요하지 않습니다('ObjCRuntime.BindingImplOptions'가 필요함).
+
+
+
+ '{0}' 멤버의 [BindingImpl] 특성이 잘못되었습니다. {1}개 매개 변수를 사용하는 생성자는 필요하지 않습니다(1개 매개 변수 필요).
+
+
+
+ {0}.{1} 속성에는 bitcode에 대해 컴파일할 때 현재 지원되지 않는 '{2}' 예외 절이 포함되어 있습니다. 이 속성은 호출된 경우 예외를 throw합니다.
+
+
+
+ {0}.{1} 메서드에는 bitcode에 대해 컴파일할 때 현재 지원되지 않는 '{2}' 예외 절이 포함되어 있습니다. 이 메서드는 호출된 경우 예외를 throw합니다.
+
+
+
+ 이전 명령이 예기치 않은 명령({3})이므로 오프셋 {1}의 {0}에서 BlockLiteral.{2} 호출을 최적화할 수 없습니다.
+
+
+
+ 첫 번째 인수의 대리자 형식의 형식을 확인할 수 없기 때문에 오프셋 {1}의 {0}에서 BlockLiteral.{2} 호출을 최적화할 수 없습니다(명령: {3}).
+
+
+
+ 첫 번째 인수(trampoline)로 전달된 값의 형식이 {1}이며 이로 인해 블록 시그니처를 컴퓨팅할 수 없기 때문에 {0}에서 BlockLiteral.{2} 호출을 최적화할 수 없습니다.
+
+
+
+ {2}에서 [UserDelegateType] 특성을 찾을 수 없으므로 오프셋 {1}의 {0}에서 BlockLiteral.SetupBlock 호출을 최적화할 수 없습니다.
+
+
+
+ 오프셋 {1}의 {0}에서 BlockLiteral.SetupBlock 호출을 최적화할 수 없습니다. {2}.
+
+
+
+ {0}이(가) '{1}.{2}({3})'을(를) 참조하므로 동적 등록자를 제거하는 것은 안전하지 않습니다.
+
+
+
+ {0}은(는) App Store 제한 사항을 준수하기 위해 {1}을(를) 제외한 아키텍처가 제거되었습니다. 이로 인해 기존 코드 서명 시그니처가 손상될 수 있습니다. lipo를 사용하여 라이브러리를 제거하거나 --optimize=-trim-architectures를 사용하여 라이브러리를 사용하지 않도록 설정하는 것이 좋습니다.
+
+
+
+ Xamarin.Mac 'Partial Static' 등록자가 연결을 지원하지 않습니다. 연결을 사용하지 않도록 설정하거나 다른 등록자 모드를 사용하세요.
+
+
+
+ 로드된 어셈블리 목록에서 corlib 어셈블리 '{0}'을(를) 찾을 수 없습니다.
+
+
+
+
+
+
+
+
+
+
+ {1}을(를) 처리하는 동안 연결선 단계 '{0}'에 실패했습니다.
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ {1} {2}을(를) 처리하는 동안 연결선 단계 '{0}'에 실패했습니다.
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ '{1}' 어셈블리에 대해 {0}을(를) 수행할 수 없습니다.
+
+
+
+ LLVM을 사용하여 빌드하는 경우에는 디버깅이 지원되지 않습니다. 디버깅을 사용할 수 없습니다.
+
+
+
+ '{0}' 어셈블리가 없으므로 이 어셈블리에 대해 AOT를 수행할 수 없습니다.
+
+
+
+ '{1}' 어셈블리의 '{0}' 종속성을 찾을 수 없습니다. 프로젝트의 참조를 검토하세요.
+
+
+
+ 프로젝트에 대한 완전한 종속성 맵을 컴퓨팅할 수 없습니다. 이렇게 하면 Xamarin.iOS가 다시 빌드해야 하는 항목과 하지 않아도 되는 항목을 제대로 검색할 수 없기 때문에 빌드 시간이 느려집니다. 자세한 내용은 이전 경고를 검토하세요.
+
+
+
+ llvm이 사용하도록 설정되어 있으면 디버그 정보 파일(*.mdb/*.pdb)이 로드되지 않습니다.
+
+
+
+ bitcode 지원을 위해서는 LLVM(--abi=arm64+llvm 등)을 사용해야 합니다.
+
+
+
+ '{0}'의 AOT를 요청했지만 찾을 수 없습니다.
+
+
+
+ '{0}'의 AOT 제외를 요청했지만 찾을 수 없습니다.
+
+
+
+ 기본 템플릿을 '{0}'(으)로 확장할 수 없습니다.
+
+
+
+ P/Invoke 메서드에 대해 생성된 코드를 컴파일하지 못했습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자가 '{0}' 형식에 대한 시그니처를 빌드할 수 없습니다.
+
+
+
+ 등록자가 '{2}' 메서드의 시그니처에서 잘못된 '{0}' 형식을 찾았습니다. 대신 '{1}'을(를) 사용하세요.
+
+
+
+ 등록자가 '{1}' 메서드의 시그니처에서 잘못된 형식 '{0}'을(를) 찾았습니다. 이 형식은 INativeObject를 구현하지만 2개의 (IntPtr, bool) 인수를 사용하는 생성자가 없습니다.
+
+
+
+ 등록자가 '{1}' 메서드에 대한 시그니처에서 '{0}' 형식의 반환 값을 마샬링할 수 없습니다.
+
+
+
+ 등록자가 '{1}.{2}' 메서드에서 '{0}' 형식의 반환 값을 마샬링할 수 없습니다.
+
+
+
+ 등록자가 '{1}' 메서드에 대한 시그니처에서 '{0}' 형식의 매개 변수를 마샬링할 수 없습니다.
+
+
+
+ 등록자가 관리형 형식 '{0}'에 대해 ObjectiveC 형식을 가져올 수 없습니다.
+
+
+
+ 생성된 등록자 코드를 컴파일하지 못했습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자가 '{1}' 메서드에 대한 시그니처에서 '{0}' 형식의 out 매개 변수를 마샬링할 수 없습니다.
+
+
+
+ 등록자가 '{1}' 메서드에서 '{0}' 형식에 대한 시그니처를 빌드할 수 없습니다.
+
+
+
+ 등록자가 제네릭 메서드 '{0}'을(를) 찾았습니다. 제네릭 메서드 내보내기는 지원되지 않으며 임의 동작 및/또는 크래시가 발생합니다.
+
+
+
+ '{0}.{1}' 메서드의 등록자에서 예기치 않은 오류가 발생했습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}' 어셈블리를 등록할 수 없습니다. {1}
+
+
+
+ 등록자가 '{0}.{1}' 메서드에서 시그니처 불일치를 찾았습니다. 관리형 메서드에는 {3}개의 매개 변수가 있지만 선택기 '{4}'에는 이 메서드가 {2}개의 매개 변수를 사용한다고 표시됩니다.
+
+
+
+ 같은 네이티브 이름('{2}')을 사용하여 두 관리형 형식('{0}' 및 '{1}')을 등록할 수 없습니다.
+
+
+
+ 멤버 '{1}.{2}'의 선택기 '{0}'이(가) 멤버 '{3}'에 이미 등록되어 있으므로 해당 선택기를 등록할 수 없습니다.
+
+
+
+ 등록자가 '{1}.{2}' 필드에서 알 수 없는 필드 형식 '{0}'을(를) 찾았습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 계정 프레임워크를 사용할 때 GCC/G++를 사용하여 정적 등록자에서 생성된 코드를 컴파일할 수 없습니다(컴파일 중에 사용되는 Apple 제공 헤더 파일에는 Clang이 필요함). Clang(--compiler:clang) 또는 동적 등록자(--registrar:dynamic)를 사용하세요.
+
+
+
+ 가변 인자 함수 '{0}'의 가변 인자 매개 변수 형식은 System.IntPtr이어야 합니다.
+
+
+
+ '{1}'에 잘못된 {0}이(가) 있습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}'에 잘못된 RegisterAttribute 속성 {1}이(가) 있습니다. https://github.com/xamarin/xamarin-macios/issues/new에서 버그 보고서를 제출하세요.
+
+
+
+ '{0}'에 잘못된 AdoptsAttribute가 있습니다. 1개의 생성자 인수가 필요한데 {1}개를 가져왔습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}.{1}'에서 잘못된 BindAsAttribute를 찾았습니다. 알 수 없는 필드 {2}입니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{1}.{2}'에 잘못된 {0}이(가) 있습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}'에 잘못된 BindAsAttribute가 있습니다. 생성자 인수가 1개 있어야 하지만 {1}개가 발견되었습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}'에 잘못된 BindAsAttribute가 있습니다. {1}의 기본 열거형 형식을 찾을 수 없습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자가 '{1}' 메서드의 시그니처에서 잘못된 '{0}' 형식을 찾았습니다. 인터페이스에는 래퍼 형식을 지정하는 Protocol 특성이 있어야 합니다.
+
+
+
+ 같은 네이티브 이름('{2}')을 사용하여 두 관리형 프로토콜('{0}' 및 '{1}')을 등록할 수 없습니다.
+
+
+
+ '{0}.{1}' 메서드에 대해 둘 이상의 인터페이스 메서드를 등록할 수 없습니다.
+
+
+
+ 등록자가 '{1}' 메서드의 매개 변수 {2}에서 잘못된 제네릭 매개 변수 형식 '{0}'을(를) 찾았습니다. 제네릭 매개 변수에는 'NSObject' 제약 조건이 지정되어야 합니다.
+
+
+
+ 등록자가 '{1}' 메서드에서 잘못된 제네릭 반환 형식 '{0}'을(를) 찾았습니다. 제네릭 반환 형식에는 'NSObject' 제약 조건이 지정되어야 합니다.
+
+
+
+ 등록자는 제네릭 클래스('{0}')에서 정적 메서드를 내보낼 수 없습니다.
+
+
+
+ 등록자는 제네릭 클래스('{0}.{1}')에서 정적 속성을 내보낼 수 없습니다.
+
+
+
+ 등록자가 '{1}.{2}' 속성에서 잘못된 제네릭 반환 형식 '{0}'을(를) 찾았습니다. 반환 형식에는 'NSObject' 제약 조건이 지정되어야 합니다.
+
+
+
+ 앱을 빌드하는 데 사용하는 {3} SDK에 포함되지 않은 '{0}' 프레임워크를 애플리케이션에서 사용하고 있습니다({3} {1} SDK를 사용하여 빌드하지만 이 프레임워크는 {3} {2}에 도입됨). 앱의 [{3} 빌드] 옵션에서 최신 SDK를 선택하세요.
+
+
+
+ 앱을 빌드하는 데 사용하는 {3} SDK에 포함되지 않은 '{0}' 프레임워크를 애플리케이션에서 사용하고 있습니다({3} {1} SDK를 사용하여 빌드하지만 이 프레임워크는 {3} {2}에 도입됨). 이 구성은 정적 등록자에서 지원되지 않습니다(선택하려면 프로젝트의 [Mac 빌드] 옵션에서 추가 mmp 인수로 --registrar:dynamic 전달). 또는 앱의 [Mac 빌드] 옵션에서 최신 SDK를 선택하세요.
+
+
+
+ '{0}' 멤버에 선택기가 없는 Export 특성이 있습니다. 선택기가 필요합니다.
+
+
+
+ 등록자가 '{2}.{3}' 메서드에 있는 '{1}' 매개 변수의 매개 변수 형식 '{0}'을(를) 마샬링할 수 없습니다.
+
+
+
+ '{0}.{1}' 메서드가 '{2}.{3}'을(를) 구현하고 있습니다.
+
+
+
+ 등록자가 '{1}.{2}' 속성의 '{0}' 속성 형식을 마샬링할 수 없습니다.
+
+
+
+ 등록자가 '{1}.{2}' 속성의 '{0}' 속성 형식을 마샬링할 수 없습니다. [Connect] 특성이 있는 속성의 속성 형식은 NSObject(또는 NSObject의 서브클래스)여야 합니다.
+
+
+
+ 등록자가 '{0}.{1}' 메서드에서 시그니처 불일치를 찾았습니다. 관리형 메서드에는 {3}개의 매개 변수가 있지만 선택기 '{4}'에는 이 가변 인자 메서드가 {2}개의 매개 변수를 사용한다고 표시됩니다.
+
+
+
+ Xamarin.iOS는 이 선택기를 암시적으로 등록하므로 '{1}.{2}' 멤버에 선택기 '{0}'을(를) 등록할 수 없습니다.
+
+
+
+ 열거형 '{0}'이(가) 잘못되었습니다. [Native] 특성의 열거형은 기본 열거형 형식이 'long' 또는 'ulong'이어야 합니다.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ '{0}'('{3}') 클래스에 대한 Registrar 특성의 Name 매개 변수에 잘못된 문자 '{1}'(0x{2})이(가) 있습니다.
+
+
+
+ '{1}'에 잘못된 {0}이(가) 있습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자가 제네릭 프로토콜 '{0}'을(를) 찾았습니다. 제네릭 프로토콜 내보내기는 지원되지 않습니다.
+
+
+
+ 첫 번째 매개 변수('{2}')의 형식이 범주 형식('{3}')과 일치하지 않으므로 확장 메서드 '{0}.{1}'을(를) 등록할 수 없습니다.
+
+
+
+ Category 특성의 범주 형식 '{1}'이(가) NSObject에서 상속되지 않으므로 형식 '{0}'을(를) 등록할 수 없습니다.
+
+
+
+ Category 특성의 Type 속성이 설정되어 있지 않으므로 형식 '{0}'을(를) 등록할 수 없습니다.
+
+
+
+ 형식 '{0}'은(는) INativeObject 또는 서브클래스 NSObject를 구현하므로 범주로 등록할 수 없습니다.
+
+
+
+ 제네릭이므로 형식 '{0}'을(를) 범주로 등록할 수 없습니다.
+
+
+
+ 제네릭이므로 '{0}.{1}' 메서드를 범주 메서드로 등록할 수 없습니다.
+
+
+
+ 같은 네이티브 이름('{2}')을 사용하여 두 범주('{0}' 및 '{1}')를 등록할 수 없습니다.
+
+
+
+ 확장 메서드에 하나 이상의 매개 변수가 필요하며 해당 형식이 범주 형식 '{2}'과(와) 일치해야 하므로 범주 메서드 '{0}.{1}'을(를) 등록할 수 없습니다.
+
+
+
+ 범주의 생성자는 지원되지 않으므로 생성자 {0}.{1}을(를) 범주 {0}에 등록할 수 없습니다.
+
+
+
+ 범주 메서드는 static이어야 하므로 '{0}.{1}' 메서드를 범주 메서드로 등록할 수 없습니다.
+
+
+
+ '{3}.{4}'의 선택기 '{2}'에 잘못된 문자 '{0}'(0x{1})이(가) 있습니다.
+
+
+
+ 등록자가 지원되지 않는 구조체 '{0}'을(를) 찾았습니다. 또한 구조체의 모든 필드도 구조체여야 합니다('{2}' 형식의 '{1}' 필드는 구조체가 아님).
+
+
+
+
+ '{0}' 형식을 {3} {4}에서 사용할 수 없습니다({3} {5}에 도입됨).{6} 최신 {3} SDK로 빌드하세요(일반적으로 최신 버전의 Xcode로 수행됨).
+
+
+
+ 형식 '{0}'({1}의 기본 형식으로 사용됨)을(를) {2} {3}에서 사용할 수 없습니다({2} {4}에 도입됨).{5} 최신 {2} SDK로 빌드하세요(일반적으로 최신 버전의 Xcode로 수행됨).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 형식 '{0}'({1}에서 매개 변수로 사용됨)을(를) {2} {3}에서 사용할 수 없습니다({2} {4}에 도입됨).{5} 최신 {2} SDK로 빌드하세요(일반적으로 최신 버전의 Xcode로 수행됨).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 형식 '{0}'({1}의 속성 형식으로 사용됨)을(를) {2} {3}에서 사용할 수 없습니다({2} {4}에 도입됨).{5} 최신 {2} SDK로 빌드하세요(일반적으로 최신 버전의 Xcode로 수행됨).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 형식 '{0}'({1}에서 반환 형식으로 사용됨)을(를) {2} {3}에서 사용할 수 없습니다({2} {4}에 도입됨).{5} 최신 {2} SDK로 빌드하세요(일반적으로 최신 버전의 Xcode로 수행됨).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 등록자에 내부 오류가 있습니다({1}개 인수가 있는 {0} ctor). https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자에 내부 오류가 있습니다(알 수 없는 가용성 유형: {0}). https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자의 내부 오류(BindAs 매개 변수는 ref/out일 수 없음: {0})입니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}' 속성의 선택기 '{1}'이(가) Objective-C 키워드이므로 이 속성을 내보낼 수 없습니다. 다른 이름을 사용하세요.
+
+
+
+ 등록자가 참조된 어셈블리 중 하나에서 'System.Void' 형식을 찾을 수 없습니다.
+
+
+
+ 참조 형식이 아닌 형식({1})이 시그니처에 있으므로 '{0}' 메서드를 등록할 수 없습니다.
+
+
+
+ INativeObject({2})를 구현하지 않는 제네릭 인수 형식의 제네릭 형식({1})이 시그니처에 있으므로 '{0}' 메서드를 등록할 수 없습니다.
+
+
+
+ Objective-C 이름 '{1}'은(는) Objective-C 키워드이므로 형식 '{0}'을(를) 등록할 수 없습니다. 다른 이름을 사용하세요.
+
+
+
+ {0}에 대한 P/Invoke 래퍼를 생성하지 못했습니다. {1}
+
+
+
+ 등록자가 {2} 메서드의 반환 값에 대해 '{0}'에서 '{1}'(으)로 변환될 수 없습니다.
+
+
+
+ {0} 메서드 반환 값의 BindAs 특성이 잘못되었습니다. BindAs 형식 {1}은(는) 반환 형식 {2}과(와) 다릅니다.
+
+
+
+ #{0} 매개 변수에 대한 BindAs 특성이 잘못되었습니다. BindAs 형식 {1}은(는) 매개 변수 형식 {2}과(와) 다릅니다.
+
+
+
+ {0}.{1} 매개 변수에 대한 BindAs 특성이 잘못되었습니다. BindAs 형식 {2}은(는) 속성 형식 {1}과(와) 다릅니다.
+
+
+
+ 등록자가 {3} 메서드의 '{2}' 매개 변수에 대해 '{0}'에서 '{1}'(으)로 변환될 수 없습니다.
+
+
+
+ {0}에 특정 시그니처가 없기 때문에 등록자가 {1} 메서드에서 {0} 형식의 대리자에 대한 블록 시그니처를 컴퓨팅할 수 없습니다.
+
+
+
+ 등록자가 대리자 유형 {0}의 Invoke 메서드를 찾을 수 없기 때문에 메서드 {1}에서 해당 유형의 대리자에 대한 블록 시그니처를 컴퓨팅할 수 없습니다.
+
+
+
+ {0} 메서드 매개 변수 # {1}의 변환 메서드를 위임하기 위한 블록을 찾을 수 없습니다.
+
+
+
+ {0} 메서드 매개 변수 # {1}의 변환 메서드를 위임하기 위한 블록을 찾을 수 없습니다.
+
+
+
+ {0} 메서드 반환 값의 변환 형식을 차단하기 위한 대리자를 찾을 수 없습니다.
+
+
+
+ '{0}' 클래스에 사용된 'Adopts' 특성의 'ProtocolType' 매개 변수에 잘못된 문자가 포함되어 있습니다. 사용된 값: '{1}', 잘못된 문자: '{2}'
+
+
+
+ WatchKit 프레임워크가 iOS SDK에서 제거되었으므로 '{0}' 클래스가 등록되지 않습니다.
+
+
+
+ 등록자가 '{1}'의 시그니처에서 추상 형식 '{0}'을(를) 찾았습니다. 추상 형식은 Objective-C로 내보낸 멤버의 시그니처에서 사용할 수 없습니다.
+
+
+
+ 등록자의 내부 오류(BindAs 매개 변수는 ref/out일 수 없음: {0})입니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 등록자가 대리자 유형 {0}의 Invoke 메서드를 찾을 수 없기 때문에 메서드 {1}에서 해당 유형의 대리자에 대한 블록 시그니처를 컴퓨팅할 수 없습니다.
+
+
+
+ '{0}' 컴파일러가 없습니다. Xcode '명령줄 도구' 구성 요소를 설치하세요.
+
+
+
+ '{0}' 및 '{1}' 컴파일러를 찾을 수 없습니다. Xcode '명령줄 도구' 구성 요소를 설치하세요.
+
+
+
+ 컴파일하지 못했습니다. 오류 코드는 {0}입니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}' 파일을 컴파일하지 못했습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ '{0}' 파일을 컴파일할 수 없습니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+ 네이티브 코드가 32비트 ARM 아키텍처에 비해 너무 크기 때문에 '{0}' 어셈블리를 32비트 아키텍처용으로 AOT 컴파일할 수 없습니다.
+
+
+
+ 컴파일러 출력이 너무 길어서 1,000줄로 제한되었습니다.
+
+
+
+ 오류 코드 1을 나타내며 네이티브 연결에 실패했습니다. 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ 네이티브 연결에 실패했습니다. gcc {0}에 제공된 빌드 로그 및 사용자 플래그를 검토하세요.
+
+
+
+ 네이티브 연결에 실패했습니다. 빌드 로그를 검토하세요.
+
+
+
+ Mono.framework MDK가 없습니다. https://www.mono-project.com/download/에서 사용 중인 Mono.framework 버전에 대한 MDK를 설치하세요.
+
+
+
+ 네이티브 연결 경고: {0}
+
+
+
+ {0}을(를) 찾을 수 없습니다. Xamarin.Mac 설치가 손상되었기 때문인 것 같습니다. Xamarin.Mac을 다시 설치하세요.
+
+
+
+ 네이티브 연결에 실패했습니다. 빌드 로그를 검토하세요.
+
+
+
+ 아키텍처 '{0}'이(가) 잘못되었습니다. 유효한 아키텍처는 x86_64뿐입니다.
+
+
+
+ 네이티브 연결 오류: {0}
+
+
+
+ 네이티브 연결 실패, 정의되지 않은 기호 {0}입니다. 필요한 모든 프레임워크가 참조되었으며 네이티브 라이브러리가 제대로 연결되어 있는지 확인하세요.
+
+
+
+ 네이티브 연결 실패, 정의되지 않은 Objective-C 클래스 {0}입니다. 애플리케이션과 연결된 라이브러리나 프레임워크에서 '{1}' 기호를 찾을 수 없습니다.
+
+
+
+ 네이티브 연결 실패, 중복된 기호: '{0}'
+
+
+
+ {0}(이전 오류와 관련된 위치)에 중복된 기호가 있습니다.
+
+
+
+ 네이티브 연결 실패, 정의되지 않은 기호 {0}입니다. 이 기호는 관리형 멤버 {1}.{2}에서 참조되었습니다. 필요한 모든 프레임워크가 참조되었으며 네이티브 라이브러리가 연결되어 있는지 확인하세요.
+
+
+
+ '{0}'에 대한 참조에는 네이티브 링커에 대한 추가 -framework=XXX 또는 -lXXX 명령이 필요합니다.
+
+
+
+ '{0}'에 대한 네이티브 연결이 실패했습니다. https://github.com/xamarin/xamarin-macios/issues/new에서 버그 보고서를 제출하세요.
+
+
+
+ 링커 명령줄이 너무 길어서({0}자) 네이티브 연결이 실패했습니다.
+
+
+
+ 동적 기호 {0}(--ignore-dynamic-symbol={0})은(는) 동적 기호로 검색되지 않았으므로 무시할 수 없습니다.
+
+
+
+ WatchKit가 iOS에서 제거되었기 때문에 연결되지 않았습니다.
+
+
+
+ 프레임워크 '{0}'을(를) 건너뛰는 중입니다. Mac App Store에서 금지(거부)되었습니다.
+
+
+
+ 프레임워크 '{0}'에 대해 연결하는 중입니다. Mac App Store에서 금지(거부)되었습니다.
+
+
+
+ 네이티브 링커를 실행하지 못했습니다({0}). https://github.com/xamarin/xamarin-macios/issues/new에서 버그 보고서를 제출하세요.
+
+
+
+ 현재 {1} SDK에 시뮬레이터의 이 프레임워크에 대한 지원이 포함되어 있지 않기 때문에 '{0}' 프레임워크와 연결하지 않았습니다.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ 'strip' 도구가 없습니다. Xcode '명령줄 도구' 구성 요소를 설치하세요.
+
+
+
+ 'dsymutil' 도구가 없습니다. Xcode '명령줄 도구' 구성 요소를 설치하세요.
+
+
+
+ 디버그 기호(dSYM 디렉터리)를 생성하지 못했습니다. 빌드 로그를 검토하세요.
+
+
+
+ 최종 이진 파일을 제거하지 못했습니다. 빌드 로그를 검토하세요.
+
+
+
+ 'lipo' 도구가 없습니다. Xcode '명령줄 도구' 구성 요소를 설치하세요.
+
+
+
+ fat 라이브러리를 만들지 못했습니다. 빌드 로그를 검토하세요.
+
+
+
+ '{0}' 도구가 없습니다. Xcode '명령줄 도구' 구성 요소를 설치하세요.
+
+
+
+ Xcode 사용권 계약에 동의하지 않았을 수 있습니다. Xcode를 시작하세요.
+
+
+
+ '{0}' 도구를 실행하지 못했습니다(오류 코드 '{1}'). 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ 오류 코드 '{0}'을(를) 나타내며 install_name_tool이 실패했습니다. 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ 오류 코드 '{0}'을(를) 나타내며 lipo가 실패했습니다. 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ 오류 코드 '{0}'을(를) 나타내며 pkg-config가 실패했습니다. 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ {0}을(를) 찾을 수 없습니다. https://mono-project.com/Downloads에서 Mono.framework를 설치하세요.
+
+
+
+ pkg-config '{0}'을(를) 실행하지 못했습니다. 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ xcrun 도구에서 '{0}' 도구를 찾을 때 결과를 찾지 못했습니다('{1}' 파일이 없음). 자세한 내용은 빌드 로그를 확인하세요.
+
+
+
+ 내부 일관성 오류입니다. https://github.com/xamarin/xamarin-macios/issues/new에 버그 보고서를 제출하세요.
+
+
+
+
+ {2}에 대한 호출의 {1} 매개 변수에 대한 {0} 유형의 매개 변수를 정렬하는 방법을 알 수 없습니다.
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ {2}에 대한 호출의 {1} 매개 변수에 대한 {0} 유형의 매개 변수를 다시 정렬하는 방법을 알 수 없습니다.
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ {0}에서 Objective-C 개체로 정렬할 수 없습니다. 관리되는 클래스는 NSO 개체에서 상속하거나 INativeObject를 구현해야 합니다.
+
+{0} - The name of a type.
+
+
+
+ 매개 변수에 대한 형식 인코딩이 잘못되었습니다.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.pl.resx b/tools/mtouch/TranslatedAssemblies/Errors.pl.resx
index 33dde88af3e9..086b72eb19ce 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.pl.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.pl.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the pl MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ Nie można odnaleźć komunikatu o błędzie dla kodu {0}. Zgłoś brak tego komunikatu w witrynie GitHub pod adresem https://github.com/xamarin/xamarin-macios/issues/new
+
+ This is the default message when an error code can not be found.
+
+
+
+ Nieoczekiwany błąd. Wypełnij raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ podano element „-devname” bez żadnej akcji specyficznej dla urządzenia
+
+
+
+ Ta wersja platformy Xamarin.Mac wymaga środowiska Mono {0} (bieżąca wersja środowiska Mono to {1}). Zaktualizuj środowisko Mono.framework ze strony http://mono-project.com/Downloads
+
+
+
+ Nie można przeanalizować zmiennej środowiskowej „{0}”
+
+
+
+ Nazwa aplikacji „{0}.exe” powoduje konflikt z nazwą zestawu SDK lub rozszerzenia produktu (plik DLL).
+
+
+
+ Nowa logika zliczania odwołań wymaga również włączenia SGen.
+
+
+
+ Katalog wyjściowy * nie istnieje.
+
+
+
+ Nie ma platformy devel w ścieżce {0}, użyj opcji --platform=PLAT, aby określić zestaw SDK.
+
+
+
+ Zestaw główny „{0}” nie istnieje
+
+
+
+ Należy podać tylko jeden zestaw główny, znaleziono następującą liczbę zestawów: {0}: „{1}”
+
+
+
+ Błąd podczas ładowania zestawów: {0}.
+
+
+
+ Nie można przeanalizować argumentów wiersza polecenia: {0}
+
+
+
+ {0} skompilowano przy użyciu nowszego środowiska uruchomieniowego ({1}) niż obsługiwane przez platformę Xamarin.iOS.
+
+
+
+ Podano niepełne dane do ukończenia *.
+
+
+
+ Obsługa profilowania wymaga włączenia również narzędzia sgen
+
+
+
+ Zestaw iOS {0} SDK nie obsługuje kompilowania aplikacji przeznaczonych dla platformy {1}.
+
+
+
+ Nieprawidłowy interfejs ABI: {0}. Obsługiwane interfejsy ABI: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 and arm64_32+llvm.
+
+
+
+ Opcja wiersza polecenia „{0}” jest przestarzała.
+
+
+
+ Należy podać zestaw główny.
+
+
+
+ Nieznany argument wiersza polecenia: „{0}”
+
+
+
+ Można użyć tylko jednej opcji --[log|install|kill|launch]dev lub --[launch|debug]sim.
+
+
+
+ Prawidłowe opcje dla elementu „{0}” to „{1}”.
+
+
+
+ Nie można kompilować przy użyciu kompilatora gcc/g++ (--use-gcc), gdy jest używany rejestrator statyczny (jest to ustawienie domyślne podczas kompilowania dla urządzenia). Usuń flagę --use-gcc lub użyj rejestratora dynamicznego (--registrar:dynamic).
+
+
+
+ Opcje „--unsupported--enable-generics-in-registrar” i „--registrar” nie są zgodne.
+
+
+
+ Zestaw główny {0} powoduje konflikt z innym zestawem ({1}).
+
+
+
+ Nazwa aplikacji „{0}.exe” powoduje konflikt z innym zestawem użytkownika.
+
+
+
+ Nie można odnaleźć wymaganego pliku „{0}”.
+
+
+
+ Nie podano wersji zestawu SDK. Dodaj argument --sdk=X.Y, aby określić, który zestaw SDK {0} powinien być używany do kompilowania aplikacji.
+
+
+
+ Nie można przeanalizować argumentu wiersza polecenia „-{0}”: {1}
+
+
+
+ Opcje „\*” i „\*” nie są zgodne.
+
+
+
+ Nie można włączyć PIE (-pie), gdy platformą docelową jest system iOS 4.1 lub starszy. Wyłącz PIE (-pie:false) lub ustaw wersję platformy docelowej na co najmniej iOS 4.2
+
+
+
+ Opcja REPL (--enable-repl) jest obsługiwana tylko w symulatorze (--sim).
+
+
+
+ Nazwa pliku wykonywalnego ({0}) i nazwa aplikacji ({1}) są różne. Może to uniemożliwić prawidłową symbolizację dzienników awarii.
+
+
+
+ Argumenty wiersza polecenia „--enable-background-fetch” i „--launch-for-background-fetch” wymagają również argumentu „--launchsim”.
+
+
+
+ Opcja „--debugtrack” jest ignorowana, chyba że określono również opcję „--debug”.
+
+
+
+ Projekt Xamarin.iOS musi odwoływać się do zestawu monotouch.dll lub Xamarin.iOS.dll
+
+
+
+ Nie można odwołać się do zestawu „{0}.dll” w projekcie {1} — jest on niejawnie przywoływany przez element „{2}”.
+
+
+
+ Nie można uruchomić symulatora * dla aplikacji *. Włącz prawidłowe architektury w opcjach kompilacji systemu iOS projektu (strona Zaawansowane).
+
+
+
+ Zestaw monotouch.dll jest niezgodny z architekturą 64-bitową. Odwołaj się do zestawu Xamarin.iOS.dll lub nie wykonuj kompilacji dla architektury 64-bitowej (ARM64 i/lub x86_64).
+
+
+
+ Stare rejestratory (--registrar:oldstatic|olddynamic) nie są obsługiwane podczas odwoływania się do zestawu Xamarin.iOS.dll.
+
+
+
+ Aplikacje przeznaczone dla architektury ARMv6 nie mogą odwoływać się do zestawu Xamarin.iOS.dll.
+
+
+
+ Nie można znaleźć zestawu „\*”, do którego odwołuje się element „\*”.
+
+
+
+ Nie można odwołać się do elementu „{0}” w aplikacji {1}.
+
+
+
+ Nie znaleziono odwołania do zestawu monotouch.dll lub Xamarin.iOS.dll. Zostanie dodane odwołanie do zestawu monotouch.dll.
+
+
+
+ Moduł zbierający elementy bezużyteczne Boehm nie jest obsługiwany. Zamiast niego wybrano moduł zbierający elementy bezużyteczne SGen.
+
+
+
+ Element --listsim jest obsługiwany tylko w przypadku środowiska Xcode 6.0 lub nowszego.
+
+
+
+ Element --extension jest obsługiwany tylko w przypadku używania zestawu SDK systemu iOS 8.0 (lub nowszego).
+
+
+
+ Minimalna wersja platformy docelowej wdrożenia dla ujednoliconych aplikacji to 5.1.1. Bieżąca wersja platformy docelowej wdrożenia to „*”. Wybierz nowszą wersję platformy docelowej wdrożenia w opcjach aplikacji dla systemu iOS projektu.
+
+
+
+ Platforma {0}.framework jest obsługiwana tylko w przypadku, gdy wersja platformy docelowej wdrożenia to 8.0 lub nowsza. Funkcje {0} mogą nie działać prawidłowo.
+
+
+
+ Nie można dostarczyć zestawu głównego, jeśli przekazywany jest argument --no-root-assembly, znaleziono następującą liczbę zestawów: {0}: „{1}”
+
+
+
+ {3} {0} wymaga środowiska Xcode {4} lub nowszego. Bieżąca wersja środowiska Xcode (znaleziona w {2}) to {1}.
+
+
+
+ Katalog wyjściowy (--output) jest wymagany, jeśli przekazano parametr --no-root-assembly.
+
+
+
+ Nie określono polecenia.
+
+
+
+ Nie można przekształcić na formę kanoniczną ścieżki „{0}”: {1} ({2}).
+
+
+
+ Ścieżka Xcode „{0}” nie istnieje.
+
+
+
+ Nie można odnaleźć środowiska Xcode w lokalizacji domyślnej (/Applications/Xcode.app). Zainstaluj środowisko Xcode lub przekaż ścieżkę niestandardową przy użyciu opcji --sdkroot <path>.
+
+
+
+ Nie można określić ścieżki do pakietu Xcode.app z poziomu katalogu głównego zestawu SDK „{0}”. Określ pełną ścieżkę do pakietu Xcode.app.
+
+
+
+ Element Xcode.app „{0}” jest nieprawidłowy (plik „{1}” nie istnieje).
+
+
+
+ Nie można odnaleźć aktualnie wybranego środowiska Xcode w systemie: {0}
+
+
+
+ Nie można odnaleźć aktualnie wybranego środowiska Xcode w systemie. Polecenie element „xcode-select --print-path” zwróciło wartość „{0}”, ale ten katalog nie istnieje.
+
+
+
+ Nie określono elementu Xcode.app (przy użyciu --sdkroot), używane jest systemowe środowisko Xcode zgłoszone przez „xcode-select --print-path”: {0}
+
+
+
+ Nie określono elementu Xcode.app (przy użyciu --sdkroot lub „xcode-select --print-path”), zamiast tego zostanie użyte domyślne środowisko Xcode: {0}
+
+
+
+ Nie można znaleźć pliku wykonywalnego w rozszerzeniu * (brak wpisu CFBundleExecutable w jego pliku Info.plist)
+
+
+
+ Platforma Xamarin.iOS obsługuje platformy osadzone tylko dla projektów ujednoliconych.
+
+
+
+ Platforma Xamarin.iOS obsługuje platformy osadzone tylko w przypadku, gdy wersja platformy docelowej wdrożenia to co najmniej 8.0 (bieżąca wersja platformy docelowej wdrożenia: „{0}”; osadzone platformy: „{1}”)
+
+
+
+ Platforma Xamarin.iOS obsługuje platformy osadzone tylko w przypadku, gdy wersja platformy docelowej wdrożenia to co najmniej 2.0 (bieżąca wersja platformy docelowej wdrożenia: „{0}”; osadzone platformy: „{1}”)
+
+
+
+ Nieprawidłowy zestaw rejestratora kompilacji: *
+
+
+
+ Nieprawidłowy rejestrator: {0}
+
+
+
+ Nieprawidłowa wartość dla platformy docelowej: {0}.
+
+
+
+ Nieprawidłowa platforma docelowa: {0}. Prawidłowe platformy docelowe to: {1}.
+
+
+
+ Nieznana platforma: {0}. Wskazuje to zazwyczaj na usterkę w elemencie {1}. Zarejestruj raport o usterce z przypadkiem testowym w witrynie https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Rozszerzenia nie są obsługiwane dla platformy „{0}”.
+
+
+
+ {4} {0} nie obsługuje wersji platformy docelowej wdrożenia {1} dla elementu {3} (wersja minimalna to {2}). Wybierz nowszą wersję platformy docelowej wdrożenia w pliku Info.plist projektu.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ System {4} {0} nie obsługuje celu wdrożenia wersji {1} systemu {3} (maksymalna wartość to {2}). Wybierz starszy cel wdrożenia w pliku Info.plist projektu lub przeprowadź uaktualnienie do nowszej wersji rozszerzenia {4}.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Nieprawidłowa architektura „{0}” dla projektów {1}. Prawidłowe architektury to: {2}
+
+
+
+ Nie określono architektury (za pomocą argumentu --abi). Dla projektów {0} wymagana jest architektura.
+
+
+
+ Projekty systemu watchOS muszą być rozszerzeniami.
+
+
+
+ Kompilacje przyrostowe są włączone z wersją platformy docelowej wdrożenia < 8.0 (obecnie {0}). Nie jest to obsługiwane (wynikowa aplikacja nie zostanie uruchomiona w systemie iOS 9), dlatego wersja platformy docelowej wdrożenia zostanie ustawiona jako 8.0.
+
+
+
+ Zalecana wersja środowiska Xcode dla {4} {0} to Xcode {3} lub nowsze. Bieżąca wersja środowiska Xcode (znaleziona w {2}) to {1}.
+
+
+
+ Nie skopiowano żadnego pliku wykonywalnego do zbioru aplikacji. Skontaktuj się z „support@xamarin.com”
+
+
+
+ Wyłączanie nowej logiki RefCount jest przestarzałe.
+
+
+
+ Argument wiersza polecenia --download-crash-report wymaga również argumentu --download-crash-report-to.
+
+
+
+ Opcja REPL (--enable-repl) jest obsługiwana tylko wtedy, gdy konsolidacja nie jest używana (--nolink).
+
+
+
+ Sam kod bitowy zestawu nie jest obsługiwany w przypadku systemu watchOS. Użyj opcji --bitcode:marker lub --bitcode:full.
+
+
+
+ Kod bitowy nie jest obsługiwany w symulatorze. Nie przekazuj elementu --bitcode podczas kompilowania dla symulatora.
+
+
+
+ Nie znaleziono odwołania do elementu „{0}”. Zostanie ono dodane automatycznie.
+
+
+
+ Należy określić platformę docelową (--target-framework).
+
+
+
+ Kompilacje przyrostowe (--fastdev) nie są obsługiwane w module Boehm GC. Kompilacje przyrostowe zostaną wyłączone.
+
+
+
+ Moduł GC musi być w trybie współpracy dla aplikacji systemu watchOS. Usuń argument --coop:false do mtouch.
+
+
+
+ Opcja „{0}” nie może przyjmować wartości „{1}”, gdy włączono tryb współpracy dla modułu GC.
+
+
+
+ Platforma docelowa „{0}” jest przestarzała. Użyj zamiast niej platformy „{1}”.
+
+
+
+
+
+ Nie można odnaleźć polecenia „mlaunch”.
+
+
+
+
+ Nie można skopiować plików AOT do katalogu docelowego {0}: {1}
+
+
+
+ Nie można skopiować plików AOT do katalogu docelowego {0}: nie można uruchomić procesu.
+
+
+
+ Nie można skopiować plików AOT do katalogu docelowego {0}
+
+
+
+ Nie znaleziono odwołania do zestawu Xamarin.iOS.dll.
+
+
+
+ Nie odnaleziono pliku machine.config „{0}”.
+
+
+
+
+ Błąd wewnętrzny: {0}. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Nieprawidłowa platforma docelowa kompilacji zestawu: „{0}”. Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Zestaw „{0}” jest określony wiele razy w argumentach --assembly-build-target.
+
+
+
+ Zestawy „{0}” i „{1}” mają taką samą nazwę obiektu docelowego („{2}”), ale inne obiekty docelowe („{3}” i „{4}”).
+
+
+
+ Obiekt statyczny „{0}” zawiera więcej niż jeden zestaw („{1}”), ale każdy obiekt statyczny musi odpowiadać dokładnie jednemu zestawowi.
+
+
+
+ Nie określono elementu docelowego kompilacji dla „{0}”.
+
+
+
+ Nazwa obiektu docelowego kompilacji zestawu „{0}” jest nieprawidłowa: znak „{1}” jest niedozwolony.
+
+
+
+ Zestawy „{0}” mają różne niestandardowe optymalizacje kompilatora LLVM („{1}”), co nie jest dozwolone, gdy wszystkie są kompilowane do pojedynczego pliku binarnego.
+
+
+
+ Obiekt docelowy kompilacji zestawu „{0}” nie jest zgodny z żadnym zestawem.
+
+
+
+ Zestaw „{0}” został załadowany z innej ścieżki niż podana ścieżka (podana ścieżka: {1}, rzeczywista ścieżka: {2}).
+
+
+
+ Kompilacje przyrostowe zostały wyłączone, ponieważ ta wersja platformy Xamarin.iOS nie obsługuje kompilacji przyrostowych w projektach zawierających biblioteki powiązań innych firm i kompilowanych do kodu bitowego.
+
+
+
+ Kod bitowy został włączony, ponieważ ta wersja platformy Xamarin.iOS nie obsługuje tworzenia projektów systemu watchOS przy użyciu kompilatora LLVM bez włączania kodu bitowego.
+
+
+
+ Natywne udostępnianie kodu zostało wyłączone, ponieważ {0}
+
+
+
+ Wersja platformy docelowej wdrożenia aplikacji kontenera jest wcześniejsza niż iOS 8.0 ({0}).
+
+
+
+ Aplikacja kontenera zawiera zestawy I18N ({0}).
+
+
+
+ Aplikacja kontenera ma niestandardowe definicje XML dla zarządzanego konsolidatora ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Natywne udostępnianie kodu zostało wyłączone dla rozszerzenia „{0}”, ponieważ {1}
+
+
+
+ Opcje kodu bitowego są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Opcje --assembly-build-target są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Zestawy I18N są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Argumenty kompilatora AOT są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Pozostałe argumenty kompilatora AOT są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Kompilator LLVM nie jest włączony lub jest wyłączony w aplikacji kontenera ({0}) i rozszerzeniu ({1}).
+
+
+
+ Ustawienia zarządzanego konsolidatora są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Pominięte zestawy dla zarządzanego konsolidatora są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Rozszerzenie ma niestandardowe definicje XML dla zarządzanego konsolidatora ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Ustawienia interpretera są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Zestawy interpretowane są różne dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Aplikacja kontenera nie wykonuje kompilacji dla interfejsu ABI {0} (podczas gdy rozszerzenie wykonuje kompilację dla tego interfejsu ABI).
+
+
+
+ Aplikacja kontenera kompiluje dla interfejsu ABI {0}, który jest niezgodny z interfejsem ABI rozszerzenia ({1}).
+
+
+
+ Optymalizacja remove-dynamic-registrar jest różna dla aplikacji kontenera ({0}) i rozszerzenia ({1}).
+
+
+
+ Aplikacja kontenera odwołuje się do zestawu „{0}” z „{1}”, podczas gdy rozszerzenie odwołuje się do innej wersji z „{2}”.
+
+
+
+ Kompilacja hybrydowa AOT wymaga skompilowania wszystkich zestawów przy użyciu kompilacji AOT
+
+
+
+ Zalecane jest odwoływanie się do symboli dynamicznych przy użyciu kodu (--dynamic-symbol-mode=code), gdy kod bitowy jest włączony.
+
+
+
+ Nieprawidłowa architektura: {0}. Architektury 32-bitowe nie są obsługiwane w przypadku wersji platformy docelowej wdrożenia 11 lub nowszej.
+
+
+
+ Nie można uruchomić aplikacji 32-bitowej na symulatorze, który obsługuje tylko aplikacje 64-bitowe.
+
+
+
+ Nie można odnaleźć katalogu {0} zawierającego symbole mono.
+
+
+
+ Zestaw wykonywalny {0} nie odwołuje się do zestawu {1}.dll.
+
+
+
+ Nie można ustawić bieżącego języka jako „{0}” (zgodnie z opcją LANG={1}): {2}
+
+
+
+ Argument wiersza polecenia --assembly-build-target jest ignorowany w symulatorze.
+
+
+
+ Kompilacje przyrostowe zostały wyłączone, ponieważ kompilacje przyrostowe nie są obsługiwane w symulatorze.
+
+
+
+ Kompilacje przyrostowe zostały wyłączone, ponieważ ta wersja platformy Xamarin.iOS nie obsługuje kompilacji przyrostowych w projektach zawierających więcej niż jedną bibliotekę powiązań innych firm.
+
+
+
+ Nie można dotknąć pliku „{0}”: {1}
+
+
+
+ Plik symboli debugowania dla elementu „{0}” nie jest zgodny z zestawem i zostanie zignorowany.
+
+
+
+ Nie odnaleziono zestawów głównych. Należy podać co najmniej jeden zestaw główny.
+
+
+
+ Nie odnaleziono zestawu produktu „{0}” na liście zestawów: „{1}”
+
+
+
+ Nieznana optymalizacja: „{0}”. Prawidłowe optymalizacje: {1}.
+
+
+
+ Odnaleziono więcej niż 1 zestaw pasujący do elementu „{0}”. Wybrano pierwszy zestaw: {1}{2}
+
+
+
+ Nie połączono struktury systemu „{0}” (przywoływanej przez zestaw „{1}”), ponieważ została ona wprowadzona w systemie {2} {3}, a używany jest zestaw {2} {4} SDK.
+
+
+
+ Nie można odnaleźć zestawu „{0}”, do którego odwołuje się element „{1}”.
+
+
+
+ Nie można odnaleźć zestawu „{0}”, do którego odwołuje się atrybut {2} w elemencie „{1}”.
+
+
+
+ Plik „{0}” nie jest prawidłową platformą.
+
+
+
+ Interpreter nie jest obsługiwany w symulatorze. Przełączanie do środowiska REPL, które udostępnia te same dodatkowe funkcje na symulatorze.
+
+
+
+ Nie można odnaleźć zestawu „{0}” przekazanego jako argument do elementu --interpreter.
+
+
+
+ Projekty korzystające z klasycznego interfejsu API nie są już obsługiwane. Przeprowadź migrację projektu do ujednoliconego interfejsu API.
+
+
+
+ Kompilowanie aplikacji 32-bitowych nie jest już obsługiwane. Zmień architekturę w opcjach kompilacji dla komputerów Mac projektu na „x86_64”.
+
+
+
+ Użyj kompilacji specyficznych dla urządzenia w systemie WatchOS podczas kompilowania pod kątem debugowania.
+
+
+
+ Tryb debugowania ARM64_32 wymaga elementu --interpreter[=all], wymuszając go.
+
+
+
+ Nie można przeanalizować elementu cflags „{0} z programu pkg-config: {1}
+
+
+
+ Nie można przeanalizować flag konsolidatora „{0}” z atrybutu LinkWith dla biblioteki „{1}” w elemencie {2} : {3}
+
+
+
+ Błąd wewnętrzny: interpreter jest obecnie dostępny tylko dla wersji 64-bitowej.
+
+
+
+ Błąd wewnętrzny: tablica byref nie jest ciągiem, klasą NSObject ani interfejsem INativeObject.
+
+
+
+ Błąd wewnętrzny: nie można przekonwertować „{0}” na „{1}” w elemencie {2}. Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Błąd wewnętrzny: inteligentny element enum {0} po wszystkim nie wydaje się być inteligentnym elementem enum. Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Błąd wewnętrzny: nieobsługiwana wartość właściwości tokentype ({0}) dla elementu {1}. Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Błąd wewnętrzny: rejestrator statyczny nie powinien być wykonywany, jeśli konsolidator nie zostanie wykonany (lub został wyłączony). Potencjalnym obejściem jest przekazanie argumentu „-f” jako dodatkowego argumentu {0} w celu wymuszenia pełnej kompilacji. Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Błąd wewnętrzny: symbol bez nazwy (typ: {0}). Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Błąd wewnętrzny: „nie można przekonwertować struktur na struktury: {0}”. Zgłoś raport o usterce z przypadkiem testowym (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Do zestawu {0} odwoływał się inny zestaw, ale w tym samym czasie został skonsolidowany przez konsolidator.
+
+
+
+ Dane wyjściowe konsolidatora zawierają więcej niż jeden zestaw o nazwie „{0}”:\n\t{1}
+
+
+
+ Nie wszystkie zestawy dla {0} mają zadania konsolidacji
+
+
+
+ Zadania konsolidacji dla elementu {0} nie są takie same
+
+
+
+ Zestaw „{0}” uzyskano z pamięci podręcznej GAC systemu: {1}. To może potencjalnie być problemem w przyszłości. Aby uniknąć takich problemów, pamiętaj, aby nie używać zestawów dostępnych tylko w pamięci podręcznej GAC systemu.
+
+
+
+ Nieznana platforma: {0}. Wskazuje to zazwyczaj na usterkę. Zarejestruj raport o usterce z przypadkiem testowym pod adresem https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+ Debugowanie pliku symboli w przypadku elementu "{0}" jest nieprawidłowe i został zignorowane.
+
+
+
+ Ta wersja systemu {0} wymaga zestawu SDK {1} {2} (dostarczanego ze środowiskiem Xcode {3}). Uaktualnij środowisko Xcode, aby uzyskać wymagane pliki nagłówkowe, lub użyj rejestratora dynamicznego lub ustaw zachowanie konsolidatora zarządzanego na opcję Połącz tylko zestawy SDK platformy lub struktury w opcjach kompilacji Mac projektu > Zachowanie konsolidatora, aby spróbować uniknąć nowych interfejsów API.
+
+
+ Ta wersja systemu {0} wymaga zestawu SDK {1} {2} (dostarczanego ze środowiskiem Xcode {3}). Uaktualnij środowisko Xcode, aby pobrać wymagane pliki nagłówkowe, lub ustaw zachowanie konsolidatora zarządzanego na opcję Połącz tylko zestawy SDK struktury w opcjach kompilacji iOS projektu > Zachowanie konsolidatora, aby spróbować uniknąć nowych interfejsów API.
+
+
+ Nie można połączyć się ze strukturą {0} (używaną przez typ {1}), ponieważ nie jest ona dostępna na bieżącej platformie ({2}).
+
+
+ Nie można połączyć ze strukturą {0} (przywoływaną przez odwołanie modułu w {1}), ponieważ nie jest ona dostępna na bieżącej platformie ({2}).
+
+
+ Nie można zmapować wersji systemu iOS {0} na wersję systemu MacOS w przypadku aplikacji Mac Catalyst
+
+
+ Nie można zmapować wersji systemu macOS {0} na odpowiadającą jej wersję systemu iOS w przypadku aplikacji Mac Catalyst
+
+
+ Opcja "{0}" nie może przyjmować wartości "{1}" podczas korzystania z repozytorium CoreCLR.
+
+
+ Nie można skopiować zestawu „{0}” do lokalizacji „{1}”: {2}
+
+
+
+ Nie można załadować zestawu „{0}”: {1}
+
+
+
+ Błąd śledzenia zależności: brak plików do porównania. Zarejestruj raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new z przypadkiem testowym.
+
+
+
+ Nie można ponownie użyć wersji elementu „{0}” przechowywanej w pamięci podręcznej: {1}.
+
+
+
+ Nie można utworzyć pliku wykonywalnego „{0}”: {1}
+
+
+
+ Nie można skopiować katalogu „{0}” do „{1}”: {2}
+
+
+
+ Nie można utworzyć linku symbolicznego „{0}” -> „{1}”: błąd {2}
+
+
+
+ Nie można uwzględnić różnych wersji platformy „{0}”
+
+
+
+ Platforma „{0}” uwzględniona z: {1} (związane z poprzednim błędem)
+
+
+
+ Nieobsługiwana platforma kodu bitowego: {0}.
+
+
+
+ Nieobsługiwany interfejs ABI systemu TvOS: {0}.
+
+
+
+ Nie można wyodrębnić biblioteki natywnej „{0}” z elementu „{1}”. Upewnij się, że biblioteka natywna została prawidłowo osadzona w zestawie zarządzanym (jeśli zestaw został skompilowany za pomocą projektu powiązania, biblioteka natywna musi być uwzględniona w projekcie, a jej akcją kompilacji musi być „ObjcBindingNativeLibrary”).
+
+
+
+ Nieprawidłowa sekwencja ucieczki podczas konwertowania .s na .ll, \\ jako ostatni znak w elemencie {0}:{1}.
+
+
+
+ Nieprawidłowa sekwencja ucieczki podczas konwertowania .s na .ll, nieprawidłowy ósemkowy znak ucieczki w elemencie {0}:{1} z powodu {2}.
+
+
+
+ Nie można zdekompresować struktury natywnej „{0}” z elementu „{1}”. Przejrzyj dziennik kompilowania, aby uzyskać więcej informacji na temat natywnego polecenia „rozpakuj”.
+
+
+
+ Biblioteka powiązań „{0}” zawiera strukturę użytkownika ({0}), ale osadzone struktury użytkownika wymagają systemu iOS 8.0 (wersja platformy docelowej wdrożenia to {1}). W pliku Info.plist ustaw wersję platformy docelowej wdrożenia co najmniej 8.0.
+
+
+
+ W odwołaniach brakuje wymaganego zestawu „Xamarin.Mac.dll”
+
+
+
+ Zestaw „{0}” nie jest zgodny z tym narzędziem lub profilem.
+
+
+
+ Nie można znaleźć elementu {0} {1}. Platforma docelowa „{2}” nie nadaje się do spakowania aplikacji.
+
+
+
+ Platforma docelowa „{0}” jest nieprawidłowa.
+
+
+
+ Właściwość useFullXamMacFramework musi zawsze wskazywać platformę .NET 4.5, a nie „{0}”, która jest nieprawidłowa.
+
+
+
+ Niezgodność między odwołaniem platformy Xamarin.Mac „{0}” i wybraną platformą docelową „{1}”.
+
+
+
+ Nie można rozpoznać odwołania: {0}
+
+
+
+ Co najmniej jedno odwołanie do typu „{0}” już istnieje wewnątrz elementu „{1}” przed konsolidacją
+
+
+
+ Co najmniej jedno odwołanie do typu „{0}” nadal istnieje wewnątrz elementu „{1}” po konsolidacji
+
+
+
+ Nie jest to biblioteka dynamiczna Mach-O (nieznany nagłówek „0x{0}”): {1}.
+
+
+
+ Nie jest to biblioteka statyczna Mach-O (nieznany nagłówek „{0}”, oczekiwano „!<arch>”).
+
+
+
+ Nie jest to biblioteka dynamiczna Mach-O (nieznany nagłówek „0x{0}”): {1}.
+
+
+
+ Nieznany format wpisu systemu plików FAT w pozycji {0} w elemencie {1}.
+
+
+
+ Plik typu {0} nie jest plikiem MachO ({1}).
+
+
+
+ Nieprawidłowy wpis „{0}” w bibliotece statycznej „{1}”, nagłówek wpisu nie kończy się ciągiem 0x60 0x0A (znaleziono „0x{2} 0x{3}”)
+
+
+
+ Nie można połączyć zestawów. {0}
+
+
+
+ Nie można rozpoznać odwołania: {0}
+
+
+
+ Opcja „--optimize={0}{1}” zostanie zignorowana, ponieważ rejestrator statyczny nie jest włączony
+
+
+
+
+ Opcja „--optimize={0}{1}” zostanie zignorowana, ponieważ konsolidacja jest wyłączona
+
+
+
+ Opcja "--optimize={0}" zostanie zignorowana, ponieważ ma zastosowanie tylko do systemu {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Nie można zlokalizować pliku definicji dodatkowego konsolidatora „{0}”.
+
+
+
+ Nie można przeanalizować definicji z elementu „{0}”.
+
+
+
+ Nie można załadować zestawu mscorlib.dll z: „{0}”. Zainstaluj ponownie rozszerzenie Xamarin.iOS.
+
+
+
+ Wystąpiło odwołanie do biblioteki natywnej „{0}”, ale nie można jej odnaleźć.
+
+
+
+ Nie można rozpoznać odwołania „{0}” z elementu „{1}”
+
+
+
+ Ujednolicony interfejs API platformy Xamarin.Mac względem pełnego programu .NET Framework nie obsługuje konsolidacji zestawów SDK ani wszystkich zestawów. Przekaż flagę „-nolink” lub „-linkplatform”.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Przywoływane przez {0}.{1}
+
+
+
+ Nieznany element HttpMessageHandler „{0}”. Prawidłowe wartości to HttpClientHandler (wartość domyślna), CFNetworkHandler lub NSUrlSessionHandler
+
+
+
+ Pokazano tylko pierwsze {0} z {1} ostrzeżeń „Przywoływane przez”.
+
+
+
+ Nie można rozpoznać odwołania do zestawu „{0}” przywoływanego w elemencie „{1}”. Aplikacja nie będzie uwzględniać zestawu, którego dotyczy odwołanie, i może zakończyć się niepowodzeniem w czasie wykonywania.
+
+
+
+ Nie można skonsolidować zestawu „{0}”, ponieważ jest to tryb mieszany.
+
+
+
+ Nieprawidłowy element HttpMessageHandler „{0}” dla systemu watchOS. Jedyną prawidłową wartością jest NSUrlSessionHandler.
+
+
+
+ Nie można przetworzyć opisu w języku XML: {0}
+
+
+
+ Zestaw „{0}” jest przywoływany z dwóch różnych lokalizacji: „{1}” i „{2}”.
+
+
+
+ Nie można załadować zestawu głównego „{0}”.
+
+
+
+
+ Niepowodzenie kroku konsolidatora "{0}" podczas przetwarzania "{1}".
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Nie można rozpoznać odwołania „{0}”, do którego odwołuje się metoda „{1}” w elemencie „{2}”.
+
+
+
+ Błąd podczas przetwarzania metody „{0}” w zestawie „{1}”: {2}
+
+
+
+ Błąd podczas przetwarzania metody „{0}” w zestawie „{1}”
+
+
+
+ Wystąpił błąd podczas przetwarzania zestawu „{0}”: {1}
+
+
+
+ Atrybut [BindingImpl] składowej „{0}” jest nieprawidłowy: nie oczekiwano pól.
+
+
+
+ Atrybut [BindingImpl] składowej „{0}” jest nieprawidłowy: nie oczekiwano właściwości.
+
+
+
+ Atrybut [BindingImpl] składowej „{0}” jest nieprawidłowy: nie oczekiwano konstruktora z typem parametru „{1}” (oczekiwano elementu ObjCRuntime.BindingImplOptions).
+
+
+
+ Atrybut [BindingImpl] składowej „{0}” jest nieprawidłowy: nie oczekiwano konstruktora z {1} parametrami (oczekiwano 1 parametru).
+
+
+
+ Właściwość {0}.{1} zawiera klauzulę wyjątku „{2}”, która nie jest obecnie obsługiwana podczas kompilowania dla kodu bitowego. Ta właściwość spowoduje zgłoszenie wyjątku, jeśli zostanie wywołana.
+
+
+
+ Metoda {0}.{1} zawiera klauzulę wyjątku „{2}”, która nie jest obecnie obsługiwana podczas kompilowania dla kodu bitowego. Ta metoda spowoduje zgłoszenie wyjątku, jeśli zostanie wywołana.
+
+
+
+ Nie można zoptymalizować wywołania elementu BlockLiteral.{2} w elemencie {0} przy przesunięciu {1}, ponieważ poprzednia instrukcja była nieoczekiwana {3})
+
+
+
+ Nie można zoptymalizować wywołania elementu BlockLiteral.{2} w elemencie {0} przy przesunięciu {1}, ponieważ nie można określić typu delegata pierwszego argumentu (instrukcja: {3})
+
+
+
+ Nie można zoptymalizować wywołania elementu BlockLiteral.{2} w elemencie {0}, ponieważ typ wartości przekazanej jako pierwszy argument (trampolina) to {1}, co uniemożliwia obliczenie podpisu bloku.
+
+
+
+ Nie można zoptymalizować wywołania elementu BlockLiteral.SetupBlock w elemencie {0} przy przesunięciu {1}, ponieważ nie można znaleźć atrybutu [UserDelegateType] w elemencie {2}.
+
+
+
+ Nie można zoptymalizować wywołania elementu BlockLiteral.SetupBlock w elemencie {0} przy przesunięciu {1}: {2}.
+
+
+
+ Nie można bezpiecznie usunąć rejestratora dynamicznego, ponieważ element {0} przywołuje element „{1}.{2} ({3})”.
+
+
+
+ {0} została pozbawiona architektur z wyjątkiem {1}, aby zachować zgodność z ograniczeniami sklepu App Store. Może to spowodować uszkodzenie istniejących podpisów podpisywania kodu. Rozważ usunięcie biblioteki za pomocą narzędzia lipo lub wyłączenie za pomocą opcji --optimize=-trim-architectures
+
+
+
+ Częściowo statyczny rejestrator platformy Xamarin.Mac nie obsługuje konsolidacji. Wyłącz konsolidację lub użyj innego trybu rejestratora.
+
+
+
+ Nie można odnaleźć zestawu corlib „{0}” na liście załadowanych zestawów.
+
+
+
+
+
+
+
+
+
+
+ Niepowodzenie kroku konsolidatora "{0}" podczas przetwarzania: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Niepowodzenie kroku konsolidatora "{0}" podczas przetwarzania: {1}: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ Nie można wykonać następującej operacji względem zestawu „{1}”: {0}
+
+
+
+ Debugowanie nie jest obsługiwane podczas kompilowania przy użyciu kompilatora LLVM. Debugowanie zostało wyłączone.
+
+
+
+ Nie można wykonać kompilacji AOT zestawu „{0}”, ponieważ on nie istnieje.
+
+
+
+ Nie odnaleziono zależności „{0}” zestawu „{1}”. Przejrzyj odwołania do projektu.
+
+
+
+ Nie można obliczyć pełnej mapy zależności dla projektu. Spowoduje to wydłużenie czasów kompilacji, ponieważ platforma Xamarin.iOS nie może poprawnie wykryć, co należy ponownie skompilować, a co nie wymaga ponownej kompilacji. Przejrzyj poprzednie ostrzeżenia, aby uzyskać więcej szczegółów.
+
+
+
+ Pliki informacji debugowania (*.mdb/*.pdb) nie zostaną załadowane, gdy kompilator LLVM jest włączony.
+
+
+
+ Obsługa kodu bitowego wymaga użycia kompilatora LLVM (--abi=arm64+llvm itd.)
+
+
+
+ Zażądano kompilacji AOT elementu „{0}”, ale nie został on znaleziony
+
+
+
+ Zażądano wykluczenia kompilacji AOT elementu „{0}”, ale nie został on znaleziony
+
+
+
+ Szablonu głównego nie można rozszerzyć do „{0}”.
+
+
+
+ Nie można skompilować wygenerowanego kodu dla metod P/Invoke. Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Rejestrator nie może utworzyć podpisu dla typu „{0}”.
+
+
+
+ Rejestrator znalazł nieprawidłowy typ „{0}” w podpisie dla metody „{2}”. Zamiast tego użyj typu „{1}”.
+
+
+
+ Rejestrator znalazł nieprawidłowy typ „{0}” w podpisie dla metody „{1}”: typ implementuje interfejs INativeObject, ale nie ma konstruktora, który przyjmuje dwa argumenty (IntPtr, bool).
+
+
+
+ Rejestrator nie może skierować zwracanej wartości dla typu „{0}” w sygnaturze dla metody „{1}”.
+
+
+
+ Rejestrator nie może skierować zwracanej wartości typu „{0}” w metodzie „{1}.{2}”.
+
+
+
+ Rejestrator nie może skierować parametru typu „{0}” w podpisie dla metody „{1}”.
+
+
+
+ Rejestrator nie może pobrać typu ObjectiveC dla typu zarządzanego „{0}”.
+
+
+
+ Nie można skompilować wygenerowanego kodu rejestratora. Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Rejestrator nie może skierować parametru out typu „{0}” w podpisie dla metody „{1}”.
+
+
+
+ Rejestrator nie może utworzyć podpisu dla typu „{0}” w metodzie „{1}”.
+
+
+
+ Rejestrator znalazł metodę ogólną: „{0}”. Eksportowanie metod ogólnych nie jest obsługiwane i prowadzi do losowego zachowania i/lub awarii
+
+
+
+ Nieoczekiwany błąd w rejestratorze dla metody „{0}.{1}” — zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nie można zarejestrować zestawu „{0}”: {1}
+
+
+
+ Rejestrator znalazł niezgodność podpisu w metodzie „{0}.{1}” — selektor „{4}” wskazuje, że metoda przyjmuje {2} parametry, podczas gdy metoda zarządzana ma {3} parametry.
+
+
+
+ Nie można zarejestrować dwóch typów zarządzanych („{0}” i „{1}”) z tą samą nazwą natywną („{2}”).
+
+
+
+ Nie można zarejestrować selektora „{0}” składowej „{1}.{2}”, ponieważ selektor jest już zarejestrowany w składowej „{3}”.
+
+
+
+ Rejestrator znalazł nieznany typ pola „{0}” w polu „{1}.{2}”. Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nie można użyć kompilatora GCC/G++ do kompilowania wygenerowanego kodu z rejestratora statycznego podczas korzystania ze struktury kont (pliki nagłówków udostępnione przez firmę Apple używane podczas kompilacji wymagają kompilatora Clang). Użyj kompilatora Clang (--compiler:clang) lub rejestratora dynamicznego (--registrar:dynamic).
+
+
+
+ Typem parametru ze zmienną liczbą argumentów w funkcji „{0}” ze zmienną liczbą argumentów musi być System.IntPtr.
+
+
+
+ W elemencie „{1}” znaleziono nieprawidłowy element {0}. Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Odnaleziono nieprawidłową właściwość RegisterAttribute {1} w elemencie „{0}”. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Odnaleziono nieprawidłowy atrybut AdoptsAttribute w elemencie „{0}”: oczekiwano 1 argumentu konstruktora, otrzymano {1}. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Odnaleziono nieprawidłowy atrybut BindAsAttribute w elemencie „{0}.{1}”: nieznane pole {2}. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Znaleziono nieprawidłowy element {0} w metodzie „{1}.{2}”. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Odnaleziono nieprawidłowy atrybut BindAsAttribute w elemencie „{0}”: powinien istnieć 1 argument konstruktora, odnaleziono {1}. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Odnaleziono nieprawidłowy atrybut BindAsAttribute w elemencie „{0}”: nie można odnaleźć podstawowego typu wyliczeniowego {1}. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Rejestrator odnalazł nieprawidłowy typ „{0}” w sygnaturze dla metody „{1}”: interfejs musi mieć atrybut protokołu określający jego typ otoki.
+
+
+
+ Nie można zarejestrować dwóch protokołów zarządzanych („{0}” i „{1}”) z taką samą nazwą natywną („{2}”).
+
+
+
+ Nie można zarejestrować więcej niż jednej metody interfejsu dla metody „{0}.{1}”.
+
+
+
+ Rejestrator odnalazł nieprawidłowy typ parametru ogólnego „{0}” w parametrze {2} metody „{1}”. Parametr ogólny musi mieć ograniczenie dla obiektu „NSObject”.
+
+
+
+ Rejestrator odnalazł nieprawidłowy ogólny typ zwracany „{0}” w metodzie „{1}”. Ogólny typ zwracany musi mieć ograniczenie dla obiektu „NSObject”.
+
+
+
+ Rejestrator nie może eksportować metod statycznych w klasach ogólnych („{0}”).
+
+
+
+ Rejestrator nie może eksportować właściwości statycznych w klasach ogólnych („{0}.{1}”).
+
+
+
+ Rejestrator odnalazł nieprawidłowy ogólny typ zwracany „{0}” we właściwości „{1}.{2}”. Ogólny typ zwracany musi mieć ograniczenie dla obiektu „NSObject”.
+
+
+
+ Aplikacja używa struktury „{0}”, która nie jest dołączona do zestawu SDK {3} używanego do kompilowania aplikacji (ta platforma została wprowadzona w systemie {3} {2}, podczas gdy kompilacja jest wykonywana przy użyciu zestawu {3} {1} SDK). Wybierz nowszy zestaw SDK w opcjach kompilacji systemu {3} aplikacji.
+
+
+
+ Aplikacja korzysta z platformy „{0}”, która nie jest uwzględniona w zestawie SDK {3} używanym do kompilowania aplikacji (ta platforma została wprowadzona w {3} {2}, podczas gdy kompilacja jest wykonywana przy użyciu zestawu SDK {3} {1} ). Ta konfiguracja nie jest obsługiwana przez rejestratora statycznego (przekaż argument --registrar:dynamic jako dodatkowy argument MMP w opcjach kompilacji dla komputerów Mac projektu). Możesz też wybrać nowszy zestaw SDK w opcjach kompilacji dla komputerów Mac aplikacji.
+
+
+
+ Składowa „{0}” ma atrybut Export bez selektora. Selektor jest wymagany.
+
+
+
+ Rejestrator nie może organizować typu parametru „{0}” dla parametru „{1}” w metodzie „{2}.{3}”
+
+
+
+ Metoda „{0}.{1}” implementuje element „{2}.{3}”.
+
+
+
+ Rejestrator nie może organizować typu właściwości „{0}” dla właściwości „{1}.{2}”.
+
+
+
+ Rejestrator nie może organizować typu właściwości „{0}” dla właściwości „{1}.{2}”. Właściwości z atrybutem [Connect] muszą mieć typ właściwości obiektu NSObject (lub podklasę obiektu NSObject).
+
+
+
+ Rejestrator odnalazł niezgodność sygnatury w metodzie „{0}.{1}” — selektor „{4}” wskazuje, że metoda ze zmienną liczbą argumentów przyjmuje następującą liczbę parametrów: {2}. Metoda zarządzana przyjmuje natomiast następującą liczbę parametrów: {3}.
+
+
+
+ Nie można zarejestrować selektora „{0}” w składowej „{1}.{2}”, ponieważ rozszerzenie Xamarin.iOS niejawnie rejestruje ten selektor.
+
+
+
+ Nieprawidłowe wyliczenie „{0}”: wyliczenia z atrybutem [Native] muszą mieć podstawowy typ wyliczenia „long” lub „ulong”.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ Parametr nazwy atrybutu rejestratora w klasie „{0}” („{3}”) zawiera nieprawidłowy znak: „{1}” (0x{2}).
+
+
+
+ W elemencie „{1}” znaleziono nieprawidłowy element {0}. Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Rejestrator odnalazł protokół ogólny: „{0}”. Eksportowanie protokołów ogólnych nie jest obsługiwane.
+
+
+
+ Nie można zarejestrować metody rozszerzającej „{0}.{1}”, ponieważ typ pierwszego parametru („{2}”) nie jest zgodny z typem kategorii („{3}”).
+
+
+
+ Nie można zarejestrować typu „{0}”, ponieważ typ kategorii „{1}” w swoim atrybucie kategorii nie dziedziczy po obiekcie NSObject.
+
+
+
+ Nie można zarejestrować typu „{0}”, ponieważ właściwość Type w jego atrybucie kategorii nie jest ustawiona.
+
+
+
+ Nie można zarejestrować typu „{0}” jako kategorii, ponieważ implementuje on interfejs INativeObject lub podklasy obiektu NSObject.
+
+
+
+ Nie można zarejestrować typu „{0}” jako kategorii, ponieważ jest on ogólny.
+
+
+
+ Nie można zarejestrować metody „{0}.{1}” jako metody kategorii, ponieważ jest ona ogólna.
+
+
+
+ Nie można zarejestrować dwóch kategorii („{0}” i „{1}”) z taką samą nazwą natywną („{2}”)
+
+
+
+ Nie można zarejestrować metody kategorii „{0}.{1}”, ponieważ co najmniej jeden parametr jest wymagany dla metod rozszerzeń (a jego typ musi być zgodny z typem kategorii „{2}”).
+
+
+
+ Nie można zarejestrować konstruktora {0}.{1} w kategorii {0}, ponieważ konstruktory w kategoriach nie są obsługiwane.
+
+
+
+ Nie można zarejestrować metody „{0}.{1}” jako metody kategorii, ponieważ metody kategorii muszą być statyczne.
+
+
+
+ Odnaleziono nieprawidłowy znak „{0}” (0x{1}) w selektorze „{2}” dla elementu „{3}.{4}”.
+
+
+
+ Rejestrator odnalazł nieobsługiwaną strukturę „{0}”: wszystkie pola w strukturze muszą również być strukturami (pole „{1}” z typem „{2}” nie jest strukturą).
+
+
+
+
+ Typ „{0}” nie jest dostępny w systemie {3} {4} (został wprowadzony w systemie {3} {5}){6}. Przeprowadź kompilację przy użyciu nowszego zestawu {3} SDK (zwykle jest to wykonywane przy użyciu najnowszej wersji środowiska Xcode).
+
+
+
+ Typ „{0}” (używany jako typ podstawowy {1}) nie jest dostępny w systemie {2} {3} (został wprowadzony w systemie {2} {4}){5}. Przeprowadź kompilację przy użyciu nowszego zestawu {2} SDK (zwykle jest to wykonywane przy użyciu najnowszej wersji środowiska Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Typ „{0}” (używany jako parametr w metodzie {1}) nie jest dostępny w systemie {2} {3} (został wprowadzony w systemie {2} {4}){5}. Przeprowadź kompilację przy użyciu nowszego zestawu {2} SDK (zwykle jest to wykonywane przy użyciu najnowszej wersji środowiska Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Typ „{0}” używany jako typ właściwości {1}) nie jest dostępny w systemie {2} {3} (został wprowadzony w systemie {2} {4}){5}. Przeprowadź kompilację przy użyciu nowszego zestawu {2} SDK (zwykle jest to wykonywane przy użyciu najnowszej wersji środowiska Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Typ „{0}” używany jako zwracany typ w metodzie {1}) nie jest dostępny w systemie {2} {3} (został wprowadzony w systemie {2} {4}){5}. Przeprowadź kompilację przy użyciu nowszego zestawu {2} SDK (zwykle jest to wykonywane przy użyciu najnowszej wersji środowiska Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Wewnętrzny błąd rejestratora (element {0} z następującą liczbą argumentów: {1}). Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Wewnętrzny błąd spójności rejestratora (nieznany rodzaj dostępności: {0}). Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Błąd wewnętrzny rejestratora (parametry BindAs nie mogą być parametrami ref/out: {0}). Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nie można wyeksportować właściwości „{0}”, ponieważ jej selektor „{1}” jest słowem kluczowym języka Objective-C. Użyj innej nazwy.
+
+
+
+ Rejestrator nie może odnaleźć typu „System.Void” w żadnym z przywoływanych zestawów.
+
+
+
+ Nie można zarejestrować metody „{0}”, ponieważ sygnatura zawiera typ ({1}), który nie jest typem referencyjnym.
+
+
+
+ Nie można zarejestrować metody „{0}”, ponieważ sygnatura zawiera typ ogólny ({1}) z ogólnym typem argumentu, który nie implementuje interfejsu INativeObject ({2}).
+
+
+
+ Nie można zarejestrować typu „{0}”, ponieważ jego nazwa w języku Objective-C „{1}” jest słowem kluczowym tego języka. Użyj innej nazwy.
+
+
+
+ Nie można wygenerować otoki P/Invoke dla elementu {0}: {1}
+
+
+
+ Rejestrator nie może dokonać konwersji z wartość „{0}” na wartość „{1}” dla wartości zwracanej w metodzie {2}.
+
+
+
+ Atrybut BindAs w wartości zwracanej metody {0} jest nieprawidłowy: typ BindAs {1} jest inny niż typ zwracany {2}.
+
+
+
+ Atrybut BindAs w parametrze #{0} jest nieprawidłowy: typ BindAs {1} jest inny niż typ parametru {2}.
+
+
+
+ Atrybut BindAs właściwości {0}.{1} jest nieprawidłowy: typ BindAs {2} jest inny niż typ właściwości {1}.
+
+
+
+ Rejestrator nie może dokonać konwersji z wartość „{0}” na wartość „{1}” dla parametru „{2}” w metodzie {3}.
+
+
+
+ Rejestrator nie może obliczyć sygnatury bloku dla delegata typu {0} w metodzie {1}, ponieważ element {0} nie ma konkretnej sygnatury.
+
+
+
+ Rejestrator nie może obliczyć sygnatury bloku dla delegata typu {0} w metodzie {1}, ponieważ nie może znaleźć metody Invoke typu delegata.
+
+
+
+ Nie można zlokalizować bloku w celu delegowania metody konwersji dla parametru #{1} metody {0}.
+
+
+
+ Nie można zlokalizować bloku w celu delegowania metody konwersji dla parametru #{1} metody {0}.
+
+
+
+ Nie można zlokalizować delegata w celu zablokowania typu konwersji dla wartości zwracanej metody {0}.
+
+
+
+ Parametr „ProtocolType” atrybutu „Adopts” użyty w klasie „{0}” zawiera nieprawidłowy znak. Użyta wartość: „{1}”. Nieprawidłowy znak: „{2}”
+
+
+
+ Klasa „{0}” nie zostanie zarejestrowana, ponieważ platforma WatchKit została usunięta z zestawu iOS SDK.
+
+
+
+ Rejestrator odnalazł typ abstrakcyjny „{0}” w sygnaturze dla elementu „{1}”. Typy abstrakcyjne nie powinny być używane w sygnaturze dla składowej wyeksportowanej do kodu w języku Objective-C.
+
+
+
+ Błąd wewnętrzny rejestratora (parametry BindAs nie mogą być parametrami ref/out: {0}). Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Rejestrator nie może obliczyć sygnatury bloku dla delegata typu {0} w metodzie {1}, ponieważ nie może znaleźć metody Invoke typu delegata.
+
+
+
+ Brak kompilatora „{0}”. Zainstaluj składnik „Command-Line Tools” środowiska Xcode
+
+
+
+ Nie można odnaleźć kompilatora „{0}” ani kompilatora „{1}”. Zainstaluj składnik „Command-Line Tools” środowiska Xcode.
+
+
+
+ Kompilacja nie powiodła się. Kod błędu — {0}. Zgłoś raport o usterce na stronie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nie można skompilować plików „{0}”. Zgłoś usterkę w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nie można skompilować plików: {0}. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Zestaw „{0}” nie może zostać skompilowany z użyciem funkcji AOT dla architektur 32-bitowych, ponieważ kod natywny jest zbyt duży dla 32-bitowej architektury ARM.
+
+
+
+ Dane wyjściowe kompilatora są zbyt długie. Ograniczono je do 1000 wierszy.
+
+
+
+ Konsolidacja natywna nie powiodła się, kod błędu: 1. Sprawdź dziennik kompilacji, aby uzyskać szczegółowe informacje.
+
+
+
+ Łączenie natywne nie powiodło się. Przejrzyj dziennik kompilacji i flagi użytkownika przekazane do programu GCC: {0}
+
+
+
+ Konsolidacja natywna nie powiodła się. Przejrzyj dziennik kompilacji.
+
+
+
+ Brak zestawu MDK Mono.framework. Zainstaluj zestaw MDK dla swojej wersji programu Mono.framework ze strony https://www.mono-project.com/download/
+
+
+
+ Ostrzeżenie dotyczące łączenia natywnego: {0}
+
+
+
+ Nie można odnaleźć {0}, prawdopodobnie z powodu uszkodzonej instalacji rozszerzenia Xamarin.Mac. Zainstaluj ponownie rozszerzenie Xamarin.Mac.
+
+
+
+ Konsolidacja natywna nie powiodła się. Przejrzyj dziennik kompilacji.
+
+
+
+ Nieprawidłowa architektura „{0}”. Jedyna prawidłowa architektura to x86_64.
+
+
+
+ Błąd łączenia natywnego: {0}
+
+
+
+ Łączenie natywne nie powiodło się. Niezdefiniowany symbol: {0}. Upewnij się, że utworzono odwołanie do wszystkich wymaganych struktur i prawidłowo połączono biblioteki natywne.
+
+
+
+ Łączenie natywne nie powiodło się. Niezdefiniowana klasa Objective-C: {0}. Nie można odnaleźć symbolu „{1}” w żadnej z bibliotek ani platform połączonych z Twoją aplikacją.
+
+
+
+ Łączenie natywne nie powiodło się. Zduplikowany symbol: „{0}”.
+
+
+
+ Zduplikowany symbol w lokalizacji {0} (lokalizacja związana z poprzednim błędem)
+
+
+
+ Łączenie natywne nie powiodło się. Niezdefiniowany symbol: {0}. Do tego symbolu odwołuje się składowa zarządzana {1}.{2}. Upewnij się, że utworzono odwołanie do wszystkich wymaganych struktur i prawidłowo połączono biblioteki natywne.
+
+
+
+ Odwołania do elementu „{0}” mogą wymagać dodatkowych instrukcji -framework=XXX lub -framework=-lXXX na potrzeby natywnego konsolidatora
+
+
+
+ Nie można połączyć natywnie dla elementu „{0}”. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Łączenie natywne nie powiodło się, ponieważ wiersz polecenia konsolidatora był za długi (liczba znaków: {0}).
+
+
+
+ Nie można zignorować symbolu dynamicznego {0} (--ignore-dynamic-symbol={0}), ponieważ nie został on wykryty jako symbol dynamiczny.
+
+
+
+ Brak połączenia z rozszerzeniem WatchKit, ponieważ został on usunięty z systemu iOS.
+
+
+
+ Pomijanie platformy „{0}”. Jest to zabronione (odrzucane) przez sklep Mac App Store
+
+
+
+ Konsolidacja przy użyciu platformy „{0}”. Jest to zabronione (odrzucane) przez sklep Mac App Store
+
+
+
+ Nie można wykonać natywnego konsolidatora: {0}. Zarejestruj raport o usterce pod adresem https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Nie połączono ze strukturą "{0}", ponieważ bieżący zestaw SDK {1} nie zawiera obsługi tej platformy w symulatorze.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Brak narzędzia „strip”. Zainstaluj składnik „Command-Line Tools” środowiska Xcode
+
+
+
+ Brak narzędzia „dsymutil”. Zainstaluj składnik „Command-Line Tools” środowiska Xcode
+
+
+
+ Nie można wygenerować symboli debugowania (katalog dSYM). Przejrzyj dziennik kompilacji.
+
+
+
+ Nie można utworzyć końcowego pliku binarnego. Przejrzyj dziennik kompilacji.
+
+
+
+ Brak narzędzia „lipo”. Zainstaluj składnik „Command-Line Tools” środowiska Xcode
+
+
+
+ Nie można utworzyć biblioteki FAT. Przejrzyj dziennik kompilacji.
+
+
+
+ Brak narzędzia „{0}”. Zainstaluj składnik „Command-Line Tools” środowiska Xcode
+
+
+
+ Umowa licencyjna programu Xcode mogła nie zostać zaakceptowana. Uruchom program Xcode.
+
+
+
+ Nie udało się uruchomić narzędzia „{0}”, kod błędu „{1}”. Szczegółowe informacje można znaleźć w dzienniku kompilacji.
+
+
+
+ Działanie install_name_tool nie powiodło się z kodem błędu „{0}”. Sprawdź dziennik kompilacji, aby uzyskać szczegółowe informacje.
+
+
+
+ Operacja lipo nie powiodła się z kodem błędu „{0}”. Sprawdź dziennik kompilacji, aby uzyskać szczegółowe informacje.
+
+
+
+ Polecenie pkg-config nie powiodło się z kodem błędu „{0}”. Sprawdź dziennik kompilacji, aby uzyskać szczegółowe informacje.
+
+
+
+ Nie można było znaleźć elementu {0}. Zainstaluj platformę Mono dostępną pod adresem https://mono-project.com/Downloads
+
+
+
+ Nie można wykonać polecenia pkg-config: „{0}”. Sprawdź dziennik kompilowania, aby uzyskać szczegółowe informacje.
+
+
+
+ Narzędziu xcrun nie udało się znaleźć wyniku podczas wyszukiwania narzędzia „{0}” (plik „{1}” nie istnieje). Sprawdź dziennik kompilacji, aby uzyskać szczegółowe informacje.
+
+
+
+ Wewnętrzny błąd spójności. Zarejestruj raport o usterce w witrynie https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Nie wiem, jak ustawić parametr typu {0} w przypadku parametru {1} w wywołaniu do metody {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Nie wiem, jak z powrotem ustawić parametr typu {0} w przypadku parametru {1} w wywołaniu do metody {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Nie można kontrolować z typu {0} do obiektu Objective-C. Klasa zarządzana musi dziedziczyć po elemencie NSObject lub zaimplementować element INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Nieprawidłowe kodowanie typu dla parametru.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.pt-BR.resx b/tools/mtouch/TranslatedAssemblies/Errors.pt-BR.resx
index 1b8446a9d235..3d229c67c852 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.pt-BR.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.pt-BR.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the pt MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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
+
+
+ Não foi possível encontrar a mensagem de erro para o código {0}. Relate essa mensagem ausente no GitHub em https://github.com/xamarin/xamarin-macios/issues/new
+
+ This is the default message when an error code can not be found.
+
+
+
+ Erro inesperado – preencha um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ '-devname' foi fornecido sem nenhuma ação específica do dispositivo
+
+
+
+ Esta versão do Xamarin.Mac exige o Mono {0} (a versão atual do Mono é {1}). Atualize o Mono.framework de http://mono-project.com/Downloads
+
+
+
+ Não foi possível analisar a variável de ambiente '{0}'
+
+
+
+ O nome do aplicativo '{0}.exe' está em conflito com um SDK ou um nome de assembly de produto (.dll).
+
+
+
+ A nova lógica de contagem de referências exige que o SGen também seja habilitado.
+
+
+
+ O diretório de saída * não é válido ou não existe.
+
+
+
+ Não há plataforma devel em {0}, use --platform=PLAT para especificar o SDK.
+
+
+
+ O assembly raiz '{0}' não existe
+
+
+
+ Você deve fornecer somente um assembly raiz. {0} assemblies encontrados: '{1}'
+
+
+
+ Erro ao carregar os assemblies: {0}.
+
+
+
+ Não foi possível analisar os argumentos de linha de comando: {0}
+
+
+
+ O {0} foi criado em um runtime ({1}) mais recente do que o Xamarin.iOS dá suporte.
+
+
+
+ Dados incompletos são fornecidos para a conclusão *.
+
+
+
+ O suporte à criação de perfil exige que o sgen também seja habilitado.
+
+
+
+ O SDK do iOS {0} não dá suporte à criação de aplicativos direcionados a {1}.
+
+
+
+ ABI inválido: {0}. Os ABIs com suporte são: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 e arm64_32+llvm.
+
+
+
+ A opção '{0}' foi preterida.
+
+
+
+ Você deve fornecer um assembly raiz.
+
+
+
+ Argumento de linha de comando desconhecido: '{0}'
+
+
+
+ Somente uma opção --[log|install|kill|launch]dev ou --[launch|debug]sim pode ser usada.
+
+
+
+ As opções válidas para '{0}' são '{1}'.
+
+
+
+ Não é possível compilar usando gcc/g++ (--use-gcc) ao usar o registrador estático (este é o padrão ao compilar para o dispositivo). Remova o sinalizador --use-gcc ou use o registrador dinâmico (--registrar:dynamic).
+
+
+
+ As opções '--unsupported--enable-generics-in-registrador' e '--registrador' não são compatíveis.
+
+
+
+ O assembly raiz {0} está em conflito com outro assembly ({1}).
+
+
+
+ O nome do aplicativo '{0}.exe' está em conflito com outro assembly de usuário.
+
+
+
+ Não foi possível encontrar o arquivo necessário '{0}'.
+
+
+
+ Nenhuma versão do SDK foi fornecida. Adicione --sdk=X.Y para especificar qual SDK do {0} deve ser usado para criar o seu aplicativo.
+
+
+
+ Não foi possível analisar o argumento de linha de comando '-{0}': {1}
+
+
+
+ As opções '\*' e '\*' não são compatíveis.
+
+
+
+ Não é possível habilitar PIZZA (-pie) ao direcionar para iOS 4.1 ou anterior. Desabilite a PIZZA (-pie:false) ou defina o destino de implantação para pelo menos iOS 4.2
+
+
+
+ Só há suporte para o REPL (--enable-repl) no simulador (--sim).
+
+
+
+ O nome do executável ({0}) e o nome do aplicativo ({1}) são diferentes, isso pode impedir que os logs de falha sejam simbolizados corretamente.
+
+
+
+ Os argumentos de linha de comando '--enable-background-fetch e '--launch-for-background-fetch' também exigem '--launchsim'.
+
+
+
+ A opção '--debugtrack' será ignorada, a menos que '--debug' também seja especificado.
+
+
+
+ Um projeto do Xamarin.iOS precisa fazer referência a monotouch.dll ou Xamarin.iOS.dll
+
+
+
+ Não é possível referenciar '{0}.dll' em um projeto do {1} – ele é implicitamente referenciado por '{2}'.
+
+
+
+ Não é possível iniciar um simulador * para um aplicativo *. Habilite as arquiteturas corretas nas opções de Build do iOS do seu projeto (Página avançada).
+
+
+
+ monotouch.dll não é compatível com 64 bits. Consulte o Xamarin.iOS.dll ou não crie para uma arquitetura de 64 bits (ARM64 e/ou x86_64).
+
+
+
+ Não há suporte para os registradores antigos (--registrar:oldstatic|olddynamic) ao fazer referência a Xamarin.iOS.dll.
+
+
+
+ Os aplicativos direcionados a ARMv6 não podem fazer referência a Xamarin.iOS.dll.
+
+
+
+ Não foi possível localizar o assembly '\*', referenciado por '\*'.
+
+
+
+ Não é possível referenciar '{0}' em um aplicativo do {1}.
+
+
+
+ Não foi encontrada nenhuma referência a monotouch.dll ou Xamarin.iOS.dll. Uma referência a monotouch.dll será adicionada.
+
+
+
+ Não há suporte para o coletor de lixo Boehm. O coletor de lixo SGen foi selecionado no lugar.
+
+
+
+ --listsim só tem suporte com o Xcode 6.0 ou posterior.
+
+
+
+ --extension só tem suporte quando o SDK do iOS 8.0 (ou posterior) é usado.
+
+
+
+ O destino de implantação mínimo para aplicativos Unificados é 5.1.1, o destino de implantação atual é '*'. Selecione um destino de implantação mais recente nas opções do Aplicativo iOS do seu projeto.
+
+
+
+ Só haverá suporte para {0}.framework se o destino de implantação for 8.0 ou posterior. Os recursos do {0} podem não funcionar corretamente.
+
+
+
+ Você não poderá fornecer um assembly raiz se --no-root-assembly não for passado. {0} assemblies encontrados: '{1}'
+
+
+
+ O {3} {0} exige o Xcode {4} ou posterior. A versão atual do Xcode (encontrada em {2}) é {1}.
+
+
+
+ Um diretório de saída (--output) é necessário se --no-root-assembly é passado.
+
+
+
+ Nenhum comando especificado.
+
+
+
+ Não é possível tornar canônico o caminho '{0}': {1} ({2}).
+
+
+
+ O caminho '{0}' de Xcode não existe.
+
+
+
+ Não é possível encontrar o Xcode no local padrão (/Aplicativos/Xcode.app). Instale o Xcode ou passe um caminho personalizado usando --sdkroot <path>.
+
+
+
+ Não é possível determinar o caminho para Xcode.app da raiz do SDK '{0}'. Especifique o caminho completo para o pacote Xcode.app.
+
+
+
+ O Xcode.app '{0}' é inválido (o arquivo '{1}' não existe).
+
+
+
+ Não foi possível localizar o Xcode selecionado no sistema: {0}
+
+
+
+ Não foi possível localizar o Xcode atualmente selecionado no sistema. 'xcode-select --print-path' retornou '{0}', mas esse diretório não existe.
+
+
+
+ Nenhum Xcode.app especificado (usando --sdkroot), usando o Xcode do sistema conforme relatado por 'xcode-select --print-path': {0}
+
+
+
+ Nenhum Xcode.app especificado (usando --sdkroot ou 'xcode-select --print-path'), usando o Xcode padrão em vez disso: {0}
+
+
+
+ Não é possível encontrar o executável na extensão * (nenhuma entrada CFBundleExecutable em seu Info.plist)
+
+
+
+ O Xamarin.iOS só dá suporte a estruturas incorporadas com projetos Unificados.
+
+
+
+ O Xamarin.iOS só dá suporte a estruturas incorporadas quando o destino de implantação é pelo menos o 8.0 (destino de implantação atual: '{0}'; estruturas incorporadas: '{1}')
+
+
+
+ O Xamarin.iOS só dá suporte a estruturas incorporadas quando o destino de implantação é pelo menos o 2.0 (destino de implantação atual: '{0}'; estruturas incorporadas: '{1}')
+
+
+
+ Assembly do registrador de build inválido: *
+
+
+
+ Registrador inválido: {0}
+
+
+
+ Valor inválido para a estrutura de destino: {0}.
+
+
+
+ Estrutura de destino inválida: {0}. Estruturas de destino válidas: {1}.
+
+
+
+ Plataforma desconhecida: {0}. Isso geralmente indica um bug no {1}. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new com um caso de teste.
+
+
+
+ Não há suporte para as extensões da plataforma '{0}'.
+
+
+
+ O {4} {0} não dá suporte a um destino de implantação de {1} para {3} (o mínimo é a versão {2}). Selecione um destino de implantação mais recente no Info.plist do seu projeto.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ O {4} {0} não dá suporte a um destino de implantação de {1} para {3} (o máximo é a versão {2}). Selecione um destino de implantação mais antigo no Info.plist do seu projeto ou atualize para uma versão mais recente do {4}.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Arquitetura inválida '{0}' para projetos de {1}. As arquiteturas válidas são: {2}
+
+
+
+ Nenhuma arquitetura especificada (usando o argumento --abi). Uma arquitetura é necessária para projetos do {0}.
+
+
+
+ Projetos do WatchOS precisam ser extensões.
+
+
+
+ Os builds incrementais estão habilitados com um destino de implantação < 8.0 (atualmente {0}). Não há suporte para isso (o aplicativo resultante não será iniciado no iOS 9), portanto, o destino de implantação será definido como 8.0.
+
+
+
+ A versão recomendada do Xcode para {4} {0} é Xcode {3} ou posterior. A versão atual do Xcode (encontrada em {2}) é {1}.
+
+
+
+ Nenhum executável foi copiado para o pacote de aplicativo. Entre em contato com 'support@xamarin.com'
+
+
+
+ A desabilitação da nova lógica de refcount foi preterida.
+
+
+
+ O argumento de linha de comando --download-crash-report também exige --download-crash-report-to.
+
+
+
+ Só há suporte para REPL (--enable-repl) quando a vinculação não é usada (--nolink).
+
+
+
+ O BitCode somente ASM não é compatível com watchOS. Use --bitcode:marker ou --bitcode:full.
+
+
+
+ Não há suporte para o BitCode no simulador. Não passe --bitcode ao criar para o simulador.
+
+
+
+ Nenhuma referência a '{0}' foi encontrada. Ela será adicionada automaticamente.
+
+
+
+ Uma estrutura de destino (--target-framework) precisa ser especificada.
+
+
+
+ Não há suporte para builds incrementais (--fastdev) com o GC do Boehm. Builds incrementais serão desabilitados.
+
+
+
+ O GC precisa estar no modo cooperativo para aplicativos watchOS. Remova o argumento --coop:false para mtouch.
+
+
+
+ A opção '{0}' não pode obter o valor '{1}' quando o modo cooperativo está habilitado para o GC.
+
+
+
+ A estrutura de destino '{0}' foi preterida. Use '{1}'.
+
+
+
+
+
+ Não foi possível encontrar 'mlaunch'.
+
+
+
+
+ Não foi possível copiar os arquivos AOT para o diretório de destino {0}: {1}
+
+
+
+ Não foi possível copiar os arquivos AOT para o diretório de destino {0}: não foi possível iniciar o processo.
+
+
+
+ Não foi possível copiar os arquivos AOT para o diretório de destino {0}
+
+
+
+ Nenhuma referência a Xamarin.iOS.dll foi encontrada.
+
+
+
+ O arquivo machine.config '{0}' não foi encontrado.
+
+
+
+
+ Erro interno: {0}. Registre um problema em https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Destino de build do assembly inválido: '{0}'. Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ O assembly '{0}' é especificado várias vezes em argumentos --assembly-build-target.
+
+
+
+ Os assemblies '{0}' e '{1}' têm o mesmo nome de destino ('{2}'), mas destinos diferentes ('{3}' e '{4}').
+
+
+
+ O objeto estático '{0}' contém mais de um assembly ('{1}'), mas cada objeto estático precisa corresponder a exatamente um assembly.
+
+
+
+ Nenhum destino de build de assembly foi especificado para '{0}'.
+
+
+
+ O nome de destino do build do assembly '{0}' é inválido: o caractere '{1}' não é permitido.
+
+
+
+ Os assemblies '{0}' têm otimizações LLVM personalizadas diferentes ('{1}'), o que não é permitido quando todos são compilados para um único binário.
+
+
+
+ O destino do build do assembly '{0}' não correspondeu a nenhum assembly.
+
+
+
+ O assembly '{0}' foi carregado de um caminho diferente do caminho fornecido (caminho fornecido: {1}, caminho real: {2}).
+
+
+
+ Os builds incrementais foram desabilitados porque esta versão do Xamarin.iOS não dá suporte a builds incrementais em projetos que incluem bibliotecas de associação de terceiros e que são compiladas para BitCode.
+
+
+
+ O BitCode foi habilitado porque esta versão do Xamarin.iOS não dá suporte à criação de projetos watchOS usando LLVM sem habilitar o BitCode.
+
+
+
+ O compartilhamento de código nativo foi desabilitado porque {0}
+
+
+
+ o destino de implantação do aplicativo de contêiner é anterior ao iOS 8.0 (é {0}).
+
+
+
+ o aplicativo de contêiner inclui assemblies de I18N ({0}).
+
+
+
+ o aplicativo de contêiner tem definições XML personalizadas para o vinculador gerenciado ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ O compartilhamento de código nativo foi desabilitado para a extensão '{0}' porque {1}
+
+
+
+ as opções de BitCode diferem entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ as opções --assembly-build-target são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ os assemblies de I18N são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ os argumentos para o compilador do AOT são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ os outros argumentos para o compilador do AOT são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ O LLVM não está habilitado ou desabilitado no aplicativo de contêiner ({0}) e na extensão ({1}).
+
+
+
+ as configurações do vinculador gerenciado são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ os assemblies ignorados para o vinculador gerenciado são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ a extensão tem definições de XML personalizadas para o vinculador gerenciado ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ as configurações do interpretador são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ os assemblies interpretados são diferentes entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ o aplicativo de contêiner não cria para a ABI {0} (enquanto a extensão está compilando para essa ABI).
+
+
+
+ o aplicativo de contêiner está compilando para a ABI {0}, que não é compatível com a ABI ({1}) da extensão.
+
+
+
+ a otimização remove-dynamic-registrador difere entre o aplicativo de contêiner ({0}) e a extensão ({1}).
+
+
+
+ o aplicativo de contêiner está fazendo referência ao assembly '{0}' de '{1}', enquanto a extensão faz referência a uma versão diferente de '{2}'.
+
+
+
+ A compilação AOT híbrida exige que todos os assemblies sejam compilados pela AOT
+
+
+
+ É recomendável referenciar símbolos dinâmicos usando o código (--dynamic-symbol-mode=code) quando o BitCode está habilitado.
+
+
+
+ Arquitetura inválida: {0}. as arquiteturas de 32 bits não têm suporte quando o destino de implantação é 11 ou posterior.
+
+
+
+ Não é possível iniciar um aplicativo de 32 bits em um simulador que dá suporte somente a 64 bits.
+
+
+
+ Não foi possível encontrar o diretório {0} contendo os símbolos mono.
+
+
+
+ O assembly executável {0} não faz referência a {1}.dll.
+
+
+
+ Não foi possível definir o idioma atual como '{0}' (de acordo com LANG={1}): {2}
+
+
+
+ O argumento de linha de comando --assembly-build-target é ignorado no simulador.
+
+
+
+ Os builds incrementais foram desabilitados porque não há suporte para builds incrementais no simulador.
+
+
+
+ Os builds incrementais foram desabilitados porque esta versão do Xamarin.iOS não dá suporte a builds incrementais em projetos que incluem mais de uma biblioteca de associação de terceiros.
+
+
+
+ Não foi possível tocar no arquivo '{0}': {1}
+
+
+
+ O arquivo de símbolo de depuração para '{0}' não corresponde ao assembly e foi ignorado.
+
+
+
+ Nenhum assembly raiz encontrado. Você deve fornecer pelo menos um assembly raiz.
+
+
+
+ Assembly do produto '{0}' não encontrado na lista de assemblies: '{1}'
+
+
+
+ Otimização desconhecida: '{0}'. As otimizações válidas são: {1}.
+
+
+
+ Encontrado mais de um assembly correspondente a '{0}' escolhendo primeiro: {1}{2}
+
+
+
+ A estrutura do sistema '{0}' (referenciada pelo assembly '{1}') não foi vinculada porque ela foi introduzida no {2} {3} e estamos usando o SDK do {2} {4}.
+
+
+
+ Não é possível localizar o assembly '{0}' referenciado de '{1}'.
+
+
+
+ Não é possível localizar o assembly '{0}', referenciado por um atributo {2} em '{1}'.
+
+
+
+ O arquivo '{0}' não é uma estrutura válida.
+
+
+
+ O interpretador não é compatível com o simulador. Alternando para REPL, que forneça os mesmos recursos extras no simulador.
+
+
+
+ Não é possível localizar o assembly '{0}', passado como um argumento para --interpreter.
+
+
+
+ Não há mais suporte para projetos que usam a API Clássica. Migre o projeto para a API Unificada.
+
+
+
+ Não há mais suporte para a criação de aplicativos de 32 bits. Altere a arquitetura nas opções de Build do Mac do projeto para 'x86_64'.
+
+
+
+ Use builds específicos do dispositivo no WatchOS ao compilar para Depuração.
+
+
+
+ O modo de Depuração ARM64_32 exige --interpreter[=all], forçando-o.
+
+
+
+ Não é possível analisar o cflags '{0} de pkg-config: {1}
+
+
+
+ Não é possível analisar os sinalizadores do vinculador '{0}' do atributo LinkWith para a biblioteca '{1}' em {2}: {3}
+
+
+
+ Erro interno: no momento, o interpretador só está disponível para 64 bits.
+
+
+
+ Erro interno: a matriz byref não é uma cadeia de caracteres, NSObject nem INativeObject.
+
+
+
+ Erro interno: não é possível converter de '{0}' em '{1}' em {2}. Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erro interno: a enumeração inteligente {0} não parece ser uma enumeração inteligente. Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erro interno: tokentype sem suporte ({0}) para {1}. Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erro interno: o registrador estático não deve ser executado a menos que o vinculador também seja executado (ou esteja desabilitado). Uma possível solução alternativa é passar '-f' como um argumento de {0} adicional para forçar um build completo. Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erro interno: símbolo sem nome (tipo: {0}). Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Erro interno: 'não é possível converter estruturas em estruturas: {0}'. Registre um relatório de bugs com um caso de teste (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ O assembly {0} foi referenciado por outro assembly, mas, ao mesmo tempo, foi vinculado pelo vinculador.
+
+
+
+ A saída do vinculador contém mais de um assembly com o nome '{0}':\n\t{1}
+
+
+
+ Nem todos os assemblies para {0} têm tarefas de link
+
+
+
+ As tarefas de link para {0} não são as mesmas
+
+
+
+ O assembly '{0}' foi resolvido no GAC do sistema: {1}. Isso poderia ser um problema no futuro. Para evitar esses problemas, não se esqueça de usar assemblies disponíveis somente no GAC do sistema.
+
+
+
+ Plataforma desconhecida: {0}. Isso geralmente indica um bug; envie um relatório de bug em https://github.com/xamarin/xamarin-macios/issues/new com um caso de teste.
+
+
+ O arquivo de símbolo de depuração para '{0}' não é válido e foi ignorado.
+
+
+
+ Esta versão do {0} requer o SDK {1} {2} (fornecido com o Xcode {3}). Faça a atualização do Xcode para obter os arquivos de cabeçalho necessários ou use o registrador dinâmico ou defina o comportamento do vinculador gerenciado para Vincular a Plataforma ou Vincular Apenas SDKs da Estrutura em seu projeto de Opções de Compilação do Mac > Vinculador de Comportamento) (para tentar evitar as novas APIs).
+
+
+ Esta versão do {0} requer o SDK {1} {2} (fornecido com o Xcode {3}). Faça a atualização do Xcode para obter os arquivos de cabeçalho necessários ou defina o comportamento do vinculador gerenciado para Vincular Apenas SDKs da Estrutura nas Opções de Compilação do iOS > Vincular de Comportamento (para tentar evitar as novas APIs).
+
+
+ Sem vinculação com a estrutura {0} (usado pelo tipo {1}) porque não está disponível na plataforma atual ({2}).
+
+
+ Sem vinculação com a estrutura {0} (referenciado por uma referência de módulo em {1}) porque não está disponível na plataforma atual ({2}).
+
+
+ Não foi possível mapear a versão {0} do iOS para uma versão macOS para Mac Catalyst
+
+
+ Não foi possível mapear a versão {0} do macOS para uma versão correspondente do iOS para Mac Catalyst
+
+
+ A opção '{0}' não pode assumir o valor '{1}' ao usar CoreCLR.
+
+
+ Não foi possível copiar o assembly '{0}' para '{1}': {2}
+
+
+
+ Não foi possível carregar o assembly '{0}': {1}
+
+
+
+ Erro de acompanhamento de dependência: nenhum arquivo para comparar. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new com um caso de teste.
+
+
+
+ Falha ao reutilizar a versão armazenada em cache do '{0}': {1}.
+
+
+
+ Falha ao criar o executável '{0}': {1}
+
+
+
+ Não foi possível copiar o diretório '{0}' para '{1}': {2}
+
+
+
+ Não foi possível criar symlink '{0}'-> '{1}': erro {2}
+
+
+
+ Não é possível incluir versões diferentes da estrutura '{0}'
+
+
+
+ Estrutura '{0}' incluída de: {1} (Relacionado ao erro anterior)
+
+
+
+ Plataforma BitCode sem suporte: {0}.
+
+
+
+ TvOS ABI sem suporte: {0}.
+
+
+
+ Não foi possível extrair a biblioteca nativa '{0}' de '{1}'. Verifique se a biblioteca nativa foi inserida corretamente no assembly gerenciado (se o assembly foi criado usando um projeto de associação, a biblioteca nativa precisa ser incluída no projeto e sua Ação de Build precisa ser 'ObjcBindingNativeLibrary').
+
+
+
+ Sequência de escape inválida ao converter .s em .ll, \\ como o último caractere em {0}:{1}.
+
+
+
+ Sequência de escape inválida ao converter .s em .ll, escape octal incorreto no {0}:{1} devido a {2}.
+
+
+
+ Não foi possível descompactar a estrutura nativa '{0}' de '{1}'. Examine o log de build para obter mais informações do comando nativo 'unzip'.
+
+
+
+ A biblioteca de associação '{0}' contém uma estrutura do usuário ({0}), mas as estruturas do usuário incorporadas exigem o iOS 8.0 (o destino de implantação é {1}). Defina o destino de implantação no arquivo Info.plist para pelo menos 8.0.
+
+
+
+ O assembly 'Xamarin.Mac.dll' necessário está ausente das referências
+
+
+
+ O assembly '{0}' não é compatível com esta ferramenta nem com este perfil
+
+
+
+ Não foi possível encontrar {0} {1}. A estrutura de destino '{2}' não pode ser utilizada para empacotar o aplicativo.
+
+
+
+ A estrutura de destino '{0}' é inválida.
+
+
+
+ useFullXamMacFramework precisa sempre ter como estrutura de destino o .NET 4.5 e não o '{0}', que é inválido.
+
+
+
+ Incompatibilidade entre a referência do Xamarin.Mac '{0}' e a estrutura de destino selecionada '{1}'.
+
+
+
+ Não foi possível resolver a referência: {0}
+
+
+
+ Uma ou mais referências ao tipo '{0}' já existem dentro de '{1}' antes do vínculo
+
+
+
+ Uma ou mais referências ao tipo '{0}' ainda existem dentro de '{1}' após o vínculo
+
+
+
+ Não é uma biblioteca dinâmica Mach-O (cabeçalho desconhecido '0x{0}'): {1}.
+
+
+
+ Não é uma biblioteca estática do Mach-O (cabeçalho desconhecido '{0}', esperado '!<arch>').
+
+
+
+ Não é uma biblioteca dinâmica Mach-O (cabeçalho desconhecido '0x{0}'): {1}.
+
+
+
+ Formato desconhecido para entrada Fat na posição {0} em {1}.
+
+
+
+ O arquivo do tipo {0} não é um arquivo MachO ({1}).
+
+
+
+ Entrada '{0}' inválida na biblioteca estática '{1}', o cabeçalho de entrada não termina com 0x60 0x0A (encontrado '0x{2} 0x{3}')
+
+
+
+ Não foi possível vincular os assemblies. {0}
+
+
+
+ Não foi possível resolver a referência: {0}
+
+
+
+ A opção '--optimize={0}{1}' será ignorada, pois o registrador estático não está habilitado
+
+
+
+
+ A opção '--optimize={0}{1}' será ignorada, pois a vinculação está desabilitada
+
+
+
+ A opção '--optimize={0}' será ignorada, pois é aplicável apenas a {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Não foi possível localizar o arquivo de definições do vinculador extra '{0}'.
+
+
+
+ Não foi possível analisar as definições de '{0}'.
+
+
+
+ Não é possível carregar mscorlib.dll de: '{0}'. Reinstale o Xamarin.iOS.
+
+
+
+ A biblioteca nativa '{0}' foi referenciada, mas não foi encontrada.
+
+
+
+ Falha ao resolver a referência "{0}" de "{1}"
+
+
+
+ A API Unificada do Xamarin.Mac em relação a um .NET Framework completo não dá suporte ao vínculo do SDK ou a All assemblies. Passe o sinalizador '-nolink' ou '-linkplatform'.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Referenciado por {0}.{1}
+
+
+
+ HttpMessageHandler '{0}' desconhecido. Os valores válidos são HttpClientHandler (padrão), CFNetworkHandler ou NSUrlSessionHandler
+
+
+
+ Somente os primeiros {0} de {1} avisos \"Referenciado por\" mostrados.
+
+
+
+ Falha ao resolver a referência para \"{0}\", referenciada em \"{1}\". O aplicativo não incluirá o assembly referenciado e pode falhar no runtime.
+
+
+
+ Não é possível vincular o assembly '{0}' porque ele é de modo misto.
+
+
+
+ HttpMessageHandler '{0}' inválido para watchOS. O único valor válido é NSUrlSessionHandler.
+
+
+
+ Não foi possível processar a descrição XML: {0}
+
+
+
+ O assembly '{0}' é referenciado em dois locais diferentes: '{1}' e '{2}'.
+
+
+
+ Não é possível carregar o assembly raiz '{0}'.
+
+
+
+
+ A etapa do vinculador '{0}' falhou no processamento `{1}`.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Não é possível resolver a referência '{0}', referenciada no método '{1}' em '{2}'.
+
+
+
+ Erro ao processar o método '{0}' no assembly '{1}': {2}
+
+
+
+ Erro ao processar o método '{0}' no assembly '{1}'
+
+
+
+ Ocorreu um erro durante processamento do assembly '{0}': {1}
+
+
+
+ O atributo [BindingImpl] no membro '{0}' é inválido: campos não esperados.
+
+
+
+ O atributo [BindingImpl] no membro '{0}' é inválido: não esperava propriedades.
+
+
+
+ O atributo [BindingImpl] no membro '{0}' é inválido: não era esperado um construtor com um tipo de parâmetro '{1}' (esperado 'ObjCRuntime.BindingImplOptions).
+
+
+
+ O atributo [BindingImpl] no membro '{0}' é inválido: não esperava um construtor com um {1} parâmetros (esperado 1 parâmetro).
+
+
+
+ A propriedade {0}.{1} contém uma cláusula de exceção '{2}', que atualmente não tem suporte durante a compilação para BitCode. Esta propriedade gerará uma exceção se chamada.
+
+
+
+ O método {0}.{1} contém uma cláusula de exceção '{2}', que atualmente não tem suporte durante a compilação para BitCode. Este método emitirá uma exceção se chamado.
+
+
+
+ Não foi possível otimizar a chamada para BlockLiteral.{2} em {0} no deslocamento {1} porque a instrução anterior era inesperada ({3})
+
+
+
+ Não foi possível otimizar a chamada para BlockLiteral.{2} em {0} no deslocamento {1} porque não foi possível determinar o tipo do delegado do primeiro argumento (instrução: {3})
+
+
+
+ Não foi possível otimizar a chamada para BlockLiteral.{2} em {0} porque o tipo do valor passado como o primeiro argumento (o trampolim) é {1}, o que torna impossível computar a assinatura do bloco.
+
+
+
+ Não foi possível otimizar a chamada para BlockLiteral.SetupBlock em {0} no deslocamento {1} porque não foi possível encontrar nenhum atributo [UserDelegateType] em {2}.
+
+
+
+ Não foi possível otimizar a chamada para BlockLiteral.SetupBlock em {0} no deslocamento {1}: {2}.
+
+
+
+ Não é seguro remover o registrador dinâmico porque {0} faz referência a '{1}.{2} ({3})'.
+
+
+
+ O {0} foi eliminado de arquiteturas exceto {1} para cumprir as restrições da App Store. Isso pode interromper as assinaturas de código existentes. Considere a remoção da biblioteca com o lipo ou a desabilitação com --optimize=-trim-architectures
+
+
+
+ O registrador 'Partial Static' do Xamarin.Mac não dá suporte à vinculação. Desabilite a vinculação ou use outro modo de registrador.
+
+
+
+ Não é possível localizar o assembly corlib '{0}' na lista de assemblies carregados.
+
+
+
+
+
+
+
+
+
+
+ A etapa do vinculador '{0}' falhou durante o processamento: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ A etapa do vinculador '{0}' falhou durante o processamento {1}: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ Não foi possível {0} o assembly '{1}'
+
+
+
+ Não há suporte para a depuração ao criar com o LLVM. A depuração foi desabilitada.
+
+
+
+ Não foi possível AOT o assembly '{0}' porque ele não existe.
+
+
+
+ A dependência '{0}' do assembly '{1}' não foi encontrada. Examine as referências do projeto.
+
+
+
+ Não foi possível computar um mapa de dependências completo para o projeto. Isso resultará em tempos de build mais lentos, pois o Xamarin.iOS não pode detectar corretamente o que precisa ser reconstruído (e o que não precisa ser recriado). Examine os avisos anteriores para obter mais detalhes.
+
+
+
+ Arquivos de informações de depuração (*.mdb/*.pdb) não serão carregados quando LLVM estiver habilitado.
+
+
+
+ O suporte ao BitCode exige o uso de LLVM (--abi=arm64+llvm etc.)
+
+
+
+ A AOT de '{0}' foi solicitada, mas não foi encontrada
+
+
+
+ A exclusão da AOT de '{0}' foi solicitada, mas não foi encontrada
+
+
+
+ Não foi possível expandir o modelo principal para '{0}'.
+
+
+
+ Falha ao compilar o código gerado para métodos P/Invoke. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ O registrador não pode criar uma assinatura para o tipo '{0}'.
+
+
+
+ O registrador encontrou um tipo '{0}' inválido na assinatura do método '{2}'. Em vez disso, use '{1}'.
+
+
+
+ O registrador encontrou um tipo '{0}' inválido na assinatura do método '{1}': o tipo implementa INativeObject, mas não tem um construtor que aceite dois argumentos (IntPtr, bool).
+
+
+
+ O registrador não pode realizar marshaling do valor retornado para o tipo '{0}' na assinatura do método '{1}'.
+
+
+
+ O registrador não pode realizar marshaling do valor retornado do tipo '{0}' no método '{1}.{2}'.
+
+
+
+ O registrador não pode realizar marshaling do parâmetro do tipo '{0}' na assinatura do método '{1}'.
+
+
+
+ O registrador não pode obter o tipo ObjectiveC para o tipo gerenciado '{0}'.
+
+
+
+ Falha ao compilar o código de registrador gerado. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ O registrador não pode realizar marshaling do parâmetro de saída do tipo '{0}' na assinatura do método '{1}'.
+
+
+
+ O registrador não pode criar uma assinatura para o tipo '{0}' no método '{1}'.
+
+
+
+ O registrador encontrou um método genérico: '{0}'. A exportação de métodos genéricos não tem suporte e levará ao comportamento aleatório e/ou a falhas
+
+
+
+ Erro inesperado no registrador para o método '{0}.{1}' – registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Não foi possível registrar o assembly '{0}': {1}
+
+
+
+ O registrador encontrou uma incompatibilidade de assinatura no método '{0}.{1}' – o seletor '{4}' indica que o método tem {2} parâmetros, enquanto o método gerenciado tem {3} parâmetros.
+
+
+
+ Não é possível registrar dois tipos gerenciados ('{0}' e '{1}') com o mesmo nome nativo ('{2}').
+
+
+
+ Não foi possível registrar o seletor '{0}' do membro '{1}.{2}' porque o seletor já está registrado no membro '{3}'.
+
+
+
+ O registrador encontrou um tipo de campo desconhecido '{0}' no campo '{1}.{2}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Não é possível usar GCC/G++ para compilar o código gerado do registrador estático ao usar a Estrutura de contas (os arquivos de cabeçalho fornecidos pela Apple usados durante a compilação exigem Clang). Use Clang (--compiler:clang) ou o registrador dinâmico (--registrar:dynamic).
+
+
+
+ O tipo do parâmetro variádico na função variádica '{0}' precisa ser System.IntPtr.
+
+
+
+ {0} inválido encontrado em '{1}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Propriedade {1} RegisterAttribute inválida encontrada em '{0}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ AdoptsAttribute inválido encontrado em '{0}': esperava-se 1 argumento de construtor, {1} foram obtidos. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ BindAsAttribute inválido encontrado em '{0}.{1}': campo desconhecido {2}. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ {0} inválido encontrado em '{1}.{2}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ BindAsAttribute inválido encontrado em '{0}': deve ter 1 argumento de construtor, {1} foram encontrados. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ BindAsAttribute inválido encontrado em '{0}': não foi possível encontrar o tipo enumerado subjacente de {1}. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ O registrador encontrou um tipo '{0}' inválido na assinatura do método '{1}': a interface precisa ter um atributo de Protocolo especificando seu tipo de wrapper.
+
+
+
+ Não é possível registrar dois protocolos gerenciados ('{0}' e '{1}') com o mesmo nome nativo ('{2}').
+
+
+
+ Não é possível registrar mais de um método de interface para o método '{0}.{1}'.
+
+
+
+ O registrador encontrou um tipo de parâmetro genérico inválido '{0}' no parâmetro {2} do método '{1}'. O parâmetro genérico precisa ter uma restrição 'NSObject'.
+
+
+
+ O registrador encontrou um tipo de retorno genérico inválido '{0}' no método '{1}'. O tipo de retorno genérico precisa ter uma restrição 'NSObject'.
+
+
+
+ O registrador não pode exportar métodos estáticos em classes genéricas ('{0}').
+
+
+
+ O registrador não pode exportar propriedades estáticas em classes genéricas ('{0}.{1}').
+
+
+
+ O registrador encontrou um tipo de retorno genérico inválido '{0}' na propriedade '{1}.{2}'. O tipo de retorno precisa ter uma restrição 'NSObject'.
+
+
+
+ Seu aplicativo está usando a estrutura '{0}', que não está incluída no SDK do {3} que você está usando para compilar seu aplicativo (esta estrutura foi introduzida no {3} {2}, enquanto você está criando com o SDK do {3} {1}.) Selecione um SDK mais recente nas opções de Build {3} do seu aplicativo.
+
+
+
+ Seu aplicativo está usando a estrutura '{0}', que não está incluída no SDK do {3} que você está usando para criar o aplicativo (essa estrutura foi introduzida no {3} {2}, enquanto você está criando com o SDK do {3} {1}.) Essa configuração não tem suporte com o registrador estático (Passe --registrar:dynamic como um argumento MMP adicional na opção de Build do Mac do seu projeto a ser selecionada). Como alternativa, selecione um SDK mais recente nas opções de Build do Mac do seu aplicativo.
+
+
+
+ O membro '{0}' tem um atributo de Exportação sem um seletor. É necessário um seletor.
+
+
+
+ O registrador não pode realizar marshaling do tipo de parâmetro '{0}' do parâmetro '{1}' no método '{2}.{3}'
+
+
+
+ O método '{0}.{1}' está implementando '{2}.{3}'.
+
+
+
+ O registrador não pode realizar marshaling do tipo de propriedade '{0}' da propriedade '{1}.{2}'.
+
+
+
+ O registrador não pode realizar marshaling do tipo de propriedade '{0}' da propriedade '{1}.{2}'. Propriedades com o atributo [Connect] precisam ter um tipo de propriedade de NSObject (ou uma subclasse de NSObject).
+
+
+
+ O registrador encontrou uma incompatibilidade de assinatura no método '{0}.{1}' – o seletor '{4}' indica que o método variádico usa {2} parâmetros, enquanto o método gerenciado tem {3} parâmetros.
+
+
+
+ Não é possível registrar o seletor '{0}' no membro '{1}.{2}' porque Xamarin.iOS registra implicitamente este seletor.
+
+
+
+ Enumeração inválida '{0}': enumerações com o atributo [Native] precisam ter um tipo enumerado subjacente de 'long' ou 'ulong'.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ O parâmetro de Nome do atributo do Registrador na classe '{0}' ('{3}') contém um caractere inválido: '{1}' (0x{2}).
+
+
+
+ {0} inválido encontrado em '{1}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ O registrador encontrou um protocolo genérico: '{0}'. Não há suporte para a exportação de protocolos genéricos.
+
+
+
+ Não é possível registrar o método de extensão '{0}.{1}' porque o tipo do primeiro parâmetro ('{2}') não corresponde ao tipo de categoria ('{3}').
+
+
+
+ Não é possível registrar o tipo '{0}' porque o tipo de categoria '{1}' em seu Atributo de categoria não herda de NSObject.
+
+
+
+ Não é possível registrar o tipo '{0}' porque o Tipo de propriedade em seu Atributo de categoria não está definida.
+
+
+
+ Não é possível registrar o tipo '{0}' como uma categoria porque ele implementa INativeObject ou subclasses NSObject.
+
+
+
+ Não é possível registrar o tipo '{0}' como uma categoria porque ele é genérico.
+
+
+
+ Não é possível registrar o método '{0}.{1}' como um método de categoria porque é genérico.
+
+
+
+ Não é possível registrar duas categorias ('{0}' e '{1}') com o mesmo nome nativo ('{2}')
+
+
+
+ Não é possível registrar o método de categoria '{0}.{1}' porque pelo menos um parâmetro é necessário para os métodos de extensão (e o tipo precisa corresponder ao tipo de categoria '{2}').
+
+
+
+ Não é possível registrar o construtor {0}.{1} na categoria {0} porque não há suporte para construtores em categorias.
+
+
+
+ Não é possível registrar o método '{0}.{1}' como um método de categoria porque os métodos de categoria precisam ser estáticos.
+
+
+
+ Caractere inválido '{0}' (0x{1}) encontrado no seletor '{2}' para '{3}.{4}'
+
+
+
+ O registrador encontrou uma estrutura sem suporte '{0}': todos os campos em uma estrutura precisam também ser estruturas (o campo '{1}' com o tipo '{2}' não é uma estrutura).
+
+
+
+
+ O tipo '{0}' não está disponível no {3} {4} (ele foi introduzido no {3} {5}) {6}. Crie com um SDK do {3} mais recente (normalmente feito usando a versão mais recente do Xcode).
+
+
+
+ O tipo '{0}' (usado como tipo base {1}) não está disponível no {2} {3} (foi introduzido no {2} {4}){5}. Crie com um SDK do {2} mais recente (normalmente, isso é feito usando a versão mais recente do Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ O tipo '{0}' (usado como parâmetro em {1}) não está disponível no {2} {3} (foi introduzido no {2} {4}){5}. Crie com um SDK do {2} mais recente (normalmente, isso é feito usando a versão mais recente do Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ O tipo '{0}' (usado como tipo de propriedade de {1}) não está disponível no {2} {3} (foi introduzido no {2} {4}){5}. Crie com um SDK do {2} mais recente (normalmente, isso é feito usando a versão mais recente do Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ O tipo '{0}' (usado como tipo de retorno em {1}) não está disponível no {2} {3} (foi introduzido no {2} {4}){5}. Crie com um SDK do {2} mais recente (normalmente, isso é feito usando a versão mais recente do Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Erro interno no registrador ({0} construtor com {1} argumentos). Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Erro interno no registrador (Tipo de disponibilidade desconhecido: {0}). Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Erro interno no registrador (os parâmetros BindAs não podem ser referenciados/estar fora: {0}). Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Não é possível exportar a propriedade '{0}' porque seu seletor '{1}' é uma palavra-chave Objective-C. Use um nome diferente.
+
+
+
+ O registrador não pôde localizar o tipo 'System.Void' em nenhum dos assemblies referenciados.
+
+
+
+ Não é possível registrar o método '{0}' porque a assinatura contém um tipo ({1}) que não é um tipo de referência.
+
+
+
+ Não é possível registrar o método '{0}' porque a assinatura contém um tipo genérico ({1}) com um tipo de argumento genérico que não implementa INativeObject ({2}).
+
+
+
+ Não é possível registrar o tipo '{0}' porque seu nome de Objective-C '{1}' é uma palavra-chave de Objective-C. Use um nome diferente.
+
+
+
+ Falha ao gerar um wrapper P/Invoke para o {0}: {1}
+
+
+
+ O registrador não pode converter de '{0}' em '{1}' para o valor retornado no {2} do método.
+
+
+
+ O atributo BindAs no valor retornado do método {0} é inválido: o tipo de BindAs {1} é diferente do tipo de retorno {2}.
+
+
+
+ O atributo BindAs no parâmetro #{0} é inválido: o tipo de BindAs {1} é diferente do tipo de parâmetro {2}.
+
+
+
+ O atributo BindAs na propriedade {0}.{1} é inválido: o tipo de BindAs {2} é diferente do tipo de propriedade {1}.
+
+
+
+ O registrador não pode converter de '{0}' em '{1}' para o parâmetro '{2}' no {3} do método.
+
+
+
+ O registrador não pode computar a assinatura de bloco para o delegado do tipo {0} no método {1} porque {0} não tem uma assinatura específica.
+
+
+
+ O registrador não pode computar a assinatura de bloco para o delegado do tipo {0} no método {1} porque não foi possível encontrar o Método de invocação do tipo do delegado.
+
+
+
+ Não é possível localizar o bloco para delegar o método de conversão para o parâmetro número {1} do método {0}.
+
+
+
+ Não é possível localizar o bloco para delegar o método de conversão para o parâmetro número {1} do método {0}.
+
+
+
+ Não é possível localizar o delegado para bloquear o tipo de conversão para o valor retornado do método {0}.
+
+
+
+ O parâmetro 'ProtocolType' do atributo 'Adopts' usado na classe '{0}' contém um caractere inválido. Valor usado: '{1}' Caracteres inválidos: '{2}'
+
+
+
+ A classe '{0}' não será registrada porque a estrutura WatchKit foi removida do SDK do iOS.
+
+
+
+ O registrador encontrou o tipo abstrato '{0}' na assinatura para '{1}'. Tipos abstratos não devem ser usados na assinatura para um membro exportado para o Objective-C.
+
+
+
+ Erro interno no registrador (os parâmetros BindAs não podem ser referenciados/estar fora: {0}). Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ O registrador não pode computar a assinatura de bloco para o delegado do tipo {0} no método {1} porque não foi possível encontrar o Método de invocação do tipo do delegado.
+
+
+
+ Compilador '{0}' ausente. Instale o componente 'Ferramentas de Linha de Comando' do Xcode
+
+
+
+ Não foi possível localizar o compilador '{0}' ou '{1}'. Instale o componente 'Ferramentas de Linha de Comando' do Xcode
+
+
+
+ Falha ao compilar. Código de erro – {0}. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Falha ao compilar os arquivos '{0}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Não foi possível compilar os arquivos '{0}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ O assembly '{0}' não pode ser compilado por AOT para arquiteturas de 32 bits porque o código nativo é muito grande para a arquitetura ARM de 32 bits.
+
+
+
+ A saída do compilador é muito longa. Ela foi limitada a 1000 linhas.
+
+
+
+ A vinculação nativa falhou com o código de erro 1. Verifique o log de build para obter mais detalhes.
+
+
+
+ Falha na vinculação nativa. Examine o log de build e os sinalizadores de usuário fornecidos para o gcc: {0}
+
+
+
+ Falha no vínculo nativo. Examine o log de build.
+
+
+
+ O MDK do Mono.framework está ausente. Instale o MDK para sua versão do Mono.framework de https://www.mono-project.com/download/
+
+
+
+ Aviso de vinculação nativa: {0}
+
+
+
+ Não é possível encontrar {0}, provavelmente por causa de uma instalação corrompida do Xamarin.Mac. Reinstale o Xamarin.Mac.
+
+
+
+ Falha no vínculo nativo. Examine o log de build.
+
+
+
+ Arquitetura inválida '{0}'. As únicas arquiteturas válidas são x86_64.
+
+
+
+ Erro de vinculação nativa: {0}
+
+
+
+ Falha na vinculação nativa, símbolo indefinido: {0}. Verifique se todas as estruturas necessárias foram referenciadas e se as bibliotecas nativas estão corretamente vinculadas.
+
+
+
+ Falha na vinculação nativa, classe Objective-C indefinida: {0}. Não foi possível encontrar o símbolo '{1}' em nenhuma das bibliotecas ou estruturas vinculadas ao seu aplicativo.
+
+
+
+ Falha na vinculação nativa, símbolo duplicado: '{0}'.
+
+
+
+ Símbolo duplicado em: {0} (localização relacionada ao erro anterior)
+
+
+
+ Falha na vinculação nativa, símbolo indefinido: {0}. Este símbolo foi referenciado pelo membro gerenciado {1}.{2}. Verifique se todas as estruturas necessárias foram referenciadas e bibliotecas nativas vinculadas.
+
+
+
+ As referências a '{0}' podem requerer as instruções -framework=XXX ou -lXXX adicionais para o vinculador nativo
+
+
+
+ A vinculação nativa falhou para '{0}'. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ A vinculação nativa falhou porque a linha de comando do vinculador era muito longa ({0} caracteres).
+
+
+
+ Não é possível ignorar o símbolo dinâmico {0} (--ignore-dynamic-symbol={0}) porque ele não foi detectado como um símbolo dinâmico.
+
+
+
+ Não vinculado com WatchKit porque ele foi removido do iOS.
+
+
+
+ Ignorando a estrutura '{0}'. Ela é proibida (rejeitada) pela Mac App Store
+
+
+
+ Vinculando-se contra a estrutura '{0}'. Ela é proibida (rejeitada) pela Mac App Store
+
+
+
+ Falha ao executar o vinculador nativo: {0}. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Não vinculou com a estrutura '{0}', porque o {1} SDK atual não contém suporte para esta estrutura no simulador.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Ferramenta 'strip' ausente. Instale o componente 'Ferramentas de Linha de Comando' do Xcode
+
+
+
+ Ferramenta 'dsymutil' ausente. Instale o componente 'Ferramentas de Linha de Comando' do Xcode
+
+
+
+ Falha ao gerar os símbolos de depuração (diretório dSYM). Examine o log de build.
+
+
+
+ Falha ao remover o binário final. Examine o log de build.
+
+
+
+ Ferramenta 'lipo' ausente. Instale o componente 'Ferramentas de Linha de Comando' do Xcode
+
+
+
+ Falha ao criar a biblioteca de Fat. Examine o log de build.
+
+
+
+ A ferramenta '{0}' está ausente. Instale o componente 'Ferramentas de Linha de Comando' do Xcode
+
+
+
+ O contrato de licença do Xcode pode não ter sido aceito. Inicie o Xcode.
+
+
+
+ Falha ao executar a ferramenta '{0}'. Ela falhou com o código de erro '{1}'. Verifique o log de build para obter detalhes.
+
+
+
+ install_name_tool falhou com um código de erro '{0}'. Verifique o log de build para obter mais detalhes.
+
+
+
+ o lipo falhou com o código de erro '{0}'. Verifique o log de build para obter mais detalhes.
+
+
+
+ Falha no pkg-config com o código de erro '{0}'. Verifique o log de build para obter detalhes.
+
+
+
+ Não foi possível encontrar o {0}. Instale o Mono.framework de https://mono-project.com/Downloads
+
+
+
+ Falha ao executar pkg-config: '{0}'. Verifique o log de build para obter detalhes.
+
+
+
+ A ferramenta xcrun não pôde encontrar o resultado ao procurar a ferramenta '{0}' (o arquivo '{1}' não existe). Verifique o log de build para obter detalhes.
+
+
+
+ Erro de consistência interna. Registre um relatório de bugs em https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Não sei como realizar marshaling ao parâmetro do tipo {0} para o parâmetro {1} na chamada para {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Não sei como realizar marshaling de volta ao parâmetro do tipo {0} para o parâmetro {1} na chamada de {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Não foi possível empacotar a partir de {0} para um objeto Objective-C. A classe gerenciada deve herdar do NSObject ou implementar o INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Codificação de tipo inválida para o parâmetro.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.ru.resx b/tools/mtouch/TranslatedAssemblies/Errors.ru.resx
index 6f2b9bb9de47..fed1f2ccbe39 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.ru.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.ru.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the ru MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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}. Сообщите об отсутствующем сообщении в GitHub по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+ This is the default message when an error code can not be found.
+
+
+
+ Непредвиденная ошибка. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ "-devname" был указан без какого-либо действия для конкретного устройства.
+
+
+
+ Для этой версии Xamarin.Mac требуется Mono {0} (текущая версия Mono: {1}). Обновите Mono.framework по следующему адресу: http://mono-project.com/Downloads
+
+
+
+ Не удалось проанализировать переменную среды "{0}".
+
+
+
+ Имя приложения "{0}.exe" конфликтует с именем пакета SDK или сборки продукта (DLL).
+
+
+
+ Для новой логики подсчета ссылок требуется, чтобы SGen тоже был включен.
+
+
+
+ Выходной каталог * не существует.
+
+
+
+ Отсутствует платформа разработки в {0}, используйте параметр --platform=PLAT для указания пакета SDK.
+
+
+
+ Корневая сборка "{0}" не существует.
+
+
+
+ Следует предоставить только одну корневую сборку, обнаружено сборок ({0}): "{1}".
+
+
+
+ Ошибка при загрузке сборок: {0}.
+
+
+
+ Не удалось проанализировать аргументы командной строки: {0}
+
+
+
+ {0} создан на базе более поздней версии среды выполнения ({1}), чем версия, поддерживаемая Xamarin.iOS.
+
+
+
+ Для выполнения * указаны неполные данные.
+
+
+
+ Для поддержки профилирования требуется, чтобы SGen тоже был включен.
+
+
+
+ Пакет SDK для iOS {0} не поддерживает сборку приложений, ориентированных на {1}.
+
+
+
+ Недопустимый ABI: {0}. Поддерживаемые ABI: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 и arm64_32+llvm.
+
+
+
+ Параметр "{0}" не рекомендуется к использованию.
+
+
+
+ Необходимо предоставить корневую сборку.
+
+
+
+ Неизвестный аргумент командной строки: "{0}".
+
+
+
+ Можно использовать только один параметр --[log|install|kill|launch]dev или --[launch|debug]sim.
+
+
+
+ Допустимые параметры для "{0}" — "{1}".
+
+
+
+ Не удается выполнить компиляцию с помощью gcc/g++ (--use-gcc) при использовании статического регистратора (это значение по умолчанию при компиляции для устройства). Либо удалите флаг --use-gcc, либо используйте динамический регистратор (--registrar:dynamic).
+
+
+
+ Параметры "--unsupported--enable-generics-in-registrar" и "--registrar" несовместимы.
+
+
+
+ Корневая сборка {0} конфликтует с другой сборкой ({1}).
+
+
+
+ Имя приложения "{0}.exe" конфликтует с другой пользовательской сборкой.
+
+
+
+ Не удалось найти требуемый файл "{0}".
+
+
+
+ Не указана версия пакета SDK. Добавьте --sdk=X.Y, чтобы указать, какой пакет SDK {0} следует использовать для сборки приложения.
+
+
+
+ Не удалось проанализировать аргумент командной строки "-{0}": {1}
+
+
+
+ Параметры "\*" и "\*" несовместимы.
+
+
+
+ Не удается включить PIE (-pie) при ориентации на iOS 4.1 или более ранней версии. Отключите PIE (-pie:false) или задайте в качестве целевого объекта развертывания версию не ниже iOS 4.2.
+
+
+
+ REPL (--enable-repl) поддерживается только в симуляторе (--sim).
+
+
+
+ Имя исполняемого файла ({0}) и имя приложения ({1}) различаются, поэтому журналы сбоев могут быть выражены символами неправильно.
+
+
+
+ Аргументы командной строки "--enable-background-fetch" и "--launch-for-background-fetch" также требуют "--launchsim".
+
+
+
+ Параметр "--debugtrack" игнорируется, если также не указан параметр "--debug".
+
+
+
+ Проект Xamarin.iOS должен ссылаться либо на monotouch.dll, либо на Xamarin.iOS.dll.
+
+
+
+ Не удается сослаться на "{0}.dll" в проекте {1} — на него неявно ссылается "{2}".
+
+
+
+ Не удается запустить симулятор * для приложения *. Включите правильные архитектуры в параметрах сборки iOS проекта (страница "Дополнительно").
+
+
+
+ Библиотека monotouch.dll несовместима с 64-разрядной архитектурой. Либо укажите ссылку на Xamarin.iOS.dll, либо не выполняйте сборку для 64-разрядной архитектуры (ARM64 и (или) x86_64).
+
+
+
+ Старые регистраторы (--registrar:oldstatic|olddynamic) не поддерживаются при ссылке на Xamarin.iOS.dll.
+
+
+
+ Приложения, ориентированные на ARMv6, не могут ссылаться на Xamarin.iOS.dll.
+
+
+
+ Не удалось найти сборку "\*", на которую ссылается "\*".
+
+
+
+ Не удается сослаться на "{0}" в приложении {1}.
+
+
+
+ Не найдена ссылка на monotouch.dll или Xamarin.iOS.dll. Будет добавлена ссылка на monotouch.dll.
+
+
+
+ Сборщик мусора сборщика Boehm не поддерживается. Вместо него выбран сборщик мусора SGen.
+
+
+
+ Параметр --listsim поддерживается только в Xcode 6.0 или более поздних версий.
+
+
+
+ --extension поддерживается только при использовании пакета SDK для iOS 8.0 (или более поздней версии).
+
+
+
+ Минимальной версией целевого объекта развертывания для приложений Unified является 5.1.1, текущая версия целевого объекта развертывания — "*". Выберите более позднюю версию целевого объекта развертывания в параметрах приложения iOS проекта.
+
+
+
+ {0}.framework поддерживается, только если целевой объект развертывания относится к версии 8.0 или более поздней. Компоненты {0} могут работать неправильно.
+
+
+
+ Невозможно предоставить корневую сборку, если передается параметр --no-root-assembly, обнаружено сборок ({0}): "{1}".
+
+
+
+ Для {3} {0} требуется Xcode {4} или более поздней версии. Текущая версия Xcode (найденная в {2}): {1}.
+
+
+
+ Выходной каталог (--output) обязателен, если передается --no-root-assembly.
+
+
+
+ Не указана команда.
+
+
+
+ Не удалось канонизировать путь "{0}": {1} ({2}).
+
+
+
+ Путь Xcode "{0}" не существует.
+
+
+
+ Не удается найти Xcode в расположении по умолчанию (/Applications/Xcode.app). Установите Xcode или передайте пользовательский путь с помощью --sdkroot <path>.
+
+
+
+ Не удается определить путь к Xcode.app из корня пакета SDK "{0}". Укажите полный путь к пакету Xcode.app.
+
+
+
+ Недопустимый Xcode.app "{0}" (файл "{1}" не существует).
+
+
+
+ Не удалось найти среду Xcode, выбранную сейчас в системе: {0}.
+
+
+
+ Не удалось найти среду Xcode, выбранную сейчас в системе. "xcode-select --print-path" возвратил "{0}", но этот каталог не существует.
+
+
+
+ Не задан Xcode.app (с помощью --sdkroot), используется системная Xcode, указанная в "xcode-select --print-path": {0}.
+
+
+
+ Не задан Xcode.app (с помощью --sdkroot или "xcode-select --print-path"), вместо этого используется Xcode по умолчанию: {0}.
+
+
+
+ Не удается найти исполняемый файл в расширении * (нет записи CFBundleExecutable в файле Info.plist).
+
+
+
+ Xamarin.iOS поддерживает внедренные платформы только с проектами Unified.
+
+
+
+ Xamarin.iOS поддерживает внедренные платформы, только если целевой объект развертывания имеет версию не ниже 8.0 (версия текущего целевого объекта развертывания: "{0}"; внедренные платформы: "{1}").
+
+
+
+ Xamarin.iOS поддерживает внедренные платформы, только если целевой объект развертывания имеет версию не ниже 2.0 (версия текущего целевого объекта развертывания: "{0}"; внедренные платформы: "{1}").
+
+
+
+ Недопустимая сборка регистратора сборки: *
+
+
+
+ Недопустимый регистратор: {0}.
+
+
+
+ Недопустимое значение для требуемой версии .NET Framework: {0}.
+
+
+
+ Недопустимая требуемая версия .NET Framework: {0}. Допустимые требуемые версии .NET Framework: {1}.
+
+
+
+ Неизвестная платформа: {0}. Обычно это указывает на ошибку в {1}; отправьте отчет об ошибках с тестовым случаем по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Для платформы "{0}" расширения не поддерживаются.
+
+
+
+ {4} {0} не поддерживает целевой объект развертывания {1} для {3} (минимум — {2}). Выберите более позднюю версию целевого объекта развертывания в файле Info.plist проекта.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} не поддерживает целевой объект развертывания {1} для {3} (максимум — {2}). Выберите более раннюю версию целевого объекта развертывания в файле Info.plist проекта или выполните обновление до более новой версии {4}.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ Недопустимая архитектура "{0}" для проектов ({1}). Допустимые архитектуры: {2}.
+
+
+
+ Архитектура не указана (используется аргумент --abi). Для {0} проектов требуется задать архитектуру.
+
+
+
+ Проекты WatchOS должны быть расширениями.
+
+
+
+ Добавочные сборки включены с версией целевого объекта развертывания ниже 8.0 (сейчас {0}). Это не поддерживается (полученное приложение не будет запускаться в iOS 9), поэтому для целевого объекта развертывания будет задана версия 8.0.
+
+
+
+ Для {4} {0} рекомендуется версия требуется Xcode {3} или более поздняя. Текущая версия Xcode (найденная в {2}): {1}.
+
+
+
+ Исполняемый файл не был скопирован в пакет приложений. Обратитесь по адресу "support@xamarin.com".
+
+
+
+ Отключение новой логики refcount не рекомендуется.
+
+
+
+ Аргумент командной строки --download-crash-report также требует --download-crash-report-to.
+
+
+
+ REPL (--enable-repl) поддерживается, только если связывание не используется (--nolink).
+
+
+
+ В watchOS не поддерживается bitcode, основанный только на ASM. Используйте --bitcode:marker или --bitcode:full.
+
+
+
+ Bitcode не поддерживается в симуляторе. Не передавайте --bitcode при сборке для симулятора.
+
+
+
+ Не найдена ссылка на "{0}". Она будет добавлена автоматически.
+
+
+
+ Необходимо указать требуемую версию .NET Framework (--target-framework).
+
+
+
+ Добавочные сборки (--fastdev) не поддерживаются в Boehm GC. Добавочные сборки будут отключены.
+
+
+
+ Для приложений watchOS сборщик мусора должен находиться в кооперативном режиме. Удалите аргумент --coop:false в mtouch.
+
+
+
+ Параметр "{0}" не может принимать значение "{1}", если для сборки мусора включен кооперативный режим.
+
+
+
+ Целевая платформа "{0}" является нерекомендуемой. Вместо нее используйте "{1}".
+
+
+
+
+
+ Не удалось найти "mlaunch".
+
+
+
+
+ Не удалось скопировать файлы AOT в целевой каталог {0}: {1}.
+
+
+
+ Не удалось скопировать файлы AOT в целевой каталог {0}: не удалось запустить процесс.
+
+
+
+ Не удалось скопировать файлы AOT в целевой каталог {0}.
+
+
+
+ Ссылка на Xamarin.iOS.dll не найдена.
+
+
+
+ Не удается найти файл machine.config "{0}".
+
+
+
+
+ Внутренняя ошибка: {0}. Откройте вопрос по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Недопустимый целевой объект сборки: "{0}". Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Сборка "{0}" указана несколько раз в аргументах --assembly-build-target.
+
+
+
+ Сборки "{0}" и "{1}" имеют одинаковое имя целевого объекта ("{2}"), но разные целевые объекты ("{3}" и "{4}").
+
+
+
+ Статический объект "{0}" содержит больше одной сборки ("{1}"), но каждый статический объект должен соответствовать только одной сборке.
+
+
+
+ Не указан целевой объект сборки для "{0}".
+
+
+
+ Недопустимое имя целевого объекта сборки "{0}": знак "{1}" недопустим.
+
+
+
+ Сборки "{0}" имеют разные настраиваемые оптимизации LLVM ("{1}"), что запрещено, если все они компилируются в один двоичный файл.
+
+
+
+ Целевой объект сборки "{0}" не соответствовал ни одной сборке.
+
+
+
+ Сборка "{0}" была загружена из пути, отличного от указанного (указанный путь: {1}, фактический путь: {2}).
+
+
+
+ Добавочные сборки отключены, так как эта версия Xamarin.iOS не поддерживает их в проектах, включающих сторонние библиотеки привязки и компилируемых в bitcode.
+
+
+
+ Bitcode был включен, так как эта версия Xamarin.iOS не поддерживает сборку проектов watchOS с помощью LLVM без включения bitcode.
+
+
+
+ Общий доступ к машинному коду был отключен по следующей причине: {0}.
+
+
+
+ Целевой объект развертывания контейнерного приложения имеет более раннюю версию, чем iOS 8.0 ({0}).
+
+
+
+ Контейнерное приложение включает сборки I18N ({0}).
+
+
+
+ Контейнерное приложение содержит пользовательские определения XML для управляемого компоновщика linker ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Общий доступ к машинному коду для расширения "{0}" был отключен по следующей причине: {1}.
+
+
+
+ Параметры bitcode различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Параметры --assembly-build-target различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Сборки I18N различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Аргументы компилятора AOT различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Другие аргументы компилятора AOT различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ LLVM не включен либо отключен и в контейнерном приложении ({0}), и в расширении ({1}).
+
+
+
+ Параметры управляемого компоновщика различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Пропущенные сборки для управляемого компоновщика различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Расширение содержит пользовательские определения XML для управляемого компоновщика linker ({0}).
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ Параметры интерпретатора различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Интерпретируемые сборки различаются между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Контейнерное приложение не выполняет сборку для ABI {0} (в то время как расширение выполняет ее).
+
+
+
+ Контейнерное приложение создается для {0} ABI, который несовместим с ABI расширения ({1}).
+
+
+
+ Оптимизация remove-dynamic-registrar различается между контейнерным приложением ({0}) и расширением ({1}).
+
+
+
+ Контейнерное приложение ссылается на сборку "{0}" из "{1}", а расширение ссылается на другую версию из "{2}".
+
+
+
+ Для гибридной компиляции AOT требуется выполнить компиляцию AOT всех сборок.
+
+
+
+ Если bitcode включен, рекомендуется ссылаться на динамические символы с помощью кода (--dynamic-symbol-mode=code).
+
+
+
+ Недопустимая архитектура: {0}. 32-разрядные архитектуры не поддерживаются, если целевой объект развертывания имеет версию 11 или более позднюю.
+
+
+
+ Не удается запустить 32-разрядное приложение в симуляторе, поддерживающем только 64-разрядную архитектуру.
+
+
+
+ Не удалось найти каталог {0}, содержащий символы Mono.
+
+
+
+ Исполняемая сборка {0} не ссылается на {1}.dll.
+
+
+
+ Не удалось задать для текущего языка значение "{0}" (в соответствии с LANG={1}): {2}.
+
+
+
+ Аргумент командной строки --assembly-build-target игнорируется в симуляторе.
+
+
+
+ Добавочные сборки отключены, так как они не поддерживаются в симуляторе.
+
+
+
+ Добавочные сборки отключены, так как эта версия Xamarin.iOS не поддерживает их в проектах, включающих несколько сторонних библиотек привязки.
+
+
+
+ Не удалось обратиться к файлу "{0}": {1}.
+
+
+
+ Файл отладочных символов для "{0}" не соответствует сборке и игнорируется.
+
+
+
+ Корневые сборки не найдены. Необходимо предоставить по меньшей мере одну корневую сборку.
+
+
+
+ Сборка продукта "{0}" не найдена в списке сборок: "{1}".
+
+
+
+ Неизвестная оптимизация: "{0}". Допустимые оптимизации: {1}.
+
+
+
+ Обнаружено более 1 сборки, соответствующей "{0}", выбор первой:{1}{2}
+
+
+
+ Не удалось связать системную платформу "{0}" (на которую ссылается сборка "{1}"), так как она появилась в {2} {3}, а используется пакет SDK {4} для {2}.
+
+
+
+ Не удается найти сборку "{0}", на которую ссылается "{1}".
+
+
+
+ Не удается найти сборку "{0}", на которую ссылается атрибут {2} в "{1}".
+
+
+
+ Файл "{0}" не является допустимой платформой.
+
+
+
+ Интерпретатор не поддерживается в симуляторе. Выполняется переключение на оболочку REPL, предоставляющую те же дополнительные возможности в симуляторе.
+
+
+
+ Не удается найти сборку "{0}", переданную в качестве аргумента в --interpreter.
+
+
+
+ Проекты, использующие Classic API, больше не поддерживаются. Выполните миграцию проекта на Unified API.
+
+
+
+ Сборка 32-разрядных приложений больше не поддерживается. Измените архитектуру в параметрах сборки Mac проекта на "x86_64".
+
+
+
+ Используйте сборки для конкретных устройств в WatchOS при сборке для отладки.
+
+
+
+ Для режима отладки ARM64_32 требуется --interpreter[=all], который принудительно включает его.
+
+
+
+ Не удалось проанализировать флаги cflag "{0} из pkg-config: {1}.
+
+
+
+ Не удалось проанализировать флаги компоновщика "{0}" из атрибута LinkWith для библиотеки "{1}" в {2}: {3}.
+
+
+
+ Внутренняя ошибка: интерпретатор сейчас доступен только для 64-разрядной архитектуры.
+
+
+
+ Внутренняя ошибка: массив byref не является строковым, NSObject или INativeObject.
+
+
+
+ Внутренняя ошибка: не удается преобразовать из "{0}" в "{1}" в {2}. Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Внутренняя ошибка: похоже, что интеллектуальное перечисление {0} таковым не является. Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Внутренняя ошибка: неподдерживаемый tokentype ({0}) для {1}. Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Внутренняя ошибка: статический регистратор не должен выполняться, если только компоновщик также не выполняется (или не был отключен). Возможным решением проблемы является передача "-f" в качестве дополнительного аргумента {0} для принудительной полной сборки. Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Внутренняя ошибка: символ без имени (тип: {0}). Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ Внутренняя ошибка: "не удается преобразовать платформы в платформы: {0}". Отправьте отчет об ошибках с тестовым случаем (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ На сборку {0} ссылается другая сборка, но при этом она выведена из компоновки компоновщиком.
+
+
+
+ Выходные данные компоновщика содержат более одной сборки с именем "{0}":\n\t{1}
+
+
+
+ Не все сборки для {0} имеют задачи связывания.
+
+
+
+ Не все задачи связывания для {0} одинаковы.
+
+
+
+ Сборка "{0}" была разрешена из глобального кэша сборок системы: {1}. Возможно, это приведет к проблемам в будущем; чтобы избежать подобных проблем, не используйте сборки, доступные только в глобальном кэше сборок системы.
+
+
+
+ Неизвестная платформа: {0}. Обычно это указывает на ошибку; отправьте отчет об ошибках с тестовым случаем по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+ Файл отладочного символа для "{0}" недопустим и был пропущен.
+
+
+
+ Для этой версии {0} требуется пакет SDK {1} {2} (поставляется с Xcode {3}). Обновите Xcode, чтобы получить требуемые файлы заголовков, или используйте динамический регистратор или настройте поведение управляемого компоновщика для компоновки платформы или только пакетов SDK платформы в параметрах сборки Mac > Поведение компоновщика проекта) (чтобы попытаться избежать новых API).
+
+
+ Для этой версии {0} требуется пакет SDK {1} {2} (поставляется с Xcode {3}). Обновите Xcode, чтобы получить требуемые файлы заголовков, или настройте поведение управляемого компоновщика для компоновки только пакетов SDK платформы в параметрах сборки iOS > Поведение компоновщика проекта) (чтобы попытаться избежать новых API).
+
+
+ Не выполняется связывание с платформой {0} (используется типом {1}), так как он недоступен на текущей платформе ({2}).
+
+
+ Не выполняется связывание с платформой {0} (ссылается на ссылку на модуль в {1}), так как она недоступна на текущей платформе ({2}).
+
+
+ Не удалось сопоставить версию iOS {0} с версией macOS для Mac Catalyst
+
+
+ Не удалось сопоставить версию macOS {0} с соответствующей версией iOS для Mac Catalyst
+
+
+ Параметр '{0}' не может иметь значение '{1}' при использовании CoreCLR.
+
+
+ Не удалось скопировать сборку "{0}" в "{1}": {2}.
+
+
+
+ Не удалось загрузить сборку "{0}": {1}.
+
+
+
+ Ошибка отслеживания зависимостей: нет файлов для сравнения. Отправьте отчет об ошибках с тестовым случаем по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Не удалось повторно использовать кэшированную версию "{0}": {1}.
+
+
+
+ Не удалось создать исполняемый файл "{0}": {1}.
+
+
+
+ Не удалось скопировать каталог "{0}" в "{1}": {2}.
+
+
+
+ Не удалось создать символьную ссылку "{0}" -> "{1}": ошибка {2}.
+
+
+
+ Не удается включить разные версии платформы "{0}".
+
+
+
+ Платформа "{0}" включена из: {1} (связано с предыдущей ошибкой).
+
+
+
+ Неподдерживаемая платформа bitcode: {0}.
+
+
+
+ Неподдерживаемый ABI TvOS: {0}.
+
+
+
+ Не удалось извлечь собственную библиотеку "{0}" из "{1}". Убедитесь, что собственная библиотека должным образом внедрена в управляемую сборку (если сборка была создана с использованием проекта привязки, собственная библиотека должна быть включена в проект, а ее действием сборки должно быть "ObjcBindingNativeLibrary").
+
+
+
+ Недопустимая escape-последовательность при преобразовании .s в .ll, \\ в качестве последнего символа в {0}:{1}.
+
+
+
+ Недопустимая escape-последовательность при преобразовании .s в .ll, неправильная восьмеричная escape-последовательность в {0}:{1} из-за {2}.
+
+
+
+ Не удалось распаковать собственную среду "{0}" из "{1}". Дополнительные сведения о собственной команде "unzip" см. в журнале сборки.
+
+
+
+ Библиотека привязки "{0}" содержит пользовательскую платформу ({0}), но для внедренных пользовательских платформ требуется iOS 8.0 (версия целевого объекта развертывания — {1}). Укажите в файле Info.plist целевой объект развертывания версии не ниже 8.0.
+
+
+
+ В ссылках отсутствует требуемая сборка "Xamarin.Mac.dll".
+
+
+
+ Сборка "{0}" несовместима с этим средством или профилем.
+
+
+
+ Не удалось найти {0} {1}. Требуемая версия .NET Framework "{2}" непригодна для упаковки приложения.
+
+
+
+ Требуемая версия .NET Framework "{0}" недопустима.
+
+
+
+ useFullXamMacFramework должен всегда ориентироваться на платформу .NET 4.5, а не "{0}", что недопустимо.
+
+
+
+ Обнаружено несоответствие между ссылкой Xamarin.Mac "{0}" и выбранной требуемой версией .NET Framework "{1}".
+
+
+
+ Не удается разрешить ссылку: {0}
+
+
+
+ Одна или несколько ссылок на тип "{0}" уже существуют в "{1}" перед установкой связи.
+
+
+
+ Одна или несколько ссылок на тип "{0}" все еще существуют в "{1}" после установки связи.
+
+
+
+ Не является динамической библиотекой Mach-O (неизвестный заголовок "0x{0}"): {1}.
+
+
+
+ Не является статической библиотекой Mach-O (неизвестный заголовок "{0}", ожидается "!<arch>").
+
+
+
+ Не является динамической библиотекой Mach-O (неизвестный заголовок "0x{0}"): {1}.
+
+
+
+ Неизвестный формат записи fat в позиции {0} в {1}.
+
+
+
+ Файл типа {0} не является файлом MachO ({1}).
+
+
+
+ Недопустимая запись "{0}" в статической библиотеке "{1}", заголовок записи не заканчивается на 0x60 0x0A (найдено "0x{2} 0x{3}").
+
+
+
+ Не удалось связать сборки. {0}
+
+
+
+ Не удается разрешить ссылку: {0}
+
+
+
+ Параметр "--optimize={0}{1}" будет пропущен, так как не включен статический регистратор.
+
+
+
+
+ Параметр "--optimize={0}{1}" будет пропущен, так как связывание отключено.
+
+
+
+ Параметр "--optimize={0}" будет пропущен, так как он применим только к {1}.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ Не удалось найти дополнительный файл определений компоновщика "{0}".
+
+
+
+ Не удалось проанализировать определения из "{0}".
+
+
+
+ Не удается загрузить mscorlib.dll из "{0}". Переустановите Xamarin.iOS.
+
+
+
+ Собственная библиотека "{0}" указана в ссылке, но не была найдена.
+
+
+
+ Не удалось разрешить ссылку "{0}" из "{1}".
+
+
+
+ Unified API Xamarin.Mac для полной версии .NET Framework не поддерживает связывание сборок "SDK" или "All". Передайте флаг "-nolink" или "-linkplatform".
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ Ссылка из {0}.{1}
+
+
+
+ Неизвестный HttpMessageHandler "{0}". Допустимые значения: HttpClientHandler (по умолчанию), CFNetworkHandler или NSUrlSessionHandler.
+
+
+
+ Отображаются только первые ({0} из {1}) предупреждения \"Ссылка из\".
+
+
+
+ Не удалось разрешить ссылку на \"{0}\", указанную в \"{1}\". Приложение не будет включать сборку, на которую указывает ссылка, и может вызвать ошибку во время выполнения.
+
+
+
+ Не удалось связать сборку "{0}", так как она находится в смешанном режиме.
+
+
+
+ Недопустимый HttpMessageHandler "{0}" для watchOS. Единственное допустимое значение — NSUrlSessionHandler.
+
+
+
+ Не удалось обработать XML-описание: {0}.
+
+
+
+ На сборку "{0}" указывает ссылка из двух разных расположений: "{1}" и "{2}".
+
+
+
+ Не удается загрузить корневую сборку "{0}".
+
+
+
+
+ Сбой шага компоновщика "{0}" во время обработки "{1}".
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ Не удается разрешить ссылку "{0}", на которую ссылается метод "{1}" в "{2}".
+
+
+
+ Ошибка при обработке метода "{0}" в сборке "{1}": {2}.
+
+
+
+ Ошибка при обработке метода "{0}" в сборке "{1}".
+
+
+
+ Ошибка при обработке сборки "{0}": {1}
+
+
+
+ Недопустимый атрибут [BindingImpl] для члена "{0}": не ожидались поля.
+
+
+
+ Недопустимый атрибут [BindingImpl] для члена "{0}": не ожидались свойства.
+
+
+
+ Недопустимый атрибут [BindingImpl] для члена "{0}": не ожидался конструктор с типом параметра "{1}" (ожидался ObjCRuntime.BindingImplOptions).
+
+
+
+ Недопустимый атрибут [BindingImpl] для члена "{0}": не ожидался конструктор с параметрами {1} (ожидался 1 параметр).
+
+
+
+ Свойство {0}.{1} содержит предложение исключения "{2}", которое сейчас не поддерживается при компиляции для bitcode. При вызове этого свойства возникнет исключение.
+
+
+
+ Метод {0}.{1} содержит предложение исключения "{2}", которое сейчас не поддерживается при компиляции для bitcode. При вызове этого метода возникнет исключение.
+
+
+
+ Не удалось оптимизировать вызов BlockLiteral.{2} в {0} со смещением {1}, так как предыдущая инструкция была непредвиденной ({3}).
+
+
+
+ Не удалось оптимизировать вызов BlockLiteral.{2} в {0} со смещением {1}, так как не удалось определить тип делегата первого аргумента (инструкция: {3}).
+
+
+
+ Не удалось оптимизировать вызов BlockLiteral.{2} в {0}, так как типом значения, переданного в качестве первого аргумента (трамплин), является {1}, что делает невозможным вычисление подписи блока.
+
+
+
+ Не удалось оптимизировать вызов BlockLiteral.SetupBlock в {0} со смещением {1}, так как не удалось найти атрибут [UserDelegateType] в {2}.
+
+
+
+ Не удалось оптимизировать вызов BlockLiteral.SetupBlock в {0} со смещением {1}: {2}.
+
+
+
+ Удаление динамического регистратора небезопасно, так как {0} ссылается на "{1}.{2} ({3})".
+
+
+
+ Из {0} была удалена архитектура, за исключением {1}, чтобы обеспечить соответствие ограничениям App Store. Это может привести к нарушению работы существующих сигнатур подписывания кода. Рассмотрите возможность удаления библиотеки с помощью lipo или отключения с помощью --optimize=-trim-architectures.
+
+
+
+ Регистратор Xamarin.Mac "Partial Static" не поддерживает связывание. Отключите связывание или используйте другой режим регистратора.
+
+
+
+ Не удается найти сборку corlib "{0}" в списке загруженных сборок.
+
+
+
+
+
+
+
+
+
+
+ Сбой шага компоновщика "{0}" во время обработки: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ Сбой шага компоновщика "{0}" во время обработки {1}: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ Не удалось {0} сборку "{1}".
+
+
+
+ Отладка не поддерживается при сборке с использованием LLVM. Отладка отключена.
+
+
+
+ Не удалось применить AOT к сборке "{0}", так как она не существует.
+
+
+
+ Не найдена зависимость "{0}" сборки "{1}". Проверьте ссылки проекта.
+
+
+
+ Не удалось вычислить полную карту зависимостей для проекта. Это приведет к замедлению сборки, так как Xamarin.iOS не может правильно определить, что нужно перестроить (а что нет). Дополнительные сведения см. в предыдущих предупреждениях.
+
+
+
+ Файлы сведений об отладке (*.mdb и *.pdb) не будут загружены, если LLVM включен.
+
+
+
+ Для поддержки bitcode требуется использование LLVM (--abi=arm64+llvm и т. п.).
+
+
+
+ Не удалось найти AOT "{0}", который был запрошен.
+
+
+
+ Не удалось найти исключение AOT "{0}", которое было запрошено.
+
+
+
+ Не удалось развернуть главный шаблон в "{0}".
+
+
+
+ Не удалось скомпилировать созданный код для методов P/Invoke. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Регистратор не может создать сигнатуру для типа "{0}".
+
+
+
+ Регистратор обнаружил недопустимый тип "{0}" в сигнатуре для метода "{2}". Используйте вместо этого "{1}".
+
+
+
+ Регистратор обнаружил недопустимый тип "{0}" в сигнатуре для метода "{1}": тип реализует INativeObject, но не имеет конструктор, принимающий два аргумента (IntPtr, bool).
+
+
+
+ Регистратор не может маршалировать возвращаемое значение для типа "{0}" в сигнатуре для метода "{1}".
+
+
+
+ Регистратор не может маршалировать возвращаемое значение типа "{0}" в методе "{1}.{2}".
+
+
+
+ Регистратор не может маршалировать параметр типа "{0}" в сигнатуре для метода "{1}".
+
+
+
+ Регистратор не может получить тип ObjectiveC для управляемого типа "{0}".
+
+
+
+ Не удалось скомпилировать созданный код регистратора. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Регистратор не может маршалировать выходной параметр типа "{0}" в сигнатуре для метода "{1}".
+
+
+
+ Регистратор не может создать сигнатуру для типа "{0}" в методе "{1}".
+
+
+
+ Регистратор обнаружил универсальный метод: "{0}". Экспорт универсальных методов не поддерживается и приведет к случайному поведению или сбоям.
+
+
+
+ Непредвиденная ошибка в регистраторе для метода "{0}.{1}". Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Не удалось зарегистрировать сборку "{0}": {1}.
+
+
+
+ Регистратор обнаружил несоответствие сигнатур в методе "{0}.{1}" — селектор "{4}" указывает, что метод принимает одно число параметров ({2}), а управляемый метод имеет другое число параметров ({3}).
+
+
+
+ Не удается зарегистрировать два управляемых типа ("{0}" и "{1}") с одним и тем же собственным именем ("{2}").
+
+
+
+ Не удалось зарегистрировать селектор "{0}" члена "{1}.{2}", так как этот селектор уже зарегистрирован для члена "{3}".
+
+
+
+ Регистратор обнаружил неизвестный тип поля "{0}" в поле "{1}.{2}". Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Не удается использовать GCC/G++ для компиляции созданного кода из статического регистратора при использовании платформы Accounts (предоставляемые Apple файлы заголовков, которые используются во время компиляции, требуют Clang). Используйте Clang (--compiler:clang) либо динамический регистратор (--registrar:dynamic).
+
+
+
+ Вариадический параметр в вариадической функции "{0}" должен иметь тип System.IntPtr.
+
+
+
+ В "{1}" обнаружен недопустимый {0}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ В "{0}" обнаружено недопустимое свойство RegisterAttribute {1}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ В "{0}" обнаружен недопустимый AdoptsAttribute: ожидался 1 аргумент конструктора, получено {1}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Обнаружен недопустимый BindAsAttribute в "{0}.{1}": неизвестное поле {2}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ В "{1}.{2}" обнаружен недопустимый {0}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ В "{0}" обнаружен недопустимый BindAsAttribute: должен быть 1 аргумент конструктора, найдено {1}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Обнаружен недопустимый BindAsAttribute в "{0}": не удалось найти базовый тип перечисления {1}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Регистратор обнаружил недопустимый тип "{0}" в сигнатуре для метода "{1}": такой интерфейс должен иметь атрибут Protocol, указывающий тип его оболочки.
+
+
+
+ Не удается зарегистрировать два управляемых протокола ("{0}" и "{1}") с одним и тем же собственным именем ("{2}").
+
+
+
+ Не удается зарегистрировать более одного метода интерфейса для метода "{0}.{1}".
+
+
+
+ Регистратор обнаружил недопустимый тип универсального параметра "{0}" в параметре {2} метода "{1}". Такой универсальный параметр должен иметь ограничение "NSObject".
+
+
+
+ Регистратор обнаружил недопустимый универсальный тип возвращаемого значения "{0}" в методе "{1}". Такой универсальный тип возвращаемого значения должен иметь ограничение "NSObject".
+
+
+
+ Регистратор не может экспортировать статические методы в универсальных классах ("{0}").
+
+
+
+ Регистратор не может экспортировать статические свойства в универсальных классах ("{0}. {1}").
+
+
+
+ Регистратор обнаружил недопустимый универсальный тип возвращаемого значения "{0}" в свойстве "{1}.{2}". Такой тип возвращаемого значения должен иметь ограничение "NSObject".
+
+
+
+ Ваше приложение использует платформу "{0}", не входящую в состав пакета SDK {3}, который вы используете для создания приложения (эта платформа появилась в {3} {2}, а вы выполняете сборку с помощью пакета SDK {1} для {3}.) Выберите более новый пакет SDK в параметрах сборки {3} приложения.
+
+
+
+ Ваше приложение использует платформу "{0}", не входящую в состав пакета SDK {3}, который вы используете для создания приложения (эта платформа появилась в {3} {2}, а вы выполняете сборку с помощью пакета SDK {1} для {3}.) Эта конфигурация не поддерживается со статическим регистратором (для выбора передайте --registrar:dynamic в качестве дополнительного аргумента mmp в параметре сборки Mac в своем проекте). Кроме того, можно выбрать более новый пакет SDK в параметрах сборки {3} приложения.
+
+
+
+ Член "{0}" имеет атрибут Export без селектора. Требуется селектор.
+
+
+
+ Регистратор не может маршалировать тип параметра "{0}" параметра "{1}" в методе "{2}.{3}".
+
+
+
+ Метод "{0}.{1}" реализует "{2}.{3}".
+
+
+
+ Регистратор не может маршалировать тип свойства "{0}" свойства "{1}.{2}".
+
+
+
+ Регистратор не может маршалировать тип свойства "{0}" свойства "{1}.{2}". Свойства с атрибутом [Connect] должны иметь тип свойства NSObject (или подкласс NSObject).
+
+
+
+ Регистратор обнаружил несоответствие сигнатур в методе "{0}.{1}" — селектор "{4}" указывает, что вариадический метод принимает одно число параметров ({2}), а управляемый метод имеет другое число параметров ({3}).
+
+
+
+ Не удается зарегистрировать селектор "{0}" для члена "{1}.{2}", так как Xamarin.iOS неявно регистрирует этот селектор.
+
+
+
+ Недопустимое перечисление "{0}": перечисления с атрибутом [Native] должны иметь базовый тип перечисления "long" или "ulong".
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ Параметр Name атрибута Registrar в классе "{0}" ("{3}") содержит недопустимый символ: "{1}" (0x{2}).
+
+
+
+ В "{1}" обнаружен недопустимый {0}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Регистратор обнаружил универсальный протокол: "{0}". Экспорт универсальных протоколов не поддерживается.
+
+
+
+ Не удается зарегистрировать метод расширения "{0}.{1}", так как тип первого параметра ("{2}") не соответствует типу категории ("{3}").
+
+
+
+ Не удается зарегистрировать тип "{0}", так как тип категории "{1}" в его атрибуте Category не наследует от NSObject.
+
+
+
+ Не удается зарегистрировать тип "{0}", так как не задано свойство Type в его атрибуте Category.
+
+
+
+ Не удается зарегистрировать тип "{0}" в качестве категории, так как он реализует INativeObject или подклассы NSObject.
+
+
+
+ Не удается зарегистрировать тип "{0}" как категорию, так как он является универсальным.
+
+
+
+ Не удается зарегистрировать метод "{0}.{1}" как метод категории, так как он является универсальным.
+
+
+
+ Не удается зарегистрировать две категории ("{0}" и "{1}") с одним и тем же собственным именем ("{2}").
+
+
+
+ Не удается зарегистрировать метод категории "{0}.{1}", так как для методов расширения необходим по меньшей мере один параметр (и его тип должен соответствовать типу категории "{2}").
+
+
+
+ Не удается зарегистрировать конструктор {0}.{1} в категории {0}, так как конструкторы в категориях не поддерживаются.
+
+
+
+ Не удается зарегистрировать метод "{0}.{1}" в качестве метода категории, так как методы категории должны быть статическими.
+
+
+
+ Обнаружен недопустимый символ "{0}" (0x{1}) в селекторе "{2}" для "{3}.{4}".
+
+
+
+ Регистратор обнаружил неподдерживаемую структуру "{0}": все поля в структуре также должны быть структурами (поле "{1}" с типом "{2}" не является структурой).
+
+
+
+
+ Тип "{0}" недоступен в {3} {4} (он появился в {3} {5}){6}. Выполните сборку с более новым пакетом SDK {3} (обычно для этого используется последняя версия Xcode).
+
+
+
+ Тип "{0}" (используемый в качестве базового типа {1}) недоступен в {2} {3} (он появился в {2} {4}){5}. Выполните сборку с более новым пакетом SDK {2} (обычно для этого используется последняя версия Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Тип "{0}" (используемый в качестве параметра в {1}) недоступен в {2} {3} (он появился в {2} {4}){5}. Выполните сборку с более новым пакетом SDK {2} (обычно для этого используется последняя версия Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Тип "{0}" (используемый в качестве типа свойства {1}) недоступен в {2} {3} (он появился в {2} {4}){5}. Выполните сборку с более новым пакетом SDK {2} (обычно для этого используется последняя версия Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Тип "{0}" (используемый в качестве типа возвращаемого значения в {1}) недоступен в {2} {3} (он появился в {2} {4}){5}. Выполните сборку с более новым пакетом SDK {2} (обычно для этого используется последняя версия Xcode).
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Внутренняя ошибка в регистраторе (ctor {0} с аргументами: {1}). Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Внутренняя ошибка в регистраторе (неизвестный тип доступности: {0}). Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Внутренняя ошибка в регистраторе (параметры BindAs не могут быть ref/out: {0}). Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Не удается экспортировать свойство "{0}", так как его селектор "{1}" является ключевым словом Objective-C. Укажите другое имя.
+
+
+
+ Регистратору не удалось найти тип "System.Void" ни в одной из сборок, на которые имеются ссылки.
+
+
+
+ Не удается зарегистрировать метод "{0}", так как сигнатура содержит тип ({1}), который не является ссылочным.
+
+
+
+ Не удается зарегистрировать метод "{0}", так как сигнатура содержит универсальный тип ({1}) с универсальным типом аргумента, который не реализует INativeObject ({2}).
+
+
+
+ Не удается зарегистрировать тип "{0}", так как его имя Objective-C "{1}" является ключевым словом Objective-C. Укажите другое имя.
+
+
+
+ Не удалось создать оболочку P/Invoke для {0}: {1}.
+
+
+
+ Регистратор не может преобразовать "{0}" в "{1}" для возвращаемого значения в методе {2}.
+
+
+
+ Атрибут BindAs для возвращаемого значения метода {0} недопустим: тип BindAs {1} отличается от типа возвращаемого значения {2}.
+
+
+
+ Атрибут BindAs для параметра #{0} недопустим: тип BindAs {1} отличается от типа параметра {2}.
+
+
+
+ Атрибут BindAs для свойства {0}.{1} недопустим: тип BindAs {2} отличается от типа свойства {1}.
+
+
+
+ Регистратор не может преобразовать "{0}" в "{1}" для параметра "{2}" в методе {3}.
+
+
+
+ Регистратор не может вычислить подпись блока для делегата типа {0} в методе {1}, так как у {0} нет определенной сигнатуры.
+
+
+
+ Регистратор не может вычислить подпись блока для делегата типа {0} в методе {1}, так как не удалось найти метод Invoke для типа делегата.
+
+
+
+ Не удалось найти блок для метода преобразования делегата для параметра #{1} метода {0}.
+
+
+
+ Не удалось найти блок для метода преобразования делегата для параметра #{1} метода {0}.
+
+
+
+ Не удалось найти делегат для типа преобразования блока для возвращаемого значения метода {0}.
+
+
+
+ Параметр "ProtocolType" атрибута "Adopts", используемый в классе "{0}", содержит недопустимый символ. Используемое значение: "{1}". Недопустимый символ: "{2}".
+
+
+
+ Класс "{0}" не будет зарегистрирован, так как платформа WatchKit была удалена из пакета iOS SDK.
+
+
+
+ Регистратор обнаружил абстрактный тип "{0}" в сигнатуре для "{1}". Не следует использовать абстрактные типы в сигнатуре для членов, экспортируемых в Objective-C.
+
+
+
+ Внутренняя ошибка в регистраторе (параметры BindAs не могут быть ref/out: {0}). Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Регистратор не может вычислить подпись блока для делегата типа {0} в методе {1}, так как не удалось найти метод Invoke для типа делегата.
+
+
+
+ Отсутствует компилятор "{0}". Установите компонент программ командной строки для Xcode.
+
+
+
+ Не удалось найти ни "{0}", ни компилятор "{1}". Установите компонент программ командной строки для Xcode.
+
+
+
+ Не удалось выполнить компиляцию. Код ошибки: {0}. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Не удалось скомпилировать файлы "{0}". Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Не удалось скомпилировать файлы "{0}". Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Сборка "{0}" не может быть AOT-скомпилирована для 32-разрядных архитектур, так как машинный код слишком велик для 32-разрядной архитектуры ARM.
+
+
+
+ Слишком длинные выходные данные компилятора, их длина ограничена 1000 строк.
+
+
+
+ Сбой собственной компоновки с кодом ошибки 1. Дополнительные сведения см. в журнале сборки.
+
+
+
+ Сбой собственной компоновки. Проверьте журнал сборки и пользовательские флаги, предоставленные для gcc: {0}
+
+
+
+ Сбой собственной компоновки. Проверьте журнал сборки.
+
+
+
+ Отсутствует MDK Mono.framework. Установите MDK для своей версии Mono.framework по следующему адресу: https://www.mono-project.com/download/
+
+
+
+ Предупреждение собственной компоновки: {0}
+
+
+
+ Не удается найти {0}, вероятно, из-за повреждения установки Xamarin.Mac. Переустановите Xamarin.Mac.
+
+
+
+ Сбой собственной компоновки. Проверьте журнал сборки.
+
+
+
+ Недопустимая архитектура "{0}". Допустимы только архитектуры x86_64.
+
+
+
+ Ошибка собственной компоновки: {0}
+
+
+
+ Сбой собственной компоновки, неопределенный символ: {0}. Убедитесь, что имеются ссылки на все необходимые платформы, а собственные библиотеки скомпонованы должным образом.
+
+
+
+ Сбой собственной компоновки, неопределенный класс Objective-C: {0}. Не удалось найти символ "{1}" ни в одной из библиотек или платформ, связанных с вашим приложением.
+
+
+
+ Сбой собственной компоновки, повторяющийся символ: "{0}".
+
+
+
+ Повторяющийся символ в: {0} (расположение, относящееся к предыдущей ошибке)
+
+
+
+ Сбой собственной компоновки, неопределенный символ: {0}. На этот символ ссылается управляемый член {1}.{2}. Убедитесь, что имеются ссылки на все необходимые платформы, а собственные библиотеки скомпонованы.
+
+
+
+ Ссылки на "{0}" могут потребовать дополнительных инструкций -framework=XXX или -lXXX для собственного компоновщика
+
+
+
+ Сбой собственной компоновки для "{0}". Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new
+
+
+
+ Сбой собственной компоновки из-за слишком длинной строки команды компоновщика (число символов: {0}).
+
+
+
+ Не удается игнорировать динамический символ {0} (--ignore-dynamic-symbol={0}), так как он не был определен как динамический символ.
+
+
+
+ Не выполняется связывание с WatchKit, так как она удалена из iOS.
+
+
+
+ Пропуск платформы "{0}". Он запрещен (отклонен) магазином Mac App Store.
+
+
+
+ Связывание с платформой "{0}". Оно запрещено (отклонено) магазином Mac App Store.
+
+
+
+ Сбой выполнения собственного компоновщика: {0}. Отправьте отчет об ошибке, перейдя по ссылке https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+ Не связан с платформой "{0}", поскольку текущий пакет SDK {1} не содержит поддержку этой платформы в симуляторе.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ Отсутствует средство "strip". Установите компонент программ командной строки для Xcode.
+
+
+
+ Отсутствует средство "dsymutil". Установите компонент программ командной строки для Xcode.
+
+
+
+ Не удалось создать отладочные символы (каталог dSYM). Проверьте журнал сборки.
+
+
+
+ Не удалось удалить финальный двоичный файл. Проверьте журнал сборки.
+
+
+
+ Отсутствует средство "lipo". Установите компонент программ командной строки для Xcode.
+
+
+
+ Не удалось создать библиотеку fat. Проверьте журнал сборки.
+
+
+
+ Отсутствует средство "{0}". Установите компонент Command-Line Tools для Xcode.
+
+
+
+ Возможно, еще не принято лицензионное соглашение Xcode. Запустите Xcode.
+
+
+
+ Выполнение средства "{0}" завершилось сбоем с кодом ошибки "{1}". Подробные сведения см. в журнале сборки.
+
+
+
+ Сбой install_name_tool с кодом ошибки "{0}". Дополнительные сведения см. в журнале сборки.
+
+
+
+ Сбой lipo с кодом ошибки "{0}". Дополнительные сведения см. в журнале сборки.
+
+
+
+ Сбой pkg-config с кодом ошибки "{0}". Подробные сведения см. в журнале сборки.
+
+
+
+ Не удалось найти {0}. Установите Mono.Framework, перейдя по следующей ссылке: https://mono-project.com/Downloads
+
+
+
+ Не удалось выполнить pkg-config: "{0}". Подробные сведения см. в журнале сборки.
+
+
+
+ Средству xcrun не удалось найти результат при поиске инструмента "{0}" (файл "{1}" не существует). Дополнительные сведения см. в журнале сборки.
+
+
+
+ Внутренняя ошибка несогласованности. Отправьте отчет об ошибках по следующему адресу: https://github.com/xamarin/xamarin-macios/issues/new.
+
+
+
+
+ Не знаю, как маршалировать параметр типа {0} для параметра {1} при вызове {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Не знаю, как маршалировать параметр типа {0} для параметра {1} при вызове {2}
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ Не удалось маршалировать из {0} в объект Objective-C. Управляемый класс должен либо наследоваться от NSObject, либо реализовывать INativeObject.
+
+{0} - The name of a type.
+
+
+
+ Недопустимое кодирование типа для параметра.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.tr.resx b/tools/mtouch/TranslatedAssemblies/Errors.tr.resx
index 3af9dc288b32..3c1f919e9c0b 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.tr.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.tr.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the tr MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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} kodu için hata iletisi bulunamadı. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresindeki GitHub'da bu eksik iletiyi bildirin
+
+ This is the default message when an error code can not be found.
+
+
+
+ Beklenmeyen hata. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '-devname', cihaza özgü bir eylem olmadan sağlandı
+
+
+
+ Xamarin.Mac'in bu sürümü Mono {0} gerektirir (geçerli Mono sürümü {1}). Lütfen http://mono-project.com/Downloads adresinden Mono.framework'ü güncelleştirin
+
+
+
+ '{0}' ortam değişkeni ayrıştırılamadı
+
+
+
+ '{0}.exe' uygulama adı bir SDK veya ürün bütünleştirilmiş kodu (.dll) adıyla çakışıyor.
+
+
+
+ Yeni başvuru sayma mantığı, SGen'in de etkinleştirilmesini gerektiriyor.
+
+
+
+ * çıkış dizini yok.
+
+
+
+ {0} konumunda devel platformu yok, SDK'yı belirtmek için --platform=PLAT kullanın.
+
+
+
+ '{0}' kök bütünleştirilmiş kodu yok
+
+
+
+ Yalnızca bir kök bütünleştirilmiş kodu sağlamanız gerekir, {0} bütünleştirilmiş kod bulundu: '{1}'
+
+
+
+ Bütünleştirilmiş kodlar yüklenirken hata oluştu: {0}
+
+
+
+ Komut satırı bağımsız değişkenleri ayrıştırılamadı: {0}
+
+
+
+ {0}, Xamarin.iOS tarafından desteklenenden daha yeni bir çalışma zamanı ({1}) ile oluşturuldu.
+
+
+
+ * öğesini tamamlamak için tamamlanmamış veriler sağlandı.
+
+
+
+ Profil oluşturma desteği, sgen'in de etkinleştirilmesini gerektirir.
+
+
+
+ iOS {0} SDK'sı, {1} öğesini hedefleyen uygulamaları oluşturmayı desteklemiyor.
+
+
+
+ Geçersiz ABI: {0}. Desteklenen ABI'ler: i386, x86_64, armv7, armv7+llvm, armv7+llvm+thumb2, armv7s, armv7s+llvm, armv7s+llvm+thumb2, armv7k, armv7k+llvm, arm64, arm64+llvm, arm64_32 ve arm64_32+llvm.
+
+
+
+ '{0}' seçeneği kullanım dışı bırakıldı.
+
+
+
+ Kök bütünleştirilmiş kodu sağlamanız gerekir.
+
+
+
+ Bilinmeyen komut satırı bağımsız değişkeni: '{0}'
+
+
+
+ Yalnızca bir --[log|install|kill|launch]dev veya --[launch|debug]sim seçeneği kullanılabilir.
+
+
+
+ '{0}' için geçerli seçenekler: '{1}'.
+
+
+
+ Statik kaydedici kullanılırken (cihaz için derlenirken bu varsayılandır), gcc/g++ (--use-gcc) kullanılarak derlenemiyor. --use-gcc bayrağını kaldırın ya da dinamik kaydediciyi (--registrar:dynamic) kullanın.
+
+
+
+ '--unsupported--enable-generics-in-registrar' ve '--registrar' seçenekleri uyumlu değil.
+
+
+
+ {0} kök bütünleştirilmiş kodu başka bir bütünleştirilmiş kodla ({1}) çakışıyor.
+
+
+
+ '{0}.exe' uygulama adı başka bir kullanıcı bütünleştirilmiş kodu ile çakışıyor.
+
+
+
+ Gereken '{0}' dosyası bulunamadı.
+
+
+
+ SDK sürümü sağlanmadı. Uygulamanızı derlemek için kullanılacak {0} SDK'sını belirtmek için lütfen --sdk=X.Y ekleyin.
+
+
+
+ '-{0}' komut satırı bağımsız değişkeni ayrıştırılamadı: {1}
+
+
+
+ '\*' ve '\*' seçenekleri uyumlu değil.
+
+
+
+ iOS 4.1 veya önceki sürümleri hedeflerken PIE (-pie) etkinleştirilemiyor. Lütfen PIE seçeneğini devre dışı bırakın (-pie:false) veya dağıtım hedefini en az iOS 4.2 olarak ayarlayın
+
+
+
+ REPL (--enable-repl) yalnızca simülatörde (--sim) desteklenir.
+
+
+
+ Yürütülebilir dosya adı ({0}) ve uygulama adı ({1}) farklı, bu işlem kilitlenme günlüklerinin düzgün şekilde sembolleştirilmesini engelleyebilir.
+
+
+
+ '--enable-background-fetch' ve '--launch-for-background-fetch' komut satırı bağımsız değişkenleri de '--launchsim' gerektirir.
+
+
+
+ '--debug' seçeneği de belirtilmedikçe '--debugtrack' seçeneği yoksayılır.
+
+
+
+ Xamarin.iOS projesi, monotouch.dll'ye veya Xamarin.iOS.dll'ye başvurmalıdır
+
+
+
+ {1} projesinde '{0}.dll' dosyasına başvurulamaz; '{2}' tarafından örtük olarak başvuruluyor.
+
+
+
+ * uygulaması için * simülatörü başlatılamıyor. Lütfen projenizin iOS Derleme seçeneklerinde (Gelişmiş sayfası) doğru mimariyi etkinleştirin.
+
+
+
+ Monotouch.dll, 64 bit uyumlu değildir. Xamarin.iOS.dll'ye başvurun veya 64 bit mimari için derleme yapmayın (ARM64 ve/veya x86_64).
+
+
+
+ Xamarin.iOS.dll'ye başvururken eski kaydediciler (--registrar:oldstatic|olddynamic) desteklenmez.
+
+
+
+ ARMv6'yı hedefleyen uygulamalar Xamarin.iOS.dll dosyasına başvuramaz.
+
+
+
+ '\*' tarafından başvurulan '\*' bütünleştirilmiş kodu bulunamadı.
+
+
+
+ {1} uygulamasında '{0}' öğesine başvurulamaz.
+
+
+
+ Monotouch.dll veya Xamarin.iOS.dll'ye yönelik başvuru bulunamadı. Monotouch.dll başvurusu eklenecek.
+
+
+
+ Boehm atık toplayıcısı desteklenmiyor. Bunun yerine SGen atık toplayıcısı seçildi.
+
+
+
+ --listsim yalnızca Xcode 6.0 veya üzeri ile desteklenir.
+
+
+
+ --extension yalnızca iOS 8.0 (veya üstü) SDK kullanılırken desteklenir.
+
+
+
+ Unified uygulamaları için en düşük dağıtım hedefi 5.1.1, geçerli dağıtım hedefi: '*'. Lütfen projenizin iOS uygulama seçeneklerinde daha yeni bir dağıtım hedefi seçin.
+
+
+
+ {0}.framework yalnızca dağıtım hedefi 8.0 veya daha yeni bir sürüm olduğunda desteklenir. {0} özellikleri düzgün çalışmayabilir.
+
+
+
+ --no-root-assembly geçirildiğinde kök bütünleştirilmiş kodu sağlanamaz, {0} bütünleştirilmiş kod bulundu: '{1}'
+
+
+
+ {3} {0} Xcode {4} veya üstünü gerektiriyor. Geçerli Xcode sürümü ({2} içinde bulunan) {1}.
+
+
+
+ --no-root-assembly geçirildiğinde bir çıkış dizini (--output) gereklidir.
+
+
+
+ Komut belirtilmedi.
+
+
+
+ '{0}' yolu kurallaştırılamadı: {1} ({2}).
+
+
+
+ '{0}' Xcode yolu yok.
+
+
+
+ Varsayılan konumda (/Applications/Xcode.app) Xcode bulunamıyor. Lütfen Xcode'u yükleyin veya --sdkroot <yol> kullanarak özel bir yol geçirin.
+
+
+
+ '{0}' SDK kökünden Xcode.app yolu belirlenemiyor. Lütfen Xcode.app paket grubunun tam yolunu belirtin.
+
+
+
+ '{0}' Xcode.app geçersiz ('{1}' adlı dosya yok).
+
+
+
+ Şu anda sistemde seçili olan Xcode bulunamadı: {0}
+
+
+
+ Şu anda sistemde seçili olan Xcode bulunamadı. 'xcode-select --print-path' komutu '{0}' döndürdü, ancak bu dizin mevcut değil.
+
+
+
+ Xcode.app belirtilmedi (--sdkroot kullanılarak), bunun yerine 'xcode-select --print-path' tarafından bildirilen sistem Xcode'u kullanılıyor: {0}
+
+
+
+ Xcode.app belirtilmedi (--sdkroot veya 'xcode-select --print-path' kullanılarak), bunun yerine varsayılan Xcode kullanılıyor: {0}
+
+
+
+ * uzantısında çalıştırılabilir dosya bulunamıyor (Info.plist içinde bir CFBundleExecutable girdisi yok)
+
+
+
+ Xamarin.iOS yalnızca Unified projeleri ile eklenmiş çerçeveleri destekler.
+
+
+
+ Xamarin.iOS yalnızca dağıtım hedefi en az 8.0 olduğunda eklenmiş çerçeveleri destekler (geçerli dağıtım hedefi: '{0}'; eklenmiş çerçeveler: '{1}')
+
+
+
+ Xamarin.iOS yalnızca dağıtım hedefi en az 2.0 olduğunda eklenmiş çerçeveleri destekler (geçerli dağıtım hedefi: '{0}'; eklenmiş çerçeveler: '{1}')
+
+
+
+ Geçersiz derleme kaydedici bütünleştirilmiş kodu: *
+
+
+
+ Geçersiz kaydedici: {0}
+
+
+
+ Hedef çerçeve için {0} değeri geçersiz.
+
+
+
+ {0} hedef çerçevesi geçersiz. Geçerli hedef çerçeveler: {1}.
+
+
+
+ Bilinmeyen platform: {0}. Bu genellikle bir {1} hatasını gösterir; lütfen bir test çalışmasıyla birlikte https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun.
+
+
+
+ Uzantılar '{0}' platformu için desteklenmiyor.
+
+
+
+ {4} {0}, {3} için {1} dağıtım hedefini desteklemiyor (en düşük değer {2}). Lütfen projenizin Info.plist dosyasında daha yeni bir dağıtım hedefi seçin
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0}, {3} için {1} dağıtım hedefini desteklemiyor (en yüksek değer {2}). Lütfen projenizin Info.plist dosyasında daha eski bir dağıtım hedefi seçin veya daha yeni bir {4} sürümüne yükseltin.
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {1} projeleri için '{0}' mimarisi geçersiz. Geçerli mimariler: {2}
+
+
+
+ Mimari belirtilmedi (--abi bağımsız değişkeni kullanılarak). {0} projeleri için bir mimari gereklidir.
+
+
+
+ WatchOS projeleri uzantı olmalıdır.
+
+
+
+ Artımlı derlemeler 8.0'dan (şu anda {0}) küçük bir dağıtım hedefiyle etkinleştirildi. Bu desteklenmez (sonuçta elde edilen uygulama iOS 9'da başlatılmaz), bu nedenle dağıtım hedefi 8.0 olarak ayarlanacak.
+
+
+
+ {4} {0} için önerilen Xcode sürümü, Xcode {3} veya üstüdür. Geçerli Xcode sürümü ({2} içinde bulunan), {1}.
+
+
+
+ Uygulama paketi grubuna yürütülebilir öğe kopyalanmadı. Lütfen 'support@xamarin.com' ile iletişime geçin
+
+
+
+ Yeni refcount mantığını devre dışı bırakma kullanım dışı bırakıldı.
+
+
+
+ --download-crash-report komut satırı bağımsız değişkeni ayrıca --download-crash-report-to gerektirir.
+
+
+
+ REPL (--enable-repl) yalnızca bağlama kullanılmazsa (--nolink) desteklenir.
+
+
+
+ watchOS üzerinde yalnızca asm bitcode desteklenmez. --bitcode:marker veya --bitcode:full kullanın.
+
+
+
+ Bitcode, simülatörde desteklenmiyor. Simülatör için derleme sırasında --bitcode geçirmeyin.
+
+
+
+ '{0}' başvurusu bulunamadı. Otomatik olarak eklenecek.
+
+
+
+ Hedef çerçeve (--target-framework) belirtilmelidir.
+
+
+
+ Artımlı derlemeler (--fastdev) Boehm GC ile desteklenmiyor. Artımlı derlemeler devre dışı bırakılacak.
+
+
+
+ watchOS uygulamaları için GC'nin işbirliği modunda olması gerekir. Lütfen mtouch için --coop:false bağımsız değişkenini kaldırın.
+
+
+
+ '{0}' seçeneği, GC için işbirliği modu etkinleştirildiğinde '{1}' değerini alamaz.
+
+
+
+ ' {0} ' hedef çatısı kullanım dışı. Bunun yerine ' {1} ' kullanın.
+
+
+
+
+
+ 'mlaunch' bulunamadı.
+
+
+
+
+ Aot dosyaları {0} hedef dizinine kopyalanamadı: {1}
+
+
+
+ Aot dosyaları {0} hedef dizinine kopyalanamadı: İşlem başlatılamadı.
+
+
+
+ Aot dosyaları {0} hedef dizinine kopyalanamadı
+
+
+
+ Xamarin.iOS.dll için başvuru bulunamadı.
+
+
+
+ '{0}' adlı machine.config dosyası bulunamadı.
+
+
+
+
+ İç hata: {0}. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir sorun oluşturun.
+
+
+
+ Bütünleştirilmiş kod derleme hedefi geçersiz: '{0}'. Lütfen bir test çalışmasıyla birlikte bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ '{0}' bütünleştirilmiş kodu --assembly-build-target bağımsız değişkenlerinde birden çok kez belirtildi.
+
+
+
+ '{0}' ve '{1}' bütünleştirilmiş kodları aynı hedef adına ('{2}') ancak farklı hedeflere ('{3}' ve '{4}') sahip.
+
+
+
+ '{0}' statik nesnesi birden fazla bütünleştirilmiş kod ('{1}') içeriyor ancak her statik nesne tam olarak bir bütünleştirilmiş koda karşılık gelmelidir.
+
+
+
+ '{0}' için bütünleştirilmiş kod derleme hedefi belirtilmedi.
+
+
+
+ '{0}' bütünleştirilmiş kod derleme hedefi adı geçersiz: '{1}' karakterine izin verilmiyor.
+
+
+
+ '{0}' bütünleştirilmiş kodları, tek bir ikiliye derlendiklerinde izin verilmeyen farklı özel LLVM iyileştirmelerine ('{1}') sahip.
+
+
+
+ '{0}' bütünleştirilmiş kod derleme hedefi hiçbir bütünleştirilmiş kod ile eşleşmedi.
+
+
+
+ '{0}' bütünleştirilmiş kodu, sağlanan yoldan farklı bir yoldan yüklemiş (sağlanan yol: {1}, gerçek yol: {2}).
+
+
+
+ Bu Xamarin.iOS sürümü üçüncü taraf bağlama kitaplıklarını içeren ve bitcode'a derlenen projelerde artımlı yapıları desteklemediğinden artımlı derlemeler devre dışı bırakıldı.
+
+
+
+ Bu Xamarin.iOS sürümü, bitcode'u etkinleştirmeden LLVM kullanarak watchOS projeleri oluşturmayı desteklemediğinden bitcode etkinleştirildi.
+
+
+
+ {0} nedeniyle yerel kod paylaşımı devre dışı bırakıldı
+
+
+
+ kapsayıcı uygulamasının dağıtım hedefi, iOS 8.0'dan eski ({0}).
+
+
+
+ kapsayıcı uygulaması I18N bütünleştirilmiş kodları içeriyor ({0}).
+
+
+
+ kapsayıcı uygulaması, yönetilen bağlayıcı ({0}) için özel XML tanımlarına sahip.
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ {1} nedeniyle '{0}' uzantısı için yerel kod paylaşımı devre dışı bırakıldı
+
+
+
+ bitcode seçenekleri, kapsayıcı uygulama ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ --assembly-build-target seçenekleri, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ I18N bütünleştirilmiş kodları, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ AOT derleyicisine yönelik bağımsız değişkenler, kapsayıcı uygulama ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ AOT derleyicisinin diğer bağımsız değişkenleri, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ LLVM, hem kapsayıcı uygulamasında ({0}) hem de uzantıda ({1}) etkinleştirilmemiş veya devre dışı bırakılmamış.
+
+
+
+ yönetilen bağlayıcı ayarları, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ yönetilen bağlayıcı için atlanan bütünleştirilmiş kodlar, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ uzantı, yönetilen bağlayıcı ({0}) için özel XML tanımlarına sahip.
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ yorumlayıcı ayarları, kapsayıcı uygulama ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ yorumlanan bütünleştirilmiş kodlar, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ kapsayıcı uygulaması, ABI {0} için derleme yapmıyor (uzantı bu ABI için derleme yapıyor).
+
+
+
+ kapsayıcı uygulaması, uzantının ABI'sı ({1}) ile uyumlu olmayan ABI {0} için derleme yapıyor.
+
+
+
+ remove-dynamic-registrar iyileştirmesi, kapsayıcı uygulaması ({0}) ve uzantı ({1}) arasında farklı.
+
+
+
+ kapsayıcı uygulaması '{1}' içindeki '{0}' bütünleştirilmiş koduna başvuruyor ancak uzantı '{2}' sürümünden farklı bir sürüme başvuruyor.
+
+
+
+ Karma AOT derlemesi, tüm bütünleştirilmiş kodların AOT ile derlenmesini gerektirir
+
+
+
+ Bitcode etkinleştirildiğinde, kod (--dynamic-symbol-mode=code) kullanılarak dinamik sembollere başvuru yapmanız önerilir.
+
+
+
+ {0} mimarisi geçersiz. 32 bit mimariler, dağıtım hedefi 11 veya daha yeni bir sürüm olduğunda desteklenmez.
+
+
+
+ Yalnızca 64 bit destekleyen bir simülatör üzerinde 32 bit uygulama başlatılamaz.
+
+
+
+ Mono sembollerini içeren {0} dizini bulunamadı.
+
+
+
+ {0} yürütülebilir bütünleştirilmiş kodu {1}.dll dosyasına başvurmuyor.
+
+
+
+ Geçerli dil '{0}' olarak ayarlanamadı (LANG={1} değerine göre): {2}
+
+
+
+ --assembly-build-target komut satırı bağımsız değişkeni simülatörde yoksayılır.
+
+
+
+ Artımlı yapılar simülatörde desteklenmediğinden artımlı yapılar devre dışı bırakıldı.
+
+
+
+ Bu Xamarin.iOS sürümü birden fazla üçüncü taraf bağlama kitaplığı içeren projelerde artımlı yapıları desteklemediğinden artımlı derlemeler devre dışı bırakıldı.
+
+
+
+ '{0}' dosyasına dokunulamadı: {1}
+
+
+
+ '{0}' için hata ayıklama sembol dosyası bütünleştirilmiş kodla eşleşmiyor ve yoksayıldı.
+
+
+
+ Kök bütünleştirilmiş kodu bulunamadı. En az bir kök bütünleştirilmiş kodu sağlanmalıdır.
+
+
+
+ '{0}' ürün bütünleştirilmiş kodu, bütünleştirilmiş kod listesinde bulunamadı: '{1}'
+
+
+
+ Bilinmeyen iyileştirme: '{0}'. Geçerli iyileştirmeler: {1}.
+
+
+
+ '{0}' ile eşleşen 1'den fazla bütünleştirilmiş kod bulundu; önce şu seçiliyor: {1}{2}
+
+
+
+ '{0}' sistem çerçevesi ('{1}' bütünleştirilmiş kodu tarafından başvurulan), {2} {3} içinde sunulduğu ve {2} {4} SDK'sını kullandığımız için bağlanamadı.
+
+
+
+ '{1}' tarafından başvurulan '{0}' bütünleştirilmiş kodu bulunamıyor.
+
+
+
+ '{1}' içindeki bir {2} özniteliği tarafından başvurulan '{0}' bütünleştirilmiş kodu bulunamıyor.
+
+
+
+ '{0}' dosyası geçerli bir çerçeve değil.
+
+
+
+ Yorumlayıcı, simülatörde desteklenmiyor. Simülatörde aynı ek özellikleri sağlayan REPL'ye geçiliyor.
+
+
+
+ Bağımsız değişken olarak --interpreter öğesine geçirilen '{0}' bütünleştirilmiş kodu bulunamıyor.
+
+
+
+ Classic API kullanan projeler artık desteklenmiyor. Lütfen projeyi Unified API'ye geçirin.
+
+
+
+ 32 bit uygulamalar oluşturma artık desteklenmiyor. Lütfen projenin Mac Derleme seçeneklerinde mimariyi 'x86_64' olarak değiştirin.
+
+
+
+ Lütfen Hata ayıklama için derlenirken WatchOS üzerinde cihaza özel derlemeler kullanın.
+
+
+
+ ARM64_32 Hata ayıklama modu,--interpreter[=all] gerektirir, zorlanıyor.
+
+
+
+ Pkg-config öğesinden cflags '{0}' ayrıştırılamıyor: {1}
+
+
+
+ {2} içindeki '{1}' kitaplığının LinkWith özniteliğinden '{0}' bağlayıcı bayrakları ayrıştırılamıyor: {3}
+
+
+
+ İç hata: Yorumlayıcı şu anda yalnızca 64 bit için kullanılabilir.
+
+
+
+ İç hata: byref dizisi bir dize, NSObject veya INativeObject değil.
+
+
+
+ İç hata: {2} içinde '{0}' öğesi '{1}' öğesine dönüştürülemiyor. Lütfen bir test çalışması içeren bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ İç hata: Akıllı sabit listesi {0}, akıllı sabit listesi gibi görünmüyor. Lütfen bir test çalışmasıyla birlikte bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ İç hata: {1} için tokentype ({0}) desteklenmiyor. Lütfen bir test çalışmasıyla birlikte bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ İç hata: Bağlayıcı da yürütülmediyse (veya devre dışı bırakıldıysa) statik kaydedici yürütülmemelidir. Geçici bir çözüm olarak, tam derlemeyi zorlamak için ek bir {0} bağımsız değişkeni olarak '-f' geçirilebilir. Lütfen bir test çalışmasıyla birlikte bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ İç hata: Adı olmayan sembol (tür: {0}). Lütfen bir test çalışmasıyla birlikte bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ İç hata: 'çerçeveler, çerçevelere dönüştürülemiyor: {0}'. Lütfen bir test çalışmasıyla birlikte bir hata raporu oluşturun (https://github.com/xamarin/xamarin-macios/issues/new).
+
+
+
+ {0} bütünleştirilmiş koduna başka bir bütünleştirilmiş kod tarafından başvuruluyor ancak aynı zamanda bağlayıcı tarafından dışarı bağlantı oluşturulmuş.
+
+
+
+ Bağlayıcı çıkışı '{0}' adlı birden fazla bütünleştirilmiş kod içeriyor: \n\t{1}
+
+
+
+ {0} için tüm bütünleştirilmiş kodlar bağlantı görevleri içermiyor
+
+
+
+ {0} için bağlantı görevlerinin tümü aynı değil
+
+
+
+ '{0}' bütünleştirilmiş kodu, sistemin GAC'sinden ({1}) çözümlendi. Bu, gelecekte bir sorun oluşturabilir. Bu tür sorunlardan kaçınmak için lütfen yalnızca sistem GAC'sinde bulunan bütünleştirilmiş kodları kullanmadığınızdan emin olun.
+
+
+
+ Bilinmeyen platform: {0}. Bu genellikle bir hatayı gösterir. Lütfen test çalışmasıyla birlikte https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun.
+
+
+ '{0}' için hata ayıklama sembolü dosyası geçerli olmadığından yoksayıldı.
+
+
+
+ Bu {0} sürümü {1} {2} SDK ({3} Xcode ile gönderilmiş) gerektirir. Gerekli üst bilgi dosyalarını almak için Xcode'u yükseltin, dinamik kaydediciyi kullanın veya projenizin Mac Derleme Seçenekleri > Bağlayıcı Davranışı (yeni API'lerden kaçınmayı deneme amaçlı) bölümünde yönetilen bağlayıcı davranışını Bağlantı Platformu veya Yalnızca Bağlantı Çerçevesi SDK’larına ayarlayın.
+
+
+ Bu {0} sürümü {1} {2} SDK ({3} Xcode ile gönderilmiş) gerektirir. Gerekli üst bilgi dosyalarını almak için Xcode'u yükseltin veya projenizin iOS Derleme Seçenekleri > Bağlayıcı Davranışı (yeni API'lerden kaçınmayı deneme amaçlı) bölümünde yönetilen bağlayıcı davranışını Bağlantı Platformu veya Yalnızca Bağlantı Çerçevesi SDK’larına ayarlayın.
+
+
+ {0} çerçevesi geçerli platformda ({2}) kullanılamadığından bu çerçeve ({1} türü tarafından kullanılıyor) ile bağlantı kurulamıyor.
+
+
+ {0} çerçevesi ({1} içindeki bir modül tarafından başvuruluyor) geçerli platformda ({2}) kullanılamadığından bu çerçeveyle bağlantı kurulamıyor.
+
+
+ {0} iOS sürümü Mac Catalyst için macOS sürümüne eşlenemedi
+
+
+ {0} macOS sürümü Mac Catalyst için karşılık gelen iOS sürümüne eşlenemedi
+
+
+ CoreCLR kullanılırken '{0}' seçeneği '{1}' değerini alamaz.
+
+
+ '{0}' bütünleştirilmiş kodu '{1}' konumuna kopyalanamadı: {2}
+
+
+
+ '{0}' bütünleştirilmiş kodu yüklenemedi: {1}
+
+
+
+ Bağımlılık izleme hatası: Karşılaştırılacak dosya yok. Lütfen bir test çalışmasıyla birlikte https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun.
+
+
+
+ Önbelleğe alınmış '{0}' sürümü yeniden kullanılamadı: {1}.
+
+
+
+ '{0}' yürütülebilir dosyası oluşturulamadı: {1}
+
+
+
+ '{0}' dizini '{1}' konumuna kopyalanamadı: {2}
+
+
+
+ '{0}' -> '{1}' sembolik bağlantısı oluşturulamadı: Hata {2}
+
+
+
+ '{0}' çerçevesinin farklı sürümleri eklenemez
+
+
+
+ '{0}' çerçevesi şuradan eklendi: {1} (Önceki hatayla ilgili)
+
+
+
+ Desteklenmeyen bitcode platformu: {0}.
+
+
+
+ Desteklenmeyen TvOS ABI: {0}.
+
+
+
+ '{0}' yerel kitaplığı '{1}' öğesinden ayıklanamadı. Lütfen yerel kitaplığın yönetilen bütünleştirilmiş koda doğru şekilde eklendiğinden emin olun (bütünleştirilmiş kod bir bağlama projesi kullanılarak oluşturulmuşsa, yerel kitaplığın projeye eklenmesi gerekir ve Derleme Eylemi 'ObjcBindingNativeLibrary' olmalıdır).
+
+
+
+ {0}:{1} içinde son karakter olarak \\ ile .s'yi .ll'ye dönüştürme sırasında geçersiz kaçış dizisi.
+
+
+
+ .s'yi .ll'ye dönüştürme sırasında geçersiz kaçış dizisi, {2} nedeniyle {0}:{1} içinde hatalı sekizli kaçış.
+
+
+
+ '{0}' yerel çerçevesinin sıkıştırması '{1}' öğesinden açılamadı. Yerel 'unzip' komutundan daha fazla bilgi için lütfen derleme günlüğünü gözden geçirin.
+
+
+
+ '{0}' bağlama kitaplığı bir kullanıcı çerçevesi ({0}) içeriyor ancak ekli kullanıcı çerçeveleri iOS 8.0 (dağıtım hedefi {1}) gerektirir. Lütfen Info.plist dosyasındaki dağıtım hedefini en az 8.0 olarak ayarlayın.
+
+
+
+ Gerekli 'Xamarin.Mac.dll' bütünleştirilmiş kodu başvurularda eksik
+
+
+
+ '{0}' bütünleştirilmiş kodu bu araç veya profille uyumlu değil
+
+
+
+ {0} {1} bulunamadı. '{2}' hedef çerçevesi, uygulamayı paketlemek için kullanılamaz.
+
+
+
+ '{0}' hedef çerçevesi geçersiz.
+
+
+
+ useFullXamMacFramework, geçersiz olan '{0}' çerçevesini değil, her zaman .NET 4.5 çerçevesini hedeflemelidir.
+
+
+
+ '{0}' Xamarin.Mac başvurusu ve seçili '{1}' hedef çerçevesi arasında uyuşmazlık var.
+
+
+
+ Başvuru çözümlenemedi: {0}
+
+
+
+ '{0}' türüne ilişkin bir veya daha çok başvuru, bağlanmadan önce '{1}' içinde zaten bulunuyordu
+
+
+
+ '{0}' türüne ilişkin bir veya daha çok başvuru, bağlandıktan sonra '{1}' içinde bulunmaya devam ediyor
+
+
+
+ Mach-O dinamik kitaplığı değil (bilinmeyen üst bilgi '0x{0}'): {1}.
+
+
+
+ Mach-O statik kitaplığı değil (bilinmeyen üst bilgi '{0}', beklenen '!<arch>').
+
+
+
+ Mach-O dinamik kitaplığı değil (bilinmeyen üst bilgi '0x{0}'): {1}.
+
+
+
+ {1} içinde {0} konumundaki FAT girdisi için bilinmeyen biçim.
+
+
+
+ {0} türündeki dosya, bir MachO dosyası ({1}) değil.
+
+
+
+ '{1}' statik kitaplığındaki '{0}' girişi geçersiz, giriş üst bilgisi 0x60 0x0A ile bitmiyor ('0x{2} 0x{3}' bulundu)
+
+
+
+ Bütünleştirilmiş kodlar bağlanamadı. {0}
+
+
+
+ Başvuru çözümlenemedi: {0}
+
+
+
+ Statik kaydedici etkin olmadığından '--optimize={0}{1}' seçeneği yoksayılacak
+
+
+
+
+ Bağlama devre dışı olduğundan '--optimize={0}{1}' seçeneği yoksayılacak
+
+
+
+ Yalnızca {1} için geçerli olduğundan '--optimize={0}' seçeneği yoksayılacak.
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ '{0}' ek bağlayıcı tanımları dosyası bulunamadı.
+
+
+
+ '{0}' tanımları ayrıştırılamadı.
+
+
+
+ Mscorlib.dll, '{0}' konumundan yüklenemiyor. Lütfen Xamarin.iOS'yi yeniden yükleyin.
+
+
+
+ '{0}' yerel kitaplığına başvuruldu ancak kitaplık bulunamadı.
+
+
+
+ "{1}" içindeki "{0}" başvurusu çözümlenemedi
+
+
+
+ Tam .NET Framework için Xamarin.Mac Unified API, SDK veya Tüm bütünleştirilmiş kodların bağlanmasını desteklemez. `-nolink` veya `-linkplatform` bayrağını geçirin.
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ {0}.{1} tarafından başvuruluyor
+
+
+
+ Bilinmeyen HttpMessageHandler `{0}`. Geçerli değerler: HttpClientHandler (varsayılan), CFNetworkHandler veya NSUrlSessionHandler
+
+
+
+ {1} \"Başvuran\" uyarısından yalnızca ilk {0} tanesi gösteriliyor.
+
+
+
+ \"{1}\" içinde başvurulan \"{0}\" başvurusu çözümlenemedi. Uygulama, başvurulan bütünleştirilmiş kodu içermeyeceğinden çalışma zamanında başarısız olabilir.
+
+
+
+ '{0}' bütünleştirilmiş kodu karma modda olduğundan bağlanamıyor.
+
+
+
+ watchOS için geçersiz HttpMessageHandler `{0}`. Geçerli tek değer NSUrlSessionHandler.
+
+
+
+ XML açıklaması işlenemedi: {0}
+
+
+
+ '{0}' bütünleştirilmiş koduna iki farklı konumdan başvuruluyor: '{1}' ve '{2}'.
+
+
+
+ '{0}' kök bütünleştirilmiş kodu yüklenemiyor.
+
+
+
+
+ `{1}` işlenirken '{0}' bağlayıcı adımı başarısız oldu.
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ '{2}' içindeki '{1}' metodundan başvurulan '{0}' başvurusu çözümlenemiyor.
+
+
+
+ '{1}' bütünleştirilmiş kodundaki '{0}' metodu işlenirken hata oluştu: {2}
+
+
+
+ '{1}' bütünleştirilmiş kodundaki '{0}' metodu işlenirken hata oluştu
+
+
+
+ '{0}' bütünleştirilmiş kodunun işlenmesi sırasında hata oluştu: {1}
+
+
+
+ '{0}' üyesindeki [BindingImpl] özniteliği geçersiz: Alanlar beklenmiyordu.
+
+
+
+ '{0}' üyesindeki [BindingImpl] özniteliği geçersiz: Özellikler beklenmiyordu.
+
+
+
+ '{0}' üyesindeki [BindingImpl] özniteliği geçersiz: '{1}' parametre türüne sahip bir oluşturucu beklenmiyordu ('ObjCRuntime.BindingImplOptions' bekleniyordu).
+
+
+
+ '{0}' üyesindeki [BindingImpl] özniteliği geçersiz: {1} parametreye sahip bir oluşturucu beklenmiyordu (1 parametre bekleniyordu).
+
+
+
+ {0}.{1} özelliği, bitcode için derlenirken şu anda desteklenmeyen bir '{2}' özel durum yan tümcesi içeriyor. Bu özellik çağrılırsa bir özel durum oluşturur.
+
+
+
+ {0}.{1} metodu, bitcode için derlenirken şu anda desteklenmeyen bir '{2}' özel durum yan tümcesi içeriyor. Bu metot çağrılırsa bir özel durum oluşturur.
+
+
+
+ Önceki yönerge beklenmediğinden ({3}), BlockLiteral.{2} çağrısı {0} konumundaki {1} uzaklığında en iyi duruma getirilemedi
+
+
+
+ BlockLiteral.{2} çağrısı, ilk bağımsız değişkenin temsilci türünün türü belirlenemediğinden, {0} konumundaki {1} uzaklığında en iyi duruma getirilemedi (yönerge: {3})
+
+
+
+ İlk bağımsız değişken olarak geçirilen değerin (tramplen) türü, blok imzasının hesaplanmasını olanaksız hale getiren {1} olduğundan, BlockLiteral.{2} çağrısı {0} içinde en iyi duruma getirilemedi.
+
+
+
+ {2} üzerinde [UserDelegateType] özniteliği bulunamadığından {0} içindeki BlockLiteral.SetupBlock çağrısı {1} uzaklığında en iyi duruma getirilemedi.
+
+
+
+ BlockLiteral.SetupBlock çağrısı {0} konumundaki {1} uzaklığında en iyi duruma getirilemedi: {2}.
+
+
+
+ {0}, '{1}.{2} ({3})' öğesine başvurduğundan dinamik kaydedicinin kaldırılması güvenli değil.
+
+
+
+ App Store kısıtlamalarına uymak için, {0} öğesinden {1} dışındaki mimariler kaldırıldı. Bu, mevcut kod imzalama imzalarını bozabilir. Kitaplığı lipo ile ayırmayı veya --optimize=-trim-architectures ile devre dışı bırakmayı düşünün
+
+
+
+ Xamarin.Mac 'Kısmi Statik' kaydedicisi bağlamayı desteklemiyor. Bağlamayı devre dışı bırakın veya başka bir kaydedici modunu kullanın.
+
+
+
+ '{0}' corlib bütünleştirilmiş kodu, yüklenen bütünleştirilmiş kodlar listesinde bulunamıyor.
+
+
+
+
+
+
+
+
+
+
+ '{0}' bağlayıcı adımı işleme sırasında başarısız oldu: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ {1} işlenirken '{0}' bağlayıcı adımı başarısız oldu: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ '{1}' bütünleştirilmiş koduna {0} uygulanamadı
+
+
+
+ LLVM ile derlenirken hata ayıklama desteklenmez. Hata ayıklama devre dışı bırakıldı.
+
+
+
+ Mevcut olmadığından '{0}' bütünleştirilmiş koduna AOT uygulanamadı.
+
+
+
+ '{1}' bütünleştirilmiş kodunun '{0}' bağımlılığı bulunamadı. Lütfen projenin başvurularını gözden geçirin.
+
+
+
+ Proje için tam bir bağımlılık eşlemesi hesaplanamadı. Xamarin.iOS nelerin yeniden derlenmesi gerektiğini (ve nelerin yeniden derlenmesi gerekmediğini) düzgün algılayamadığından bu, daha yavaş derleme sürelerine neden olur. Daha fazla ayrıntı için lütfen önceki uyarıları gözden geçirin.
+
+
+
+ LLVM etkinleştirildiğinde hata ayıklama bilgi dosyaları (*.mdb/*.pdb) yüklenmez.
+
+
+
+ Bitcode desteği LLVM kullanımını gerektirir (--abi=arm64+llvm vb.)
+
+
+
+ '{0}' için AOT istendi ancak bulunamadı
+
+
+
+ '{0}' AOT öğesinin dışlanması istendi ancak öğe bulunamadı
+
+
+
+ Ana şablon `{0}` olarak genişletilemedi.
+
+
+
+ P/Invoke metotları için oluşturulan kod derlenemedi. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedici, `{0}` türü için imza oluşturamıyor.
+
+
+
+ Kaydedici, `{2}` metodunun imzasında geçersiz `{0}` türünü buldu. Bunun yerine `{1}` kullanın.
+
+
+
+ Kaydedici, `{1}` metodunun imzasında geçersiz `{0}` türünü buldu: Tür INativeObject uyguluyor ancak iki (IntPtr, bool) bağımsız değişken alan bir oluşturucuya sahip değil.
+
+
+
+ Kaydedici, `{1}` metodunun imzasındaki `{0}` türünün dönüş değerini hazırlayamıyor.
+
+
+
+ Kaydedici, `{1}.{2}` metodundaki `{0}` türünün dönüş değerini hazırlayamıyor.
+
+
+
+ Kaydedici, `{1}` metodunun imzasında `{0}` türündeki parametreyi hazırlayamıyor.
+
+
+
+ Kaydedici, `{0}` yönetilen türü için ObjectiveC türünü alamıyor.
+
+
+
+ Oluşturulan kaydedici kodu derlenemedi. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedici, `{1}` metodunun imzasında `{0}` türündeki çıkış parametresini hazırlayamıyor.
+
+
+
+ Kaydedici, `{1}` metodundaki `{0}` türü için imza oluşturamıyor.
+
+
+
+ Kaydedici genel bir metot buldu: '{0}'. Genel metotların dışarı aktarılması desteklenmiyor. Bu durum rastgele davranışa ve/veya kilitlenmelere neden olur
+
+
+
+ '{0}.{1}' metodunun kaydedicisinde beklenmeyen bir hata oluştu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' bütünleştirilmiş kodu kaydedilemedi: {1}
+
+
+
+ Kaydedici, '{0}.{1}' metodunda bir imza uyuşmazlığı buldu. '{4}' seçicisi, metodun {2} parametre aldığını gösteriyor ancak yönetilen metotta {3} parametre var.
+
+
+
+ Aynı yerel ada ('{2}') sahip iki yönetilen tür ('{0}' ve '{1}') kaydedilemez.
+
+
+
+ Seçici zaten '{3}' üyesinde kaydedildiğinden '{1}.{2}' üyesinin '{0}' seçicisi kaydedilemedi.
+
+
+
+ Kaydedici, '{1}.{2}' alanında bilinmeyen bir '{0}' alan türü buldu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Accounts çerçevesi kullanılırken (derleme sırasında kullanılan ve Apple tarafından sağlanan üst bilgi dosyaları Clang gerektirdiğinden), statik kaydedicideki oluşturulan kodu derlemek için GCC/G++ kullanılamaz. Clang (--compiler:clang) veya dinamik kaydediciyi (--registrar:dynamic) kullanın.
+
+
+
+ Değişen sayıda bağımsız değişken içeren '{0}' işlevindeki değişen sayıda bağımsız değişken içeren parametrenin türü System.IntPtr olmalıdır.
+
+
+
+ '{1}' üzerinde geçersiz {0} bulundu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' üzerinde geçersiz RegisterAttribute özelliği ({1}) bulundu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' üzerinde geçersiz AdoptsAttribute bulundu: 1 oluşturucu bağımsız değişkeni bekleniyordu, {1} alındı. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}.{1}' üzerinde geçersiz BindAsAttribute bulundu: {2} alanı bilinmiyor. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{1}.{2}' üzerinde geçersiz {0} bulundu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' üzerinde geçersiz BindAsAttribute bulundu: 1 oluşturucu bağımsız değişkeni olmalıdır, {1} bulundu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' üzerinde geçersiz BindAsAttribute bulundu: Temel alınan {1} sabit listesi türü bulunamadı. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedici, `{1}` metodunun imzasında geçersiz `{0}` türünü buldu: Arabirimin, sarmalayıcı türünü belirten bir Protocol özniteliği olmalıdır.
+
+
+
+ Aynı yerel ada ('{2}') sahip iki yönetilen protokol ('{0}' ve '{1}') kaydedilemez.
+
+
+
+ '{0}.{1}' metodu için birden fazla arabirim metodu kaydedilemez.
+
+
+
+ Kaydedici, '{1}' metodunun {2} parametresinde '{0}' geçersiz genel parametre türünü buldu. Genel parametrenin bir 'NSObject' kısıtlaması olmalıdır.
+
+
+
+ Kaydedici, '{1}' metodunda '{0}' geçersiz genel dönüş türünü buldu. Genel dönüş türünün bir 'NSObject' kısıtlaması olmalıdır.
+
+
+
+ Kaydedici, genel sınıflardaki statik metotları ('{0}') dışarı aktaramıyor.
+
+
+
+ Kaydedici, genel sınıflardaki statik özellikleri ('{0}.{1}') dışarı aktaramıyor.
+
+
+
+ Kaydedici, '{1}.{2}' özelliğinde '{0}' geçersiz genel dönüş türünü buldu. Dönüş türünün bir 'NSObject' kısıtlaması olmalıdır.
+
+
+
+ Uygulamanız, uygulamanızı derlemek için kullandığınız {3} SDK'ya dahil olmayan '{0}' çerçevesini kullanıyor (Bu çerçeve, {3} {2} sürümünde sunuldu ancak siz {3} {1} sürümüyle derleme yapıyorsunuz.) Lütfen uygulamanızın {3} Derleme seçeneklerinde daha yeni bir SDK seçin.
+
+
+
+ Uygulamanız, uygulamanızı derlemek için kullandığınız {3} SDK'ya dahil olmayan '{0}' çerçevesini kullanıyor (Bu çerçeve, {3} {2} sürümünde sunuldu ancak siz {3} {1} sürümüyle derleme yapıyorsunuz.) Bu yapılandırma, statik kaydedici ile desteklenmez. (Seçmek için projenizin Mac Derleme seçeneğinde --registrar:dynamic öğesini ek mmp bağımsız değişkeni olarak geçirin.) Alternatif olarak, uygulamanızın Mac Derleme seçeneklerinde daha yeni bir SDK seçin.
+
+
+
+ '{0}' üyesinin seçici içermeyen bir Export özniteliği var. Seçici gereklidir.
+
+
+
+ Kaydedici, '{2}.{3}' metodunda '{1}' parametresinin '{0}' parametre türünü hazırlayamıyor
+
+
+
+ '{0}.{1}' metodu '{2}.{3}' öğesini uyguluyor.
+
+
+
+ Kaydedici, '{1}.{2}' özelliğinin '{0}' özellik türünü hazırlayamıyor.
+
+
+
+ Kaydedici, '{1}.{2}' özelliğinin '{0}' özellik türünü hazırlayamıyor. [Connect] özniteliğine sahip özellikler NSObject (veya NSObject'in bir alt sınıfı) özellik türüne sahip olmalıdır.
+
+
+
+ Kaydedici, '{0}.{1}' metodunda bir imza uyuşmazlığı buldu. '{4}' seçicisi, değişen sayıda bağımsız değişken içeren metodun {2} parametre aldığını gösteriyor ancak yönetilen metotta {3} parametre var.
+
+
+
+ Xamarin.iOS bu seçiciyi açıkça kaydettiğinden '{0}' seçicisi '{1}.{2}' üyesinde kaydedilemiyor.
+
+
+
+ '{0}' sabit listesi geçersiz: [Native] özniteliğine sahip sabit listelerinin temel alınan sabit listesi türü 'long' veya 'ulong' olmalıdır.
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ '{0}' ('{3}') sınıfındaki Registrar özniteliğinin Name parametresi geçersiz bir karakter içeriyor: '{1}' (0x{2}).
+
+
+
+ '{1}' üzerinde geçersiz {0} bulundu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedici genel bir protokol buldu: '{0}'. Genel protokollerin dışarı aktarılması desteklenmiyor.
+
+
+
+ İlk parametrenin türü ('{2}') kategori türü ('{3}') ile eşleşmediğinden '{0}.{1}' genişletme yöntemi kaydedilemiyor.
+
+
+
+ Kategori özniteliğindeki '{1}' kategori türü NSObject'ten devralınmadığından '{0}' türü kaydedilemiyor.
+
+
+
+ Kategori özniteliğindeki Tür özelliği ayarlanmadığından '{0}' türü kaydedilemiyor.
+
+
+
+ INativeObject uyguladığından veya NSObject'in alt sınıfını oluşturduğundan '{0}' türü kategori olarak kaydedilemiyor.
+
+
+
+ '{0}' türü genel olduğundan kategori olarak kaydedilemiyor.
+
+
+
+ '{0}.{1}' metodu genel olduğundan kategori metodu olarak kaydedilemiyor.
+
+
+
+ Aynı yerel ada ('{2}') sahip iki kategori ('{0}' ve '{1}') kaydedilemez
+
+
+
+ Genişletme yöntemleri için en az bir parametre gerektiğinden (türü '{2}' kategori türüyle eşleşmelidir), '{0}.{1}' kategori metodu kaydedilemiyor.
+
+
+
+ Kategorideki oluşturucular desteklenmediğinden {0}.{1} oluşturucusu {0} kategorisinde kaydedilemiyor.
+
+
+
+ Kategori metotlarının statik olması gerektiğinden, '{0}.{1}' metodu kategori metodu olarak kaydedilemiyor.
+
+
+
+ '{3}.{4}' için '{2}' seçicisinde geçersiz '{0}' karakteri (0x{1}) bulundu
+
+
+
+ Kaydedici desteklenmeyen bir yapı ('{0}') buldu: Yapıdaki tüm alanların da yapı olması gerekir ('{2}' türündeki '{1}' alanı bir yapı değil).
+
+
+
+
+ '{0}' türü, {3} {4} içinde kullanılamıyor ({3} {5} sürümünde sunulmuştu){6} Lütfen daha yeni bir {3} SDK'sı ile derleyin (genellikle Xcode'un en son sürümü kullanılarak yapılır).
+
+
+
+ '{0}' türü ({1} öğesinin temel türü olarak kullanılır), {2} {3} içinde kullanılamıyor ({2} {4} sürümünde kullanıma sunulmuştu){5} Lütfen daha yeni bir {2} SDK'sı ile derleyin. (Genellikle Xcode'un en son sürümü kullanılarak yapılır.)
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ '{0}' türü ({1} içinde parametre olarak kullanılır), {2} {3} içinde kullanılamıyor ({2} {4} sürümünde kullanıma sunulmuştu){5} Lütfen daha yeni bir {2} SDK'sı ile derleyin. (Genellikle Xcode'un en son sürümü kullanılarak yapılır.)
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ '{0}' türü ({1} öğesinin özellik türü olarak kullanılır), {2} {3} içinde kullanılamıyor ({2} {4} sürümünde kullanıma sunulmuştu){5} Lütfen daha yeni bir {2} SDK'sı ile derleyin. (Genellikle Xcode'un en son sürümü kullanılarak yapılır.)
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ '{0}' türü ({1} içinde dönüş türü olarak kullanılır), {2} {3} içinde kullanılamıyor ({2} {4} sürümünde kullanıma sunulmuştu){5} Lütfen daha yeni bir {2} SDK'sı ile derleyin. (Genellikle Xcode'un en son sürümü kullanılarak yapılır.)
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ Kaydedicide iç hata ({1} bağımsız değişkenle {0} ctor). Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedicide iç hata (Bilinmeyen kullanılabilirlik türü: {0}). Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedicide iç hata (BindAs parametreleri başvuru/çıkış olamaz: {0}). Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{1}' seçicisi bir Objective-C anahtar sözcüğü olduğundan '{0}' özelliği dışarı aktarılamıyor. Lütfen farklı bir ad kullanın.
+
+
+
+ Kaydedici, başvurulan bütünleştirilmiş kodların hiçbirinde 'System.Void' türünü bulamadı.
+
+
+
+ İmza, başvuru türü olmayan bir tür ({1}) içerdiğinden '{0}' metodu kaydedilemiyor.
+
+
+
+ İmza, INativeObject ({2}) uygulamayan bir genel bağımsız değişken türü ile genel bir tür ({1}) içerdiğinden '{0}' metodu kaydedilemiyor.
+
+
+
+ Objective-C adı '{1}' bir Objective-C anahtar sözcüğü olduğundan '{0}' türü kaydedilemiyor. Lütfen farklı bir ad kullanın.
+
+
+
+ {0} için P/Invoke sarmalayıcısı oluşturulamadı: {1}
+
+
+
+ Kaydedici, {2} metodundaki dönüş değeri için '{0}' türünü '{1}' türüne dönüştüremiyor.
+
+
+
+ {0} metodunun dönüş değerindeki BindAs özniteliği geçersiz: {1} BindAs türü, {2} dönüş türünden farklı.
+
+
+
+ #{0} parametresi üzerindeki BindAs özniteliği geçersiz: {1} BindAs türü, {2} parametre türünden farklı.
+
+
+
+ {0}.{1} özelliğindeki BindAs özniteliği geçersiz: {2} BindAs türü, {1} özellik türünden farklı.
+
+
+
+ Kaydedici, {3} metodundaki '{2}' parametresi için '{0}' türünü '{1}' türüne dönüştüremiyor.
+
+
+
+ {0} belirli bir imzaya sahip olmadığından, kaydedici, {1} metodunda {0} türündeki temsilcinin blok imzasını hesaplayamıyor.
+
+
+
+ Kaydedici, temsilci türünün Invoke metodunu bulamadığından {1} metodunda {0} türü temsilcisinin blok imzasını hesaplayamıyor.
+
+
+
+ {0} metodunun {1}. parametresinin dönüştürme metoduna temsilci seçmek için blok bulunamıyor.
+
+
+
+ {0} metodunun {1}. parametresinin dönüştürme metoduna temsilci seçmek için blok bulunamıyor.
+
+
+
+ {0} metodunun dönüş değeri için blok dönüştürme türünü engellemek amacıyla temsilci bulunamıyor.
+
+
+
+ '{0}' sınıfında kullanılan 'Adopts' özniteliğinin 'ProtocolType' parametresi geçersiz bir karakter içeriyor. Kullanılan değer: '{1}' Geçersiz Karakter: '{2}'
+
+
+
+ WatchKit çerçevesi iOS SDK'sından kaldırıldığından '{0}' sınıfı kaydedilmeyecek.
+
+
+
+ Kaydedici, '{1}' imzasında '{0}' soyut türünü buldu. Soyut türler, Objective-C'ye aktarılan bir üyenin imzasında kullanılmamalıdır.
+
+
+
+ Kaydedicide iç hata (BindAs parametreleri başvuru/çıkış olamaz: {0}). Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Kaydedici, temsilci türünün Invoke metodunu bulamadığından {1} metodunda {0} türü temsilcisinin blok imzasını hesaplayamıyor.
+
+
+
+ '{0}' derleyicisi eksik. Lütfen Xcode 'Komut Satırı Araçları' bileşenini yükleyin
+
+
+
+ Ne '{0}' ne de '{1}' derleyicisi bulundu. Lütfen Xcode 'Komut Satırı Araçları' bileşenini yükleyin
+
+
+
+ Derlenemedi. Hata kodu - {0}. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' dosyaları derlenemedi. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ '{0}' dosyaları derlenemedi. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Yerel kod, 32 bit ARM mimarisi için çok büyük olduğundan '{0}' bütünleştirilmiş kodu 32 bit mimariler için AOT ile derlenemez.
+
+
+
+ Derleyici çıkışı çok uzun, 1000 satırla sınırlandırıldı.
+
+
+
+ Yerel bağlama, 1 hata kodu ile başarısız oldu. Ayrıntılar için derleme günlüğünü denetleyin.
+
+
+
+ Yerel bağlama başarısız oldu. Lütfen derleme günlüğünü ve gcc: {0} için sağlanan kullanıcı bayraklarını gözden geçirin
+
+
+
+ Yerel bağlama başarısız oldu. Lütfen derleme günlüğünü gözden geçirin.
+
+
+
+ Mono.framework MDK eksik. Lütfen https://www.mono-project.com/download/ adresinde Mono.framework sürümünüz için MDK'yı yükleyin
+
+
+
+ Yerel bağlantı uyarısı: {0}
+
+
+
+ Büyük olasılıkla bozuk bir Xamarin.Mac yüklemesi nedeniyle {0} bulunamıyor. Lütfen Xamarin.Mac'i yeniden yükleyin.
+
+
+
+ Yerel bağlama başarısız oldu. Lütfen derleme günlüğünü gözden geçirin.
+
+
+
+ '{0}' mimarisi geçersiz. Yalnızca x86_64 mimarisi geçerlidir.
+
+
+
+ Yerel bağlama hatası: {0}
+
+
+
+ Yerel bağlama başarısız, {0} sembolü tanımsız. Lütfen gerekli tüm çerçevelere başvuruda bulunulduğunu ve yerel kitaplıkların bağlı olduğunu doğrulayın.
+
+
+
+ Yerel bağlama başarısız oldu, tanımsız Objective-C sınıfı: {0}. '{1}' sembolü, uygulamanızla bağlantılı kitaplıklar veya çerçeveler içinde bulunamadı.
+
+
+
+ Yerel bağlama başarısız oldu, yinelenen sembol: '{0}'.
+
+
+
+ Şu konumda yinelenen sembol: {0} (Önceki hatayla ilgili konum)
+
+
+
+ Yerel bağlama başarısız, {0} sembolü tanımsız. Bu sembole {1}.{2} yönetilen üyesi tarafından başvuruluyor. Lütfen gerekli tüm çerçevelere başvuruda bulunulduğunu ve yerel kitaplıkların bağlı olduğunu doğrulayın.
+
+
+
+ '{0}' başvuruları, yerel bağlayıcıya ek -framework=XXX veya -lXXX yönergeleri sağlanmasını gerektirebilir
+
+
+
+ '{0}' için yerel bağlama başarısız oldu. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun
+
+
+
+ Bağlayıcı komut satırı çok uzun ({0} karakter) olduğundan yerel bağlama işlemi başarısız oldu.
+
+
+
+ {0} dinamik sembolü (--ignore-dynamic-symbol={0}), dinamik sembol olarak algılanmadığından yoksayılamıyor.
+
+
+
+ iOS'den kaldırıldığından WatchKit ile bağlantı oluşturulamadı.
+
+
+
+ '{0}' çerçevesi atlanıyor. Mac App Store tarafından yasaklandı (reddedildi)
+
+
+
+ '{0}' çerçevesine bağlanma. Mac App Store tarafından yasaklandı (reddedildi)
+
+
+
+ Yerel bağlayıcı yürütülemedi: {0}. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinden bir hata raporu oluşturun
+
+
+
+ Geçerli {1} SDK’sı simülatördeki bu çerçeveyi desteklemediğinden '{0}' çerçevesiyle bağlantı kurulamadı.
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ 'Strip' aracı eksik. Lütfen Xcode 'Komut Satırı Araçları' bileşenini yükleyin
+
+
+
+ 'Dsymutil' aracı eksik. Lütfen Xcode 'Komut Satırı Araçları' bileşenini yükleyin
+
+
+
+ Hata ayıklama sembolleri (dSYM dizini) oluşturulamadı. Lütfen derleme günlüğünü gözden geçirin.
+
+
+
+ Son ikili dosya ayrılamadı. Lütfen derleme günlüğünü gözden geçirin.
+
+
+
+ 'Lipo' aracı eksik. Lütfen Xcode 'Komut Satırı Araçları' bileşenini yükleyin
+
+
+
+ Bir FAT kitaplığı oluşturulamadı. Lütfen derleme günlüğünü gözden geçirin.
+
+
+
+ '{0}' aracı eksik. Lütfen Xcode 'Komut Satırı Araçları' bileşenini yükleyin
+
+
+
+ Xcode lisans sözleşmesi kabul edilmemiş olabilir. Lütfen Xcode'u başlatın.
+
+
+
+ '{0}' aracı yürütülemedi, '{1}' hata koduyla başarısız oldu. Ayrıntılar için lütfen derleme günlüğünü denetleyin.
+
+
+
+ install_name_tool, '{0}' hata koduyla başarısız oldu. Ayrıntılar için derleme günlüğünü denetleyin.
+
+
+
+ lipo, '{0}' hata koduyla başarısız oldu. Ayrıntılar için derleme günlüğünü denetleyin.
+
+
+
+ pkg-config, '{0}' hata koduyla başarısız oldu. Ayrıntılar için derleme günlüğünü denetleyin.
+
+
+
+ {0} bulunamadı. Lütfen https://mono-project.com/Downloads adresinden Mono.framework'ü yükleyin
+
+
+
+ pkg-config yürütülemedi: '{0}'. Ayrıntılar için derleme günlüğünü denetleyin.
+
+
+
+ Xcrun aracı, '{0}' aracını ararken sonuç bulamadı ('{1}' dosyası yok). Ayrıntılar için derleme günlüğünü denetleyin.
+
+
+
+ İç tutarlılık hatası. Lütfen https://github.com/xamarin/xamarin-macios/issues/new adresinde bir hata raporu oluşturun.
+
+
+
+
+ {2} metoduna yönelik çağrıdaki {1} parametresi için {0} türündeki parametrenin nasıl hazırlanacağı bilinmiyor
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ {2} metoduna yönelik çağrıdaki {1} parametresi için {0} türündeki parametrenin nasıl hazırlanacağı bilinmiyor
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ {0} türünden bir Objective-C nesnesine hazırlanamıyor. Yönetilen sınıfın NSObject’ten devralınması veya INativeObject’i uygulaması gerekiyor.
+
+{0} - The name of a type.
+
+
+
+ Parametrenin tür kodlaması geçersiz.
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.zh-Hans.resx b/tools/mtouch/TranslatedAssemblies/Errors.zh-Hans.resx
index d88327cdee7d..f6abad82d1a9 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.zh-Hans.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.zh-Hans.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the zh MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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} 的错误消息。请访问 https://github.com/xamarin/xamarin-macios/issues/new 以在 GitHub 报告这条缺失的消息
+
+ This is the default message when an error code can not be found.
+
+
+
+ 意外错误 - 请在 https://github.com/xamarin/xamarin-macios/issues/new 填写 Bug 报告
+
+
+
+ 提供了 "-devname" 而未进行任何特定于设备的操作
+
+
+
+ 此版本的 Xamarin.Mac 需要 Mono {0} (当前 Mono 版本为 {1})。请从 http://mono-project.com/Downloads 更新 Mono.framework
+
+
+
+ 无法分析环境变量 "{0}"
+
+
+
+ 应用程序名称 "{0}.exe" 与 SDK 或产品程序集(.dll)名称冲突。
+
+
+
+ 新的引用计数逻辑要求同时启用 SGen。
+
+
+
+ 输出目录 * 不存在。
+
+
+
+ {0} 没有 devel 平台,请使用 --platform=PLAT 来指定 SDK。
+
+
+
+ 根程序集 "{0}" 不存在
+
+
+
+ 应只提供一个根程序集,找到 {0} 个程序集: "{1}"
+
+
+
+ 加载程序集时出错: {0}。
+
+
+
+ 无法分析命令行参数: {0}
+
+
+
+ {0} 是针对较新的运行时({1})构建的, Xamarin.iOS 不支持该运行时。
+
+
+
+ 提供了不完整的数据,无法完成 *。
+
+
+
+ 分析支持要求同时启用 sgen。
+
+
+
+ iOS {0} SDK 不支持生成面向 {1} 的应用程序。
+
+
+
+ 无效的 ABI: {0}。受支持的 ABI 有: i386、x86_64、armv7、armv7+llvm、armv7+llvm+thumb2、armv7s、armv7s+llvm、armv7s+llvm+thumb2、armv7k、armv7k+llvm、arm64、arm64+llvm、arm64_32 和 arm64_32+llvm。
+
+
+
+ 已弃用 "{0}" 选项。
+
+
+
+ 应提供根程序集。
+
+
+
+ 未知的命令行参数: "{0}"
+
+
+
+ 只能使用一个 --[log|install|kill|launch]dev 或 --[launch|debug]sim 选项。
+
+
+
+ "{0}" 的有效选项有 "{1}"。
+
+
+
+ 使用静态注册器时无法使用 gcc/g++ (--use-gcc)进行编译(这是编译设备时的默认设置)。请删除 --use-gcc 标志或使用动态注册器(--registrar:dynamic)。
+
+
+
+ 选项 "--unsupported--enable-generics-in-registrar" 和 "--registrar" 不兼容。
+
+
+
+ 根程序集 {0} 与其他程序集({1})冲突。
+
+
+
+ 应用程序名称 "{0}.exe" 与其他用户程序集冲突。
+
+
+
+ 未能找到所需的文件 "{0}"。
+
+
+
+ 未提供任何 SDK 版本。请添加 --sdk=X.Y 以指定应使用哪个 {0} SDK 来生成应用程序。
+
+
+
+ 无法分析命令行参数 "-{0}": {1}
+
+
+
+ 选项 "\*" 和 "\*" 不兼容。
+
+
+
+ 面向 iOS 4.1 或较早版本时无法启用 PIE (-pie)。请禁用 PIE (-pie:false)或将部署目标至少设为 iOS 4.2
+
+
+
+ 仅模拟器(--sim)中支持 REPL (--enable-repl)。
+
+
+
+ 可执行文件名称({0})与应用名称({1})不同,这可能会阻止对故障日志进行正常符号化。
+
+
+
+ 命令行参数 "--enable-background-fetch" 和 "--launch-for-background-fetch" 也需要 "--launchsim"。
+
+
+
+ 除非同时指定了 "--debug",否则会忽略选项 "--debugtrack"。
+
+
+
+ Xamarin.iOS 项目必须引用 monotouch.dll 或 Xamarin.iOS.dll
+
+
+
+ 不能在 {1} 项目中引用 "{0}.dll" - 它由 "{2}" 隐式引用。
+
+
+
+ 无法为 * 应用启动 * 模拟器。请在项目的 iOS 生成选项中启用正确的体系结构(“高级”页面)。
+
+
+
+ monotouch.dll 不兼容 64 位。请引用 Xamarin.iOS.dll,或不针对 64 位体系结构(ARM64 和/或 x86_64)进行生成。
+
+
+
+ 引用 Xamarin.iOS.dll 时,不支持 old 注册器(--registrar:oldstatic|olddynamic)。
+
+
+
+ 面向 ARMv6 的应用程序不能引用 Xamarin.iOS.dll。
+
+
+
+ 未能找到 "\*" 引用的程序集 "\*"。
+
+
+
+ 不能在 {1} 应用中引用 "{0}"。
+
+
+
+ 未找到任何对 monotouch.dll 或 Xamarin.iOS.dll 的引用。将添加一个对 monotouch.dll 的引用。
+
+
+
+ 不支持 Boehm 垃圾回收器。已改为选择 SGen 垃圾回收器。
+
+
+
+ --listsim 仅支持 Xcode 6.0 或更高版本。
+
+
+
+ 仅当使用 iOS 8.0 (或更高版本) SDK 时,才支持 --extension。
+
+
+
+ Unified 应用程序的最低部署目标为 5.1.1,当前部署目标为 "*"。请在项目的 iOS 应用程序选项中选择较新的部署目标。
+
+
+
+ 仅当部署目标为 8.0 或更高版本时,才支持 {0}.framework。{0} 功能可能无法正常运行。
+
+
+
+ 如果传递了 --no-root-assembly,则无法提供根程序集,找到 {0} 个程序集: "{1}"
+
+
+
+ {3} {0} 需要 Xcode {4} 或更高版本。当前的 Xcode 版本(在 {2} 中找到的版本)为 {1}。
+
+
+
+ 如果传递了 --no-root-assembly,则需要一个输出目录(--output)。
+
+
+
+ 未指定任何命令。
+
+
+
+ 无法规范化路径 "{0}": {1} ({2})。
+
+
+
+ Xcode 路径 "{0}" 不存在。
+
+
+
+ 在默认位置(/Applications/Xcode.app)找不到 Xcode。请安装 Xcode 或使用 --sdkroot <path> 传递自定义路径。
+
+
+
+ 无法从 sdk 根 "{0}" 确定 Xcode.app 的路径。请指定 Xcode.app 捆绑包的完整路径。
+
+
+
+ Xcode.app "{0}" 无效(文件 "{1}" 不存在)。
+
+
+
+ 在系统上找不到当前所选的 Xcode: {0}
+
+
+
+ 在系统上找不到当前所选的 Xcode。"xcode-select --print-path" 返回了 "{0}",但该路径不存在。
+
+
+
+ 未指定任何 Xcode.app(使用 --sdkroot),将使用 "xcode-select --print-path" 报告的系统 Xcode: {0}
+
+
+
+ 未指定任何 Xcode.app (使用 --sdkroot 或 "xcode-select --print-path"),将改为使用默认的 Xcode: {0}
+
+
+
+ 在扩展 * 中找不到可执行文件(Info.plist 中没有 CFBundleExecutable 项)
+
+
+
+ Xamarin.iOS 仅支持在 Unified 项目中使用嵌入式框架。
+
+
+
+ 仅当部署目标至少为 8.0 时,Xamarin.iOS 才支持嵌入式框架(当前部署目标: "{0}";嵌入式框架: "{1}")
+
+
+
+ 仅当部署目标至少为 2.0 时,Xamarin.iOS 才支持嵌入式框架(当前部署目标: "{0}";嵌入式框架: "{1}")
+
+
+
+ 生成注册器程序集无效: *
+
+
+
+ 注册器 {0} 无效
+
+
+
+ 目标框架的值无效: {0}。
+
+
+
+ 目标框架 {0} 无效。有效的目标框架为: {1}。
+
+
+
+ 未知的平台: {0}。这通常表示 {1} 中存在 Bug;请在 https://github.com/xamarin/xamarin-macios/issues/new 提交包含测试用例的 Bug 报告。
+
+
+
+ 平台 "{0}" 不支持扩展。
+
+
+
+ {4} {0} 不支持将 {3} (最低为 {2})的部署目标设置为 {1}。请在项目的 Info.plist 中选择一个较新的部署目标。
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} 不支持将 {3} (最高为 {2})的部署目标设置为 {1}。请在项目的 Info.plist 中选择一个较旧的部署目标或升级到更新版本的 {4}。
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {1} 项目的体系结构 "{0}" 无效。有效的体系结构为: {2}
+
+
+
+ 未指定任何体系结构(使用 --abi 参数)。{0} 项目需要体系结构。
+
+
+
+ WatchOS 项目必须是扩展。
+
+
+
+ 已启用增量生成,且部署目标 < 8.0 (当前为 {0})。不支持此操作(生成的应用程序不会在 iOS 9 上启动),因此部署目标将设为 8.0。
+
+
+
+ {4} {0} 的建议 Xcode 版本为 Xcode {3} 或更高版本。当前 Xcode 版本(已在 {2} 中找到)为 {1}。
+
+
+
+ 未将任何可执行文件复制到应用捆绑包。请联系 "support@xamarin.com"
+
+
+
+ 禁用新引用计数逻辑的功能已弃用。
+
+
+
+ 命令行参数 --download-crash-report 还需要 --download-crash-report-to。
+
+
+
+ 仅当不使用链接时(--nolink)支持 REPL (--enable-repl)。
+
+
+
+ watchOS 不支持纯 Asm 位码。请使用 --bitcode:marker 或 --bitcode:full。
+
+
+
+ 模拟器不支持 Bitcode。请勿在针对模拟器谨慎生成时传递 --bitcode。
+
+
+
+ 未找到对 "{0}" 的引用。将自动添加该引用。
+
+
+
+ 必须指定目标框架(--target-framework)。
+
+
+
+ Boehm GC 不支持增量生成(--fastdev)。将禁用增量生成。
+
+
+
+ 对于 watchOS 应用,GC 必须处于协作模式。请删除 mtouch 的 --coop:false 参数。
+
+
+
+ 为 GC 启用协作模式时,选项 "{0}" 不能采用值 "{1}"。
+
+
+
+ 目标框架“{0}”已弃用。请改用“{1}”。
+
+
+
+
+
+ 找不到 "mlaunch"。
+
+
+
+
+ 无法将 Aot 文件复制到目标目录 {0}: {1}
+
+
+
+ 无法将 Aot 文件复制到目标目录 {0}: 无法启动进程。
+
+
+
+ 无法将 Aot 文件复制到目标目录 {0}
+
+
+
+ 未找到对 Xamarin.iOS.dll 的引用。
+
+
+
+ 找不到 machine.config 文件 "{0}"。
+
+
+
+
+ 内部错误: {0}。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告。
+
+
+
+ 程序集生成目标 "{0}" 无效。请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 在 --assembly-build-target 参数中多次指定了程序集 "{0}"。
+
+
+
+ 程序集 "{0}" 和 "{1}" 具有相同的目标名称("{2}"),但具有不同的目标(分别为 "{3}" 和 "{4}")。
+
+
+
+ 静态对象 "{0}" 包含多个程序集("{1}"),但每个静态对象必须精确对应于一个程序集。
+
+
+
+ 没有为 "{0}" 指定任何程序集生成目标。
+
+
+
+ 程序集生成目标名称 "{0}" 无效: 不允许使用字符 "{1}"。
+
+
+
+ 程序集 "{0}" 具有不同的自定义 LLVM 优化("{1}"),在将它们编译为单个二进制文件时不允许有这种情况。
+
+
+
+ 程序集生成目标 "{0}" 与任何程序集都不匹配。
+
+
+
+ 从提供的路径以外的路径加载了程序集 "{0}" (提供的路径: {1},实际路径: {2})。
+
+
+
+ 已禁用增量生成,因为此版本的 Xamarin.iOS 不支持在包含第三方绑定库的项目中进行增量生成,该内容将编译为 bitcode。
+
+
+
+ 已启用 Bitcode,因为仅当启用 bitcode 时,此版本的 Xamarin.iOS 才支持使用 LLVM 生成 watchOS 项目。
+
+
+
+ 由于 {0},已禁用本机代码共享
+
+
+
+ 容器应用的部署目标低于 iOS 8.0 (为 {0})。
+
+
+
+ 容器应用包括 I18N 程序集({0})。
+
+
+
+ 容器应用具有托管链接器的自定义 XML 定义({0})。
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ 由于 {1},已禁用扩展 "{0}" 的本机代码共享
+
+
+
+ 容器应用({0})和扩展({1})的 bitcode 选项不同。
+
+
+
+ 容器应用({0})和扩展({1})的 --assembly-build-target 选项不同。
+
+
+
+ 容器应用({0})和扩展({1})的 I18N 程序集不同。
+
+
+
+ 容器应用({0})和扩展({1})的 AOT 编译器参数不同。
+
+
+
+ 对于容器应用({0})和扩展({1}),AOT 编译器的其他参数不同。
+
+
+
+ 未在容器应用({0})和扩展({1})中启用或禁用 LLVM。
+
+
+
+ 容器应用({0})和扩展({1})的 I18N 托管链接器设置不同。
+
+
+
+ 容器应用({0})和扩展({1})的托管链接器跳过的程序集不同。
+
+
+
+ 扩展具有托管链接器的自定义 XML 定义({0})。
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ 容器应用({0})和扩展({1})的解释器设置不同。
+
+
+
+ 容器应用({0})和扩展({1})经解释的程序集不同。
+
+
+
+ 容器应用未生成 ABI {0} (但扩展会生成此 ABI)。
+
+
+
+ 容器应用将生成 ABI {0},它与扩展的 ABI ({1})不兼容。
+
+
+
+ 容器应用({0})和扩展({1})的 remove-dynamic-registrar 优化不同。
+
+
+
+ 容器应用将引用 "{1}" 中的 "{0}",而扩展引用 "{2}" 中的不同版本。
+
+
+
+ 混合 AOT 编译要求对所有程序集进行 AOT 编译
+
+
+
+ 建议在启用 bitcode 时使用代码(--dynamic-symbol-mode=code)引用动态符号。
+
+
+
+ 体系结构 {0} 无效。部署目标为 11 或更高版本时,不支持 32 位体系结构。
+
+
+
+ 无法在仅支持 64 位的模拟器上启动 32 位应用。
+
+
+
+ 找不到包含 mono 符号的目录 {0}。
+
+
+
+ 可执行程序集 {0} 未引用 {1}.dll。
+
+
+
+ 无法将当前语言设为 "{0}" (根据 LANG={1}): {2}
+
+
+
+ 模拟器中已忽略 --assembly-build-target 命令行参数。
+
+
+
+ 已禁用增量生成,因为模拟器中不支持增量生成。
+
+
+
+ 已禁用增量生成,因为此版本的 Xamarin.iOS 不支持在包含多个第三方绑定库的项目中进行增量生成。
+
+
+
+ 无法访问文件 "{0}": {1}
+
+
+
+ "{0}" 的调试符号文件与程序集不匹配,已忽略该文件。
+
+
+
+ 未找到根程序集。应至少提供一个根程序集。
+
+
+
+ 未在程序集列表 "{1}" 中找到产品程序集 "{0}"
+
+
+
+ 未知的优化: "{0}"。有效的优为: {1}。
+
+
+
+ 找到与 "{0}" 匹配的多个程序集,将选择第一个:{1}{2}
+
+
+
+ 未链接系统框架 "{0}" (由程序集 "{1}" 引用),因为它是在 {2} {3} 中引入的,而我们使用 {2} {4} SDK。
+
+
+
+ 从 "{1}" 中找不到引用的程序集 "{0}"。
+
+
+
+ 找不到 "{1}" 中 {2} 特性引用的程序集 "{0}"。
+
+
+
+ 文件 "{0}" 是无效的框架。
+
+
+
+ 模拟器中不支持该解释器。即将切换到 REPL,它可在模拟器上提供相同的额外功能。
+
+
+
+ 找不到作为参数传递到 --interpreter 的程序集 "{0}"。
+
+
+
+ 不再支持使用 Classic API 的项目。请将项目迁移到 Unified API。
+
+
+
+ 不再支持生成 32 位应用。请将项目的 Mac 生成选项中的体系结构更改为 "x86_64"。
+
+
+
+ 为调试进行生成时,请在 WatchOS 上使用特定于设备的版本。
+
+
+
+ ARM64_32 调试模式需要 --interpreter[=all],强制执行它。
+
+
+
+ 无法分析 pkg-config 中的 cflags "{0}": {1}
+
+
+
+ 对于 {2} 中的库 "{1}",无法由 LinkWith 特性分析链接器标志 "{0}": {3}
+
+
+
+ 内部错误: 解释器当前仅适用于 64 位。
+
+
+
+ 内部错误: byref 数组既不是字符串,也不是 NSObject 或 INativeObject。
+
+
+
+ 内部错误: 无法在 {2} 中从 "{0}" 转换为 "{1}"。请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部错误: 智能枚举 {0} 可能不是智能枚举。请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部错误: {1} 不支持的 tokentype ({0}),请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部错误: 不应执行静态注册器,除非同时执行(或禁用)链接器。一种可能的解决方法是将 "-f" 作为附加 {0} 参数传递,以强制执行完整生成。请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部错误: 没有名称的符号(类型: {0})。请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 内部错误:“无法在框架之间进行转换: {0}”。请提交包含测试用例的 Bug 报告(https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 程序集 {0} 由另一个程序集引用,但同时又由链接器链接出去。
+
+
+
+ 链接器输出包含多个名为 "{0}" 的程序集:\n\t{1}
+
+
+
+ 并非 {0} 的所有程序集都有链接任务
+
+
+
+ {0} 的链接任务不全部相同
+
+
+
+ 已从系统的 GAC 中解析程序集“{0}”: {1}。这可能会在将来出现问题;要避免此类问题,请确保不使用仅在系统的 GAC 中提供的程序集。
+
+
+
+ 未知的平台: {0}。这通常表示存在 Bug;请在 https://github.com/xamarin/xamarin-macios/issues/new 提交包含测试用例的 bug 报告。
+
+
+ “{0}”的调试符号文件无效,已被忽略。
+
+
+
+ 此版本的 {0} 需要 {1} {2} SDK (随 Xcode {3} 提供)。请升级 Xcode 以获取所需的标头文件,或者使用动态注册器,或在项目的“Mac 生成选项”>“链接器行为”中将受管链接器行为设置为“链接平台”或“仅链接框架 SDK”(以尝试避免使用新 API)。
+
+
+ 此版本的 {0} 需要 {1} {2} SDK (随 Xcode {3} 提供)。请升级 Xcode 以获取所需的标头文件,或者在项目的“iOS 生成选项”>“链接器行为”中将受管链接器行为设置为“仅链接框架 SDK”(以尝试避免使用新 API)。
+
+
+ 未与框架 {0} (由类型 {1} 使用)链接,因为它在当前平台({2})上不可用。
+
+
+ 未与框架 {0} (由 {1} 中的模块引用进行引用)链接,因为它在当前平台({2})上不可用。
+
+
+ 无法将 iOS 版本 {0} 映射到 Mac Catalyst 的 macOS 版本
+
+
+ 无法将 macOS 版本 {0} 映射到 Mac Catalyst 的相应 iOS 版本
+
+
+ 使用 CoreCLR 时,选项“{0}”无法取值“{1}”。
+
+
+ 无法将程序集 "{0}" 复制到 "{1}": {2}
+
+
+
+ 无法加载程序集 "{0}": {1}
+
+
+
+ 依赖项跟踪错误: 没有可比较的文件。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交包含测试用例的 Bug 报告。
+
+
+
+ 未能重新使用 "{0}" 的缓存版本: {1}。
+
+
+
+ 未能创建可执行文件 "{0}": {1}
+
+
+
+ 无法将目录 "{0}" 复制到 "{1}": {2}
+
+
+
+ 无法创建符号链接 "{0}" -> "{1}": 错误 {2}
+
+
+
+ 无法包含框架 "{0}" 的不同版本
+
+
+
+ 由 {1} 包含了框架 "{0}" (与上一个错误相关)
+
+
+
+ 不受支持的 bitcode 平台: {0}。
+
+
+
+ 不受支持的 TvOS ABI: {0}。
+
+
+
+ 无法从 "{1}" 中提取本机库 "{0}"。请确保本机库已正确嵌入到托管程序集中(如果该程序集是使用绑定项目生成的,则本机库必须包含在项目中,并且其生成操作必须为 "ObjcBindingNativeLibrary")。
+
+
+
+ 将 .s 转换为 .ll 时转义序列无效,\\ 作为 {0}:{1} 中的最后一个字符。
+
+
+
+ 将 .s 转换为 .ll 时转义序列无效,由于 {2},{0}:{1} 中的八进制转义符错误。
+
+
+
+ 无法从 "{1}" 解压缩本机框架 "{0}"。请查看生成日志,以从本机 "unzip" 命令了解详细信息。
+
+
+
+ 绑定库 "{0}" 包含用户框架({0}),但嵌入式用户框架需要 iOS 8.0 (部署目标是 {1})。请将 Info.plist 文件中的部署目标至少设为 8.0。
+
+
+
+ 引用中缺少必需的 "Xamarin.Mac.dll" 程序集
+
+
+
+ 程序集 "{0}" 与此工具或配置文件不兼容
+
+
+
+ 找不到 {0} {1}。目标框架 "{2}" 不可用于打包应用程序。
+
+
+
+ 目标框架 "{0}" 无效。
+
+
+
+ useFullXamMacFramework 必须始终面向框架 .NET 4.5,而非无效的 "{0}"。
+
+
+
+ Xamarin.Mac 引用 "{0}" 与所选的目标框架 "{1}" 不匹配。
+
+
+
+ 无法解析引用: {0}
+
+
+
+ 在链接之前,“{1}”中已存在一个或多个对类型“{0}”的引用
+
+
+
+ 链接后,“{1}”中仍存在一个或多个对类型“{0}”的引用
+
+
+
+ 不是 Mach-O 动态库(未知标头 "0x{0}"): {1}。
+
+
+
+ 不是 Mach-O 静态库(未知的标头 "{0}",期望的标头 "!<arch>")。
+
+
+
+ 不是 Mach-O 动态库(未知标头 "0x{0}"): {1}。
+
+
+
+ {1} 中位置 {0} 处的 FAT 项具有未知格式。
+
+
+
+ {0} 类型的文件不是 MachO 文件({1})。
+
+
+
+ 静态库 "{1}" 中的条目 "{0}" 无效,条目标头不以 0x60 0x0A 结尾(实际上为 "0x{2} 0x{3}")
+
+
+
+ 无法链接程序集。{0}
+
+
+
+ 无法解析引用: {0}
+
+
+
+ 将忽略选项 "--optimize={0}{1}",因为未启用静态注册器
+
+
+
+
+ 将忽略选项 "--optimize={0}{1}",因为已禁用链接
+
+
+
+ 将忽略选项“--optimize={0}”,因为它仅适用于 {1}。
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ 找不到额外的链接器定义文件 "{0}"。
+
+
+
+ 无法分析 "{0}" 中的定义。
+
+
+
+ 无法从 "{0}" 加载 mscorlib.dll。请重新安装 Xamarin.iOS。
+
+
+
+ 引用了本地库 "{0}" ,但找不到该库。
+
+
+
+ 未能从 "{1}" 解析 "{0}" 引用
+
+
+
+ 针对完整 .NET 框架的 Xamarin.Mac Unified API 不支持链接 SDK 或所有程序集。请传递 `-nolink` 或 `-linkplatform` 标志。
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ 引用者 {0}。{1}
+
+
+
+ 未知的 HttpMessageHandler `{0}`。有效值为 HttpClientHandler (默认值)、CFNetworkHandler 或 NSUrlSessionHandler
+
+
+
+ 仅显示 {1} 个“引用者”警告中的前 {0} 个。
+
+
+
+ 未能解析 \"{1}\" 中对 \"{0}\" 的引用。应用不会包含引用的程序集,并且可能在运行时失败。
+
+
+
+ 无法链接程序集 "{0}" ,因为它是混合模式。
+
+
+
+ HttpMessageHandler `{0}` 对于 watchOS 无效。唯一的有效值是 NSUrlSessionHandler。
+
+
+
+ 无法处理 XML 说明: {0}
+
+
+
+ 从两个不同的位置引用了程序集 "{0}": "{1}" 和 "{2}"。
+
+
+
+ 无法加载根程序集 "{0}"。
+
+
+
+
+ 链接器步骤“{0}”在处理”{1}”过程中失败。
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ 无法解析引用 "{0}" ,该引用是从 "{2}" 中的方法 "{1}" 中引用的。
+
+
+
+ 处理程序集 "{1}" 中的方法 "{0}" 时出错: {2}
+
+
+
+ 处理程序集 "{1}" 中的方法 "{0}" 时出错
+
+
+
+ 处理程序集 "{0}" 时出错: {1}
+
+
+
+ 成员 "{0}" 上的 [BindingImpl] 特性无效: 不应该有字段。
+
+
+
+ 成员 "{0}" 上的 [BindingImpl] 特性无效: 不应该有属性。
+
+
+
+ 成员 "{0}" 上的 [BindingImpl] 特性无效: 不应该是 "{1}" 参数类型的构造函数(应为 'ObjCRuntime.BindingImplOptions)。
+
+
+
+ 成员 "{0}" 上的 [BindingImpl] 特性无效: 不应该是 {1} 个参数的构造函数(应为 1 个参数)。
+
+
+
+ 属性 {0}.{1} 包含 "{2}" 异常子句,目前编译 bitcode 时不支持该子句。如果调用此属性,它将引发异常。
+
+
+
+ 方法 {0}.{1} 包含 "{2}" 异常子句,目前编译 bitcode 时不支持该子句。如果调用此方法,它将引发异常。
+
+
+
+ 无法优化 {0} 中偏移量 {1} 处对 BlockLiteral.{2} 的调用,因为上一个指令是意外发出的({3})
+
+
+
+ 无法优化在 {0} 中偏移量 {1} 处对 BlockLiteral.{2} 的调用,因为无法确定第一个参数的委托类型的类型(指令: {3})
+
+
+
+ 无法优化对 {0} 中对 BlockLiteral.{2} 的调用,因为作为第一个参数(trampoline)传递的值类型为 {1},所以无法计算块签名。
+
+
+
+ 无法优化在 {0} 中偏移量 {1} 处对 BlockLiteral.SetupBlock 的调用,因为无法在 {2} 中找到任何 [UserDelegateType] 特性。
+
+
+
+ 无法优化在 {0} 中偏移量 {1} 处对 BlockLiteral.SetupBlock 的调用: {2}。
+
+
+
+ 删除动态注册器是不安全的,因为 {0} 引用 "{1}.{2} ({3})"。
+
+
+
+ 已删除 {0} 中除 {1} 之外的体系结构,以遵循 App Store 限制。这可能会破坏现有的代码签名。可以考虑使用 lipo 删除库或使用 --optimize=-trim-architectures 禁用库
+
+
+
+ Xamarin.Mac "Partial Static" 注册器不支持链接。请禁用链接或使用其他注册器模式。
+
+
+
+ 在已加载的程序集列表中找不到 corlib 程序集 "{0}"。
+
+
+
+
+
+
+
+
+
+
+ 链接器步骤“{0}”在处理过程中失败: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ 链接器步骤“{0}”在处理 {1} 过程中失败: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ 无法{0}程序集 "{1}"
+
+
+
+ 使用 LLVM 生成程序时不支持进行调试。已禁用调试。
+
+
+
+ 无法对程序集 "{0}" 进行 AOT 操作,因为它不存在。
+
+
+
+ 未找到程序集 "{1}" 的依赖项 "{0}"。请查看项目的引用。
+
+
+
+ 无法计算项目的完整依赖关系映射。这将导致生成时间加长,因为 Xamarin.iOS 无法正确检测需要重新生成的内容(以及无需重新生成的内容)。请查看之前的警告以了解更多详细信息。
+
+
+
+ 启用 llvm 时,将不会加载调试信息文件(*.mdb / *.pdb)。
+
+
+
+ Bitcode 支持要求使用 LLVM (--abi=arm64+llvm 等)
+
+
+
+ 已请求 "{0}" 的 AOT,但未找到
+
+
+
+ 已请求排除 "{0}" 的 AOT,但未找到
+
+
+
+ 无法将主要模板扩展到 `{0}`。
+
+
+
+ 未能为 P/Invoke 方法编译生成的代码。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器无法生成类型 `{0}` 的签名。
+
+
+
+ 注册器在方法 `{2}` 的签名中找到无效的类型 `{0}`。请改用 `{1}`。
+
+
+
+ 注册器在方法 `{1}` 的签名中找到无效的类型 `{0}`: 该类型可实现 INativeObject,但不具有采用两个(IntPtr、bool)参数的构造函数。
+
+
+
+ 注册器无法在方法 `{1}` 的签名中封送类型 `{0}` 的返回值。
+
+
+
+ 注册器无法在方法 `{1}.{2}` 中封送类型 `{0}` 的返回值。
+
+
+
+ 注册器无法在方法 `{1}` 的签名中封送类型 `{0}` 的参数。
+
+
+
+ 注册器无法获取托管类型 `{0}` 的 ObjectiveC 类型。
+
+
+
+ 未能编译生成的注册器代码。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器无法在方法 `{1}` 的签名中封送类型 `{0}` 的 out 参数。
+
+
+
+ 注册器无法在方法 `{1}` 中生成类型 "{0}" 的签名。
+
+
+
+ 注册器找到了泛型方法: "{0}"。不支持导出泛型方法,并且将导致出现随机行为和/或崩溃
+
+
+
+ 方法 "{0}.{1}" 的注册器中出现意外错误 - 请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 无法注册程序集 "{0}": {1}
+
+
+
+ 注册器发现方法 "{0}.{1}" 中的签名不匹配 - 选择器 "{4}" 指示此方法使用 {2} 个参数,而托管方法具有 {3} 个参数。
+
+
+
+ 无法注册两个本机名称相同 ("{2}")的托管类型("{0}" 和 "{1}")。
+
+
+
+ 无法注册成员 "{1}.{2}" 的选择器 "{0}" ,因为该选择器已在成员 "{3}" 上注册。
+
+
+
+ 注册器发现字段 "{1}.{2}" 中存在未知的字段类型 "{0}"。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 使用帐户框架时,无法使用 GCC/G++ 从静态注册器编译生成的代码(编译期间使用的 Apple 提供的头文件需要 Clang)。请使用 Clang (--compiler:clang)或动态注册器(--registrar:dynamic)。
+
+
+
+ 可变参数函数 "{0}" 中的可变参数类型必须为 System.IntPtr。
+
+
+
+ 在 "{1}" 上找到的 {0} 无效。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 在 "{0}" 上找到的 RegisterAttribute 特性 {1} 无效。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 在 "{0}" 找到的 AdoptsAttribute 无效: 预期有 1 个构造函数参数,实际有 {1} 个。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 在 "{0}.{1}" 上找到无效的 BindAsAttribute: 未知的字段 {2}。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 在“{1}.{2}”上找到的 {0} 无效。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 在 "{0}" 上找到的 BindAsAttribute 无效: 应具有 1 个构造函数参数,实际找到 {1} 个。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 在 "{0}" 上找到的 BindAsAttribute 无效: 找不到基本枚举类型 {1}。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器在方法 "{1}" 的签名中找到无效的类型 "{0}": 接口必须具有指定其包装类型的 Protocol 特性。
+
+
+
+ 无法注册两个本机名称相同("{2}")的托管协议("{0}" 和 "{1}")。
+
+
+
+ 无法为方法 "{0}.{1}" 注册多个接口方法。
+
+
+
+ 注册器在方法 "{1}" 的参数 {2} 中找到的泛型参数类型 "{0}" 无效。泛型参数必须具有 "NSObject" 约束。
+
+
+
+ 注册器在方法 "{1}" 中找到的泛型返回类型 "{0}" 无效。泛型返回类型必须具有 "NSObject" 约束。
+
+
+
+ 注册器无法导出泛型类中的静态方法("{0}")。
+
+
+
+ 注册器无法导出泛型类中的静态属性("{0}.{1}")。
+
+
+
+ 注册器在属性“{1}.{2}”中找到的泛型返回类型 "{0}" 无效。返回类型必须具有 "NSObject" 约束。
+
+
+
+ 应用程序使用 "{0}" 框架,用于生成应用的 {3} SDK 中不包含此框架(此框架是在 {3} {2} 中引入的,而你使用 {3} {1} SDK 进行生成)。请在应用的 {3} 生成选项中选择更新的 SDK。
+
+
+
+ 应用程序使用 "{0}" 框架,用于生成应用的 {3} SDK 中不包含此框架(此框架是在 {3} {2} 中引入的,而你使用 {3} {1} SDK 进行生成)。使用静态注册器时不支持此配置(请在项目的 Mac 生成选项中传递 --registrar:dynamic 作为额外的 mmp 参数以进行选择)。还可在应用的 Mac 生成选项中选择更新的 SDK。
+
+
+
+ 成员 "{0}" 具有不带选择器的 Export 特性。需要选择器。
+
+
+
+ 注册器无法在方法 "{2}.{3}" 中封送参数 "{1}" 的参数类型 "{0}"
+
+
+
+ 方法 "{0}.{1}" 将实现 "{2}.{3}"。
+
+
+
+ 注册器无法封送属性 "{1}.{2}" 的属性类型 "{0}"。
+
+
+
+ 注册器无法封送属性 "{1}.{2}" 的属性类型 "{0}"。具有 [Connect] 特性的属性必须具有属性类型 NSObject (或 NSObject 的子类)。
+
+
+
+ 注册器发现方法 "{0}.{1}" 中的签名不匹配 - 选择器 "{4}" 指示可变参数方法使用 {2} 个参数,而托管方法具有 {3} 个参数。
+
+
+
+ 无法在成员“{1}.{2}”上注册选择器 "{0}" ,因为 Xamarin.iOS 隐式注册此选择器。
+
+
+
+ 枚举 "{0}" 无效: 具有 [Native] 特性的枚举必须具有基础枚举类型 "long" 或 "ulong"。
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ (“{3}”)类“{0}”上 Registrar 特性的 Name 参数包含无效的字符:“{1}”(0x{2})。
+
+
+
+ 在 "{1}" 上找到的 {0} 无效。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器找到了通用协议: "{0}"。不支持导出通用协议。
+
+
+
+ 无法注册扩展方法 "{0}.{1}" ,因为第一个参数("{2}")的类型与类别类型("{3}")不匹配。
+
+
+
+ 无法注册类型 "{0}",因为其 Category 特性中的类别类型 "{1}" 不会从 NSObject 继承。
+
+
+
+ 无法注册类型 "{0}" ,因为未设置其 Category 特性中的 Type 属性。
+
+
+
+ 无法将类型 "{0}" 注册为类别,因为它可实现 INativeObject 或子类 NSObject。
+
+
+
+ 无法将类型 "{0}" 注册为类别,因为它是泛型的。
+
+
+
+ 无法将方法 "{0}.{1}" 注册为类别方法,因为它是泛型的。
+
+
+
+ 无法注册两个本机名称相同("{2}")的类别("{0}" 和 "{1}")
+
+
+
+ 无法注册类别方法 "{0}.{1}" ,因为扩展方法需要至少一个参数(并且其类型必须与类别类型 "{2}" 匹配)。
+
+
+
+ 无法在类别 {0} 中注册构造函数 {0}.{1},因为不支持在类别中使用构造函数。
+
+
+
+ 无法将方法 "{0}.{1}" 注册为类别方法,因为类别方法必须为静态。
+
+
+
+ 在 "{3}.{4}" 的选择器 "{2}" 中找到无效的字符 "{0}" (0x{1})
+
+
+
+ 注册器找到不受支持的结构 "{0}": 结构中的所有字段也必须是结构(具有类型 "{2}" 的字段 "{1}" 不是结构)。
+
+
+
+
+ 类型 "{0}" 在 {3} {4} 中不可用(该类型是在 {3} {5} 中引入的) {6} 请使用更新的 {3} SDK 进行生成(通常通过使用最新版本的 Xcode 完成)。
+
+
+
+ 类型“{0}”(用作 {1} 的基类型)在 {2} {3} 中不可用(该类型是在 {2} {4} 中引入的){5}请使用更新的 {2} SDK 进行生成(通常通过使用最新版本的 Xcode 完成)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 类型“{0}”(用作 {1} 中的参数)在 {2} {3} 中不可用(该类型是在 {2} {4} 中引入的){5} 请使用更新的 {2} SDK 进行生成(通常通过使用最新版本的 Xcode 完成)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 类型“{0}”(用作 {1} 的属性类型)在 {2} {3} 中不可用(该类型是在 {2} {4} 中引入的){5} 请使用更新的 {2} SDK 进行生成(通常通过使用最新版本的 Xcode 完成)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 类型“{0}”(用作 {1} 中的返回类型)在 {2} {3} 中不可用(该类型是在 {2} {4} 中引入的){5} 请使用更新的 {2} SDK 进行生成(通常通过使用最新版本的 Xcode 完成)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 注册器中的内部错误({0} ctor 有 {1} 个参数)。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器中的内部错误(未知的可用性类型: {0})。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器中的内部错误(BindAs 参数不能为 ref/out: {0})。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 无法导出属性 "{0}" ,因为其选择器 "{1}" 是 Objective-C 关键字。请使用其他名称。
+
+
+
+ 注册器无法在任何引用的程序集中找到类型 "System.Void"。
+
+
+
+ 无法注册方法 "{0}" ,因为签名包含的类型({1})不是引用类型。
+
+
+
+ 无法注册方法 "{0}" ,因为签名包含一个泛型类型({1}),该类型带有不实现 INativeObject ({2})的泛型参数类型。
+
+
+
+ 无法注册类型 "{0}" ,因为其 Objective-C 名称 "{1}" 是 Objective-C 关键字。请使用其他名称。
+
+
+
+ 未能为 {0} 生成 P/Invoke 包装器: {1}
+
+
+
+ 对于方法 {2} 中的返回值,注册器无法从 "{0}" 转换为 "{1}"。
+
+
+
+ 方法 {0} 返回值上的 BindAs 特性无效: BindAs 类型 {1} 与返回类型 {2} 不同。
+
+
+
+ 参数 #{0} 上的 BindAs 特性无效: BindAs 类型 {1} 与参数类型 {2} 不同。
+
+
+
+ 属性 {0}.{1} 上的 BindAs 特性无效: BindAs 类型 {2} 与属性类型 {1} 不同。
+
+
+
+ 对于方法 {3} 中的参数 "{2}" ,注册器无法从 "{0}" 转换为 "{1}"。
+
+
+
+ 注册器无法计算方法 {1} 中 {0} 类型委托的块签名,因为 {0} 没有特定签名。
+
+
+
+ 注册器无法计算方法 {1} 中 {0} 类型委托的块签名,因为它找不到委托类型的 Invoke 方法。
+
+
+
+ 找不到方法 {0} 参数 #{1} 的块到委托转换方法。
+
+
+
+ 找不到方法 {0} 参数 #{1} 的块到委托转换方法。
+
+
+
+ 找不到方法 {0} 返回值的委托到块转换类型。
+
+
+
+ 类 "{0}" 中使用的 "Adopts" 特性的 "ProtocolType" 参数包含无效字符。使用的值: "{1}" ,无效字符: "{2}"
+
+
+
+ 不会注册类 "{0}",因为已从 iOS SDK 中删除 WatchKit 框架。
+
+
+
+ 注册器在 "{1}" 的签名中找到了抽象类型 "{0}"。不应在导出到 Objective-C 的成员的签名中使用抽象类型。
+
+
+
+ 注册器中的内部错误(BindAs 参数不能为 ref/out: {0})。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 注册器无法计算方法 {1} 中 {0} 类型委托的块签名,因为它找不到委托类型的 Invoke 方法。
+
+
+
+ 缺少 "{0}" 编译器。请安装 Xcode“命令行工具”组件
+
+
+
+ 找不到 "{0}" 或 "{1}" 编译器。请安装 Xcode“命令行工具”组件
+
+
+
+ 编译失败。错误代码 - {0}。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 未能编译文件 "{0}"。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 无法编译文件 "{0}" ,请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 对于 32 位体系结构,无法对程序集 "{0}" 进行 AOT 编译,因为对于 32 位 ARM 体系结构而言,本机代码过大。
+
+
+
+ 编译器输出过长,限制为 1000 行。
+
+
+
+ 本机链接失败,错误代码为 1。请检查生成日志以了解详细信息。
+
+
+
+ 本机链接失败。请查看生成日志和提供给 gcc 的用户标志: {0}
+
+
+
+ 本机链接失败。请查看生成日志。
+
+
+
+ 缺少 Mono.framework MDK。请从 https://www.mono-project.com/download/ 安装适用于 Mono.framework 版本的 MDK
+
+
+
+ 本机链接警告: {0}
+
+
+
+ 找不到 {0},可能是因为 Xamarin.Mac 安装受损。请重新安装 Xamarin.Mac。
+
+
+
+ 本机链接失败。请查看生成日志。
+
+
+
+ 体系结构 "{0}" 无效。x86_64 是唯一有效的体系结构。
+
+
+
+ 本地链接错误: {0}
+
+
+
+ 本机链接失败,未定义的符号: {0}。请验证是否已引用所有必需的框架并正确链接本机库。
+
+
+
+ 本机链接失败,未定义的 Objective-C 类: {0}。在与应用程序链接的任何库或框架中都找不到符号 "{1}"。
+
+
+
+ 本机链接失败,重复的符号: "{0}"。
+
+
+
+ 重复符号所在位置: {0} (与上一个错误相关的位置)
+
+
+
+ 本机链接失败,未定义的符号: {0}。此符号是由托管成员 {1}.{2} 引用的。请验证是否已引用所有必需的框架并链接本机库。
+
+
+
+ 对 "{0}" 的引用可能需要本地链接器的其他 -framework=XXX 或 -lXXX 指令
+
+
+
+ "{0}" 的本机链接失败。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告
+
+
+
+ 本机链接失败,因为链接器命令行过长({0} 个字符)。
+
+
+
+ 无法忽略动态符号 {0} (--ignore-dynamic-symbol={0}),因为它未被检测为动态符号。
+
+
+
+ 未与 WatchKit 链接,因为已从 iOS 中将删除它。
+
+
+
+ 正在跳过框架 "{0}"。Mac App Store 禁止(拒绝)此操作
+
+
+
+ 正在针对框架 "{0}" 进行链接。Mac App Store 禁止(拒绝)此操作
+
+
+
+ 本机链接器执行失败: {0}。请在 https://github.com/xamarin/xamarin-macios/issues/new 上提交 bug 报告
+
+
+
+ 未与框架“{0}”链接,因为当前 {1} SDK 在模拟器中不包含对此框架的支持。
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ 缺少 "strip" 工具。请安装 Xcode“命令行工具”组件
+
+
+
+ 缺少 "dsymutil" 工具。请安装 Xcode“命令行工具”组件
+
+
+
+ 未能生成调试符号(dSYM 目录)。请查看生成日志。
+
+
+
+ 未能删除最终二进制文件。请查看生成日志。
+
+
+
+ 缺少 "lipo" 工具。请安装 Xcode“命令行工具”组件
+
+
+
+ 未能创建 FAT 库。请查看生成日志。
+
+
+
+ 缺少“{0}”工具。请安装 Xcode“命令行工具”组件
+
+
+
+ 可能未接受 Xcode 许可协议。请启动 Xcode。
+
+
+
+ 无法执行工具“{0}”,因为它已失败,错误代码为“{1}”。请查看生成日志以了解详细信息。
+
+
+
+ install_name_tool 失败,出现错误代码 "{0}"。请检查生成日志以了解详细信息。
+
+
+
+ lipo 失败,出现错误代码 "{0}"。请检查生成日志以了解详细信息。
+
+
+
+ pkg-config 出现故障,错误代码 "{0}"。请检查生成日志以了解详细信息。
+
+
+
+ 找不到 {0}。请从 https://mono-project.com/Downloads 安装 Mono.framework
+
+
+
+ 未能执行 pkg-config: "{0}"。请检查生成日志以了解详细信息。
+
+
+
+ 查找工具“{0}”时,工具 xcrun 未能找到结果(文件“{1}”不存在)。请查看生成日志了解详细信息。
+
+
+
+ 内部一致性错误。请在 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 报告。
+
+
+
+
+ 不知道如何对 {2} 调用的参数 {1} 封送类型为 {0} 的参数
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ 不知道如何对 {2} 调用的参数 {1} 封送回类型为 {0} 的参数
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ 无法从 {0} 封送到 Objective-C 对象。托管类必须继承自 NSObject 或实现 INativeObject。
+
+{0} - The name of a type.
+
+
+
+ 参数的类型编码无效。
+
\ No newline at end of file
diff --git a/tools/mtouch/TranslatedAssemblies/Errors.zh-Hant.resx b/tools/mtouch/TranslatedAssemblies/Errors.zh-Hant.resx
index d88327cdee7d..d3e3c2b9076f 100644
--- a/tools/mtouch/TranslatedAssemblies/Errors.zh-Hant.resx
+++ b/tools/mtouch/TranslatedAssemblies/Errors.zh-Hant.resx
@@ -1,1700 +1,1729 @@
-
-
-
- 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
-
-
- The error message for code {0} could not be found. Please report this missing message on GitHub at https://github.com/xamarin/xamarin-macios/issues/new
-
- This is the default message when an error code can not be found.
-
-
-
- Unexpected error - Please fill a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- '-devname' was provided without any device-specific action
-
-
-
- This version of Xamarin.Mac requires Mono {0} (the current Mono version is {1}). Please update the Mono.framework from http://mono-project.com/Downloads
-
-
-
- Could not parse the environment variable '{0}'
-
-
-
- Application name '{0}.exe' conflicts with an SDK or product assembly (.dll) name.
-
-
-
- New refcounting logic requires SGen to be enabled too.
-
-
-
- The output directory * does not exist.
-
-
-
- There is no devel platform at {0}, use --platform=PLAT to specify the SDK.
-
-
-
- The root assembly '{0}' does not exist
-
-
-
- You should provide one root assembly only, found {0} assemblies: '{1}'
-
-
-
- Error while loading assemblies: {0}.
-
-
-
- Could not parse the command line arguments: {0}
-
-
-
- {0} was built against a more recent runtime ({1}) than Xamarin.iOS supports.
-
-
-
- Incomplete data is provided to complete *.
-
-
-
- Profiling support requires sgen to be enabled too.
-
-
-
- The iOS {0} SDK does not support building applications targeting {1}.
-
-
-
- This is the zh MT0015 error message.
-
-
-
- The option '{0}' has been deprecated.
-
-
-
- You should provide a root assembly.
-
-
-
- Unknown command line argument: '{0}'
-
-
-
- Only one --[log|install|kill|launch]dev or --[launch|debug]sim option can be used.
-
-
-
- The valid options for '{0}' are '{1}'.
-
-
-
- Cannot compile using gcc/g++ (--use-gcc) when using the static registrar (this is the default when compiling for device). Either remove the --use-gcc flag or use the dynamic registrar (--registrar:dynamic).
-
-
-
- The options '--unsupported--enable-generics-in-registrar' and '--registrar' are not compatible.
-
-
-
- The root assembly {0} conflicts with another assembly ({1}).
-
-
-
- Application name '{0}.exe' conflicts with another user assembly.
-
-
-
- Could not find required file '{0}'.
-
-
-
- No SDK version was provided. Please add --sdk=X.Y to specify which {0} SDK should be used to build your application.
-
-
-
- Could not parse the command line argument '-{0}': {1}
-
-
-
- The options '\*' and '\*' are not compatible.
-
-
-
- Cannot enable PIE (-pie) when targeting iOS 4.1 or earlier. Please disable PIE (-pie:false) or set the deployment target to at least iOS 4.2
-
-
-
- REPL (--enable-repl) is only supported in the simulator (--sim).
-
-
-
- The executable name ({0}) and the app name ({1}) are different, this may prevent crash logs from getting symbolicated properly.
-
-
-
- The command line arguments '--enable-background-fetch' and '--launch-for-background-fetch' require '--launchsim' too.
-
-
-
- The option '--debugtrack' is ignored unless '--debug' is also specified.
-
-
-
- A Xamarin.iOS project must reference either monotouch.dll or Xamarin.iOS.dll
-
-
-
- Cannot reference '{0}.dll' in a {1} project - it is implicitly referenced by '{2}'.
-
-
-
- Cannot launch a * simulator for a * app. Please enable the correct architecture(s) in your project's iOS Build options (Advanced page).
-
-
-
- monotouch.dll is not 64-bit compatible. Either reference Xamarin.iOS.dll, or do not build for a 64-bit architecture (ARM64 and/or x86_64).
-
-
-
- The old registrars (--registrar:oldstatic|olddynamic) are not supported when referencing Xamarin.iOS.dll.
-
-
-
- Applications targeting ARMv6 cannot reference Xamarin.iOS.dll.
-
-
-
- Could not find the assembly '\*', referenced by '\*'.
-
-
-
- Cannot reference '{0}' in a {1} app.
-
-
-
- No reference to either monotouch.dll or Xamarin.iOS.dll was found. A reference to monotouch.dll will be added.
-
-
-
- The Boehm garbage collector is not supported. The SGen garbage collector has been selected instead.
-
-
-
- --listsim is only supported with Xcode 6.0 or later.
-
-
-
- --extension is only supported when using the iOS 8.0 (or later) SDK.
-
-
-
- The minimum deployment target for Unified applications is 5.1.1, the current deployment target is '*'. Please select a newer deployment target in your project's iOS Application options.
-
-
-
- {0}.framework is supported only if deployment target is 8.0 or later. {0} features might not work correctly.
-
-
-
- You cannot provide a root assembly if --no-root-assembly is passed, found {0} assemblies: '{1}'
-
-
-
- {3} {0} requires Xcode {4} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- An output directory (--output) is required if --no-root-assembly is passed.
-
-
-
- No command specified.
-
-
-
- Unable to canonicalize the path '{0}': {1} ({2}).
-
-
-
- The Xcode path '{0}' does not exist.
-
-
-
- Cannot find Xcode in the default location (/Applications/Xcode.app). Please install Xcode, or pass a custom path using --sdkroot <path>.
-
-
-
- Cannot determine the path to Xcode.app from the sdk root '{0}'. Please specify the full path to the Xcode.app bundle.
-
-
-
- The Xcode.app '{0}' is invalid (the file '{1}' does not exist).
-
-
-
- Could not find the currently selected Xcode on the system: {0}
-
-
-
- Could not find the currently selected Xcode on the system. 'xcode-select --print-path' returned '{0}', but that directory does not exist.
-
-
-
- No Xcode.app specified (using --sdkroot), using the system Xcode as reported by 'xcode-select --print-path': {0}
-
-
-
- No Xcode.app specified (using --sdkroot or 'xcode-select --print-path'), using the default Xcode instead: {0}
-
-
-
- Cannot find the executable in the extension * (no CFBundleExecutable entry in its Info.plist)
-
-
-
- Xamarin.iOS only supports embedded frameworks with Unified projects.
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 8.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Xamarin.iOS only supports embedded frameworks when deployment target is at least 2.0 (current deployment target: '{0}'; embedded frameworks: '{1}')
-
-
-
- Invalid build registrar assembly: *
-
-
-
- Invalid registrar: {0}
-
-
-
- Invalid value for target framework: {0}.
-
-
-
- Invalid target framework: {0}. Valid target frameworks are: {1}.
-
-
-
- Unknown platform: {0}. This usually indicates a bug in {1}; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Extensions are not supported for the platform '{0}'.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the minimum is {2}). Please select a newer deployment target in your project's Info.plist.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The minimum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- {4} {0} does not support a deployment target of {1} for {3} (the maximum is {2}). Please select an older deployment target in your project's Info.plist or upgrade to a newer version of {4}.
-
- The following are literal names and should not be translated: SDK, Xcode
-{0} - The version number of the Xamarin product.
-{1} - The name of the deployment target such as a device, simulator, etc.
-{2} - The maximum version number.
-{3} - The platform name, such as 'iOS'.
-{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
-
-
-
- Invalid architecture '{0}' for {1} projects. Valid architectures are: {2}
-
-
-
- No architecture specified (using the --abi argument). An architecture is required for {0} projects.
-
-
-
- WatchOS projects must be extensions.
-
-
-
- Incremental builds are enabled with a deployment target < 8.0 (currently {0}). This is not supported (the resulting application will not launch on iOS 9), so the deployment target will be set to 8.0.
-
-
-
- The recommended Xcode version for {4} {0} is Xcode {3} or later. The current Xcode version (found in {2}) is {1}.
-
-
-
- No executable was copied into the app bundle. Please contact 'support@xamarin.com'
-
-
-
- Disabling the new refcount logic is deprecated.
-
-
-
- The command line argument --download-crash-report also requires --download-crash-report-to.
-
-
-
- REPL (--enable-repl) is only supported when linking is not used (--nolink).
-
-
-
- Asm-only bitcode is not supported on watchOS. Use either --bitcode:marker or --bitcode:full.
-
-
-
- Bitcode is not supported in the simulator. Do not pass --bitcode when building for the simulator.
-
-
-
- No reference to '{0}' was found. It will be added automatically.
-
-
-
- A target framework (--target-framework) must be specified.
-
-
-
- Incremental builds (--fastdev) is not supported with the Boehm GC. Incremental builds will be disabled.
-
-
-
- The GC must be in cooperative mode for watchOS apps. Please remove the --coop:false argument to mtouch.
-
-
-
- The option '{0}' cannot take the value '{1}' when cooperative mode is enabled for the GC.
-
-
-
- The target framework '{0}' is deprecated. Use '{1}' instead.
-
-
-
-
-
- Could not find 'mlaunch'.
-
-
-
-
- Aot files could not be copied to the destination directory {0}: {1}
-
-
-
- Aot files could not be copied to the destination directory {0}: Could not start process.
-
-
-
- Aot files could not be copied to the destination directory {0}
-
-
-
- No reference to Xamarin.iOS.dll was found.
-
-
-
- machine.config file '{0}' can not be found.
-
-
-
-
- Internal error: {0}. Please file an issue at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
-
- Invalid assembly build target: '{0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly '{0}' is specified multiple times in --assembly-build-target arguments.
-
-
-
- The assemblies '{0}' and '{1}' have the same target name ('{2}'), but different targets ('{3}' and '{4}').
-
-
-
- The static object '{0}' contains more than one assembly ('{1}'), but each static object must correspond with exactly one assembly.
-
-
-
- No assembly build target was specified for '{0}'.
-
-
-
- The assembly build target name '{0}' is invalid: the character '{1}' is not allowed.
-
-
-
- The assemblies '{0}' have different custom LLVM optimizations ('{1}'), which is not allowed when they are all compiled to a single binary.
-
-
-
- The assembly build target '{0}' did not match any assemblies.
-
-
-
- The assembly '{0}' was loaded from a different path than the provided path (provided path: {1}, actual path: {2}).
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include third-party binding libraries and that compiles to bitcode.
-
-
-
- Bitcode has been enabled because this version of Xamarin.iOS does not support building watchOS projects using LLVM without enabling bitcode.
-
-
-
- Native code sharing has been disabled because {0}
-
-
-
- the container app's deployment target is earlier than iOS 8.0 (it's {0}).
-
-
-
- the container app includes I18N assemblies ({0}).
-
-
-
- the container app has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- Native code sharing has been disabled for the extension '{0}' because {1}
-
-
-
- the bitcode options differ between the container app ({0}) and the extension ({1}).
-
-
-
- the --assembly-build-target options are different between the container app ({0}) and the extension ({1}).
-
-
-
- the I18N assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- the other arguments to the AOT compiler are different between the container app ({0}) and the extension ({1}).
-
-
-
- LLVM is not enabled or disabled in both the container app ({0}) and the extension ({1}).
-
-
-
- the managed linker settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the skipped assemblies for the managed linker are different between the container app ({0}) and the extension ({1}).
-
-
-
- the extension has custom xml definitions for the managed linker ({0}).
-
- A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
-{0} - A list of xml file names.
-
-
-
- the interpreter settings are different between the container app ({0}) and the extension ({1}).
-
-
-
- the interpreted assemblies are different between the container app ({0}) and the extension ({1}).
-
-
-
- the container app does not build for the ABI {0} (while the extension is building for this ABI).
-
-
-
- the container app is building for the ABI {0}, which is not compatible with the extension's ABI ({1}).
-
-
-
- the remove-dynamic-registrar optimization differ between the container app ({0}) and the extension ({1}).
-
-
-
- the container app is referencing the assembly '{0}' from '{1}', while the extension references a different version from '{2}'.
-
-
-
- Hybrid AOT compilation requires all assemblies to be AOT compiled
-
-
-
- It is recommended to reference dynamic symbols using code (--dynamic-symbol-mode=code) when bitcode is enabled.
-
-
-
- Invalid architecture: {0}. 32-bit architectures are not supported when deployment target is 11 or later.
-
-
-
- Can't launch a 32-bit app on a simulator that only supports 64-bit.
-
-
-
- The directory {0} containing the mono symbols could not be found.
-
-
-
- The executable assembly {0} does not reference {1}.dll.
-
-
-
- Could not set the current language to '{0}' (according to LANG={1}): {2}
-
-
-
- The --assembly-build-target command-line argument is ignored in the simulator.
-
-
-
- Incremental builds have been disabled because incremental builds are not supported in the simulator.
-
-
-
- Incremental builds have been disabled because this version of Xamarin.iOS does not support incremental builds in projects that include more than one third-party binding libraries.
-
-
-
- Could not touch the file '{0}': {1}
-
-
-
- Debugging symbol file for '{0}' does not match the assembly and is ignored.
-
-
-
- No root assemblies found. You should provide at least one root assembly.
-
-
-
- Product assembly '{0}' not found in assembly list: '{1}'
-
-
-
- Unknown optimization: '{0}'. Valid optimizations are: {1}.
-
-
-
- Found more than 1 assembly matching '{0}' choosing first:{1}{2}
-
-
-
- Did not link system framework '{0}' (referenced by assembly '{1}') because it was introduced in {2} {3}, and we're using the {2} {4} SDK.
-
-
-
- Cannot find the assembly '{0}' referenced from '{1}'.
-
-
-
- Cannot find the assembly '{0}', referenced by a {2} attribute in '{1}'.
-
-
-
- File '{0}' is not a valid framework.
-
-
-
- The interpreter is not supported in the simulator. Switching to REPL which provide the same extra features on the simulator.
-
-
-
- Cannot find the assembly '{0}', passed as an argument to --interpreter.
-
-
-
- Projects using the Classic API are not supported anymore. Please migrate the project to the Unified API.
-
-
-
- Building 32-bit apps is not supported anymore. Please change the architecture in the project's Mac Build options to 'x86_64'.
-
-
-
- Please use device specific builds on WatchOS when building for Debug.
-
-
-
- ARM64_32 Debug mode requires --interpreter[=all], forcing it.
-
-
-
- Unable to parse the cflags '{0} from pkg-config: {1}
-
-
-
- Unable to parse the linker flags '{0}' from the LinkWith attribute for the library '{1}' in {2} : {3}
-
-
-
- Internal error: The interpreter is currently only available for 64 bits.
-
-
-
- Internal error: byref array is neither string, NSObject or INativeObject.
-
-
-
- Internal error: can't convert from '{0}' to '{1}' in {2}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the smart enum {0} doesn't seem to be a smart enum after all. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: unsupported tokentype ({0}) for {1}. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: the static registrar should not execute unless the linker also executed (or was disabled). A potential workaround is to pass '-f' as an additional {0} argument to force a full build. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: symbol without a name (type: {0}). Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- Internal error: 'can't convert frameworks to frameworks: {0}'. Please file a bug report with a test case (https://github.com/xamarin/xamarin-macios/issues/new).
-
-
-
- The assembly {0} was referenced by another assembly, but at the same time linked out by the linker.
-
-
-
- The linker output contains more than one assemblies named '{0}':\n\t{1}
-
-
-
- Not all assemblies for {0} have link tasks
-
-
-
- Link tasks for {0} aren't all the same
-
-
-
- The assembly '{0}' was resolved from the system's GAC: {1}. This could potentially be a problem in the future; to avoid such problems, please make sure to not use assemblies only available in the system's GAC.
-
-
-
- Unknown platform: {0}. This usually indicates a bug; please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
- Debugging symbol file for '{0}' is not valid and was ignored.
-
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or use the dynamic registrar or set the managed linker behaviour to Link Platform or Link Framework SDKs Only in your project's Mac Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- This version of {0} requires the {1} {2} SDK (shipped with Xcode {3}). Either upgrade Xcode to get the required header files or set the managed linker behaviour to Link Framework SDKs Only in your project's iOS Build Options > Linker Behavior (to try to avoid the new APIs).
-
-
- Not linking with the framework {0} (used by the type {1}) because it's not available on the current platform ({2}).
-
-
- Not linking with the framework {0} (referenced by a module reference in {1}) because it's not available on the current platform ({2}).
-
-
- Could not map the iOS version {0} to a macOS version for Mac Catalyst
-
-
- Could not map the macOS version {0} to a corresponding iOS version for Mac Catalyst
-
-
- Could not copy the assembly '{0}' to '{1}': {2}
-
-
-
- Could not load the assembly '{0}': {1}
-
-
-
- Dependency tracking error: no files to compare. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new with a test case.
-
-
-
- Failed to re-use cached version of '{0}': {1}.
-
-
-
- Failed to create the executable '{0}': {1}
-
-
-
- Could not copy the directory '{0}' to '{1}': {2}
-
-
-
- Could not create symlink '{0}' -> '{1}': error {2}
-
-
-
- Cannot include different versions of the framework '{0}'
-
-
-
- Framework '{0}' included from: {1} (Related to previous error)
-
-
-
- Unsupported bitcode platform: {0}.
-
-
-
- Unsupported TvOS ABI: {0}.
-
-
-
- Could not extract the native library '{0}' from '{1}'. Please ensure the native library was properly embedded in the managed assembly (if the assembly was built using a binding project, the native library must be included in the project, and its Build Action must be 'ObjcBindingNativeLibrary').
-
-
-
- Invalid escape sequence when converting .s to .ll, \\ as the last characted in {0}:{1}.
-
-
-
- Invalid escape sequence when converting .s to .ll, bad octal escape in {0}:{1} due to {2}.
-
-
-
- Could not decompress the native framework '{0}' from '{1}'. Please review the build log for more information from the native 'unzip' command.
-
-
-
- The binding library '{0}' contains a user framework ({0}), but embedded user frameworks require iOS 8.0 (the deployment target is {1}). Please set the deployment target in the Info.plist file to at least 8.0.
-
-
-
- The required 'Xamarin.Mac.dll' assembly is missing from the references
-
-
-
- The assembly '{0}' is not compatible with this tool or profile
-
-
-
- {0} {1} could not be found. Target framework '{2}' is unusable to package the application.
-
-
-
- Target framework '{0}' is invalid.
-
-
-
- useFullXamMacFramework must always target framework .NET 4.5, not '{0}' which is invalid.
-
-
-
- Mismatch between Xamarin.Mac reference '{0}' and target framework selected '{1}'.
-
-
-
- Can not resolve reference: {0}
-
-
-
- One or more reference(s) to type '{0}' already exists inside '{1}' before linking
-
-
-
- One or more reference(s) to type '{0}' still exists inside '{1}' after linking
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Not a Mach-O static library (unknown header '{0}', expected '!<arch>').
-
-
-
- Not a Mach-O dynamic library (unknown header '0x{0}'): {1}.
-
-
-
- Unknown format for fat entry at position {0} in {1}.
-
-
-
- File of type {0} is not a MachO file ({1}).
-
-
-
- Invalid entry '{0}' in the static library '{1}', entry header doesn't end with 0x60 0x0A (found '0x{2} 0x{3}')
-
-
-
- Could not link assemblies. {0}
-
-
-
- Can not resolve reference: {0}
-
-
-
- Option '--optimize={0}{1}' will be ignored since the static registrar is not enabled
-
-
-
-
- Option '--optimize={0}{1}' will be ignored since linking is disabled
-
-
-
- Option '--optimize={0}' will be ignored since it's only applicable to {1}.
- This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
-{0} - The optimization option that is not valid for the current platform
-{1} - The platforms in question, such as 'iOS'.
-
-
-
- Extra linker definitions file '{0}' could not be located.
-
-
-
- Definitions from '{0}' could not be parsed.
-
-
-
- Can not load mscorlib.dll from: '{0}'. Please reinstall Xamarin.iOS.
-
-
-
- Native library '{0}' was referenced but could not be found.
-
-
-
- Failed to resolve "{0}" reference from "{1}"
-
-
-
- Xamarin.Mac Unified API against a full .NET framework does not support linking SDK or All assemblies. Pass either the `-nolink` or `-linkplatform` flag.
-
- Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
-
-
-
- Referenced by {0}.{1}
-
-
-
- Unknown HttpMessageHandler `{0}`. Valid values are HttpClientHandler (default), CFNetworkHandler or NSUrlSessionHandler
-
-
-
- Only first {0} of {1} \"Referenced by\" warnings shown.
-
-
-
- Failed to resolve the reference to \"{0}\", referenced in \"{1}\". The app will not include the referenced assembly, and may fail at runtime.
-
-
-
- Unable to link assembly '{0}' as it is mixed-mode.
-
-
-
- Invalid HttpMessageHandler `{0}` for watchOS. The only valid value is NSUrlSessionHandler.
-
-
-
- Could not process XML description: {0}
-
-
-
- The assembly '{0}' is referenced from two different locations: '{1}' and '{2}'.
-
-
-
- Can not load the root assembly '{0}'.
-
-
-
-
- The linker step '{0}' failed processing `{1}`.
- This is a message when processing an assembly/type/field/method/property/event fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly/type/field/method/property/event that failed processing.
-
-
-
-
-
-
-
-
-
-
-
- Can't resolve the reference '{0}', referenced from the method '{1}' in '{2}'.
-
-
-
- Error processing the method '{0}' in the assembly '{1}': {2}
-
-
-
- Error processing the method '{0}' in the assembly '{1}'
-
-
-
- Error processing assembly '{0}': {1}
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect fields.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect properties.
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a '{1}' parameter type (expected 'ObjCRuntime.BindingImplOptions).
-
-
-
- The [BindingImpl] attribute on the member '{0}' is invalid: did not expect a constructor with a {1} parameters (expected 1 parameters).
-
-
-
- The property {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.
-
-
-
- The method {0}.{1} contains a '{2}' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because the previous instruction was unexpected ({3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} at offset {1} because could not determine the type of the delegate type of the first argument (instruction: {3})
-
-
-
- Could not optimize the call to BlockLiteral.{2} in {0} because the type of the value passed as the first argument (the trampoline) is {1}, which makes it impossible to compute the block signature.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1} because no [UserDelegateType] attribute could be found on {2}.
-
-
-
- Could not optimize the call to BlockLiteral.SetupBlock in {0} at offset {1}: {2}.
-
-
-
- It's not safe to remove the dynamic registrar, because {0} references '{1}.{2} ({3})'.
-
-
-
- {0} was stripped of architectures except {1} to comply with App Store restrictions. This could break existing codesigning signatures. Consider stripping the library with lipo or disabling with --optimize=-trim-architectures
-
-
-
- Xamarin.Mac 'Partial Static' registrar does not support linking. Disable linking or use another registrar mode.
-
-
-
- Can not find the corlib assembly '{0}' in the list of loaded assemblies.
-
-
-
-
-
-
-
-
-
-
- The linker step '{0}' failed during processing: {1}
- This is a message when processing fails in the linker.
- {0} - The name of the step that fails.
- {1} - A string describing what failed.
-
-
-
- The linker step '{0}' failed while processing {1}: {2}
- This is a message when processing an assembly fails in the linker.
- {0} - The name of the step that fails.
- {1} - The name of the assembly that failed processing.
- {1} - A string describing what failed
-
-
-
-
-
-
-
-
-
-
- Could not {0} the assembly '{1}'
-
-
-
- Debugging is not supported when building with LLVM. Debugging has been disabled.
-
-
-
- Could not AOT the assembly '{0}' because it doesn't exist.
-
-
-
- The dependency '{0}' of the assembly '{1}' was not found. Please review the project's references.
-
-
-
- Could not compute a complete dependency map for the project. This will result in slower build times because Xamarin.iOS can't properly detect what needs to be rebuilt (and what does not need to be rebuilt). Please review previous warnings for more details.
-
-
-
- Debug info files (*.mdb / *.pdb) will not be loaded when llvm is enabled.
-
-
-
- Bitcode support requires the use of LLVM (--abi=arm64+llvm etc.)
-
-
-
- AOT of '{0}' was requested but was not found
-
-
-
- Exclusion of AOT of '{0}' was requested but was not found
-
-
-
- The main template could not be expanded to `{0}`.
-
-
-
- Failed to compile the generated code for P/Invoke methods. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot build a signature for type `{0}`.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{2}`. Use `{1}` instead.
-
-
-
- The registrar found an invalid type `{0}` in signature for method `{1}`: The type implements INativeObject, but does not have a constructor that takes two (IntPtr, bool) arguments.
-
-
-
- The registrar cannot marshal the return value for type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot marshal the return value of type `{0}` in the method `{1}.{2}`.
-
-
-
- The registrar cannot marshal the parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot get the ObjectiveC type for managed type `{0}`.
-
-
-
- Failed to compile the generated registrar code. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar cannot marshal the out parameter of type `{0}` in signature for method `{1}`.
-
-
-
- The registrar cannot build a signature for type `{0}' in method `{1}`.
-
-
-
- The registrar found a generic method: '{0}'. Exporting generic methods is not supported, and will lead to random behavior and/or crashes
-
-
-
- Unexpected error in the registrar for the method '{0}.{1}' - Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not register the assembly '{0}': {1}
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register two managed types ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Could not register the selector '{0}' of the member '{1}.{2}' because the selector is already registered on the member '{3}'.
-
-
-
- The registrar found an unknown field type '{0}' in field '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot use GCC/G++ to compile the generated code from the static registrar when using the Accounts framework (the header files provided by Apple used during the compilation require Clang). Either use Clang (--compiler:clang) or the dynamic registrar (--registrar:dynamic).
-
-
-
- The type of the variadic parameter in the variadic function '{0}' must be System.IntPtr.
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid RegisterAttribute property {1} found on '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid AdoptsAttribute found on '{0}': expected 1 constructor arguments, got {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}.{1}': unknown field {2}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid {0} found on '{1}.{2}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': should have 1 constructor arguments, found {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Invalid BindAsAttribute found on '{0}': could not find the underlying enum type of {1}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found an invalid type '{0}' in signature for method '{1}': The interface must have a Protocol attribute specifying its wrapper type.
-
-
-
- Cannot register two managed protocols ('{0}' and '{1}') with the same native name ('{2}').
-
-
-
- Cannot register more than one interface method for the method '{0}.{1}'.
-
-
-
- The registrar found an invalid generic parameter type '{0}' in the parameter {2} of the method '{1}'. The generic parameter must have an 'NSObject' constraint.
-
-
-
- The registrar found an invalid generic return type '{0}' in the method '{1}'. The generic return type must have an 'NSObject' constraint.
-
-
-
- The registrar cannot export static methods in generic classes ('{0}').
-
-
-
- The registrar cannot export static properties in generic classes ('{0}.{1}').
-
-
-
- The registrar found an invalid generic return type '{0}' in the property '{1}.{2}'. The return type must have an 'NSObject' constraint.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) Please select a newer SDK in your app's {3} Build options.
-
-
-
- Your application is using the '{0}' framework, which isn't included in the {3} SDK you're using to build your app (this framework was introduced in {3} {2}, while you're building with the {3} {1} SDK.) This configuration is not supported with the static registrar (pass --registrar:dynamic as an additional mmp argument in your project's Mac Build option to select). Alternatively select a newer SDK in your app's Mac Build options.
-
-
-
- The member '{0}' has an Export attribute without a selector. A selector is required.
-
-
-
- The registrar cannot marshal the parameter type '{0}' of the parameter '{1}' in the method '{2}.{3}'
-
-
-
- The method '{0}.{1}' is implementing '{2}.{3}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'.
-
-
-
- The registrar cannot marshal the property type '{0}' of the property '{1}.{2}'. Properties with the [Connect] attribute must have a property type of NSObject (or a subclass of NSObject).
-
-
-
- The registrar found a signature mismatch in the method '{0}.{1}' - the selector '{4}' indicates the variadic method takes {2} parameters, while the managed method has {3} parameters.
-
-
-
- Cannot register the selector '{0}' on the member '{1}.{2}' because Xamarin.iOS implicitly registers this selector.
-
-
-
- Invalid enum '{0}': enums with the [Native] attribute must have a underlying enum type of either 'long' or 'ulong'.
-
- The following are literal names and should not be translated: enum, [Native], long, ulong.
-{0} - The full name of the C# enum.
-
-
-
- The Name parameter of the Registrar attribute on the class '{0}' ('{3}') contains an invalid character: '{1}' (0x{2}).
-
-
-
- Invalid {0} found on '{1}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar found a generic protocol: '{0}'. Exporting generic protocols is not supported.
-
-
-
- Cannot register the extension method '{0}.{1}' because the type of the first parameter ('{2}') does not match the category type ('{3}').
-
-
-
- Cannot register the type '{0}' because the category type '{1}' in its Category attribute does not inherit from NSObject.
-
-
-
- Cannot register the type '{0}' because the Type property in its Category attribute isn't set.
-
-
-
- Cannot register the type '{0}' as a category because it implements INativeObject or subclasses NSObject.
-
-
-
- Cannot register the type '{0}' as a category because it's generic.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because it's generic.
-
-
-
- Cannot register two categories ('{0}' and '{1}') with the same native name ('{2}')
-
-
-
- Cannot register the category method '{0}.{1}' because at least one parameter is required for extension methods (and its type must match the category type '{2}').
-
-
-
- Cannot register the constructor {0}.{1} in the category {0} because constructors in categories are not supported.
-
-
-
- Cannot register the method '{0}.{1}' as a category method because category methods must be static.
-
-
-
- Invalid character '{0}' (0x{1}) found in selector '{2}' for '{3}.{4}'
-
-
-
- The registrar found an unsupported structure '{0}': All fields in a structure must also be structures (field '{1}' with type '{2}' is not a structure).
-
-
-
-
- The type '{0}' is not available in {3} {4} (it was introduced in {3} {5}){6} Please build with a newer {3} SDK (usually done by using the most recent version of Xcode).
-
-
-
- The type '{0}' (used as a base type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the base type.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a parameter in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as the property type of {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the property.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- The type '{0}' (used as a return type in {1}) is not available in {2} {3} (it was introduced in {2} {4}){5} Please build with a newer {2} SDK (usually done by using the most recent version of Xcode).
-
- This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
-{0} - The full C# type name.
-{1} - The name of the method.
-{2} - The platform name, such as 'iOS'.
-{3} - The current platform version number.
-{4} - The platform version where the type was introduced.
-{5} - An additional message about the platform version introducing the type.
-
-
-
- Internal error in the registrar ({0} ctor with {1} arguments). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (Unknown availability kind: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Cannot export the property '{0}' because its selector '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- The registrar couldn't find the type 'System.Void' in any of the referenced assemblies.
-
-
-
- Cannot register the method '{0}' because the signature contains a type ({1}) that isn't a reference type.
-
-
-
- Cannot register the method '{0}' because the signature contains a generic type ({1}) with a generic argument type that doesn't implement INativeObject ({2}).
-
-
-
- Cannot register the type '{0}' because its Objective-C name '{1}' is an Objective-C keyword. Please use a different name.
-
-
-
- Failed to generate a P/Invoke wrapper for {0}: {1}
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the return value in the method {2}.
-
-
-
- The BindAs attribute on the return value of the method {0} is invalid: the BindAs type {1} is different from the return type {2}.
-
-
-
- The BindAs attribute on the parameter #{0} is invalid: the BindAs type {1} is different from the parameter type {2}.
-
-
-
- The BindAs attribute on the property {0}.{1} is invalid: the BindAs type {2} is different from the property type {1}.
-
-
-
- The registrar can't convert from '{0}' to '{1}' for the parameter '{2}' in the method {3}.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because {0} doesn't have a specific signature.
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the block to delegate conversion method for the method {0}'s parameter #{1}.
-
-
-
- Unable to locate the delegate to block conversion type for the return value of the method {0}.
-
-
-
- The 'ProtocolType' parameter of the 'Adopts' attribute used in class '{0}' contains an invalid character. Value used: '{1}' Invalid Char: '{2}'
-
-
-
- The class '{0}' will not be registered because the WatchKit framework has been removed from the iOS SDK.
-
-
-
- The registrar found the abstract type '{0}' in the signature for '{1}'. Abstract types should not be used in the signature for a member exported to Objective-C.
-
-
-
- Internal error in the registrar (BindAs parameters can't be ref/out: {0}). Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The registrar can't compute the block signature for the delegate of type {0} in the method {1} because it couldn't find the Invoke method of the delegate type.
-
-
-
- Missing '{0}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Could not find neither the '{0}' nor the '{1}' compiler. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to compile. Error code - {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Failed to compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Could not compile the file(s) '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- The assembly '{0}' can't be AOT-compiled for 32-bit architectures because the native code is too big for the 32-bit ARM architecture.
-
-
-
- The compiler output is too long, it's been limited to 1000 lines.
-
-
-
- Native linking failed with error code 1. Check build log for details.
-
-
-
- Native linking failed. Please review the build log and the user flags provided to gcc: {0}
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Mono.framework MDK is missing. Please install the MDK for your Mono.framework version from https://www.mono-project.com/download/
-
-
-
- Native linking warning: {0}
-
-
-
- Can't find {0}, likely because of a corrupted Xamarin.Mac installation. Please reinstall Xamarin.Mac.
-
-
-
- Native linking failed. Please review the build log.
-
-
-
- Invalid architecture '{0}'. The only valid architectures is x86_64.
-
-
-
- Native linking error: {0}
-
-
-
- Native linking failed, undefined symbol: {0}. Please verify that all the necessary frameworks have been referenced and native libraries are properly linked in.
-
-
-
- Native linking failed, undefined Objective-C class: {0}. The symbol '{1}' could not be found in any of the libraries or frameworks linked with your application.
-
-
-
- Native linking failed, duplicate symbol: '{0}'.
-
-
-
- Duplicate symbol in: {0} (Location related to previous error)
-
-
-
- Native linking failed, undefined symbol: {0}. This symbol was referenced by the managed member {1}.{2}. Please verify that all the necessary frameworks have been referenced and native libraries linked.
-
-
-
- References to '{0}' might require additional -framework=XXX or -lXXX instructions to the native linker
-
-
-
- Native linking failed for '{0}'. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Native linking failed because the linker command line was too long ({0} characters).
-
-
-
- Can't ignore the dynamic symbol {0} (--ignore-dynamic-symbol={0}) because it was not detected as a dynamic symbol.
-
-
-
- Not linking with WatchKit because it has been removed from iOS.
-
-
-
- Skipping framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- Linking against framework '{0}'. It is prohibited (rejected) by the Mac App Store
-
-
-
- The native linker failed to execute: {0}. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new
-
-
-
- Did not link with the framework '{0}', because the current {1} SDK does not contain support for this framework in the simulator.
- This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
- {0}: The name of the native framework
- {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
-
-
-
- Missing 'strip' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Missing 'dsymutil' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to generate the debug symbols (dSYM directory). Please review the build log.
-
-
-
- Failed to strip the final binary. Please review the build log.
-
-
-
- Missing 'lipo' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Failed to create the a fat library. Please review the build log.
-
-
-
- Missing '{0}' tool. Please install Xcode 'Command-Line Tools' component
-
-
-
- Xcode license agreement may not have been accepted. Please launch Xcode.
-
-
-
- Failed to execute the tool '{0}', it failed with an error code '{1}'. Please check the build log for details.
-
-
-
- install_name_tool failed with an error code '{0}'. Check build log for details.
-
-
-
- lipo failed with an error code '{0}'. Check build log for details.
-
-
-
- pkg-config failed with an error code '{0}'. Check build log for details.
-
-
-
- Could not find {0}. Please install the Mono.framework from https://mono-project.com/Downloads
-
-
-
- Failed to execute pkg-config: '{0}'. Check build log for details.
-
-
-
- The tool xcrun failed to find result when looking for the tool '{0}' (the file '{1}' does not exist). Check build log for details.
-
-
-
- Internal consistency error. Please file a bug report at https://github.com/xamarin/xamarin-macios/issues/new.
-
-
+
+
+
+ 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} 的錯誤訊息。請前往 https://github.com/xamarin/xamarin-macios/issues/new,於 GitHub 回報這項遺失的訊息
+
+ This is the default message when an error code can not be found.
+
+
+
+ 未預期的錯誤 - 請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 已提供 '-devname ',但沒有任何裝置專屬動作
+
+
+
+ 此版本的 Xamarin.Mac 需要 Mono {0} (目前的 Mono 版本為 {1})。請從 http://mono-project.com/Downloads 更新 Mono.framework
+
+
+
+ 無法剖析環境變數 '{0}'
+
+
+
+ 應用程式名稱 '{0}.exe' 與 SDK 或產品組件 (.dll) 名稱衝突。
+
+
+
+ 新的參考計數邏輯也要求必須啟用 SGen。
+
+
+
+ 輸出目錄 * 不存在。
+
+
+
+ {0} 中沒有任何 devel 平台,請使用 --platform=PLAT 來指定 SDK。
+
+
+
+ 根組件 '{0}' 不存在
+
+
+
+ 您只應提供一個根組件,但找到 {0} 個組件: '{1}'
+
+
+
+ 載入組件時發生錯誤: {0}。
+
+
+
+ 無法剖析命令列引數: {0}
+
+
+
+ {0} 是針對比 Xamarin.iOS 支援更新的執行階段 ({1}) 所建置。
+
+
+
+ 提供的資料不完整,無法完成 *。
+
+
+
+ 分析支援也要求必須啟用 SGen。
+
+
+
+ iOS {0} SDK 不支援建置以 {1} 為目標的應用程式。
+
+
+
+ ABI 無效: {0}。支援的 ABI 為: i386、x86_64、armv7、armv7 + llvm、armv7 + llvm + thumb2、armv7s、armv7s + llvm、armv7s + llvm + thumb2、armv7k、armv7k + llvm、arm64、arm64 + llvm、arm64_32,以及 arm64_32 + llvm。
+
+
+
+ 已取代選項 '{0}'。
+
+
+
+ 您應該提供根組件。
+
+
+
+ 未知的命令列引數: '{0}'
+
+
+
+ 只能使用一個 --[log|install|kill|launch]dev 或 --[launch|debug]sim 選項。
+
+
+
+ '{0}' 的有效選項為 '{1}'。
+
+
+
+ 使用靜態登錄器時,無法使用 gcc/g++ (--use-gcc) 進行編譯 (此為編譯裝置時的預設選項)。請移除--use-gcc 旗標,或使用動態登錄器 (--registrar:dynamic)。
+
+
+
+ 選項 '--unsupported--enable-generics-in-registrar' 與 '--registrar' 不相容。
+
+
+
+ 根組件 {0} 與其他組件 ({1}) 衝突。
+
+
+
+ 應用程式名稱 '{0}.exe' 與其他使用者組件衝突。
+
+
+
+ 找不到必要檔案 '{0}'。
+
+
+
+ 未提供任何 SDK 版本。請新增 --sdk=X.Y 以指定應使用哪個 {0} SDK 來建置應用程式。
+
+
+
+ 無法剖析命令列引數 '-{0}': {1}
+
+
+
+ 選項 '\*' 與 '\*' 不相容。
+
+
+
+ 當目標為 iOS 4.1 或更舊版本時,無法啟用 PIE (-pie)。請停用 PIE (-pie:false),或將部署目標設定為 iOS 4.2 以上的版本
+
+
+
+ 只有模擬器 (--sim) 支援 REPL (--enable-repl)。
+
+
+
+ 可執行檔名稱 ({0}) 與應用程式名稱 ({1}) 不同,這可能導致損毀記錄無法正確地符號化。
+
+
+
+ 命令列引數 '--enable-background-fetch' 與 '--launch-for-background-fetch' 也需要 '--launchsim'。
+
+
+
+ 除非同時指定 '--debug',否則會忽略選項 '--debugtrack'。
+
+
+
+ Xamarin.iOS 專案必須參考 monotouch.dll 或者 Xamarin.iOS.dll。
+
+
+
+ 無法在 {1} 專案中參考 '{0}.dll','{2}' 已隱含參考此項。
+
+
+
+ 無法為 * 應用程式啟動 * 模擬器。請在您專案的 iOS 建置選項 ([進階] 頁面) 中啟用正確的架構。
+
+
+
+ monotouch.dll 與 64 位元不相容。請參考 Xamarin.iOS.dll,或不要針對 64 位元架構 (ARM64 和 (或) x86_64) 進行建置。
+
+
+
+ 參考 Xamarin.iOS.dll 時,不支援舊登錄器 (--registrar:oldstatic|olddynamic)。
+
+
+
+ 以 ARMv6 為目標的應用程式無法參考 Xamarin.iOS.dll。
+
+
+
+ 找不到 '\*' 參考的組件 '\*'。
+
+
+
+ 無法在 {1} 應用程式中參考 '{0}'。
+
+
+
+ 找不到任何對 monotouch.dll 或 Xamarin.iOS.dll 的參考。將會新增對 monotouch.dll 的參考。
+
+
+
+ 不支援 Boehm 記憶體回收行程。已改為選取 SGen 記憶體回收行程。
+
+
+
+ 僅 Xcode 6.0 或更新版本支援 --listsim。
+
+
+
+ 只有在使用 iOS 8.0 (或更新版本) SDK 時,才支援 --extension。
+
+
+
+ Unified 應用程式的最小部署目標為 5.1.1,目前的部署目標為 '*'。請在您專案的 iOS 應用程式選項中選取較新的部署目標。
+
+
+
+ 只有在部署目標為 8.0 或更新版本時,才支援 {0}.framework。{0} 功能可能無法正常運作。
+
+
+
+ 若已傳遞 --no-root-assembly,您就無法提供根組件,找到 {0} 個組件: '{1}'
+
+
+
+ {3} {0} 需要 Xcode {4} 或更新版本。目前的 Xcode 版本 (位於 {2} 中) 為 {1}。
+
+
+
+ 如果已傳遞 --no-root-assembly,則需要輸出目錄 (--output)。
+
+
+
+ 未指定任何命令。
+
+
+
+ 無法將路徑 '{0}' 規範化: {1} ({2})。
+
+
+
+ Xcod 路徑 '{0}' 不存在。
+
+
+
+ 在預設位置 (/Applications/Xcode.app) 中找不到 Xcode。請安裝 Xcode,或使用 --sdkroot <路徑> 傳遞自訂路徑。
+
+
+
+ 無法從 SDK 根 '{0}' 判斷 Xcode.app 的路徑。請指定 Xcode.app 套件組合的完整路徑。
+
+
+
+ Xcode.app '{0}' 無效 (檔案 '{1}' 不存在)。
+
+
+
+ 在系統上找不到目前選取的 Xcode: {0}
+
+
+
+ 在系統上找不到目前選取的 Xcode。'xcode-select --print-path' 傳回了 '{0}',但該目錄不存在。
+
+
+
+ 未指定任何 Xcode.app (使用 --sdkroot),將使用 'xcode-select --print-path' 所回報的系統 Xcode: {0}
+
+
+
+ 未指定任何 Xcode.app (使用 --sdkroot 或 'xcode-select --print-path'),將改用預設 Xcode: {0}
+
+
+
+ 在延伸模組 * (其 Info.plist 中沒有 CFBundleExecutable 項目) 中找不到可執行檔
+
+
+
+ Xamarin.iOS 僅支援具有 Unified 專案的內嵌架構。
+
+
+
+ 當部署目標為 8.0 以上的版本時,Xamarin.iOS 僅支援內嵌架構 (目前的部署目標: '{0}'; 內嵌架構: '{1}')
+
+
+
+ 當部署目標為 2.0 以上的版本時,Xamarin.iOS 僅支援內嵌架構 (目前的部署目標: '{0}'; 內嵌架構: '{1}')
+
+
+
+ 組建登錄器組件無效: *
+
+
+
+ 登錄器無效: {0}
+
+
+
+ 目標 Framework 的值無效: {0}。
+
+
+
+ 目標 Framework 無效: {0}。有效的目標 Framework 為: {1}。
+
+
+
+ 未知的平台: {0}。這通常表示 {1} 中有 Bug; 請前往 https://github.com/xamarin/xamarin-macios/issues/new,以測試案例提交 Bug 報告。
+
+
+
+ 平台 '{0}' 不支援延伸模組。
+
+
+
+ {4} {0} 不支援 {3} 的 {1} 部署目標 (最低為 {2})。請在您專案的 Info.plist 中選取較新的部署目標。
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The minimum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {4} {0} 不支援 {3} 的 {1} 部署目標 (最高為 {2})。請在您專案的 Info.plist 中選取較舊的部署目標,或是升級為較新版本 {4}。
+
+ The following are literal names and should not be translated: SDK, Xcode
+{0} - The version number of the Xamarin product.
+{1} - The name of the deployment target such as a device, simulator, etc.
+{2} - The maximum version number.
+{3} - The platform name, such as 'iOS'.
+{4} - The produce name such as Xamarin.iOS or Xamarin.Mac.
+
+
+
+ {1} 專案的架構 '{0}' 無效。有效的架構為: {2}
+
+
+
+ 未指定任何架構 (使用 --abi 引數)。{0} 專案必須具有架構。
+
+
+
+ watchOS 專案必須為延伸模組。
+
+
+
+ 已啟用累加組建,其部署目標為 8.0 以上的版本 (目前為 {0})。不支援這種情況 (產生的應用程式將不會在 iOS 9 上啟動),因此部署目標將會設定為 8.0。
+
+
+
+ 建議為 {4} {0} 使用 Xcode {3} 或更新版本。目前的 Xcode 版本 (位於 {2} 中) 為 {1}。
+
+
+
+ 未將任何可執行檔複製到應用程式套件組合。請連絡 'support@xamarin.com'
+
+
+
+ 已取代停用新參考計數邏輯的功能。
+
+
+
+ 命令列引數 --download-crash-report 也需要 --download-crash-report-to。
+
+
+
+ 只有在未使用連結 (--nolink) 時,才支援 REPL (--enable-repl)。
+
+
+
+ watchOS 不支援僅限 ASM 的 bitcode。請使用 --bitcode:marker 或者 --bitcode:full。
+
+
+
+ 模擬器中不支援 bitcode。請勿在針對模擬器進行建置時,傳遞 --bitcode。
+
+
+
+ 找不到任何對 '{0}' 的參考。將會予以自動新增。
+
+
+
+ 必須指定目標 Framework (--target-framework)。
+
+
+
+ Boehm GC 不支援累加組建 (--fastdev)。將會停用累加組建。
+
+
+
+ 針對 watchOS 應用程式,GC 必須處於合作模式。請移除 --coop:false 引數以進行 mtouch。
+
+
+
+ 當 GC 啟用合作模式時,選項 '{0}' 不能採用值 '{1}'。
+
+
+
+ 目標 Framework '{0}' 已淘汰。請改用 '{1}'。
+
+
+
+
+
+ 找不到 'mlaunch'。
+
+
+
+
+ 無法將 AOT 檔案複製到目的地目錄 {0}: {1}
+
+
+
+ 無法將 AOT 檔案複製到目的地目錄 {0}: 無法啟動處理序。
+
+
+
+ 無法將 AOT 檔案複製到目的地目錄 {0}
+
+
+
+ 找不到任何對 Xamarin.iOS.dll 的參考。
+
+
+
+ 找不到 machine.config 檔案 '{0}'。
+
+
+
+
+ 內部錯誤: {0}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交問題。
+
+
+
+ 組件組建目標無效: '{0}'。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 在 --assembly-build-target 引數中多次指定了組件 '{0}'。
+
+
+
+ 組件 '{0}' 與 '{1}' 具有相同的目標名稱 ('{2}'),但兩者目標不同 ('{3}' 與 '{4}')。
+
+
+
+ 靜態物件 '{0}' 包含多個組件 ('{1}'),但每個靜態物件只能與一個組件對應。
+
+
+
+ 未對 '{0}' 指定任何組件組建目標。
+
+
+
+ 組件組建目標名稱 '{0}' 無效: 不允許字元 '{1}'。
+
+
+
+ 組件 '{0}' 具有不同的自訂 LLVM 最佳化 ('{1}'),當這些最佳化全都編譯為單一二進位檔時,則不允許此情況。
+
+
+
+ 組件組建目標 '{0}' 不符合任何組件。
+
+
+
+ 組件 '{0}' 的載入路徑與所提供的路徑不同 (提供的路徑: {1},實際路徑: {2})。
+
+
+
+ 因為這個版本的 Xamarin.iOS 在包含協力廠商繫結程式庫且編譯成 bitcode 的專案中不支援累加組建,所以已停用累加組建。
+
+
+
+ 因為此版本的 Xamarin.iOS 不支援在未啟用 bitcode 的情況下,使用 LLVM 建置 watchOS 專案,所以已啟用 bitcode。
+
+
+
+ 因為 {0},所以已停用機器碼共用
+
+
+
+ 容器應用程式的部署目標較 iOS 8.0 舊 (其為 {0})。
+
+
+
+ 容器應用程式包含 I18N 組件 ({0})。
+
+
+
+ 容器應用程式具有受控 linker ({0}) 的自訂 XML 定義。
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ 因為 {1},所以已停用延伸模組 '{0}' 的機器碼共用
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的 bitcode 選項不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的 --assembly-build-target 選項不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的 I18N 組件不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的 AOT 編譯器引數不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間 AOT 編譯器的其他引數不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 中皆未啟用或停用 LLVM。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的受控連結器設定不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間受控連結器的已跳過組件不同。
+
+
+
+ 延伸模組具有受控 linker ({0}) 的自訂 XML 定義。
+
+ A warning related to custom linker configuration, see: https://docs.microsoft.com/xamarin/cross-platform/deploy-test/linker. The following are literal names and should not be translated: xml, linker
+{0} - A list of xml file names.
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的解譯器設定不同。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的已解譯組件不同。
+
+
+
+ 容器應用程式未針對 ABI {0} 進行建置 (但延伸模組正在針對此 ABI 進行建置)。
+
+
+
+ 容器應用程式正在針對 ABI {0} 進行建置,但該 ABI 與延伸模組的 ABI ({1}) 不相容。
+
+
+
+ 容器應用程式 ({0}) 與延伸模組 ({1}) 之間的 remove-dynamic-registrar 最佳化不同。
+
+
+
+ 容器應用程式正在從 '{1}' 參考組件 '{0}',但延伸模組卻從 '{2}' 參考不同的版本。
+
+
+
+ 混合式 AOT 編譯要求所有組件都必須經過 AOT 編譯
+
+
+
+ 建議啟用 bitcode 時,使用程式碼 (--dynamic-symbol-mode=code) 來參考動態符號。
+
+
+
+ 架構無效: {0}。當部署目標為 11 或更新版本時,不支援 32 位元架構。
+
+
+
+ 無法在僅支援 64 位元的模擬器上啟動 32 位元應用程式。
+
+
+
+ 找不到包含 Mono 符號的目錄 {0}。
+
+
+
+ 可執行檔組件 {0} 未參考 {1}.dll。
+
+
+
+ 無法將目前的語言設定為 '{0}' (依據 LANG ={1}): {2}
+
+
+
+ 模擬器中已忽略 --assembly-build-target 命令列引數。
+
+
+
+ 因為模擬器中不支援累加組建,所以已停用累加組建。
+
+
+
+ 因為這個版本的 Xamarin.iOS 在包含多個協力廠商繫結程式庫的專案中不支援累加組建,所以已停用累加組建。
+
+
+
+ 無法觸控檔案 '{0}': {1}
+
+
+
+ '{0}' 的偵錯符號檔案與組件不符,因此已予以忽略。
+
+
+
+ 找不到任何根組件。您至少應提供一個根組件。
+
+
+
+ 在組件清單中找不到產品組件 '{0}': '{1}'
+
+
+
+ 未知的最佳化: '{0}'。有效的最佳化為: {1}。
+
+
+
+ 找到多個組件符合 '{0}',優先選擇: {1}{2}
+
+
+
+ 因為推出系統架構 '{0}' 的版本為 {2} {3},但目前使用的 SDK 版本為 {2} {4},所以未連結系統架構 '{0}' (由組件 '{1}' 參考)。
+
+
+
+ 找不到從 '{1}' 參考的組件 '{0}'。
+
+
+
+ 找不到 '{1}' 中 {2} 屬性所參考的組件 '{0}'。
+
+
+
+ 檔案 '{0}' 不是有效的架構。
+
+
+
+ 模擬器中不支援解譯器。正在切換至 REPL,其可在模擬器上提供相同的額外功能。
+
+
+
+ 找不到以引數形式傳遞給 --interpreter 的組件 '{0}'。
+
+
+
+ 已不再支援使用 Classic API 的專案。請將專案移轉至 Unified API。
+
+
+
+ 已不再支援建置 32 位元應用程式。請將該專案 Mac 建置選項中的架構變更為 'x86_64'。
+
+
+
+ 針對偵錯進行建置時,請在 watchOS 上使用裝置專屬組建。
+
+
+
+ ARM64_32 偵錯模式需要 --interpreter[=all],正在予以強制執行。
+
+
+
+ 無法從 pkg-config 剖析 cflags '{0}: {1}
+
+
+
+ 無法從 {2} 中程式庫 '{1}' 的 LinkWith 屬性剖析連結器旗標 '{0}': {3}
+
+
+
+ 內部錯誤: 解譯器目前僅供 64 位元使用。
+
+
+
+ 內部錯誤: byref 陣列既非字串、NSObject 亦非 INativeObject。
+
+
+
+ 內部錯誤: 無法在 {2} 中將 '{0}' 轉換成 '{1}'。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 內部錯誤: 智慧列舉 {0} 似乎仍不是智慧列舉。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 內部錯誤: 不支援 {1} 的權杖類型 ({0})。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 內部錯誤: 除非連結器也已執行 (或已停用),否則不應執行靜態登錄器。可能的因應方式是將 '-f ' 作為額外的 {0} 引數傳遞,以強制執行完整組建。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 內部錯誤: 符號沒有名稱 (類型: {0})。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 內部錯誤:「無法將架構轉換為架構: {0}」。請以測試案例提交 Bug 報告 (https://github.com/xamarin/xamarin-macios/issues/new)。
+
+
+
+ 另一個組件已參考組件 {0},但連結器也同時將組件 {0} 向外連結。
+
+
+
+ 連結器輸出包含多個名為 '{0}' 的組件:\n\t{1}
+
+
+
+ {0} 的所有組件並非都具有連結工作
+
+
+
+ {0} 的所有連結工作並非皆相同
+
+
+
+ 已從系統的 GAC 解析組件 '{0}': {1}。如此可能會在未來發生問題; 若要避免這類問題的發生,請勿使用只能在系統 GAC 中使用的組件。
+
+
+
+ 未知的平台: {0}。這通常表示有錯誤 (bug); 請前往 https://github.com/xamarin/xamarin-macios/issues/new 以測試案例回報錯誤 (bug)。
+
+
+ '{0}' 的偵錯符號檔案無效,已被忽略。
+
+
+
+ 此版本的 {0} 需要 {1} {2} SDK (隨附 Xcode {3})。請升級 Xcode 以取得必要的標頭檔,或使用動態註冊,或在專案的 [Mac 組建選項] > [連結器行為] 中,將受控連結器行為設定為 [連結平台],或 [僅連結 Framework SDK] (嘗試避免新的 API)。
+
+
+ 此版本的 {0} 需要 {1} {2} SDK (隨附 Xcode {3})。請升級 Xcode 以取得必要的標頭檔,或在專案的 [Mac 組建選項] > [連結器行為] 中,將受控連結器行為設定為 [連結平台],或 [僅連結 Framework SDK] (嘗試避免新的 API)。
+
+
+ 無法與架構 {0} 連結 (類型 {1} 使用),因為目前的平臺 ({2}) 無法使用它。
+
+
+ 未連結到架構 {0} (被 {1} 的參考模組引用) ,因為目前的平臺 ({2}) 無法使用它。
+
+
+ 無法將 iOS 版本 {0} 對應至 Mac Catalyst 的 macOS 版本
+
+
+ 無法將 macOS 版本 {0} 對應至 Mac Catalyst 的 iOS 版本
+
+
+ 使用 CoreCLR 時,選項 '{0}' 不能採用值 '{1}'。
+
+
+ 無法將組件 '{0}' 複製到 '{1}': {2}
+
+
+
+ 無法載入組件 '{0}': {1}
+
+
+
+ 相依性追蹤錯誤: 沒有要比較的檔案。請前往 https://github.com/xamarin/xamarin-macios/issues/new,以測試案例提交 Bug 報告。
+
+
+
+ 無法重複使用 '{0}' 的快取版本: {1}。
+
+
+
+ 無法建立可執行檔 '{0}': {1}
+
+
+
+ 無法將目錄 '{0}' 複製到 '{1}': {2}
+
+
+
+ 無法建立符號連結 '{0}' -> '{1}': 錯誤 {2}
+
+
+
+ 無法包含不同版本的架構 '{0}'
+
+
+
+ 架構 '{0}' 包含自: {1} (與先前的錯誤相關)
+
+
+
+ 不支援的 bitcode 平台: {0}。
+
+
+
+ 不支援的 TvOS ABI: {0}。
+
+
+
+ 無法從 '{1}' 擷取原生程式庫 '{0}'。請確認已正確地將原生程式庫內嵌於受控組件中 (若該組件使用繫結專案建置而成,則原生程式庫必須包含在該專案中,而且其建置動作必須為 'ObjcBindingNativeLibrary')。
+
+
+
+ 將 .s 轉換為 .ll 時,逸出序列無效,\\ 為 {0}:{1} 中的最後一個字元。
+
+
+
+ 將 .s 轉換為 .ll 時,逸出序列無效,{0}:{1} 中因 {2} 而發生八進位逸出錯誤。
+
+
+
+ 無法從 '{1}' 將原生架構 '{0}' 解壓縮。請透過原生 'unzip' 命令檢閱組建記錄檔,以取得詳細資訊。
+
+
+
+ 繫結程式庫 '{0}' 包含使用者架構 ({0}),但內嵌的使用者架構需要 iOS 8.0 (部署目標為 {1})。請將 info.plist 檔案中的部署目標設定為 8.0 以上的版本。
+
+
+
+ 參考中缺少必要的 'Xamarin.Mac.dll' 組件
+
+
+
+ 組件 '{0}' 與此工具或設定檔不相容
+
+
+
+ 找不到 {0} {1}。無法使用目標 Framework '{2}' 封裝應用程式。
+
+
+
+ 目標 Framework '{0}' 無效。
+
+
+
+ useFullXamMacFramework 必須永遠以 Framework .NET 4.5 為目標,而非 '{0}' (其無效)。
+
+
+
+ Xamarin.Mac 參考 '{0}' 與所選目標 Framework '{1}' 不符。
+
+
+
+ 無法解析參考: {0}
+
+
+
+ 有一或多個對類型 '{0}' 的參考,在連結前便已存在於 '{1}' 中
+
+
+
+ 有一或多個對類型 '{0}' 的參考,在連結後仍存在於 '{1}' 中
+
+
+
+ 不是 Mach-O 動態程式庫 (未知的標題 '0x{0}'): {1}。
+
+
+
+ 非 Mach-O 靜態程式庫 (未知的標頭 '{0} ',應為 '!<arch>')。
+
+
+
+ 不是 Mach-O 動態程式庫 (未知的標題 '0x{0}'): {1}。
+
+
+
+ {1} 中位於 {0} 的 fat 項目使用未知的格式。
+
+
+
+ 類型為 {0} 的檔案不是 MachO 檔案 ({1})。
+
+
+
+ 靜態程式庫 '{1}' 中的項目 '{0}' 無效,項目標頭不是以 0x60 0x0A 結尾 (找到 '0x{2} 0x{3}')
+
+
+
+ 無法連結組件。{0}
+
+
+
+ 無法解析參考: {0}
+
+
+
+ 因為未啟用靜態登錄器,所以將忽略選項 '--optimize={0}{1}'
+
+
+
+
+ 因為已停用連結,所以將忽略選項 '--optimize={0}{1}'
+
+
+
+ 因為選項 '--optimize={0}' 只適用於 {1},所以將予以忽略。
+ This is a warning that is shown when the command-line option --optimize=... is not valid for a particular platform
+{0} - The optimization option that is not valid for the current platform
+{1} - The platforms in question, such as 'iOS'.
+
+
+
+ 找不到額外的連結器定義檔案 '{0}'。
+
+
+
+ 無法剖析來自 '{0}' 的定義。
+
+
+
+ 無法從下列來源載入 mscorlib.dll: '{0}'。請重新安裝 Xamarin.iOS。
+
+
+
+ 已參考原生程式庫 '{0}',但找不到。
+
+
+
+ 無法從 "{1}" 解析 "{0}" 參考
+
+
+
+ 對完整的 .NET Framework 使用 Xamarin.Mac Unified API,不支援連結 SDK 或 All 組件。請使用 `-nolink` 或 `-linkplatform` 旗標。
+
+ Using the linker is not supported in certain situations in Xamarin.Mac, see: https://docs.microsoft.com/xamarin/mac/deploy-test/linker. The following are literal names and should not be translated: Xamarin.Mac Unified API, .NET, SDK, All, `-nolink`, and `-linkplatform`.
+
+
+
+ 參考者: {0}.{1}
+
+
+
+ 未知的 HttpMessageHandler `{0}`。有效值為 HttpClientHandler (預設)、CFNetworkHandler 或 NSUrlSessionHandler
+
+
+
+ 僅顯示 {1} 個「參考者」警告中的前 {0} 個。
+
+
+
+ 無法解析 \"{1}\" 中對 \"{0}\" 的參考。應用程式不會包含所參考的組件,而且可能會在執行階段失敗。
+
+
+
+ 因為組件 '{0}' 為混合模式,所以無法予以連結。
+
+
+
+ watchOS 的 HttpMessageHandler `{0}` 無效。唯一有效的值為 NSUrlSessionHandler。
+
+
+
+ 無法處理 XML 描述: {0}
+
+
+
+ 組件 '{0}' 參考自兩個不同的位置: '{1}' 與 '{2}'。
+
+
+
+ 無法載入根組件 '{0}'。
+
+
+
+
+ 連結器步驟 '{0}' 在處理期間失敗 `{1}`。
+ This is a message when processing an assembly/type/field/method/property/event fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly/type/field/method/property/event that failed processing.
+
+
+
+
+
+
+
+
+
+
+
+ 無法解析從 '{2}' 中方法 '{1}' 所參考的參考 '{0}'。
+
+
+
+ 處理組件 '{1}' 中的方法 '{0}' 時發生錯誤: {2}
+
+
+
+ 處理組件 '{1}' 中的方法 '{0}' 時發生錯誤
+
+
+
+ 處理組件時發生錯誤 '{0}': {1}
+
+
+
+ 成員 '{0}' 的 [BindingImpl] 屬性無效: 不應為欄位。
+
+
+
+ 成員 '{0}' 的 [BindingImpl] 屬性無效: 不應為屬性。
+
+
+
+ 成員 '{0}' 的 [BindingImpl] 屬性無效: 不應為具有 '{1}' 參數類型的建構函式 (應為 'ObjCRuntime.BindingImplOptions)。
+
+
+
+ 成員 '{0}' 的 [BindingImpl] 屬性無效: 不應為具有 {1} 參數的建構函式 (應為 1 參數)。
+
+
+
+ 屬性 {0}.{1} 包含 '{2}' 例外狀況子句,目前在針對 bitcode 進行編譯時,並不支援此情況。若呼叫此屬性,其會擲回例外狀況。
+
+
+
+ 方法 {0}.{1} 包含 '{2}' 例外狀況子句,目前在針對 bitcode 進行編譯時,並不支援此情況。若呼叫此方法,其會擲回例外狀況。
+
+
+
+ 因為先前的指令不是預期指令 ({3}),所以無法將位移 {1} 之 {0} 中 BlockLiteral.{2} 的呼叫最佳化
+
+
+
+ 因為無法判斷第一個引數委派類型的類型 (指令: {3}),所以無法將位移 {1} 之 {0} 中 BlockLiteral.{2} 的呼叫最佳化
+
+
+
+ 因為作為第一個引數 (trampoline) 所傳遞的值類型為 {1},無法計算區塊簽章,所以無法將 {0} 中 BlockLiteral.{2} 的呼叫最佳化。
+
+
+
+ 因為在 {2} 中找不到 [UserDelegateType] 屬性,所以無法將位移 {1} 之 {0} 中 BlockLiteral.SetupBlock 的呼叫最佳化。
+
+
+
+ 無法將位移 {1} 之 {0} 中 BlockLiteral.SetupBlock 的呼叫最佳化: {2}。
+
+
+
+ 移除動態登錄器是不安全的,原因是 {0} 參考 '{1}.{2} ({3})'。
+
+
+
+ {0} 已移除 {1} 以外的架構,以遵守 App Store 限制。此舉可能會中斷現有的程式碼簽署簽章。請考慮使用 lipo 移除程式庫,或使用 --optimize=-trim-architectures 停用程式庫
+
+
+
+ Xamarin.Mac「部分靜態」登錄器不支援連結。請停用連結或使用其他登錄器模式。
+
+
+
+ 在載入的組件清單中找不到 corlib 組件 '{0}'。
+
+
+
+
+
+
+
+
+
+
+ 連結器步驟 '{0}' 在處理期間失敗: {1}
+ This is a message when processing fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - A string describing what failed.
+
+
+
+ 連結器步驟 '{0}' 在處理期間失敗 {1}: {2}
+ This is a message when processing an assembly fails in the linker.
+ {0} - The name of the step that fails.
+ {1} - The name of the assembly that failed processing.
+ {1} - A string describing what failed
+
+
+
+
+
+
+
+
+
+
+ 無法 {0} 組件 '{1}'
+
+
+
+ 使用 LLVM 建置時,不支援偵錯。已停用偵錯。
+
+
+
+ 因為組件 '{0}' 不存在,所以無法對其進行 AOT。
+
+
+
+ 找不組件 '{1}' 的相依性 '{0}'。請檢閱專案的參考。
+
+
+
+ 無法計算專案的完整相依性對應。因為 Xamarin.iOS 無法正確偵測需要重建的內容 (以及不需要重建的內容),所以進行此計算會導致建置變慢。如需詳細資料,請檢閱先前的警告。
+
+
+
+ 啟用 llvm 時,將不會載入偵錯資訊檔案 (*.mdb/*.pdb)。
+
+
+
+ bitcode 支援需要使用 LLVM (--abi=arm64+llvm 等)
+
+
+
+ 已要求 '{0}' 的 AOT,但找不到
+
+
+
+ 已要求排除 '{0}' 的 AOT,但找不到
+
+
+
+ 無法將主要範本展開至 `{0}`。
+
+
+
+ 無法為 P/Invoke 方法編譯產生的程式碼。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器無法建置類型 `{0}` 的簽章。
+
+
+
+ 登錄器在方法 `{2}` 的簽章中找到無效的類型 `{0}`。請改用 `{1}`。
+
+
+
+ 登錄器在方法 `{1}` 的簽章中找到無效的類型 `{0}`: 該類型會實作 INativeObject,但不具有採用兩個 (IntPtr、bool) 引數的建構函式。
+
+
+
+ 登錄器無法封送處理方法 `{1}` 之簽章中類型 `{0}` 的傳回值。
+
+
+
+ 登錄器無法封送處理方法 `{1}.{2}` 中類型 `{0}` 的傳回值。
+
+
+
+ 登錄器無法封送處理方法 `{1}` 之簽章中類型 `{0}` 的參數。
+
+
+
+ 登錄器無法取得受控類型 `{0}` 的 ObjectiveC 類型。
+
+
+
+ 無法編譯產生的登錄器程式碼。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器無法封送處理方法 `{1}` 之簽章中類型 `{0}` 的 out 參數。
+
+
+
+ 登錄器無法建置方法 `{1}` 中類型 `{0}' 的簽章。
+
+
+
+ 登錄器找到泛型方法: '{0}'。不支援匯出泛型方法,其可能會導致發生隨機行為及 (或) 損毀
+
+
+
+ 方法 '{0}.{1}' 的登錄器發生未預期的錯誤 - 請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 無法登錄組件 '{0}': {1}
+
+
+
+ 登錄器在方法 '{0}.{1}' 中發現簽章不符的情況,選取器 '{4}' 指出該方法採用 {2} 參數,但受控方法卻有 {3} 參數。
+
+
+
+ 無法以相同的原生名稱 ('{2}') 登錄兩個受控類型 ('{0}' 與 '{1}')。
+
+
+
+ 因為選取器 '{0}' 已在成員 '{3}' 上登錄,所以無法在成員 '{1}.{2}' 上登錄該選取器。
+
+
+
+ 登錄器在 '{1}.{2}' 欄位中找到未知的欄位類型 '{0}'。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 使用帳戶架構時,無法使用 GCC/G ++ 從靜態登錄器編譯所產生的程式碼 (編譯期間所使用並由 Apple 提供的標頭檔需要 Clang)。請使用 Clang (--compiler:clang) 或動態登錄器 (--registrar:dynamic)。
+
+
+
+ 可變參數函式 '{0}' 中的可變參數類型必須為 System.IntPtr。
+
+
+
+ 在 '{1}' 中找到無效的 {0}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 在 '{0}' 中找到無效的 RegisterAttribute 屬性 {1}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 在 '{0}' 中找到無效的 AdoptsAttribute: 應為 1 建構函式引數,但取得 {1}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 在 '{0}.{1}' 中找到無效的 BindAsAttribute: {2} 為未知欄位。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 在 '{1}.{2}' 中找到無效的 {0}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 在 '{0}' 中找到無效的 BindAsAttribute: 應具有 1 建構函式引數,但找到 {1}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 在 '{0}' 中找到無效的 BindAsAttribute: 找不到 {1} 的基礎列舉類型。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器在方法 '{1}' 的簽章中找到無效的類型 '{0}': 該介面必須具有指定其包裝函式類型的 Protocol 屬性。
+
+
+
+ 無法以相同的原生名稱 ('{2}') 登錄兩個受控通訊協定 ('{0}' 與 '{1}')。
+
+
+
+ 無法為方法 '{0}.{1}' 登錄多個介面方法。
+
+
+
+ 登錄器在方法 '{1}' 的參數 {2} 中找到無效的泛型參數類型 '{0}'。泛型參數必須具有 'NSObject' 條件約束。
+
+
+
+ 登錄器在方法 '{1}' 中找到無效的泛型傳回類型 '{0}'。泛型傳回類型必須具有 'NSObject' 條件約束。
+
+
+
+ 登錄器無法匯出泛型類別 ('{0}') 中的靜態方法。
+
+
+
+ 登錄器無法匯出泛型類別 ('{0}.{1}') 中的靜態屬性。
+
+
+
+ 登錄器在屬性 '{1}.{2}' 中找到無效的泛型傳回類型 '{0}'。傳回類型必須具有 'NSObject' 條件約束。
+
+
+
+ 您的應用程式使用 '{0}' 架構,但該架構並未包含於您用來建置應用程式的 {3} SDK 中 (推出此架構的版本為 {3} {2},但您用來建置的 SDK 版本為 {3} {1})。請在您應用程式的 {3} 建置選項中選取較新的 SDK。
+
+
+
+ 您的應用程式使用 '{0}' 架構,但該架構並未包含於您用來建置應用程式的 {3} SDK 中 (推出此架構的版本為 {3} {2},但您用來建置的 SDK 版本為 {3} {1})。靜態登錄器不支援此設定 (請傳遞 --registrar:dynamic,作為您專案 Mac 建置選項中要選取的其他 mmp 引數)。或請改為在您應用程式的 Mac 建置選項中,選取較新的 SDK。
+
+
+
+ 成員 '{0}' 具有不含選取器的 Export 屬性。必須具有選取器。
+
+
+
+ 登錄器無法封送處理方法 '{2}.{3}' 中參數 '{1}' 的參數類型 '{0}'
+
+
+
+ 方法 '{0}.{1}' 正在實作 '{2}.{3}'。
+
+
+
+ 登錄器無法封送處理屬性 '{1}.{2}' 的屬性類型 '{0}'。
+
+
+
+ 登錄器無法封送處理屬性 '{1}.{2}' 的屬性類型 '{0}'。具有 [Connect] 屬性的屬性必須具有 NSObject (或 NSObject 的子類別) 的屬性類型。
+
+
+
+ 登錄器在方法 '{0}.{1}' 中發現簽章不符的情況,選取器 '{4}' 指出可變參數方法採用 {2} 參數,但受控方法具有 {3} 參數。
+
+
+
+ 因為 Xamarin.iOS 已隱含登錄選取器 '{0}',所以無法在成員 '{1}.{2}' 上登錄此選取器。
+
+
+
+ 列舉 '{0}' 無效: 具有 [Native] 屬性的列舉必須具有 'long' 或 'ulong' 的基礎列舉類型。
+
+ The following are literal names and should not be translated: enum, [Native], long, ulong.
+{0} - The full name of the C# enum.
+
+
+
+ 類別 '{0}' ('{3}') 中 Registrar 屬性的 Name 參數,包含無效的字元: '{1}' (0x{2})。
+
+
+
+ 在 '{1}' 中找到無效的 {0}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器找到泛型通訊協定: '{0}'。不支援匯出泛型通訊協定。
+
+
+
+ 因為第一個參數的類型 ('{2}') 不符合類別類型 ('{3}'),所以無法登錄擴充方法 '{0}.{1}'。
+
+
+
+ 因為類型 '{0}' Category 屬性中的類別類型 '{1}' 並非繼承自 NSObject,所以無法登錄類型 '{0}'。
+
+
+
+ 因為未設定類型 '{0}' Category 屬性中的 Type 屬性,所以無法登錄類型 '{0}'。
+
+
+
+ 因為類型 '{0}' 實作 INativeObject 或子類別 NSObject,所以無法將類型 '{0}' 登錄為類別。
+
+
+
+ 因為 '{0}' 為泛型類別,所以無法將類型 '{0}' 登錄為類別。
+
+
+
+ 因為 '{0}.{1}' 為泛型方法,所以無法將方法 '{0}.{1}' 登錄為類別方法。
+
+
+
+ 無法以相同的原生名稱 ('{2}') 登錄兩個類別 ('{0}' 與 '{1}')
+
+
+
+ 因為擴充方法至少需要一個參數 (而且其類型必須符合類別類型 '{2}'),所以無法登錄類別方法 '{0}.{1}'。
+
+
+
+ 因為不支援類別中的建構函式,所以無法登錄類別 {0} 中的建構函式 {0}.{1}。
+
+
+
+ 因為類別方法必須為靜態方法,所以無法將方法 '{0}.{1}' 登錄為類別方法。
+
+
+
+ 在 '{3}.{4}' 的選取器 '{2}' 中找到無效的字元 '{0}' (0x{1})
+
+
+
+ 登錄器找到不受支援的結構 '{0}': 結構中的所有欄位也必須是結構 (類型為 '{2}' 的欄位 '{1}' 並非結構)。
+
+
+
+
+ {3} {4} 中未提供類型 '{0}' (推出該類型的版本為 {3} {5}){6},請使用較新的 {3} SDK 建置 (通常使用最新版 Xcode 來完成建置)。
+
+
+
+ 類型 '{0}' (用為 {1} 的基底類型) 不適用於 {2} {3} (該類型於 {2} {4}){5} 時開始採用)。請使用更新的 {2} SDK 執行建置作業 (通常會使用最新版的 Xcode)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the base type.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 類型 '{0}' (用為 {1} 的參數) 不適用於 {2} {3} (該類型於 {2} {4}){5} 時開始採用)。請使用更新的 {2} SDK 執行建置作業 (通常會使用最新版的 Xcode)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 類型 '{0}' (用為 {1} 的屬性類型) 不適用於 {2} {3} (該類型於 {2} {4}){5} 時開始採用)。請使用更新的 {2} SDK 執行建置作業 (通常會使用最新版的 Xcode)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the property.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 類型 '{0}' (用為 {1} 的傳回型別) 不適用於 {2} {3} (該類型於 {2} {4}){5} 時開始採用)。請使用更新的 {2} SDK 執行建置作業 (通常會使用最新版的 Xcode)。
+
+ This is a message for usage of a type that is not available targeting older platform versions. The following are literal names and should not be translated: SDK, Xcode
+{0} - The full C# type name.
+{1} - The name of the method.
+{2} - The platform name, such as 'iOS'.
+{3} - The current platform version number.
+{4} - The platform version where the type was introduced.
+{5} - An additional message about the platform version introducing the type.
+
+
+
+ 登錄器發生內部錯誤 ({0} ctor 具有 {1} 引數)。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器發生內部錯誤 (未知的可用性種類: {0})。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器發生內部錯誤 (BindAs 參數不可為 ref/out: {0})。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 因為屬性 '{0}' 的選取器 '{1}' 為 Objective-C 關鍵字,所以無法匯出該屬性。請使用不同的名稱。
+
+
+
+ 登錄器在所參考的組件中均找不到類型 'System.Void'。
+
+
+
+ 因為簽章包含非參考類型的類型 ({1}),所以無法登錄方法 '{0}'。
+
+
+
+ 因為簽章包含泛型類型 ({1}),該類型具有未實作 INativeObject ({2}) 的泛型引數類型,所以無法登錄方法 '{0}'。
+
+
+
+ 因為類型 '{0}' 的 Objective-C 名稱 '{1}' 為 Objective-C 關鍵字,所以無法登錄該類型。請使用不同的名稱。
+
+
+
+ 無法為 {0} 產生 P/Invoke 包裝函式: {1}
+
+
+
+ 登錄器無法針對方法 {2} 中的傳回值從 '{0}' 轉換為 '{1}'。
+
+
+
+ 方法 {0} 傳回值的 BindAs 屬性無效: BindAs 類型 {1} 與傳回類型 {2} 不同。
+
+
+
+ 參數 #{0} 的 BindAs 屬性無效: BindAs 類型 {1} 與參數類型 {2} 不同。
+
+
+
+ 屬性 {0}.{1} 的 BindAs 屬性無效: BindAs 類型 {2} 與屬性類型 {1} 不同。
+
+
+
+ 登錄器無法針對方法 {3} 中的參數 '{2}' 從 '{0}' 轉換為 '{1}'。
+
+
+
+ 因為 {0} 沒有指定的簽章,所以登錄器無法計算方法 {1} 中計算類型 {0} 之委派的區塊簽章。
+
+
+
+ 登錄器無法為方法 {1} 中類型為 {0} 的委派計算區塊簽章,原因是找不到屬於該委派類型的 Invoke 方法。
+
+
+
+ 找不到針對方法 {0} 中參數 #{1} 委派轉換方法的區塊。
+
+
+
+ 找不到針對方法 {0} 中參數 #{1} 委派轉換方法的區塊。
+
+
+
+ 找不到針對方法 {0} 傳回值封鎖轉換類型的委派。
+
+
+
+ 類別 '{0}' 中所使用 'Adopts' 屬性的 'ProtocolType' 參數包含無效的字元。使用的值: '{1}' 無效的字元: '{2}'
+
+
+
+ 因為已從 iOS SDK 移除 WatchKit 架構,所以將不會登錄類別 '{0}'。
+
+
+
+ 登錄器在 '{1}' 的簽章中找到抽象類型 '{0}'。不應在匯出至 Objective-C 的成員簽章中使用抽象類型。
+
+
+
+ 登錄器發生內部錯誤 (BindAs 參數不可為 ref/out: {0})。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 登錄器無法為方法 {1} 中類型為 {0} 的委派計算區塊簽章,原因是找不到屬於該委派類型的 Invoke 方法。
+
+
+
+ 缺少 '{0}' 編譯器。請安裝 Xcode [命令列工具] 元件
+
+
+
+ 找不到 '{0}' 或 '{1}' 編譯器。請安裝 Xcode [命令列工具] 元件
+
+
+
+ 無法編譯。錯誤碼 - {0}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 無法編譯檔案 '{0}'。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 無法編譯檔案 '{0}'。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 因為機器碼對 32 位元的 ARM 架構而言太過龐大,所以無法針對 32 位元的架構將組件 '{0}' 進行 AOT 編譯。
+
+
+
+ 編譯器輸出過長,其長度僅限 1000 行。
+
+
+
+ 原生連結失敗。錯誤碼: 1。如需詳細資料,請查看組建記錄檔。
+
+
+
+ 原生連結失敗。請檢閱組建記錄檔,以及為 GCC 提供的使用者旗標: {0}
+
+
+
+ 原生連結失敗。請檢閱組建記錄檔。
+
+
+
+ 缺少 Mono.framework MDK。請從 https://www.mono-project.com/download/ 為您的 Mono.framework 版本安裝 MDK
+
+
+
+ 原生連結警告: {0}
+
+
+
+ 找不到 {0},原因可能是 Xamarin.Mac 安裝已損毀。請重新安裝 Xamarin.Mac。
+
+
+
+ 原生連結失敗。請檢閱組建記錄檔。
+
+
+
+ 架構 '{0}' 無效。唯一有效的架構為 x86_64。
+
+
+
+ 原生連結錯誤: {0}
+
+
+
+ 原生連結失敗,未定義符號: {0}。請確認已參考所有必要架構,並且已正確連結原生程式庫。
+
+
+
+ 原生連結失敗,未定義 Objective-C 類別: {0}。在與您應用程式連結的程式庫或架構中均找不到符號 '{1}'。
+
+
+
+ 原生連結失敗,符號重複: '{0}'。
+
+
+
+ 下列位置出現重複的符號: {0} (與先前錯誤相關的位置)
+
+
+
+ 原生連結失敗,未定義符號: {0}。受控成員 {1} {2} 已參考此符號。請確認已參考所有必要架構,並且已連結原生程式庫。
+
+
+
+ 對 '{0}' 的參考可能需要對原生連結器下達其他 -framework=XXX 或 -lXXX 指令
+
+
+
+ '{0}' 的原生連結失敗。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告
+
+
+
+ 因為連結器命令列太長 ({0} 個字元),所以原生連結失敗。
+
+
+
+ 因為 {0} 未偵測為動態符號,所以無法忽略動態符號 {0} (--ignore-dynamic-symbol={0})。
+
+
+
+ 因為已從 iOS 移除 WatchKit,所以未與 WatchKit 連結。
+
+
+
+ 正在跳過架構 '{0}'。Mac App Store 禁止 (拒絕) 此作業
+
+
+
+ 正在針對架構 '{0}' 進行連結。Mac App Store 禁止 (拒絕) 此作業
+
+
+
+ 無法執行原生連結器: {0}。請前往 https://github.com/xamarin/xamarin-macios/issues/new 回報錯誤 (bug)
+
+
+
+ 未連結到架構 '{0}',因為目前的 {1} SDK 在模擬器中不包含此架構的支援。
+ This is a warning explaining why a native framework won't be referenced from the app when building for the simulator. The following are literal names and should not be translated: SDK
+ {0}: The name of the native framework
+ {1}: The current platform (will be either iOS, tvOS, watchOS or macOS).
+
+
+
+ 缺少 'strip' 工具。請安裝 Xcode [命令列工具] 元件
+
+
+
+ 缺少 'dsymutil' 工具。請安裝 Xcode [命令列工具] 元件
+
+
+
+ 無法產生偵錯符號 (dSYM 目錄)。請檢閱組建記錄檔。
+
+
+
+ 無法移除最終的二進位檔。請檢閱組建記錄檔。
+
+
+
+ 缺少 'lipo' 工具。請安裝 Xcode [命令列工具] 元件
+
+
+
+ 無法建立 fat 程式庫。請檢閱組建記錄檔。
+
+
+
+ 缺少 '{0}' 工具。請安裝 Xcode [命令列工具] 元件
+
+
+
+ Xcode 授權合約可能尚未接受。請啟動 Xcode。
+
+
+
+ 無法執行工具 '{0}',錯誤碼 '{1}' 。請查看組建記錄檔以取得詳細資料。
+
+
+
+ install_name_tool 失敗。錯誤碼: '{0}'。如需詳細資料,請查看組建記錄檔。
+
+
+
+ lipo 失敗。錯誤碼: '{0}'。如需詳細資料,請查看組建記錄檔。
+
+
+
+ pkg-config 失敗。錯誤碼: '{0}'。如需詳細資料,請查看組建記錄檔。
+
+
+
+ 找不到 {0}。請從 https://mono-project.com/Downloads 安裝 Mono.framework
+
+
+
+ 無法執行 pkg-config: '{0}'。如需詳細資訊,請查看組建記錄檔。
+
+
+
+ 工具 xcrun 尋找工具 '{0}' 時找不到任何結果 (檔案 '{1}' 不存在)。如需詳細資料,請查看組建記錄檔。
+
+
+
+ 內部一致性錯誤。請前往 https://github.com/xamarin/xamarin-macios/issues/new 提交 Bug 報告。
+
+
+
+
+ 不知道如何在呼叫 {2} 時封送處理參數 {1} 的類型 {0} 的參數
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ 不知道如何在呼叫 {2} 時封送處理返回參數 {1} 的類型 {0} 的參數
+
+{0} - The name of a type.
+{1} - The name of a parameter.
+{2} - The name of a method.
+
+
+
+ 無法從 {0} 封送處理到 Objective-C 物件。受控類別必須繼承自 NSObject 或實作 INativeObject。
+
+{0} - The name of a type.
+
+
+
+ 參數的類型編碼無效。
+
\ No newline at end of file