diff --git a/enferno/admin/templates/admin/jsapi.jinja2 b/enferno/admin/templates/admin/jsapi.jinja2 index 25226b0ff..7e25cdd52 100644 --- a/enferno/admin/templates/admin/jsapi.jinja2 +++ b/enferno/admin/templates/admin/jsapi.jinja2 @@ -756,6 +756,26 @@ thisFieldIsRequired_: "{{ _('This field is required.') }}", pleaseEnterAValidNumber_: "{{ _('Please enter a valid number.') }}", +} + +// shared by the label tree in the app bar and inside the entity dialogs +var labelTreeTranslations = { + labelStructure: "{{ _('Label Structure') }}", + readOnly: "{{ _('Read only') }}", + search: "{{ _('Search labels') }}", + close: "{{ _('Close') }}", + loadError: "{{ _('Could not load labels') }}", + retry: "{{ _('Retry') }}", + noLabels: "{{ _('No labels found') }}", + manageLabels: "{{ _('Manage Labels') }}", + bulletins: "{{ _('Bulletins') }}", + actors: "{{ _('Actors') }}", + incidents: "{{ _('Incidents') }}", + offline: "{{ _('Offline') }}", + labels: "{{ _('Labels') }}", + verifiedLabels: "{{ _('Verified Labels') }}", + groupingOnly: "{{ _('Grouping only, cannot be assigned') }}", + retired: "{{ _('Retired, kept for existing records only') }}", } // add localized configurations for lists with static values diff --git a/enferno/admin/templates/nav-bar.html b/enferno/admin/templates/nav-bar.html index e7c36c8ac..074344111 100644 --- a/enferno/admin/templates/nav-bar.html +++ b/enferno/admin/templates/nav-bar.html @@ -11,6 +11,12 @@