Intro
New suggested key
Key suggested for deprecation
Current key - no change suggested.
Notes
<something>, angle-brackets are used to indicate the name of that specific item. So <app> might be "pages" or "categories" in a real key.
Most keys also support not including the ".label" suffix.
Actionbar
Sections
actionbar.sections.<section>.label
Dialog
dialogs.<dialogPath>.label //allow to reuse dialog names across modules
Tabs
<tabName>.label and <tabName> deprecated in favour of:
tabs.<tab>.label
Fields
fields.<field>.label
Validators
validators.<validationName>.errorMessage //this will allow to use the same translation for validator regardless its field (generic translation for email validator), compare to currently supported:
<parentFieldI18nKey>.validation.errorMessage //no information about validator just field definition
Templates
<module>.templates.<componentPath>