-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a823c8c
commit 2ac3a2b
Showing
4 changed files
with
131 additions
and
123 deletions.
There are no files selected for viewing
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,34 +1,34 @@ | ||
{ | ||
"all": "All", | ||
"aspects": "States", | ||
"errorMessages": { | ||
"unableToSearchSignal": "Signal search impossible" | ||
}, | ||
"labelbvonly": "BV only", | ||
"line": "Line", | ||
"linecode": "Line code", | ||
"name": "Name", | ||
"noAspectSelected": "No state selected", | ||
"noresult": "No results", | ||
"pk": "PK", | ||
"placeholderchcode": "CH code", | ||
"placeholderline": "Line name or number", | ||
"placeholdername": "Name, label, CI code", | ||
"placeholdersignal": "Signal name", | ||
"placeholdername": "Name, label", | ||
"placeholderchcode": "CH code", | ||
"labelbvonly": "BV only", | ||
"pk": "PK", | ||
"resultsCount_zero": "No results", | ||
"reset": "Reset", | ||
"resultsCount_one": "1 result", | ||
"resultsCount_other": "{{ count }} results", | ||
"resultsCount_zero": "No results", | ||
"search": "Search", | ||
"signal": "Signal", | ||
"signalbox": "Switchbox", | ||
"station": "Station", | ||
"trackname": "Track", | ||
"type": "Type", | ||
"line": "Line", | ||
"reset": "Reset", | ||
"aspects": "States", | ||
"noAspectSelected": "No state selected", | ||
"signalSystem": "Signalling system", | ||
"errorMessages": { | ||
"unableToSearchSignal": "Signal search impossible" | ||
}, | ||
"all": "All", | ||
"signalSettings": { | ||
"Nf": "Not crossable", | ||
"distant": "Far", | ||
"is_430": "430" | ||
} | ||
"is_430": "430", | ||
"Nf": "Not crossable" | ||
}, | ||
"signalSystem": "Signalling system", | ||
"trackname": "Track", | ||
"type": "Type" | ||
} |
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,34 +1,34 @@ | ||
{ | ||
"all": "Tous", | ||
"aspects": "Aspects", | ||
"errorMessages": { | ||
"unableToSearchSignal": "Recherche du signal impossible" | ||
}, | ||
"labelbvonly": "BV uniquement", | ||
"line": "Ligne", | ||
"linecode": "Code ligne", | ||
"name": "Nom", | ||
"noAspectSelected": "Aucun aspect sélectionné", | ||
"noresult": "Aucun résultat", | ||
"pk": "PK", | ||
"placeholderchcode": "Code CH", | ||
"placeholderline": "Nom ou numéro de ligne", | ||
"placeholdername": "Nom, appelation, libellé, code CI", | ||
"placeholdersignal": "Nom du signal", | ||
"placeholdername": "Nom, appelation, libellé", | ||
"placeholderchcode": "Code CH", | ||
"labelbvonly": "BV uniquement", | ||
"pk": "PK", | ||
"resultsCount_zero": "Aucun résultat", | ||
"reset": "Réinitialiser", | ||
"resultsCount_one": "1 résultat", | ||
"resultsCount_other": "{{ count }} résultats", | ||
"resultsCount_zero": "Aucun résultat", | ||
"search": "Rechercher", | ||
"signal": "Signal", | ||
"signalbox": "Poste", | ||
"station": "Gare", | ||
"trackname": "Voie", | ||
"type": "Type", | ||
"line": "Ligne", | ||
"reset": "Réinitialiser", | ||
"aspects": "Aspects", | ||
"noAspectSelected": "Aucun aspect sélectionné", | ||
"signalSystem": "Système de signalisation", | ||
"errorMessages": { | ||
"unableToSearchSignal": "Recherche du signal impossible" | ||
}, | ||
"all": "Tous", | ||
"signalSettings": { | ||
"Nf": "Non franchissable", | ||
"distant": "Distant", | ||
"is_430": "430" | ||
} | ||
"is_430": "430", | ||
"Nf": "Non franchissable" | ||
}, | ||
"signalSystem": "Système de signalisation", | ||
"trackname": "Voie", | ||
"type": "Type" | ||
} |
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
Oops, something went wrong.