Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Crypto/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (No Comment) */
"CFBundleName" = "$(PRODUCT_NAME)";

3 changes: 3 additions & 0 deletions MinimedKit/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (No Comment) */
"CFBundleName" = "$(PRODUCT_NAME)";

42 changes: 42 additions & 0 deletions MinimedKit/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/* The description of AlarmClockReminderPumpEvent */
"AlarmClockReminder" = "AlarmClockReminder";

/* The description of AlarmSensorPumpEvent */
"AlarmSensor" = "AlarmSensor";

/* Describing the battery chemistry as Alkaline */
"Alkaline" = "Alcalina";

/* The format string description of a BasalProfileStartPumpEvent. (1: The index of the profile)(2: The basal rate) */
"Basal Profile %1$@: %2$@ U/hour" = "Perfil Basal %1$@: %2$@ U/hora";

/* Pump error code when bolus is in progress */
"Bolus in progress" = "Bolo en progreso";

/* Pump error code returned when command refused */
"Command refused" = "Comando rechazado";

/* Describing the battery chemistry as Lithium */
"Lithium" = "Litio";

/* Pump error code describing max setting exceeded */
"Max setting exceeded" = "Ajuste máximo excedido";

/* Describing the North America pump region */
"North America" = "Norte America";

/* The format string describing a pump message. (1: The packet type)(2: The message type)(3: The message address)(4: The message data */
"PumpMessage(%1$@, %2$@, %3$@, %4$@)" = "MensageMicroinfusadora(%1$@, %2$@, %3$@, %4$@)";

/* The format string description of a TempBasalPumpEvent. (1: The rate of the temp basal in minutes) */
"Temporary Basal: %1$.3f U/hour" = "Basal Temporal: %1$.3f U/hora";

/* The format string description of a TempBasalDurationPumpEvent. (1: The duration of the temp basal in minutes) */
"Temporary Basal: %1$d min" = "Basal Temporal: %1$d min";

/* The format string description of a TempBasalPumpEvent. (1: The rate of the temp basal in percent) */
"Temporary Basal: %1$d%%" = "Basal Temporal: %1$d%%";

/* Describing the worldwide pump region */
"World-Wide" = "Mundial";

3 changes: 3 additions & 0 deletions NightscoutUploadKit/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (No Comment) */
"CFBundleName" = "$(PRODUCT_NAME)";

115 changes: 115 additions & 0 deletions RileyLink.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@
54BC44B71DB81B5100340EED /* GetGlucosePageMessageBodyTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BC44B61DB81B5100340EED /* GetGlucosePageMessageBodyTests.swift */; };
54BC44B91DB81D6100340EED /* GetGlucosePageMessageBody.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54BC44B81DB81D6100340EED /* GetGlucosePageMessageBody.swift */; };
54DA4E851DFDC0A70007F489 /* SensorValueGlucoseEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DA4E841DFDC0A70007F489 /* SensorValueGlucoseEvent.swift */; };
7D70766D1FE092D4004AC8EA /* LoopKit.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D70766F1FE092D4004AC8EA /* LoopKit.strings */; };
7D7076721FE092D5004AC8EA /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076741FE092D5004AC8EA /* Localizable.strings */; };
7D7076771FE092D6004AC8EA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076791FE092D6004AC8EA /* InfoPlist.strings */; };
7D70767C1FE092D6004AC8EA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D70767E1FE092D6004AC8EA /* InfoPlist.strings */; };
7D7076811FE092D7004AC8EA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076831FE092D7004AC8EA /* InfoPlist.strings */; };
7D7076861FE092D7004AC8EA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076881FE092D7004AC8EA /* InfoPlist.strings */; };
7D70768B1FE09310004AC8EA /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D70768D1FE09310004AC8EA /* Localizable.strings */; };
7D7076901FE09311004AC8EA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076921FE09311004AC8EA /* InfoPlist.strings */; };
7D7076951FE09311004AC8EA /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D7076971FE09311004AC8EA /* Localizable.strings */; };
C10AB08D1C855613000F102E /* FindDeviceMessageBody.swift in Sources */ = {isa = PBXBuildFile; fileRef = C10AB08C1C855613000F102E /* FindDeviceMessageBody.swift */; };
C10AB08F1C855F34000F102E /* DeviceLinkMessageBody.swift in Sources */ = {isa = PBXBuildFile; fileRef = C10AB08E1C855F34000F102E /* DeviceLinkMessageBody.swift */; };
C10D9BC41C8269D500378342 /* MinimedKit.h in Headers */ = {isa = PBXBuildFile; fileRef = C10D9BC31C8269D500378342 /* MinimedKit.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand Down Expand Up @@ -585,6 +594,17 @@
54BC44B61DB81B5100340EED /* GetGlucosePageMessageBodyTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GetGlucosePageMessageBodyTests.swift; sourceTree = "<group>"; };
54BC44B81DB81D6100340EED /* GetGlucosePageMessageBody.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GetGlucosePageMessageBody.swift; sourceTree = "<group>"; };
54DA4E841DFDC0A70007F489 /* SensorValueGlucoseEvent.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SensorValueGlucoseEvent.swift; sourceTree = "<group>"; };
7D4F0A611F8F226F00A55FB2 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D4F0A621F8F226F00A55FB2 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D70766E1FE092D4004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/LoopKit.strings; sourceTree = "<group>"; };
7D7076731FE092D5004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
7D7076781FE092D6004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D70767D1FE092D6004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D7076821FE092D7004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D7076871FE092D7004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D70768C1FE09310004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
7D7076911FE09311004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/InfoPlist.strings; sourceTree = "<group>"; };
7D7076961FE09311004AC8EA /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
C10AB08C1C855613000F102E /* FindDeviceMessageBody.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FindDeviceMessageBody.swift; sourceTree = "<group>"; };
C10AB08E1C855F34000F102E /* DeviceLinkMessageBody.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceLinkMessageBody.swift; sourceTree = "<group>"; };
C10D9BC11C8269D500378342 /* MinimedKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MinimedKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -926,6 +946,7 @@
430D64CC1CB855AB00FCA750 /* RileyLinkBLEKit */ = {
isa = PBXGroup;
children = (
7D7076881FE092D7004AC8EA /* InfoPlist.strings */,
430D64F01CB89FC000FCA750 /* CmdBase.h */,
430D64F11CB89FC000FCA750 /* CmdBase.m */,
430D64F21CB89FC000FCA750 /* GetPacketCmd.h */,
Expand Down Expand Up @@ -966,6 +987,8 @@
43722FAF1CB9F7630038B7F2 /* RileyLinkKit */ = {
isa = PBXGroup;
children = (
7D7076831FE092D7004AC8EA /* InfoPlist.strings */,
7D7076741FE092D5004AC8EA /* Localizable.strings */,
C1B4A9511D1E610F003B8985 /* UI */,
C170C98C1CECD6CE00F3D8E5 /* Extensions */,
43722FB01CB9F7640038B7F2 /* RileyLinkKit.h */,
Expand Down Expand Up @@ -995,6 +1018,7 @@
43C246941D8918AE0031F8D1 /* Crypto */ = {
isa = PBXGroup;
children = (
7D7076791FE092D6004AC8EA /* InfoPlist.strings */,
43C246951D8918AE0031F8D1 /* Crypto.h */,
43C2469F1D8919E20031F8D1 /* Crypto.m */,
43C246961D8918AE0031F8D1 /* Info.plist */,
Expand Down Expand Up @@ -1062,6 +1086,8 @@
C10D9BC21C8269D500378342 /* MinimedKit */ = {
isa = PBXGroup;
children = (
7D70768D1FE09310004AC8EA /* Localizable.strings */,
7D70767E1FE092D6004AC8EA /* InfoPlist.strings */,
C1EAD6B81C826B92006DBA60 /* Extensions */,
C1EAD6BC1C826B92006DBA60 /* Messages */,
54BC44761DB46C3100340EED /* GlucoseEvents */,
Expand Down Expand Up @@ -1269,6 +1295,8 @@
C12EA241198B436800309FA4 /* Supporting Files */ = {
isa = PBXGroup;
children = (
7D7076971FE09311004AC8EA /* Localizable.strings */,
7D70766F1FE092D4004AC8EA /* LoopKit.strings */,
C1EAD6EA1C8409A9006DBA60 /* RileyLink-Bridging-Header.h */,
C12EA242198B436800309FA4 /* RileyLink-Info.plist */,
C12EA243198B436800309FA4 /* InfoPlist.strings */,
Expand Down Expand Up @@ -1441,6 +1469,7 @@
C1B3830C1CD0665D00CE7782 /* NightscoutUploadKit */ = {
isa = PBXGroup;
children = (
7D7076921FE09311004AC8EA /* InfoPlist.strings */,
C1AF21E91D4900300088C41D /* DeviceStatus */,
C13D15591DAACE8400ADC044 /* Either.swift */,
43F348051D596270009933DC /* HKUnit.swift */,
Expand Down Expand Up @@ -1859,6 +1888,7 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
es,
);
mainGroup = C12EA22E198B436800309FA4;
productRefGroup = C12EA238198B436800309FA4 /* Products */;
Expand All @@ -1885,6 +1915,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D7076861FE092D7004AC8EA /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1900,6 +1931,8 @@
buildActionMask = 2147483647;
files = (
431185AA1CF257D10059ED98 /* RileyLinkDeviceTableViewCell.xib in Resources */,
7D7076811FE092D7004AC8EA /* InfoPlist.strings in Resources */,
7D7076721FE092D5004AC8EA /* Localizable.strings in Resources */,
C1B4A9561D1E613A003B8985 /* TextFieldTableViewCell.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -1915,13 +1948,16 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D7076771FE092D6004AC8EA /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
C10D9BBF1C8269D500378342 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D70767C1FE092D6004AC8EA /* InfoPlist.strings in Resources */,
7D70768B1FE09310004AC8EA /* Localizable.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -1938,8 +1974,10 @@
files = (
43EC9DCB1B786C6200DB0D18 /* LaunchScreen.xib in Resources */,
C14FFC5F1D3D75200049CF85 /* ButtonTableViewCell.xib in Resources */,
7D70766D1FE092D4004AC8EA /* LoopKit.strings in Resources */,
C12EA245198B436800309FA4 /* InfoPlist.strings in Resources */,
C12EA24D198B436800309FA4 /* Images.xcassets in Resources */,
7D7076951FE09311004AC8EA /* Localizable.strings in Resources */,
C12EA26A198B442100309FA4 /* Storyboard.storyboard in Resources */,
C14FFC591D3D72D30049CF85 /* AuthenticationTableViewCell.xib in Resources */,
);
Expand All @@ -1957,6 +1995,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
7D7076901FE09311004AC8EA /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -2401,10 +2440,83 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
7D70766F1FE092D4004AC8EA /* LoopKit.strings */ = {
isa = PBXVariantGroup;
children = (
7D70766E1FE092D4004AC8EA /* es */,
);
name = LoopKit.strings;
sourceTree = "<group>";
};
7D7076741FE092D5004AC8EA /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
7D7076731FE092D5004AC8EA /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
7D7076791FE092D6004AC8EA /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
7D7076781FE092D6004AC8EA /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
7D70767E1FE092D6004AC8EA /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
7D70767D1FE092D6004AC8EA /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
7D7076831FE092D7004AC8EA /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
7D7076821FE092D7004AC8EA /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
7D7076881FE092D7004AC8EA /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
7D7076871FE092D7004AC8EA /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
7D70768D1FE09310004AC8EA /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
7D70768C1FE09310004AC8EA /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
7D7076921FE09311004AC8EA /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
7D7076911FE09311004AC8EA /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
7D7076971FE09311004AC8EA /* Localizable.strings */ = {
isa = PBXVariantGroup;
children = (
7D7076961FE09311004AC8EA /* es */,
);
name = Localizable.strings;
sourceTree = "<group>";
};
C12EA243198B436800309FA4 /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
C12EA244198B436800309FA4 /* en */,
7D4F0A611F8F226F00A55FB2 /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand All @@ -2413,6 +2525,7 @@
isa = PBXVariantGroup;
children = (
C12EA25D198B436900309FA4 /* en */,
7D4F0A621F8F226F00A55FB2 /* es */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down Expand Up @@ -2765,6 +2878,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down Expand Up @@ -2820,6 +2934,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
Expand Down
6 changes: 6 additions & 0 deletions RileyLink/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* (No Comment) */
"CFBundleDisplayName" = "${PRODUCT_NAME}";

/* (No Comment) */
"CFBundleName" = "${PRODUCT_NAME}";

51 changes: 51 additions & 0 deletions RileyLink/es.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
/* The title of the nightscout API secret credential */
"API Secret" = "Secreto API";

/* The title of the about section */
"About" = "Respecto a";

/* The title of the button to add the credentials for a service */
"Add Account" = "Agregar Cuenta";

/* The title of the configuration section in settings */
"Configuration" = "Configuración";

/* The title of the button to remove the credentials for a service */
"Delete Account" = "Eliminar Cuenta";

/* The placeholder text instructing users how to enter a pump ID */
"Enter the 6-digit pump ID" = "Ingrese ID de 6 dígitios de la microinfusora";

/* The title text for the pull cgm Data cell */
"Fetch CGM" = "Obtener de CGM";

/* The title of the Nightscout service */
"Nightscout" = "Nightscout";

/* The title text for the pump ID config value */
"Pump ID" = "ID de Microinfusora";

/* The title text for the pump Region config value */
"Pump Region" = "Región de Microinfusora";

/* Instructions on selecting the pump region */
"Pump Region is listed on the back of your pump as two of the last three characters of the model string, which reads something like this: MMT-551NAB, or MMT-515LWWS. If your model has an \"NA\" in it, then the region is NorthAmerica. If your model has an \"WW\" in it, then the region is WorldWide." = "La región de la microinfusora puede ser encontrada impresa en la parte trasera como parte del código de modelo ( REF ), por ejemplo MMT-551AB o MMT-515LWWS. Si el código de modelo contiene \"NA\" o \"CA\", la región es Norte América. Si contiene \"WW\" la región es Mundial.";

/* The default placeholder string for a credential */
"Required" = "Requerido";

/* The title of the nightscout site URL credential */
"Site URL" = "URL de sitio";

/* The empty-state text for a configuration value */
"Tap to set" = "Toca para definir";

/* The title text for the nightscout upload enabled switch cell */
"Upload To Nightscout" = "Subir a Nightscout";

/* Label indicating validation is occurring */
"Verifying" = "verificando";

/* The placeholder text for the nightscout site URL credential */
"http://mysite.azurewebsites.net" = "http://mysite.azurewebsites.net";

3 changes: 3 additions & 0 deletions RileyLink/es.lproj/LoopKit.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* The title of the action used to dismiss an error alert */
"com.loudnate.LoopKit.errorAlertActionTitle" = "OK";

3 changes: 3 additions & 0 deletions RileyLinkBLEKit/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (No Comment) */
"CFBundleName" = "$(PRODUCT_NAME)";

3 changes: 3 additions & 0 deletions RileyLinkKit/es.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/* (No Comment) */
"CFBundleName" = "$(PRODUCT_NAME)";

Loading