Localizable.strings 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* Describes a certain bolus failure (1: size of the bolus in units) */
  2. "%1$@ U bolus failed" = "%1$@ U bolo fallito";
  3. /* Describes an uncertain bolus failure (1: size of the bolus in units) */
  4. "%1$@ U bolus may not have succeeded" = "%1$@ U bolo potrebbe non aver avuto successo";
  5. /* The error description describing when Health sharing was denied */
  6. "Authorization Denied" = "Autorizzazione negata";
  7. /* Recovery instruction for an uncertain bolus failure */
  8. "Check your pump before retrying" = "Controlla il tuo microinfusore prima di riprovare";
  9. /* The description of an error returned when attempting to delete a sample not shared by the current app */
  10. "com.loudnate.CarbKit.deleteCarbEntryUnownedErrorDescription" = "Autorizzazione negata";
  11. /* The error recovery suggestion when attempting to delete a sample not shared by the current app */
  12. "com.loudnate.carbKit.sharingDeniedErrorRecoverySuggestion" = "Questo campione puo essere cancellato dall’ app Salute";
  13. /* Generic pump error description */
  14. "Communication Failure" = "Errore di comunicazione";
  15. /* Generic pump error description */
  16. "Connection Failure" = "Errore di connessione";
  17. /* Generic pump error description */
  18. "Device Refused" = "il dispositivo e stato rifiutato";
  19. /* Recovery suggestion for a no data error */
  20. "Ensure carb data exists for the specified date" = "Assicurare che i dati carbo esistano per la data specificata";
  21. /* Glucose trend down */
  22. "Falling" = "Abbassamento";
  23. /* Glucose trend down-down */
  24. "Falling fast" = "Abbassamento veloc";
  25. /* Glucose trend down-down-down */
  26. "Falling very fast" = "Abbassamento molto veloce";
  27. /* Glucose trend flat */
  28. "Flat" = "Piatto";
  29. /* The short unit display string for grams per U */
  30. "g/U" = "g/U";
  31. /* Generic pump error description */
  32. "Invalid Configuration" = "Configurazione non valida";
  33. /* Recovery instruction for a certain bolus failure */
  34. "It is safe to retry" = "E sicuro riprovare";
  35. /* The short unit display string for milligrams per deciliter per U */
  36. "mg/dL/U" = "mg/dL/U";
  37. /* The short unit display string for millimoles per liter */
  38. "mmol/L" = "mmol/L";
  39. /* The short unit display string for millimoles per liter per U */
  40. "mmol/L/U" = "mmol/L/U";
  41. /* Sensor state description for the non-valid state */
  42. "Needs Attention" = "Esige Attenzione";
  43. /* Describes an error for no data found in a CarbStore request */
  44. "No values found" = "Nessun valore trovato";
  45. /* Sensor state description for the valid state */
  46. "OK" = "OK";
  47. /* The error recovery suggestion when Health sharing was denied */
  48. "Please re-enable sharing in Health" = "Per favore, riattiva la condivisione in Salute";
  49. /* Glucose trend up */
  50. "Rising" = "Crescente";
  51. /* Glucose trend up-up */
  52. "Rising fast" = "Crescente veloce";
  53. /* Glucose trend up-up-up */
  54. "Rising very fast" = "Crescente molto veloce";
  55. /* The short unit display string for international units of insulin */
  56. "U" = "U";
  57. /* The short unit display string for international units of insulin per hour */
  58. "U/hr" = "U/ora";
  59. /* The long unit display string for a singular international unit of insulin */
  60. "Unit" = "Unità";
  61. /* The long unit display string for a singular international unit of insulin per hour */
  62. "Unit/hour" = "Unità/ora";
  63. /* The long unit display string for international units of insulin */
  64. "Units" = "Unità";
  65. /* The long unit display string for international units of insulin per hour */
  66. "Units/hour" = "Unità/ora";