forked from Artificial-Pancreas/iAPS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import translations from dev branch and additional fix for peak time (A…
…rtificial-Pancreas#383) All strings currently added and translated in the dev branch. Additional fix for the maximum insulin peak time (commit added in dev later than 2.7).
- Loading branch information
Showing
108 changed files
with
4,978 additions
and
1,398 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
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
111 changes: 105 additions & 6 deletions
111
Dependencies/G7SensorKit/G7SensorKitUI/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,18 +1,117 @@ | ||
/* No glucose value representation (3 dashes for mg/dL) */ | ||
"– – –" = "---"; | ||
"– – –" = "– – –"; | ||
|
||
/* Format string for glucose trend per minute. (1: glucose value and unit) */ | ||
"%@/min" = "%@/min"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Are you sure you want to delete this CGM?" = "Are you sure you want to delete this CGM?"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Are you sure you want to delete this CGM?" = "هل أنت متأكد أنك تريد حذف هذا CGM؟"; | ||
"Bluetooth" = "Bluetooth"; | ||
|
||
/* Button text to cancel G7 setup */ | ||
"Cancel" = "إلغاء"; | ||
"Cancel" = "Cancel"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Configuration" = "المعطيات"; | ||
"Configuration" = "Configuration"; | ||
|
||
/* title for g7 settings connection status when connected */ | ||
"Connected" = "Connected"; | ||
|
||
/* title for g7 settings connection status when connecting */ | ||
"Connecting" = "Connecting"; | ||
|
||
/* Button title for starting setup */ | ||
"Continue" = "Continue"; | ||
|
||
/* Button label for removing CGM */ | ||
"Delete CGM" = "حذف CGM"; | ||
"Delete CGM" = "Delete CGM"; | ||
|
||
/* Navigation bar title for G7SettingsView | ||
Title on WelcomeView */ | ||
"Dexcom G7" = "Dexcom G7"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Done" = "Done"; | ||
|
||
/* Field label */ | ||
"Glucose" = "Glucose"; | ||
|
||
/* title for g7 settings row showing sensor grace period end time */ | ||
"Grace Period End" = "Grace Period End"; | ||
|
||
/* G7 Progress bar label when sensor grace period progress showing */ | ||
"Grace period remaining" = "Grace period remaining"; | ||
|
||
/* String displayed instead of a glucose value above the CGM range */ | ||
"HIGH" = "HIGH"; | ||
|
||
/* title for g7 settings row showing sensor last connect time */ | ||
"Last Connect" = "Last Connect"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Last Reading" = "Last Reading"; | ||
|
||
/* Descriptive text on G7StartupView */ | ||
"iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management." = "iAPS can read G7 CGM data, but you must still use the Dexcom G7 App for pairing, calibration, and other sensor management."; | ||
|
||
/* String displayed instead of a glucose value below the CGM range */ | ||
"LOW" = "LOW"; | ||
|
||
/* title for g7 settings row showing BLE Name */ | ||
"Name" = "Name"; | ||
|
||
/* No comment provided by engineer. */ | ||
"Scan for new sensor" = "Scan for new sensor"; | ||
|
||
/* title for g7 settings connection status when scanning */ | ||
"Scanning" = "Scanning"; | ||
|
||
/* G7 Status highlight text for searching for sensor */ | ||
"Searching for\nSensor" = "Searching for\nSensor"; | ||
|
||
/* G7 Progress bar label when searching for sensor */ | ||
"Searching for sensor" = "Searching for sensor"; | ||
|
||
/* G7 Status highlight text for sensor expired */ | ||
"Sensor\nExpired" = "Sensor\nExpired"; | ||
|
||
/* G7 Status highlight text for sensor failed */ | ||
"Sensor\nFailed" = "Sensor\nFailed"; | ||
|
||
/* G7 Status highlight text for sensor error */ | ||
"Sensor\nIssue" = "Sensor\nIssue"; | ||
|
||
/* G7 Status highlight text for sensor warmup */ | ||
"Sensor\nWarmup" = "Sensor\nWarmup"; | ||
|
||
/* title for g7 settings row showing sensor expiration time */ | ||
"Sensor Expiration" = "Sensor Expiration"; | ||
|
||
/* G7 Progress bar label when sensor expired */ | ||
"Sensor expired" = "Sensor expired"; | ||
|
||
/* G7 Progress bar label when sensor lifetime progress showing */ | ||
"Sensor expires" = "Sensor expires"; | ||
|
||
/* G7 Progress bar label when sensor failed */ | ||
"Sensor failed" = "Sensor failed"; | ||
|
||
/* title for g7 settings row showing sensor start time */ | ||
"Sensor Start" = "Start sensor"; | ||
|
||
/* G7 Status highlight text for signal loss */ | ||
"Signal\nLoss" = "Signal\nLoss"; | ||
|
||
/* Field label */ | ||
"Time" = "Time"; | ||
|
||
/* Field label */ | ||
"Glucose" = "قراءات السكر"; | ||
"Trend" = "Trend"; | ||
|
||
/* title for g7 config settings to upload readings */ | ||
"Upload Readings" = "Upload Readings"; | ||
|
||
/* G7 Progress bar label when sensor in warmup */ | ||
"Warmup completes" = "Warmup completes"; |
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
Oops, something went wrong.