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.

125 lines
4.2 KiB
YAML

# English strings go here for Rails i18n
en:
body_trackers_menu_caption: 'Body trackers'
field_readouts: 'Readouts'
field_taken_at_date: 'Taken at'
field_order: 'Order'
field_action: 'Action'
field_reference: 'Reference'
field_group: 'Group'
field_source: 'Source'
field_source_ident: 'Source identifier'
field_nutrients: 'Nutrients:'
field_domain: 'Domain'
field_parent_quantity: 'Parent'
field_formula: 'Formula'
field_shortname: 'Short name'
button_retake: 'Retake'
activerecord:
errors:
models:
measurement:
attributes:
readouts:
duplicated_quantity_unit_pair: 'you can define each quantity/unit pair only
once per measurement'
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'
formula:
invalid_formula: 'interpretation failed: %{msg}'
unparsable_formula: 'cannot be parsed'
disallowed_token: 'includes disallowed token "%{token}" (of type: %{ttype})'
disallowed_keyword: 'includes disallowed keyword: "%{keyword}"'
disallowed_function: 'includes disallowed function call: %{function}'
unknown_quantity: 'contains undefined quantity: %{quantity}'
body_trackers:
index:
heading: 'Summary'
sidebar:
heading_body_trackers: 'Body trackers'
heading_measurements: 'Measurements'
heading_diet: 'Diet'
heading_common: 'Common'
link_summary: 'Summary'
link_measurements: 'Measurements'
link_ingredients: 'Ingredients'
link_nutrients: 'Nutrients'
link_sources: 'Data sources'
link_quantities: 'Quantities'
link_units: 'Units'
link_defaults: 'Load defaults'
confirm_defaults: 'This will load default quantities and units. Continue?'
measurements:
contextual:
link_new_measurement: 'New measurement'
form:
button_new_readout: 'Add readout'
button_delete_readout: 'Delete'
null_source: '- unspecified -'
new_form:
heading_new_measurement: 'New measurement'
index:
heading: 'Measurements'
ingredients:
contextual:
link_import_ingredients: 'Import'
link_new_ingredient: 'New ingredient'
filters:
visibility_prompt: 'all'
import:
heading_import_ingredients: 'Import'
label_import_select_csv_file: 'Select CSV file'
import_hints: 'CSV file has to include header with column names. Recognized column
names are:
(1) ingredient attributes, case sensitive:
"Name" - required, "Reference" - defaults to 100[g], "Group" - defaults to "other",
"Source" - optional, "SourceIdent" - optional,
(2) quantities'' names with unit short name in square brackets.
Sample header: "Name,Reference,Group,Proteins[g],Fats[g],Carbohydrates[g]".
Sample data row: "Brussels,100[g],other,3.4,300[mg],9".
Unit given in data row has precedence over that specified in header.'
form:
heading_new_ingredient: 'New ingredient'
button_add_nutrient: 'Add nutrient'
button_delete_nutrient: 'Delete'
groups:
other: 'other'
meat: 'meat'
index:
heading: 'Ingredients'
heading_nutrient_view: 'Nutrient view'
nutrients:
heading: 'Nutrients'
heading_ingredient_list: 'Ingredient list'
sources:
index:
heading: 'Data sources'
heading_new_source: 'New source'
link_new_source: 'New source'
quantities:
filters:
domain_prompt: 'all'
index:
heading: 'Quantities'
heading_new_quantity: 'New quantity'
link_new_quantity: 'New quantity'
form:
domains:
measurement: 'measurement'
exercise: 'exercise'
diet: 'diet'
null_parent: '- none -'
formula_placeholder: 'provide if value of quantity has to be computed in terms of
other quantities'
units:
index:
heading: 'Units'
heading_new_unit: 'New unit'
link_new_unit: 'New unit'