diff options
| author | Guillaume | 2017-11-29 14:03:35 +0100 |
|---|---|---|
| committer | Guillaume | 2017-11-29 14:03:35 +0100 |
| commit | 7e381cb823641e8e147b2d5ecc3be94aa5e63c44 (patch) | |
| tree | 3e7f61cc8dcf59ab6bdc5c3a3af00bafdf94d25c /config | |
| parent | cf8c8352bd4b5493c3e1cdfb8ea27c78ac9abab0 (diff) | |
| download | chouette-core-7e381cb823641e8e147b2d5ecc3be94aa5e63c44.tar.bz2 | |
Refs #4987 update compliance_control_check_set#show view4987-compliance_check-sets_show
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/compliance_check_sets.en.yml | 4 | ||||
| -rw-r--r-- | config/locales/compliance_check_sets.fr.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/config/locales/compliance_check_sets.en.yml b/config/locales/compliance_check_sets.en.yml index 126950693..e6bec2b55 100644 --- a/config/locales/compliance_check_sets.en.yml +++ b/config/locales/compliance_check_sets.en.yml @@ -17,6 +17,10 @@ en: search_no_results: No control reports match your search executed: title: Executed control report %{name} + show: + table_state: "%{lines_status} lines imported on %{lines_in_compliance_check_set} in the archive" + table_explanation: "These controls apply to all imported data and condition the construction of your organization's offer." + metrics: "%{ok_count} ok, %{error_count} errors, %{warning_count} warnings, %{uncheck_count} n/a" activerecord: attributes: compliance_check_set: diff --git a/config/locales/compliance_check_sets.fr.yml b/config/locales/compliance_check_sets.fr.yml index 90092288a..b526261a9 100644 --- a/config/locales/compliance_check_sets.fr.yml +++ b/config/locales/compliance_check_sets.fr.yml @@ -16,6 +16,7 @@ fr: show: table_state: "%{lines_status} lignes importées sur %{lines_in_compliance_check_set} présentes dans l'archive" table_explanation: Ces contrôles s’appliquent pour toutes les données importées et conditionnent la construction de l’offre de votre organisation + metrics: "%{ok_count} ok, %{error_count} errors, %{warning_count} warnings, %{uncheck_count} n/a" activerecord: attributes: compliance_check_set: |
