diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx
index c325e825c33..c82b5487ac9 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.cs.resx
@@ -1146,7 +1146,7 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
- The 'AndroidEnableMarshalMethods' and 'PublishReadyToRun' MSBuild properties cannot both be set to 'true'. Set one property to 'false'.
+ Vlastnosti MSBuildu AndroidEnableMarshalMethods a PublishReadyToRun nelze současně nastavit na hodnotu true. Nastavte jednu vlastnost na false.
The following are literal names and should not be translated: AndroidEnableMarshalMethods, PublishReadyToRun, MSBuild, true, false.
@@ -1259,6 +1259,36 @@ Pokud chcete pro sestavení z příkazového řádku použít vlastní cestu JDK
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
Příkaz {0} selhal.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx
index 03802f53dc3..5a38839efcf 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.de.resx
@@ -1146,7 +1146,7 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
- The 'AndroidEnableMarshalMethods' and 'PublishReadyToRun' MSBuild properties cannot both be set to 'true'. Set one property to 'false'.
+ Die MSBuild-Eigenschaften „AndroidEnableMarshalMethods“ und „PublishReadyToRun“ können nicht beide auf „true“ festgelegt werden. Legen Sie eine der Eigenschaften auf „false“ fest.
The following are literal names and should not be translated: AndroidEnableMarshalMethods, PublishReadyToRun, MSBuild, true, false.
@@ -1259,6 +1259,36 @@ Um einen benutzerdefinierten JDK-Pfad für einen Befehlszeilenbuild zu verwenden
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
Befehl „{0}“ fehlgeschlagen.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx
index dcad2b7afef..6ece8e0882d 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.es.resx
@@ -1259,6 +1259,36 @@ Para usar una ruta de acceso de JDK personalizada para una compilación de líne
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
Error del comando '{0}'.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx
index dbb7a65f708..cf1f6d7ed85 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.fr.resx
@@ -1259,6 +1259,36 @@ Pour utiliser un chemin JDK personnalisé pour une build de ligne de commande, d
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
La commande « {0} » a échoué.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx
index 50e551f517a..b3c2929acfd 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.it.resx
@@ -1259,6 +1259,36 @@ Per usare un percorso JDK personalizzato per una compilazione della riga di coma
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
Comando '{0}' non riuscito.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx
index 5fe0bf24528..25974ee0777 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ja.resx
@@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
コマンド '{0}' が失敗しました。\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx
index 7259576397e..842d1d9033b 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ko.resx
@@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
'{0}' 명령이 실패했습니다.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx
index 1602f4981ec..0cd1acea507 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pl.resx
@@ -1259,6 +1259,36 @@ Aby użyć niestandardowej ścieżki zestawu JDK dla kompilacji wiersza poleceni
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
Wykonanie polecenia „{0}” nie powiodło się.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx
index f5912656ccb..9a0d92f04f0 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.pt-BR.resx
@@ -1259,6 +1259,36 @@ Para usar um caminho JDK personalizado para um build de linha de comando, defina
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
O comando '{0}' falhou.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx
index 0c7df71f64f..1d7229daed0 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.ru.resx
@@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
Не удалось выполнить команду "{0}".\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx
index d3b270751c9..3cf75acdabc 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.tr.resx
@@ -1259,6 +1259,36 @@ Bir komut satırı derlemesi için özel bir SDK yolu kullanmak için 'JavaSdkDi
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
'{0}' komutu başarısız oldu.\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx
index 35f472397e4..651933c7447 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hans.resx
@@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
命令 '{0}' 失败。\n{1}
diff --git a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx
index 978b652e6cf..82b164441c3 100644
--- a/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx
+++ b/src/Xamarin.Android.Build.Tasks/Properties/Resources.zh-Hant.resx
@@ -1259,6 +1259,36 @@ In this message, the term "handheld app" means "app for handheld devices."
The following are literal names and should not be translated: Java.
{0} - Java package or type name
{1} - Java reserved keyword or restricted identifier
+
+
+ Type '{0}' has multiple managed constructors that map to the same Java Native Interface (JNI) signature '{1}'. Change the constructor parameter types so each constructor has a unique JNI signature.
+ The following terms should not be translated: Java Native Interface, JNI.
+{0} - Fully-qualified managed type name
+{1} - Colliding JNI constructor signature
+
+
+ Type '{0}' has a constructor parameter type '{1}' that cannot be represented in a Java constructor. Remove the constructor or change the parameter to a supported Java type.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - Unsupported managed constructor parameter type
+
+
+ Type '{0}' has Java constructor signature '{1}', but its base type does not expose a compatible Java constructor. Add a compatible base constructor or remove the derived constructor.
+ The following term should not be translated: Java.
+{0} - Fully-qualified managed type name
+{1} - JNI signature of the derived constructor
+
+
+ Type '{0}' has an invalid [Export] SuperArgumentsString value '{1}'. The value references a constructor parameter that does not exist.
+ The following terms should not be translated: Export, SuperArgumentsString.
+{0} - Fully-qualified managed type name
+{1} - Invalid SuperArgumentsString value
+
+
+ The exported member '{0}' has unsupported signature type '{1}'. Use a Java peer type, a supported managed-to-Java mapping, or [ExportParameter].
+ The following are literal names and should not be translated: Java, [ExportParameter].
+{0} - Fully-qualified managed member name
+{1} - Managed parameter or return type
指令 '{0}' 失敗。\n{1}