-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged in CHOUETTE-3233-remove-import-resources-controller (pull requ…
…est #1523) CHOUETTE-3233 Remove ImportResourcesController Approved-by: Luc Donnet
- Loading branch information
Showing
7 changed files
with
4 additions
and
220 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,9 @@ | ||
en: | ||
import: | ||
resources: &resources | ||
index: | ||
title: "NeTEx conformity" | ||
table_state: "%{lines_imported} line(s) imported on %{lines_in_zipfile} presents in zip file" | ||
metrics: "%{error_count} errors, %{warning_count} warnings" | ||
import_resources: | ||
<<: *resources | ||
index: | ||
metrics: "%{error_count} errors, %{warning_count} warnings" | ||
activerecord: | ||
models: | ||
import_resource: | ||
zero: "netex conformity" | ||
one: "netex conformity" | ||
other: "netex conformities" | ||
attributes: | ||
import/resource: | ||
name: "Filename" | ||
status: "Status" | ||
resource_type: Resource Type | ||
number_of_resources: Number of resources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,9 @@ | ||
fr: | ||
import: | ||
resources: &resources | ||
table: &table | ||
table_state: "%{lines_imported} ligne(s) importée(s) sur %{lines_in_zipfile} présente(s) dans l'archive" | ||
index: | ||
<<: *table | ||
title: "Rapport de conformité NeTEx" | ||
metrics: "%{error_count} errors, %{warning_count} warnings" | ||
show: | ||
<<: *table | ||
title: Rapport d'import | ||
import_resources: | ||
<<: *resources | ||
index: | ||
metrics: "%{error_count} errors, %{warning_count} warnings" | ||
activerecord: | ||
models: | ||
import_resource: | ||
zero: "rapport de conformité Netex" | ||
one: "rapport de conformité Netex" | ||
other: "rapports de conformité Netex" | ||
attributes: | ||
import/resource: | ||
name: "Fichier" | ||
status: "État" | ||
number_of_resources: Nombre de ressources | ||
resource_type: Type de ressource |
This file was deleted.
Oops, something went wrong.