Localizable.strings 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* Appends a full-stop to a statement */
  2. "%@." = "%@.";
  3. /* String format for value with units (1: value, 2: separator, 3: units) */
  4. "%1$@%2$@%3$@" = "%1$@%2$@%3$@";
  5. /* Alert content body for recurring software update alert */
  6. "A software update is recommended to continue using the %1$@ app.\n\nGo to %2$@ Settings > Software Update to install the latest version." = "Для продолжения использования приложения %1$@ рекомендуется обновить программное обеспечение.\n\nПерейдите в %2$@ Настройки > Обновление ПО, чтобы установить последнюю версию.";
  7. /* Confirmation message for deleting a service */
  8. "Are you sure you want to delete this service?" = "Вы уверены, что хотите удалить этот сервис?";
  9. /* Back button text on DeliveryUncertaintyRecoveryView */
  10. "Back" = "Назад";
  11. /* The title of the cancel action in an action sheet */
  12. "Cancel" = "Отмена";
  13. /* Title for CGM simulator settings */
  14. "CGM Settings" = "Настройки CGM";
  15. /* No comment provided by engineer. */
  16. "Clear Last Version Check Alert Date" = "Очистить последнюю дату проверки версии";
  17. /* No comment provided by engineer. */
  18. "Comms Recovery" = "Восстановление связи";
  19. /* Button title to delete a service */
  20. "Delete Service" = "Удалить сервис";
  21. /* The alert title for a resume error */
  22. "Error Resuming" = "Ошибка возобновления";
  23. /* The alert title for a suspend error */
  24. "Error Suspending" = "Ошибка приостановки";
  25. /* Caption for History
  26. History Caption */
  27. "History" = "История";
  28. /* No comment provided by engineer. */
  29. "How should the simulator respond to a version check?" = "Как симулятор должен реагировать на проверку версии?";
  30. /* Controller title for insulin type selection screen */
  31. "Insulin Type" = "Тип инсулина";
  32. /* Button title to acknowledge error
  33. Default acknowledgement */
  34. "OK" = "OK";
  35. /* Title for Pump simulator settings */
  36. "Pump Settings" = "Настройки помпы";
  37. /* Button title recovering comms */
  38. "Recover Simulator" = "Восстановить симулятор";
  39. /* Caption for Source */
  40. "Source" = "Источник";
  41. /* Recurring software update alert title */
  42. "Update Reminder" = "Напоминание об обновлении";
  43. /* No comment provided by engineer. */
  44. "Version Check Response" = "Ответ на проверку версии";
  45. /* Alert content body for first software update alert (1: app name)(2: app name) */
  46. "Your %1$@ app is out of date. It will continue to work, but we recommend updating to the latest version.\n\nGo to %2$@ Settings > Software Update to complete." = "Ваше приложение %1$@ устарело. Оно будет продолжать работать, но мы рекомендуем обновить его до последней версии.\n\nДля завершения обновления перейдите в %2$@ Настройки > Обновление ПО.";