Skip to content

Commit

Permalink
Update SV aus nightscout#3714 (whooze)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas committed Jul 20, 2018
1 parent fe329a7 commit a5643a4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions lib/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -1308,11 +1308,13 @@ function init() {
}
,'netIOB stats': { // hourlystats.js
nl: 'netIOB stats'
,sv: 'netIOB statistik'
,de: 'netIOB Statistiken'
}
,'temp basals must be rendered to display this report': { //hourlystats.js
nl: 'tijdelijk basaal moet zichtbaar zijn voor dit rapport'
,de: 'temporäre Basalraten müssen für diesen Report sichtbar sein'
,sv: 'temp basal måste vara synlig för denna rapport'
,de: 'temporäre Basalraten müssen für diesen Report sichtbar sein'
}
,'Weekly success' : {
cs: 'Statistika po týdnech'
Expand Down Expand Up @@ -5148,15 +5150,18 @@ function init() {
}
,"Pump Battery Change" : {
nl: "Pompbatterij vervangen"
,de: "Pumpenbatterie wechseln"
,sv: 'Byte av pumpbatteri'
,de: "Pumpenbatterie wechseln"
}
,"Pump Battery Low Alarm" : {
nl: "Pompbatterij bijna leeg Alarm"
,de: "Pumpenbatterie niedrig Alarm"
,sv: 'Pumpbatteri lågt Alarm'
,de: "Pumpenbatterie niedrig Alarm"
}
,"Pump Battery change overdue!" : { // batteryage.js
nl: "Pompbatterij moet vervangen worden!"
,de: "Pumpenbatterie Wechsel überfällig!"
,sv: 'Pumpbatteriet måste bytas!'
,de: "Pumpenbatterie Wechsel überfällig!"
}
,'When enabled an alarm may sound.' : {
cs: 'Při povoleném alarmu zní zvuk'
Expand Down Expand Up @@ -11536,16 +11541,19 @@ function init() {
'Clock': {
fr: 'L\'horloge'
,nl: 'Klok'
,sv: 'Klocka'
,de: 'Uhr'
},
'Color': {
fr: 'Couleur'
,nl: 'Kleur'
,sv: 'Färg'
,de: 'Farbe'
},
'Simple': {
fr: 'Simple'
,nl: 'Simpel'
,sv: 'Simpel'
,de: 'Einfach'
}
,
Expand Down

0 comments on commit a5643a4

Please sign in to comment.