Skip to content

Commit

Permalink
Merge pull request #1779 from bogdangorescu/patch-13
Browse files Browse the repository at this point in the history
RO - translation update 29.05.2016
  • Loading branch information
jasoncalabrese committed May 29, 2016
2 parents ce4a12b + f29a7b2 commit fa94f27
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -4737,6 +4737,7 @@ function init() {
,nb: 'Fargeblindvennlige farger'
,sk: 'Farby vhodné pre farboslepých'
,nl: 'Kleurenblind vriendelijke kleuren'
,ro: 'Culori pentru cei cu deficiențe de vedere'
}
,'Reset, and use defaults' : {
cs: 'Vymaž a nastav výchozí hodnoty'
Expand Down Expand Up @@ -6774,7 +6775,7 @@ function init() {
,nb: 'Mildertidig mål'
,de: 'Temporäres Ziel'
,bg: 'Временни граници'
,ro: 'Țintă temporală'
,ro: 'Țintă temporară'
,nl: 'Tijdelijk doel'
}
,'Reason' : {
Expand All @@ -6785,6 +6786,7 @@ function init() {
,de: 'Begründung'
,bg: 'Причина'
,nl: 'Reden'
,ro: 'Motiv'
}
,'Eating soon' : {
cs: 'Následuje jídlo'
Expand Down Expand Up @@ -6838,21 +6840,27 @@ function init() {
}
,'Bolus insulin:' : {
cs:'Bolusový inzulín:'
,ro: 'Insulină bolusată:'
}
,'Base basal insulin:' : {
cs:'Základní bazální inzulín:'
,ro: 'Bazala obișnuită:'
}
,'Positive temp basal insulin:' : {
cs:'Pozitivní dočasný bazální inzulín:'
,ro: 'Bazala temporară crescută:'
}
,'Negative temp basal insulin:' : {
cs:'Negativní dočasný bazální inzulín:'
,ro: 'Bazala temporară scăzută:'
}
,'Total basal insulin:' : {
cs:'Celkový bazální inzulín:'
,ro: 'Bazala totală:'
}
,'Total daily insulin:' : {
cs:'Celkový denní inzulín:'
,ro: 'Insulina totală zilnică:'
}

};
Expand Down

0 comments on commit fa94f27

Please sign in to comment.