1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
2019-09-15 18:53:00 +02:00

59 lines
1.6 KiB
YAML

# English strings go here for Rails i18n
en:
body_trackers_menu_caption: 'Body trackers'
field_action: 'Action'
field_ref_amount: 'Reference amount'
field_group: 'Group'
field_source: 'Source'
field_nutrients: 'Nutrients:'
field_domain: 'Domain'
field_parent_quantity: 'Parent'
field_shortname: 'Short name'
activerecord:
errors:
models:
ingredient:
attributes:
nutrients:
duplicated_quantity: 'you can define each quantity only once per ingredient'
quantity:
attributes:
parent:
parent_domain_mismatch: 'parent quantity has to be in the same domain'
body_trackers:
index:
heading: 'Summary'
sidebar:
heading_body_trackers: 'Body trackers'
heading_diet: 'Diet'
heading_common: 'Common'
link_summary: 'Summary'
link_ingredients: 'Ingredients'
link_quantities: 'Quantities'
link_units: 'Units'
link_defaults: 'Load defaults'
confirm_defaults: 'This will load default quantities and units. Continue?'
ingredients:
index:
heading: 'Ingredients'
heading_new_ingredient: 'New ingredient'
form:
button_add_nutrient: 'Add nutrient'
button_delete_nutrient: 'Delete'
groups:
meat: 'meat'
quantities:
index:
heading: 'Quantities'
heading_new_quantity: 'New quantity'
form:
domains:
diet: 'diet'
measurement: 'measurement'
exercise: 'exercise'
null_parent: '- none -'
units:
index:
heading: 'Units'
heading_new_unit: 'New unit'