Code updated to 3.0.238

This commit is contained in:
Oliver Hauff 2021-06-26 20:57:55 +02:00
parent 3302d80678
commit 9c6a1fa92b
257 changed files with 7763 additions and 2861 deletions

View file

@ -18,11 +18,6 @@
<source>Unexpected locking state "{0}" detected after sending open command.</source>
<target state="translated">Unerwarteter Schlosszustand "{0}" gemeldet nach Ausführen des Öffnen-Befehls.</target>
</trans-unit>
<trans-unit id="ErrorOpenLockUnknownPosition" translate="yes" xml:space="preserve">
<source>Lock reports unknown bold position.</source>
<target state="needs-review-translation">Schloss meldet unbekannten Schließzustand.</target>
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translations accuracy as the source string was updated after it was translated.</note>
</trans-unit>
<trans-unit id="ErrorBluetoothDisconnectedException" translate="yes" xml:space="preserve">
<source>No bluetooth connection.</source>
<target state="translated">Keine Bluetooth-Verbindung.</target>
@ -39,6 +34,10 @@
<source>Bold is blocked.</source>
<target state="translated">Schloss ist blockiert.</target>
</trans-unit>
<trans-unit id="ErrorOpenLockBoldWasBlocked" translate="yes" xml:space="preserve">
<source>Bolds was or is blocked.</source>
<target state="new">Bolds was or is blocked.</target>
</trans-unit>
</group>
</body>
</file>

View file

@ -114,6 +114,15 @@ namespace TINK.MultilingualResources {
}
}
/// <summary>
/// Looks up a localized string similar to Bolds was or is blocked..
/// </summary>
internal static string ErrorOpenLockBoldWasBlocked {
get {
return ResourceManager.GetString("ErrorOpenLockBoldWasBlocked", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unexpected locking state &quot;{0}&quot; detected after sending open command..
/// </summary>
@ -122,14 +131,5 @@ namespace TINK.MultilingualResources {
return ResourceManager.GetString("ErrorOpenLockUnexpectedState", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Lock reports unknown bold position..
/// </summary>
internal static string ErrorOpenLockUnknownPosition {
get {
return ResourceManager.GetString("ErrorOpenLockUnknownPosition", resourceCulture);
}
}
}
}

View file

@ -21,9 +21,6 @@
<data name="ErrorOpenLockUnexpectedState" xml:space="preserve">
<value>Unerwarteter Schlosszustand "{0}" gemeldet nach Ausführen des Öffnen-Befehls.</value>
</data>
<data name="ErrorOpenLockUnknownPosition" xml:space="preserve">
<value>Schloss meldet unbekannten Schließzustand.</value>
</data>
<data name="ErrorBluetoothDisconnectedException" xml:space="preserve">
<value>Keine Bluetooth-Verbindung.</value>
</data>

View file

@ -135,10 +135,10 @@
<data name="ErrorOpenLockBoldBlocked" xml:space="preserve">
<value>Bold is blocked.</value>
</data>
<data name="ErrorOpenLockBoldWasBlocked" xml:space="preserve">
<value>Bolds was or is blocked.</value>
</data>
<data name="ErrorOpenLockUnexpectedState" xml:space="preserve">
<value>Unexpected locking state "{0}" detected after sending open command.</value>
</data>
<data name="ErrorOpenLockUnknownPosition" xml:space="preserve">
<value>Lock reports unknown bold position.</value>
</data>
</root>