mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-21 21:46:27 +02:00
Version 3.0.290
This commit is contained in:
parent
af3c20ea1c
commit
ad3cdbcadf
231 changed files with 14555 additions and 7798 deletions
|
@ -35,8 +35,25 @@
|
|||
<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>
|
||||
<source>Bold was or is blocked.</source>
|
||||
<target state="needs-review-translation">Schloss war oder ist blockiert.</target>
|
||||
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translation’s accuracy as the source string was updated after it was translated.</note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorConnectLockBluetoothNotOnException" translate="yes" xml:space="preserve">
|
||||
<source>Can not connect to lock. Unexpected bluetooth state {0} detected.</source>
|
||||
<target state="translated">Kann keine Verbindung zum Schloss herstellen. Unerwarteter Bluetooth-Status {0} erkannt.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorConnectLockBluetoothOffException" translate="yes" xml:space="preserve">
|
||||
<source>Can not connect to lock. Bluetooth is off but has to be turned on.</source>
|
||||
<target state="translated">Kann keine Verbindung zum Schloss herstellen. Bluetooth ist aus und sollte aber angeschalten sein.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorConnectLockLocationOffException" translate="yes" xml:space="preserve">
|
||||
<source>Can not connect to lock. Location is off but has to be turned on.</source>
|
||||
<target state="translated">Kann keine Verbindung zum Schloss herstellen. Standortbestimmung ist deaktiviert, sollte aber aktiviert sein.</target>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorConnectLockLocationPermissingMissingException" translate="yes" xml:space="preserve">
|
||||
<source>Can not connect to lock. Location permission is required but not granted. </source>
|
||||
<target state="translated">Kann keine Verbindung zum Schloss herstellen. Standort-Zugriffserlaubnis muss erteilt sein wurde aber nicht erteilt. </target>
|
||||
</trans-unit>
|
||||
</group>
|
||||
</body>
|
||||
|
|
|
@ -105,6 +105,42 @@ namespace TINK.MultilingualResources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Can not connect to lock. Unexpected bluetooth state {0} detected..
|
||||
/// </summary>
|
||||
internal static string ErrorConnectLockBluetoothNotOnException {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorConnectLockBluetoothNotOnException", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Can not connect to lock. Bluetooth is off but has to be turned on..
|
||||
/// </summary>
|
||||
internal static string ErrorConnectLockBluetoothOffException {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorConnectLockBluetoothOffException", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Can not connect to lock. Location is off but has to be turned on..
|
||||
/// </summary>
|
||||
internal static string ErrorConnectLockLocationOffException {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorConnectLockLocationOffException", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Can not connect to lock. Location permission is required but not granted. .
|
||||
/// </summary>
|
||||
internal static string ErrorConnectLockLocationPermissingMissingException {
|
||||
get {
|
||||
return ResourceManager.GetString("ErrorConnectLockLocationPermissingMissingException", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bold is blocked..
|
||||
/// </summary>
|
||||
|
@ -115,7 +151,7 @@ namespace TINK.MultilingualResources {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Bolds was or is blocked..
|
||||
/// Looks up a localized string similar to Bold was or is blocked..
|
||||
/// </summary>
|
||||
internal static string ErrorOpenLockBoldWasBlocked {
|
||||
get {
|
||||
|
|
|
@ -33,4 +33,19 @@
|
|||
<data name="ErrorOpenLockBoldBlocked" xml:space="preserve">
|
||||
<value>Schloss ist blockiert.</value>
|
||||
</data>
|
||||
<data name="ErrorOpenLockBoldWasBlocked" xml:space="preserve">
|
||||
<value>Schloss war oder ist blockiert.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockBluetoothNotOnException" xml:space="preserve">
|
||||
<value>Kann keine Verbindung zum Schloss herstellen. Unerwarteter Bluetooth-Status {0} erkannt.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockBluetoothOffException" xml:space="preserve">
|
||||
<value>Kann keine Verbindung zum Schloss herstellen. Bluetooth ist aus und sollte aber angeschalten sein.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockLocationOffException" xml:space="preserve">
|
||||
<value>Kann keine Verbindung zum Schloss herstellen. Standortbestimmung ist deaktiviert, sollte aber aktiviert sein.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockLocationPermissingMissingException" xml:space="preserve">
|
||||
<value>Kann keine Verbindung zum Schloss herstellen. Standort-Zugriffserlaubnis muss erteilt sein wurde aber nicht erteilt. </value>
|
||||
</data>
|
||||
</root>
|
|
@ -132,11 +132,23 @@
|
|||
<data name="ErrorCloseLockUnknownPosition" xml:space="preserve">
|
||||
<value>Lock reports unknown bold position.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockBluetoothNotOnException" xml:space="preserve">
|
||||
<value>Can not connect to lock. Unexpected bluetooth state {0} detected.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockBluetoothOffException" xml:space="preserve">
|
||||
<value>Can not connect to lock. Bluetooth is off but has to be turned on.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockLocationOffException" xml:space="preserve">
|
||||
<value>Can not connect to lock. Location is off but has to be turned on.</value>
|
||||
</data>
|
||||
<data name="ErrorConnectLockLocationPermissingMissingException" xml:space="preserve">
|
||||
<value>Can not connect to lock. Location permission is required but not granted. </value>
|
||||
</data>
|
||||
<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>
|
||||
<value>Bold was or is blocked.</value>
|
||||
</data>
|
||||
<data name="ErrorOpenLockUnexpectedState" xml:space="preserve">
|
||||
<value>Unexpected locking state "{0}" detected after sending open command.</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue