Skip to content

Commit 9f161d0

Browse files
remove uneeded remnants
1 parent 96b467b commit 9f161d0

File tree

5 files changed

+0
-126
lines changed

5 files changed

+0
-126
lines changed

i18n/english.yml

-43
Original file line numberDiff line numberDiff line change
@@ -135,49 +135,6 @@ components:
135135
danger: Danger!
136136
success: Success!
137137
warning: Warning!
138-
DeploymentSettings:
139-
boundsPlaceholder: 'min_lon, min_lat, max_lon, max_lat'
140-
buildConfig:
141-
elevationBucket:
142-
accessKey: Access Key
143-
bucketName: S3 Bucket Name
144-
secretKey: Secret Key
145-
fares: Fares
146-
fetchElevationUS: Fetch Elevation
147-
save: Save
148-
stationTransfers: Sta. Transfers
149-
subwayAccessTime: Subway Access Time
150-
title: Build Config
151-
clear: Clear
152-
manageServers: Manage deployment servers
153-
osm:
154-
bounds: Custom Extract Bounds
155-
custom: Use Custom Extract Bounds
156-
gtfs: Use GTFS-Derived Extract Bounds
157-
title: OSM Extract
158-
routerConfig:
159-
brandingUrlRoot: Branding URL Root
160-
carDropoffTime: Car Dropoff Time
161-
driveDistanceReluctance: Drive Distance Reluctance
162-
numItineraries: '# of itineraries'
163-
requestLogFile: Request log file
164-
stairsReluctance: Stairs Reluctance
165-
title: Router Config
166-
itineraryFilters:
167-
nonTransitGeneralizedCostLimit: Non-Transit Generalized Cost Limit
168-
updaters:
169-
$index:
170-
feedId: Feed ID
171-
frequencySec: Frequency (in seconds)
172-
sourceType: Source type
173-
type: Type
174-
url: URL
175-
new: Add updater
176-
title: Real-time updaters
177-
placeholder: Updater name
178-
walkSpeed: Walk Speed
179-
save: Save
180-
title: Deployment
181138
DeploymentVersionsTable:
182139
dateRetrieved: Date Retrieved
183140
errorCount: Error Count

i18n/german.yml

-40
Original file line numberDiff line numberDiff line change
@@ -136,46 +136,6 @@ components:
136136
danger: Gefahr!
137137
success: Erfolg!
138138
warning: Warnung!
139-
DeploymentSettings:
140-
boundsPlaceholder: min_lon, min_lat, max_lon, max_lat
141-
buildConfig:
142-
elevationBucket:
143-
accessKey: Zugangs-Schlüssel
144-
bucketName: S3 Bucket Name
145-
secretKey: Secret Key
146-
fares: Tarife
147-
fetchElevationUS: Höhenmodell abrufen
148-
save: Speichern
149-
stationTransfers: Umstiege
150-
subwayAccessTime: U-Bahn-Zugangszeiten
151-
title: Build-Konfiguration
152-
clear: Zurücksetzen
153-
manageServers: Deployment-Server verwalten
154-
osm:
155-
bounds: Selbst-definierte Extrakt-Grenzen
156-
custom: Benutze selbst-definierte Extrakt-Grenzen
157-
gtfs: Grenzen aus GTFS ableiten
158-
title: OSM-Extrakt
159-
routerConfig:
160-
brandingUrlRoot: Branding-URL Wurzel
161-
carDropoffTime: PKW-Rückgabe-Zeit
162-
numItineraries: '# of Reisevorschläge'
163-
requestLogFile: Log-Datei anfordern
164-
stairsReluctance: Treppen-Abneigung
165-
title: Router Konfiguration
166-
updaters:
167-
$index:
168-
defaultAgencyId: Standard-Betreiber ID
169-
frequencySec: Frequenz (in Sekunden)
170-
sourceType: Quellen-Typ
171-
type: Typ
172-
url: URL
173-
new: Aktualisierer hinzufügen
174-
placeholder: Aktualisierer-Name
175-
title: Echtzeit-Aktualisierungs-Updater
176-
walkSpeed: Geh-Geschwindigkeit
177-
save: Speichern
178-
title: Deployment
179139
DeploymentVersionsTable:
180140
dateRetrieved: Abrufdatum
181141
errorCount: Fehlerzahl

i18n/polish.yml

-40
Original file line numberDiff line numberDiff line change
@@ -139,46 +139,6 @@ components:
139139
danger: Uwaga!
140140
success: Sukces!
141141
warning: Ostrzeżenie!
142-
DeploymentSettings:
143-
boundsPlaceholder: min_lon, min_lat, max_lon, max_lat
144-
buildConfig:
145-
elevationBucket:
146-
accessKey: Access Key
147-
bucketName: S3 Bucket Name
148-
secretKey: Secret Key
149-
fares: Taryfy
150-
fetchElevationUS: Fetch Elevation
151-
save: Zapisz
152-
stationTransfers: Transfery na stacji
153-
subwayAccessTime: Godziny otwarcia metra
154-
title: Build Config
155-
clear: Wyczyść
156-
manageServers: Manage deployment servers
157-
osm:
158-
bounds: Custom Extract Bounds
159-
custom: Use Custom Extract Bounds
160-
gtfs: Use GTFS-Derived Extract Bounds
161-
title: Wyciąg z OSM
162-
routerConfig:
163-
brandingUrlRoot: Branding URL Root
164-
carDropoffTime: Car Dropoff Time
165-
numItineraries: '# of itineraries'
166-
requestLogFile: Request log file
167-
stairsReluctance: Stairs Reluctance
168-
title: Router Config
169-
updaters:
170-
$index:
171-
defaultAgencyId: Domyślny ID przewoźnika
172-
frequencySec: Częstotliwość (w sekundach)
173-
sourceType: Rodzaj źródła
174-
type: Typ
175-
url: URL
176-
new: Add updater
177-
placeholder: Updater name
178-
title: Real-time updaters
179-
walkSpeed: Walk Speed
180-
save: Zapisz
181-
title: Wdrożenie
182142
DeploymentVersionsTable:
183143
dateRetrieved: Data pozyskania
184144
errorCount: Licznik błędów

lib/manager/components/ProjectSettings.js

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import type { Project } from '../../types'
1010
import ProjectSettingsForm from './ProjectSettingsForm'
1111

1212
type Props = {
13-
activeSettingsPanel?: ?string,
1413
deleteProject: typeof projectActions.deleteProject,
1514
project: Project,
1615
projectEditDisabled: boolean,

lib/manager/components/ProjectViewer.js

-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ export default class ProjectViewer extends Component<Props, State> {
138138
render () {
139139
const {
140140
activeComponent,
141-
activeSubComponent,
142141
createFeedSource,
143142
isFetching,
144143
project,
@@ -265,7 +264,6 @@ export default class ProjectViewer extends Component<Props, State> {
265264
// keyboard listener is not active while form is not visible.
266265
activeComponent === 'settings' && (
267266
<ProjectSettings
268-
activeSettingsPanel={activeSubComponent}
269267
projectEditDisabled={projectEditDisabled}
270268
{...this.props}
271269
/>

0 commit comments

Comments
 (0)