-
-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Added an optional setting toggle to disable SMBs to the override settings. 2. Use a Fat / Protein Toggle in Add Carbs View. 3. Added Low/High thresholds for TIR to statistics.json. 4. Added TDD total average to statistics.json, by request. 5. Added localization for Overrides, Statistics and Fat and Protein conversion. 6. Localized the "Recommended Bolus Percentage" setting. 7. Localized the Garmin and Watch configuration. 8. I added hundreds of missing source strings for Omnipod Eros, Medtronic and RileyLink. Can now be translated in the new Crowdin project: https://crowdin.com/project/iaps. 9. Synced Localizable. strings etc with the new iAPS Crowdin project (see above). 9. Updated relevant info in Readme in iAPS repository. Added a Sponsor button, by request.
- Loading branch information
Showing
169 changed files
with
17,415 additions
and
3,556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
Dependencies/CGMBLEKit/CGMBLEKit/ar.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,41 @@ | ||
/* CGM display title */ | ||
"Dexcom G5" = "Dexcom G5"; | ||
|
||
/* CGM display title */ | ||
"Dexcom G6" = "Dexcom G6"; | ||
|
||
/* Error description for unreliable state */ | ||
"Glucose data is unavailable" = "Glucose data is unavailable"; | ||
|
||
/* Describes a low battery */ | ||
"Low Battery" = "Low Battery"; | ||
|
||
/* Describes a functioning transmitter */ | ||
"OK" = "موافق"; | ||
|
||
/* invlid config error description */ | ||
"Peripheral command was invalid" = "Peripheral command was invalid"; | ||
|
||
/* Timeout error description */ | ||
"Peripheral did not respond in time" = "Peripheral did not respond in time"; | ||
|
||
/* Not ready error description */ | ||
"Peripheral isnʼt connected" = "Peripheral isnʼt connected"; | ||
|
||
/* The description of sensor calibration state when sensor calibration is ok. */ | ||
"Sensor calibration is OK" = "Sensor calibration is OK"; | ||
|
||
/* The description of sensor calibration state when raw value is unknown. (1: missing data details) */ | ||
"Sensor is in unknown state %1$d" = "Sensor is in unknown state %1$d"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is stopped. */ | ||
"Sensor is stopped" = "Sensor is stopped"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is warming up. */ | ||
"Sensor is warming up" = "Sensor is warming up"; | ||
|
||
/* The description of sensor calibration state when sensor needs calibration. */ | ||
"Sensor needs calibration" = "Sensor needs calibration"; | ||
|
||
/* Error description */ | ||
"Unknown characteristic" = "Unknown characteristic"; |
41 changes: 41 additions & 0 deletions
41
Dependencies/CGMBLEKit/CGMBLEKit/ca.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* CGM display title */ | ||
"Dexcom G5" = "Dexcom G5"; | ||
|
||
/* CGM display title */ | ||
"Dexcom G6" = "Dexcom G6"; | ||
|
||
/* Error description for unreliable state */ | ||
"Glucose data is unavailable" = "Glucose data is unavailable"; | ||
|
||
/* Describes a low battery */ | ||
"Low Battery" = "Low Battery"; | ||
|
||
/* Describes a functioning transmitter */ | ||
"OK" = "OK"; | ||
|
||
/* invlid config error description */ | ||
"Peripheral command was invalid" = "Peripheral command was invalid"; | ||
|
||
/* Timeout error description */ | ||
"Peripheral did not respond in time" = "Peripheral did not respond in time"; | ||
|
||
/* Not ready error description */ | ||
"Peripheral isnʼt connected" = "Peripheral isnʼt connected"; | ||
|
||
/* The description of sensor calibration state when sensor calibration is ok. */ | ||
"Sensor calibration is OK" = "Sensor calibration is OK"; | ||
|
||
/* The description of sensor calibration state when raw value is unknown. (1: missing data details) */ | ||
"Sensor is in unknown state %1$d" = "Sensor is in unknown state %1$d"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is stopped. */ | ||
"Sensor is stopped" = "Sensor is stopped"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is warming up. */ | ||
"Sensor is warming up" = "Sensor is warming up"; | ||
|
||
/* The description of sensor calibration state when sensor needs calibration. */ | ||
"Sensor needs calibration" = "Sensor needs calibration"; | ||
|
||
/* Error description */ | ||
"Unknown characteristic" = "Unknown characteristic"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ | |
|
||
/* Error description */ | ||
"Unknown characteristic" = "Ukendt karakteristik"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ | |
|
||
/* Error description */ | ||
"Unknown characteristic" = "Tuntematon ominaisuus"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
41 changes: 41 additions & 0 deletions
41
Dependencies/CGMBLEKit/CGMBLEKit/pt-PT.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* CGM display title */ | ||
"Dexcom G5" = "Dexcom G5"; | ||
|
||
/* CGM display title */ | ||
"Dexcom G6" = "Dexcom G6"; | ||
|
||
/* Error description for unreliable state */ | ||
"Glucose data is unavailable" = "Glucose data is unavailable"; | ||
|
||
/* Describes a low battery */ | ||
"Low Battery" = "Low Battery"; | ||
|
||
/* Describes a functioning transmitter */ | ||
"OK" = "OK"; | ||
|
||
/* invlid config error description */ | ||
"Peripheral command was invalid" = "Peripheral command was invalid"; | ||
|
||
/* Timeout error description */ | ||
"Peripheral did not respond in time" = "Peripheral did not respond in time"; | ||
|
||
/* Not ready error description */ | ||
"Peripheral isnʼt connected" = "Peripheral isnʼt connected"; | ||
|
||
/* The description of sensor calibration state when sensor calibration is ok. */ | ||
"Sensor calibration is OK" = "Sensor calibration is OK"; | ||
|
||
/* The description of sensor calibration state when raw value is unknown. (1: missing data details) */ | ||
"Sensor is in unknown state %1$d" = "Sensor is in unknown state %1$d"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is stopped. */ | ||
"Sensor is stopped" = "Sensor is stopped"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is warming up. */ | ||
"Sensor is warming up" = "Sensor is warming up"; | ||
|
||
/* The description of sensor calibration state when sensor needs calibration. */ | ||
"Sensor needs calibration" = "Sensor needs calibration"; | ||
|
||
/* Error description */ | ||
"Unknown characteristic" = "Unknown characteristic"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ | |
|
||
/* Error description */ | ||
"Unknown characteristic" = "Neznáma charakteristika"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ | |
|
||
/* Error description */ | ||
"Unknown characteristic" = "Okänd data"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,3 @@ | |
|
||
/* Error description */ | ||
"Unknown characteristic" = "Bilinmeyen karakteristik"; | ||
|
41 changes: 41 additions & 0 deletions
41
Dependencies/CGMBLEKit/CGMBLEKit/uk.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
/* CGM display title */ | ||
"Dexcom G5" = "Dexcom G5"; | ||
|
||
/* CGM display title */ | ||
"Dexcom G6" = "Dexcom G6"; | ||
|
||
/* Error description for unreliable state */ | ||
"Glucose data is unavailable" = "Дані глюкози недоступні"; | ||
|
||
/* Describes a low battery */ | ||
"Low Battery" = "Низький заряд батареї"; | ||
|
||
/* Describes a functioning transmitter */ | ||
"OK" = "ОК"; | ||
|
||
/* invlid config error description */ | ||
"Peripheral command was invalid" = "Неправильно сформовано запит."; | ||
|
||
/* Timeout error description */ | ||
"Peripheral did not respond in time" = "Периферійний пристрій не озвався вчасно"; | ||
|
||
/* Not ready error description */ | ||
"Peripheral isnʼt connected" = "З'єднання з периферійним пристроєм не встановлено"; | ||
|
||
/* The description of sensor calibration state when sensor calibration is ok. */ | ||
"Sensor calibration is OK" = "Калібрування сенсора ОК"; | ||
|
||
/* The description of sensor calibration state when raw value is unknown. (1: missing data details) */ | ||
"Sensor is in unknown state %1$d" = "Сенсор знаходиться в невідомому стані%1$d"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is stopped. */ | ||
"Sensor is stopped" = "Сенсор зупинений"; | ||
|
||
/* The description of sensor calibration state when sensor sensor is warming up. */ | ||
"Sensor is warming up" = "Сенсор прогрівається"; | ||
|
||
/* The description of sensor calibration state when sensor needs calibration. */ | ||
"Sensor needs calibration" = "Сенсор вимагає калібрування"; | ||
|
||
/* Error description */ | ||
"Unknown characteristic" = "Невідома характеристика"; |
12 changes: 12 additions & 0 deletions
12
Dependencies/CGMBLEKit/CGMBLEKit/zh-Hans.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
Dependencies/CGMBLEKit/CGMBLEKitUI/ar.lproj/Localizable.strings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,60 @@ | ||
/* Format string for glucose trend per minute. (1: glucose value and unit) */ | ||
"%@/min" = "%@/min"; | ||
|
||
/* Confirmation message for deleting a CGM */ | ||
"Are you sure you want to delete this CGM?" = "هل أنت متأكد أنك تريد حذف هذا CGM؟"; | ||
|
||
/* The title of the cancel action in an action sheet */ | ||
"Cancel" = "إلغاء"; | ||
|
||
/* Title describing glucose date */ | ||
"Date" = "Date"; | ||
|
||
/* Button title to delete CGM | ||
Title text for the button to remove a CGM from Loop */ | ||
"Delete CGM" = "حذف CGM"; | ||
|
||
/* Title describing glucose value */ | ||
"Glucose" = "قراءات السكر"; | ||
|
||
/* Describes a glucose value adjusted to reflect a recent calibration */ | ||
"Glucose (Adjusted)" = "Glucose (Adjusted)"; | ||
|
||
/* Section title for latest glucose calibration */ | ||
"Latest Calibration" = "Latest Calibration"; | ||
|
||
/* Section title for latest glucose reading */ | ||
"Latest Reading" = "Latest Reading"; | ||
|
||
/* Section title for latest connection date */ | ||
"Latest Connection" = "Latest Connection"; | ||
|
||
/* Button title to open CGM app */ | ||
"Open App" = "Open App"; | ||
|
||
/* Title describing sensor session age */ | ||
"Session Age" = "Session Age"; | ||
|
||
/* Section title for remote data synchronization */ | ||
"Remote Data Synchronization" = "Remote Data Synchronization"; | ||
|
||
/* Title describing sensor expiration */ | ||
"Sensor Expires" = "Sensor Expires"; | ||
|
||
/* Title describing past sensor expiration */ | ||
"Sensor Expired" = "Sensor Expired"; | ||
|
||
/* Title describing CGM calibration and battery state */ | ||
"Status" = "الحالة"; | ||
|
||
/* Title describing transmitter session age */ | ||
"Transmitter Age" = "Transmitter Age"; | ||
|
||
/* The title text for the Dexcom G5/G6 transmitter ID config value */ | ||
"Transmitter ID" = "Transmitter ID"; | ||
|
||
/* Title describing glucose trend */ | ||
"Trend" = "Trend"; | ||
|
||
/* The title text for the upload glucose switch cell */ | ||
"Upload Readings" = "Upload Readings"; |
Oops, something went wrong.