Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turkish language updates #5192

Merged
merged 4 commits into from
Nov 10, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'dev' into dev
  • Loading branch information
sulkaharo committed Nov 10, 2019
commit dcfb184b83f05915a1ea9edc5a0d1f69b6e5bba3
15 changes: 11 additions & 4 deletions lib/language.js
Original file line number Diff line number Diff line change
Expand Up @@ -14047,38 +14047,45 @@ function init() {
},
'Protein': {
fi: 'Proteiini'
, de: 'Protein'
,de: 'Protein'
,tr: 'Protein'
,hr: 'Proteini'
},
'Fat': {
fi: 'Rasva'
, de: 'Fett'
,de: 'Fett'
,tr: 'Yağ'
,hr: 'Masti'
},
'Protein average': {
fi: 'Proteiini keskiarvo'
, de: 'Proteine Durchschnitt'
,de: 'Proteine Durchschnitt'
,tr: 'Protein Ortalaması'
,hr: 'Prosjek proteina'
},
'Fat average': {
fi: 'Rasva keskiarvo'
, de: 'Fett Durchschnitt'
,de: 'Fett Durchschnitt'
,tr: 'Yağ Ortalaması'
,hr: 'Prosjek masti'
},
'Total carbs': {
fi: 'Hiilihydraatit yhteensä'
, de: 'Kohlenhydrate gesamt'
,tr: 'Toplam Karbonhidrat'
,hr: 'Ukupno ugh'
},
'Total protein': {
fi: 'Proteiini yhteensä'
, de: 'Protein gesamt'
,tr: 'Toplam Protein'
,hr: 'Ukupno proteini'
},
'Total fat': {
fi: 'Rasva yhteensä'
, de: 'Fett gesamt'
,tr: 'Toplam Yağ'
,hr: 'Ukupno masti'
}
};

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.