diff options
| author | cedricnjanga | 2018-03-27 23:28:08 -0700 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-03-29 09:33:39 +0200 |
| commit | 6be8a11bee2891b4372843c29fe9720fbe0bab8b (patch) | |
| tree | ea8e5561b75f52cc1c760161c45af3e4aaa7b9a9 /config | |
| parent | 6ab0a7ee5dd3fa3250c3e2e087dfd355ad9c0a8a (diff) | |
| download | chouette-core-6be8a11bee2891b4372843c29fe9720fbe0bab8b.tar.bz2 | |
Refs #6156 Update Compliance Check Set english translations
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/compliance_check_resource.en.yml | 8 | ||||
| -rw-r--r-- | config/locales/compliance_check_resources.fr.yml | 8 | ||||
| -rw-r--r-- | config/locales/compliance_check_sets.en.yml | 2 |
3 files changed, 17 insertions, 1 deletions
diff --git a/config/locales/compliance_check_resource.en.yml b/config/locales/compliance_check_resource.en.yml new file mode 100644 index 000000000..f8a31b81a --- /dev/null +++ b/config/locales/compliance_check_resource.en.yml @@ -0,0 +1,8 @@ +en: + activerecord: + attributes: + compliance_check_resource: + name: Name + status: Status + metrics: Metrics + download: Download
\ No newline at end of file diff --git a/config/locales/compliance_check_resources.fr.yml b/config/locales/compliance_check_resources.fr.yml new file mode 100644 index 000000000..0fe4b83ed --- /dev/null +++ b/config/locales/compliance_check_resources.fr.yml @@ -0,0 +1,8 @@ +fr: + activerecord: + attributes: + compliance_check_resource: + name: Nom + status: Statut + metrics: Métriques + download: Téléchargement
\ No newline at end of file diff --git a/config/locales/compliance_check_sets.en.yml b/config/locales/compliance_check_sets.en.yml index 5e8c3b24f..63708328b 100644 --- a/config/locales/compliance_check_sets.en.yml +++ b/config/locales/compliance_check_sets.en.yml @@ -20,7 +20,7 @@ en: title: Executed control report %{name} show: title: Compliance check set report - table_state: "%{lines_status} lines imported on %{lines_in_compliance_check_set} in the archive" + table_state: "%{lines_status} lines imported out of %{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." table_title: Analysed lines state metrics: "%{ok_count} ok, %{error_count} errors, %{warning_count} warnings, %{uncheck_count} n/a" |
