Missing Spanish Translations

This commit is contained in:
Paul Plant 2020-05-19 16:14:08 +02:00
parent 7c70c3848f
commit ff1a0579f7
4 changed files with 74 additions and 4 deletions

View File

@ -8,6 +8,7 @@
/* Begin PBXBuildFile section */
470CE1FC246802EB00D5CB74 /* BluetoothPeripheralsView.strings in Resources */ = {isa = PBXBuildFile; fileRef = 470CE1FE246802EB00D5CB74 /* BluetoothPeripheralsView.strings */; };
47503382247420A200D2260B /* BluetoothPeripheralView.strings in Resources */ = {isa = PBXBuildFile; fileRef = 47503384247420A200D2260B /* BluetoothPeripheralView.strings */; };
A48D2DE552F4A356AA32746A /* Pods_xdrip.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 662BEA7F7991B9BD2E7D3EA4 /* Pods_xdrip.framework */; };
F8025C0A21D94FD700ECF0C0 /* CBManagerState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8025C0921D94FD700ECF0C0 /* CBManagerState.swift */; };
F8025C1321DA683400ECF0C0 /* Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8025C1221DA683400ECF0C0 /* Data.swift */; };
@ -115,7 +116,6 @@
F867E2612252ADAB000FD265 /* Calibration+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = F867E25D2252ADAB000FD265 /* Calibration+CoreDataProperties.swift */; };
F8691888239CEEFA0065B607 /* BluetoothPeripheralViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8691887239CEEFA0065B607 /* BluetoothPeripheralViewModel.swift */; };
F869188C23A044340065B607 /* TextsM5StackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F869188B23A044340065B607 /* TextsM5StackView.swift */; };
F869189023A155100065B607 /* BluetoothPeripheralView.strings in Resources */ = {isa = PBXBuildFile; fileRef = F869188F23A155100065B607 /* BluetoothPeripheralView.strings */; };
F878FA7D2405B3CF00BC6DA6 /* BluetoothPeripheralManager+CGMBubbleTransmitterDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878FA7C2405B3CF00BC6DA6 /* BluetoothPeripheralManager+CGMBubbleTransmitterDelegate.swift */; };
F889CB6F236D84AC00A81068 /* M5StackView.strings in Resources */ = {isa = PBXBuildFile; fileRef = F889CB71236D84AC00A81068 /* M5StackView.strings */; };
F897AAF92200F2D200CDDD10 /* CBPeripheralState.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897AAF82200F2D200CDDD10 /* CBPeripheralState.swift */; };
@ -328,6 +328,9 @@
470CE1FD246802EB00D5CB74 /* es-ES */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-ES"; path = "es-ES.lproj/BluetoothPeripheralsView.strings"; sourceTree = "<group>"; };
470CE1FF246802F400D5CB74 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/BluetoothPeripheralsView.strings; sourceTree = "<group>"; };
470CE200246803B100D5CB74 /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/BluetoothPeripheralsView.strings"; sourceTree = "<group>"; };
47503383247420A200D2260B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/BluetoothPeripheralView.strings; sourceTree = "<group>"; };
47503385247420B000D2260B /* es-ES */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-ES"; path = "es-ES.lproj/BluetoothPeripheralView.strings"; sourceTree = "<group>"; };
47503387247420BA00D2260B /* es-MX */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-MX"; path = "es-MX.lproj/BluetoothPeripheralView.strings"; sourceTree = "<group>"; };
475DED96244AF92A00F78473 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Alerts.strings; sourceTree = "<group>"; };
662BEA7F7991B9BD2E7D3EA4 /* Pods_xdrip.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_xdrip.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E2648F65F347D56D7DFFFAB7 /* Pods-xdrip.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-xdrip.release.xcconfig"; path = "Target Support Files/Pods-xdrip/Pods-xdrip.release.xcconfig"; sourceTree = "<group>"; };
@ -445,7 +448,6 @@
F867E25D2252ADAB000FD265 /* Calibration+CoreDataProperties.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = "Calibration+CoreDataProperties.swift"; path = "xdrip/Core Data/extensions/Calibration+CoreDataProperties.swift"; sourceTree = SOURCE_ROOT; };
F8691887239CEEFA0065B607 /* BluetoothPeripheralViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BluetoothPeripheralViewModel.swift; sourceTree = "<group>"; };
F869188B23A044340065B607 /* TextsM5StackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextsM5StackView.swift; sourceTree = "<group>"; };
F869188F23A155100065B607 /* BluetoothPeripheralView.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; path = BluetoothPeripheralView.strings; sourceTree = "<group>"; };
F878FA7C2405B3CF00BC6DA6 /* BluetoothPeripheralManager+CGMBubbleTransmitterDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "BluetoothPeripheralManager+CGMBubbleTransmitterDelegate.swift"; sourceTree = "<group>"; };
F889CB70236D84AC00A81068 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/M5StackView.strings; sourceTree = "<group>"; };
F889CB8D236D89C800A81068 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
@ -1161,7 +1163,7 @@
F8B3A7B3226A0A71004BA588 /* Alerts.strings */,
F8B3A80B227A3E97004BA588 /* AlertTypesSettingsView.strings */,
470CE1FE246802EB00D5CB74 /* BluetoothPeripheralsView.strings */,
F869188F23A155100065B607 /* BluetoothPeripheralView.strings */,
47503384247420A200D2260B /* BluetoothPeripheralView.strings */,
F8B48AA222B2FA9A009BCC01 /* CalibrationRequest.strings */,
F8BDD444221C9D0D006EAB84 /* Common.strings */,
F8EEDD572300136F00D2D610 /* DexcomShareTestResult.strings */,
@ -2010,7 +2012,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F869189023A155100065B607 /* BluetoothPeripheralView.strings in Resources */,
47503382247420A200D2260B /* BluetoothPeripheralView.strings in Resources */,
F8BDD442221C9D0D006EAB84 /* Common.strings in Resources */,
F8AC426A21ADEBD70078C348 /* LaunchScreen.storyboard in Resources */,
F8E3A2A323D4E7E200E5E98A /* Default-568h@2x.png in Resources */,
@ -2407,6 +2409,16 @@
name = BluetoothPeripheralsView.strings;
sourceTree = "<group>";
};
47503384247420A200D2260B /* BluetoothPeripheralView.strings */ = {
isa = PBXVariantGroup;
children = (
47503383247420A200D2260B /* en */,
47503385247420B000D2260B /* es-ES */,
47503387247420BA00D2260B /* es-MX */,
);
name = BluetoothPeripheralView.strings;
sourceTree = "<group>";
};
F889CB71236D84AC00A81068 /* M5StackView.strings */ = {
isa = PBXVariantGroup;
children = (

View File

@ -0,0 +1,29 @@
"address" = "Dirección:";
"status" = "Estado:";
"connected" = "Conectado";
"notConnected" = "No Conectado";
"donotconnect" = "Detener Escaneo";
"selectAliasText" = "Escribir un nombre sencillo (alias) para poder reconocer este dispositivo bluetooth.";
"aliasAlreadyExists" = "Ya existe otro dispositivo bluetooth con este nombre";
"confirmDeletionPeripheral" = "Confirmar que quieres borrar el dispositivo bluetooth: ";
"bluetoothPeripheralAlias" = "Alias:";
"SensorSerialNumber" = "Número de Serie del Sensor:";
"serialNumber" = "Número de Serie:";
"battery" = "Batería:";
"needsTransmitterId" = "Falta la ID del Transmisor";
"scan" = "Escanear";
"readyToScan" = "Listo para Escanear";
"scanning" = "Escaneando";
"disconnect" = "Desconectar";
"tryingToConnect" = "Escaneando";
"notTryingToConnect" = "Escaneo Detenido";
"connect" = "Conectar";
"connectedAt" = "Conectado Desde:";
"disConnectedAt" = "Desconectado Desde:";
"resetRequired" = "Es necesario resetear";
"lastReset" = "Último Reset:";
"lastResetNotKnown" = "Fecha del Último Reset Desconocido";
"transmitterResultResult" = "Resultado del reseteo del Transmisor";
"bootLoader" = "Bootloader";
"cannotActiveCGMInFollowerMode" = "No puedes añadir un transmisor MGC estando en modo Follower/Seguidor";
"cgmDeActivateBecauseMovingToFollowerMode" = "El transmisor MGC ha sido desactivado ya que no se puede dejar activo en Modo Follower/Seguidor";

View File

@ -0,0 +1,29 @@
"address" = "Dirección:";
"status" = "Estado:";
"connected" = "Conectado";
"notConnected" = "No Conectado";
"donotconnect" = "Detener Escaneo";
"selectAliasText" = "Escribir un nombre sencillo (alias) para poder reconocer este dispositivo bluetooth.";
"aliasAlreadyExists" = "Ya existe otro dispositivo bluetooth con este nombre";
"confirmDeletionPeripheral" = "Confirmar que quiere borrar el dispositivo bluetooth: ";
"bluetoothPeripheralAlias" = "Alias:";
"SensorSerialNumber" = "Número de Serie del Sensor:";
"serialNumber" = "Número de Serie:";
"battery" = "Batería:";
"needsTransmitterId" = "Falta la ID del Transmisor";
"scan" = "Escanear";
"readyToScan" = "Listo para Escanear";
"scanning" = "Escaneando";
"disconnect" = "Desconectar";
"tryingToConnect" = "Escaneando";
"notTryingToConnect" = "Escaneo Detenido";
"connect" = "Conectar";
"connectedAt" = "Conectado Desde:";
"disConnectedAt" = "Desconectado Desde:";
"resetRequired" = "Es necesario resetear";
"lastReset" = "Último Reset:";
"lastResetNotKnown" = "Fecha del Último Reset Desconocido";
"transmitterResultResult" = "Resultado del reseteo del Transmisor";
"bootLoader" = "Bootloader";
"cannotActiveCGMInFollowerMode" = "No puede añadir un transmisor MGC estando en modo Follower/Seguidor";
"cgmDeActivateBecauseMovingToFollowerMode" = "El transmisor MGC ha sido desactivado ya que no se puede dejar activo en Modo Follower/Seguidor";