Localizable.strings 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. /* Unit format string for an RSSI value in decibles */
  2. "%@ dB" = "%@ dB";
  3. /* Format string for reservoir volume. (1: The localized volume) */
  4. "%@U" = "%@U";
  5. /* The format string for displaying a frequency tune trial. Extra spaces added for emphesis: (1: frequency in MHz)(2: success count)(3: total count)(4: average RSSI) */
  6. "%1$@ %2$@/%3$@ %4$@" = "%1$@ %2$@/%3$@ %4$@";
  7. /* The format string describing number of basal schedule entries: (1: number of entries) */
  8. "%1$@ basal schedule entries\n" = "%1$@ basal schedule entries\n";
  9. /* The format string describing units of insulin remaining: (1: number of units) */
  10. "%1$@ Units of insulin remaining\n" = "%1$@ Units of insulin remaining\n";
  11. /* Accessibility format string for (1: localized volume)(2: time) */
  12. "%1$@ units remaining at %2$@" = "%1$@ units remaining at %2$@";
  13. /* String format for value with units (1: value, 2: separator, 3: units) */
  14. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  15. /* Text indicating ongoing pump time synchronization */
  16. "Adjusting Pump Time..." = "Adjusting Pump Time...";
  17. /* Instructions on selecting battery chemistry type */
  18. "Alkaline and Lithium batteries decay at differing rates. Alkaline tend to have a linear voltage drop over time whereas lithium cell batteries tend to maintain voltage until halfway through their lifespan. Under normal usage in a Non-MySentry compatible Minimed (x22/x15) insulin pump running Loop, Alkaline batteries last approximately 4 to 5 days. Lithium batteries last between 1-2 weeks. This selection will use different battery voltage decay rates for each of the battery chemistry types and alert the user when a battery is approximately 8 to 10 hours from failure." = "Alkaline and Lithium batteries decay at differing rates. Alkaline tend to have a linear voltage drop over time whereas lithium cell batteries tend to maintain voltage until halfway through their lifespan. Under normal usage in a Non-MySentry compatible Minimed (x22/x15) insulin pump running Loop, Alkaline batteries last approximately 4 to 5 days. Lithium batteries last between 1-2 weeks. This selection will use different battery voltage decay rates for each of the battery chemistry types and alert the user when a battery is approximately 8 to 10 hours from failure.";
  19. /* Text to confirm delete this pump */
  20. "Are you sure you want to delete this Pump?" = "Are you sure you want to delete this Pump?";
  21. /* The format string describing pump battery voltage: (1: battery voltage) */
  22. "Battery: %1$@ volts\n" = "Battery: %1$@ volts\n";
  23. /* The label indicating the best radio frequency */
  24. "Best Frequency" = "Best Frequency";
  25. /* The format string describing pump bolusing state: (1: bolusing) */
  26. "Bolusing: %1$@\n" = "Bolusing: %1$@\n";
  27. /* Cancel button title */
  28. "Cancel" = "Cancel";
  29. /* Title text for suspend resume button when temp basal canceling */
  30. "Canceling Temp Basal" = "Canceling Temp Basal";
  31. /* Text shown in basal rate space when basal is changing */
  32. "Changing" = "Changing";
  33. /* Progress message for changing pump time. */
  34. "Changing time…" = "Changing time…";
  35. /* Instructions on selecting battery chemistry type */
  36. "Choose the type of battery you are using in your pump for better alerting about low battery conditions." = "Choose the type of battery you are using in your pump for better alerting about low battery conditions.";
  37. /* The title of the configuration section in MinimedPumpManager settings */
  38. "Configuration" = "Configuration";
  39. /* Button title to connect to pump during setup */
  40. "Connect" = "Connect";
  41. /* Text for continue button */
  42. "Continue" = "Continue";
  43. /* Button label for removing Pump
  44. Text to delete pump */
  45. "Delete Pump" = "Delete Pump";
  46. /* Header for devices section of RileyLinkSetupView */
  47. "Devices" = "Devices";
  48. /* Description for option to not use MySentry */
  49. "Do not use MySentry" = "Do not use MySentry";
  50. /* The alert title for a resume error */
  51. "Error Resuming" = "Error Resuming";
  52. /* The alert title for a suspend error */
  53. "Error Suspending" = "Error Suspending";
  54. /* The alert title for an error while synching time */
  55. "Error Syncing Time" = "Error Syncing Time";
  56. /* Progress message for fetching pump glucose. */
  57. "Fetching glucose…" = "Fetching glucose…";
  58. /* Progress message for fetching pump history. */
  59. "Fetching history…" = "Fetching history…";
  60. /* Progress message for fetching pump model. */
  61. "Fetching pump model…" = "Fetching pump model…";
  62. /* The title of the cell showing the pump firmware version */
  63. "Firmware Version" = "Firmware Version";
  64. /* Text shown in insulin delivery space when insulin suspended */
  65. "Insulin\nSuspended" = "Insulin\nSuspended";
  66. /* Title of insulin delivery section */
  67. "Insulin Delivery" = "Insulin Delivery";
  68. /* Instructions on selecting an insulin data source */
  69. "Insulin delivery can be determined from the pump by either interpreting the event history or comparing the reservoir volume over time. Reading event history allows for a more accurate status graph and uploading up-to-date treatment data to Nightscout, at the cost of faster pump battery drain and the possibility of a higher radio error rate compared to reading only reservoir volume. If the selected source cannot be used for any reason, the system will attempt to fall back to the other option." = "Insulin delivery can be determined from the pump by either interpreting the event history or comparing the reservoir volume over time. Reading event history allows for a more accurate status graph and uploading up-to-date treatment data to Nightscout, at the cost of faster pump battery drain and the possibility of a higher radio error rate compared to reading only reservoir volume. If the selected source cannot be used for any reason, the system will attempt to fall back to the other option.";
  70. /* Header for insulin remaining on pod settings screen */
  71. "Insulin Remaining" = "Insulin Remaining";
  72. /* Text for confidence reminders navigation link */
  73. "Insulin Type" = "Insulintyp";
  74. /* Format string fof navigation bar title for MinimedPumpSettingsView (1: model number) */
  75. "Medtronic %1$@" = "Medtronic %1$@";
  76. /* Instructions on selecting setting for MySentry */
  77. "Medtronic pump models 523, 723, 554, and 754 have a feature called 'MySentry' that periodically broadcasts the reservoir and pump battery levels. Listening for these broadcasts allows Loop to communicate with the pump less frequently, which can increase pump battery life. However, when using this feature the RileyLink stays awake more of the time and uses more of its own battery. Enabling this may lengthen pump battery life, while disabling it may lengthen RileyLink battery life. This setting is ignored for other pump models." = "Medtronic pump models 523, 723, 554, and 754 have a feature called 'MySentry' that periodically broadcasts the reservoir and pump battery levels. Listening for these broadcasts allows Loop to communicate with the pump less frequently, which can increase pump battery life. However, when using this feature the RileyLink stays awake more of the time and uses more of its own battery. Enabling this may lengthen pump battery life, while disabling it may lengthen RileyLink battery life. This setting is ignored for other pump models.";
  78. /* Value string for MySentry config when MySentry is not being used */
  79. "No" = "No";
  80. /* Message display when no response from tuning pump */
  81. "No response" = "No response";
  82. /* Button text to cancel pump time sync */
  83. "No, Keep Pump As Is" = "No, Keep Pump As Is";
  84. /* Pump find device instruction */
  85. "On your pump, go to the Find Device screen and select \"Find Device\".\n\nMain Menu >\nUtilities >\nConnect Devices >\nOther Devices >\nOn >\nFind Device" = "On your pump, go to the Find Device screen and select \"Find Device\".\n\nMain Menu >\nUtilities >\nConnect Devices >\nOther Devices >\nOn >\nFind Device";
  86. /* navigation title for pump battery type selection
  87. Text for medtronic pump preferred data source */
  88. "Preferred Data Source" = "Preferred Data Source";
  89. /* Text for medtronic pump battery percent remaining */
  90. "Pump Battery Remaining" = "Pump Battery Remaining";
  91. /* navigation title for pump battery type selection
  92. Text for medtronic pump battery type */
  93. "Pump Battery Type" = "Pump Battery Type";
  94. /* The title text for the pump ID config value */
  95. "Pump ID" = "Pump ID";
  96. /* The title of the command to change pump time zone */
  97. "Pump Time" = "Pump Time";
  98. /* Progress message for reading basal schedule */
  99. "Reading basal schedule…" = "Reading basal schedule…";
  100. /* Progress message for reading pump status */
  101. "Reading pump status…" = "Reading pump status…";
  102. /* The title of the cell showing the pump region */
  103. "Region" = "Region";
  104. /* Title text for button to resume insulin delivery */
  105. "Resume Delivery" = "Resume Delivery";
  106. /* Title text for button when insulin delivery is in the process of being resumed */
  107. "Resuming" = "Resuming";
  108. /* Button title to retry sentry setup */
  109. "Retry" = "Retry";
  110. /* Title of insulin delivery section */
  111. "Scheduled Basal" = "Scheduled Basal";
  112. /* Title text for insulin type confirmation page */
  113. "Select the type of insulin that you will be using in this pump." = "Select the type of insulin that you will be using in this pump.";
  114. /* Progress message for sending button press to pump. */
  115. "Sending button press…" = "Sending button press…";
  116. /* Title text for suspend resume button when temp basal starting */
  117. "Starting Temp Basal" = "Starting Temp Basal";
  118. /* A message indicating a command succeeded */
  119. "Succeeded" = "Succeeded";
  120. /* Title text for button to suspend insulin delivery */
  121. "Suspend Delivery" = "Suspend Delivery";
  122. /* The format string describing pump suspended state: (1: suspended) */
  123. "Suspended: %1$@\n" = "Suspended: %1$@\n";
  124. /* Title text for button when insulin delivery is in the process of being stopped */
  125. "Suspending" = "Suspending";
  126. /* The title of the command to change pump time zone */
  127. "Sync to Current Time" = "Sync to Current Time";
  128. /* Message for pod sync time action sheet */
  129. "The time on your pump is different from the current time. Do you want to update the time on your pump to the current time?" = "The time on your pump is different from the current time. Do you want to update the time on your pump to the current time?";
  130. /* Title for pod sync time action sheet. */
  131. "Time Change Detected" = "Time Change Detected";
  132. /* The label indicating the results of each frequency trial */
  133. "Trials" = "Trials";
  134. /* Progress message for tuning radio */
  135. "Tuning radio…" = "Tuning radio…";
  136. /* Units for showing temp basal rate */
  137. "U/hr" = "U/hr";
  138. /* Text to indicate battery percentage is unknown */
  139. "unknown" = "unknown";
  140. /* Text shown in basal rate space when delivery status is unknown */
  141. "Unknown" = "Unknown";
  142. /* Description for option to use MySentry
  143. navigation title for pump battery type selection
  144. Text for medtronic pump to use MySentry */
  145. "Use MySentry" = "Use MySentry";
  146. /* Value string for MySentry config when MySentry is being used */
  147. "Yes" = "Yes";
  148. /* Button text to confirm pump time sync */
  149. "Yes, Sync to Current Time" = "Yes, Sync to Current Time";