nutritionfactsorg / daily-dozen-android

Keep track of the foods that Dr. Greger recommends in his NYT's best-selling book, How Not to Die with this Android app
https://play.google.com/store/apps/details?id=org.nutritionfacts.dailydozen&hl=en
Other
274 stars 95 forks source link

greek translation fixes #57

Closed kapcom01 closed 7 years ago

kapcom01 commented 7 years ago

Here are some fixes for the greek translation.

slavick commented 7 years ago

In the next version I am adding checkboxes for Vitamin B12 and Vitamin D. Can you tell me if the following translations I got from Google are correct?

<string name="vitamin_b12">Βιταμίνη B12</string>
<string name="vitamin_d">Βιταμίνη D</string>

Thanks!

kapcom01 commented 7 years ago

Yes. The tranlations about the vitamins B12 and D are correct. Thanks for merging my translations btw.

slavick commented 7 years ago

@kapcom01 Hello again. I have one last translation question before I wrap up the next version. Here are the strings in English:

    <string name="vitamin_divider_text">Vitamins</string>
    <string name="dialog_vitamin_explanation_text">Vitamin B12 and Vitamin D are essential for your health but do not count towards your daily servings.\n\nThey are included in this app to provide you with an easy way to track your intake.</string>

Here is what Google Translate gave me. Does it look correct?

    <string name="vitamin_divider_text">Βιταμίνες</string>
    <string name="dialog_vitamin_explanation_text">Η βιταμίνη Β12 και η βιταμίνη D είναι απαραίτητες για την υγεία σας, αλλά δεν μετράνε για τις καθημερινές σας μερίδες.\n\nΠεριλαμβάνονται σε αυτήν την εφαρμογή για να σας παρέχουν έναν εύκολο τρόπο παρακολούθησης της πρόσληψής σας.</string>

Thanks!

kapcom01 commented 7 years ago

The phrase "μετράνε για τις" should be "προσμετρώνται στις".

Here is the correct translation:

    <string name="vitamin_divider_text">Βιταμίνες</string>
    <string name="dialog_vitamin_explanation_text">Η βιταμίνη Β12 και η βιταμίνη D είναι απαραίτητες για την υγεία σας, αλλά δεν προσμετρώνται στις καθημερινές σας μερίδες.\n\nΠεριλαμβάνονται σε αυτήν την εφαρμογή για να σας παρέχουν έναν εύκολο τρόπο παρακολούθησης της πρόσληψής σας.</string>
slavick commented 7 years ago

Great, thanks!