Skip to content

Commit

Permalink
remove uneeded remnants
Browse files Browse the repository at this point in the history
  • Loading branch information
miles-grant-ibigroup committed Dec 17, 2024
1 parent 96b467b commit 9f161d0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 126 deletions.
43 changes: 0 additions & 43 deletions i18n/english.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,49 +135,6 @@ components:
danger: Danger!
success: Success!
warning: Warning!
DeploymentSettings:
boundsPlaceholder: 'min_lon, min_lat, max_lon, max_lat'
buildConfig:
elevationBucket:
accessKey: Access Key
bucketName: S3 Bucket Name
secretKey: Secret Key
fares: Fares
fetchElevationUS: Fetch Elevation
save: Save
stationTransfers: Sta. Transfers
subwayAccessTime: Subway Access Time
title: Build Config
clear: Clear
manageServers: Manage deployment servers
osm:
bounds: Custom Extract Bounds
custom: Use Custom Extract Bounds
gtfs: Use GTFS-Derived Extract Bounds
title: OSM Extract
routerConfig:
brandingUrlRoot: Branding URL Root
carDropoffTime: Car Dropoff Time
driveDistanceReluctance: Drive Distance Reluctance
numItineraries: '# of itineraries'
requestLogFile: Request log file
stairsReluctance: Stairs Reluctance
title: Router Config
itineraryFilters:
nonTransitGeneralizedCostLimit: Non-Transit Generalized Cost Limit
updaters:
$index:
feedId: Feed ID
frequencySec: Frequency (in seconds)
sourceType: Source type
type: Type
url: URL
new: Add updater
title: Real-time updaters
placeholder: Updater name
walkSpeed: Walk Speed
save: Save
title: Deployment
DeploymentVersionsTable:
dateRetrieved: Date Retrieved
errorCount: Error Count
Expand Down
40 changes: 0 additions & 40 deletions i18n/german.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,46 +136,6 @@ components:
danger: Gefahr!
success: Erfolg!
warning: Warnung!
DeploymentSettings:
boundsPlaceholder: min_lon, min_lat, max_lon, max_lat
buildConfig:
elevationBucket:
accessKey: Zugangs-Schlüssel
bucketName: S3 Bucket Name
secretKey: Secret Key
fares: Tarife
fetchElevationUS: Höhenmodell abrufen
save: Speichern
stationTransfers: Umstiege
subwayAccessTime: U-Bahn-Zugangszeiten
title: Build-Konfiguration
clear: Zurücksetzen
manageServers: Deployment-Server verwalten
osm:
bounds: Selbst-definierte Extrakt-Grenzen
custom: Benutze selbst-definierte Extrakt-Grenzen
gtfs: Grenzen aus GTFS ableiten
title: OSM-Extrakt
routerConfig:
brandingUrlRoot: Branding-URL Wurzel
carDropoffTime: PKW-Rückgabe-Zeit
numItineraries: '# of Reisevorschläge'
requestLogFile: Log-Datei anfordern
stairsReluctance: Treppen-Abneigung
title: Router Konfiguration
updaters:
$index:
defaultAgencyId: Standard-Betreiber ID
frequencySec: Frequenz (in Sekunden)
sourceType: Quellen-Typ
type: Typ
url: URL
new: Aktualisierer hinzufügen
placeholder: Aktualisierer-Name
title: Echtzeit-Aktualisierungs-Updater
walkSpeed: Geh-Geschwindigkeit
save: Speichern
title: Deployment
DeploymentVersionsTable:
dateRetrieved: Abrufdatum
errorCount: Fehlerzahl
Expand Down
40 changes: 0 additions & 40 deletions i18n/polish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,46 +139,6 @@ components:
danger: Uwaga!
success: Sukces!
warning: Ostrzeżenie!
DeploymentSettings:
boundsPlaceholder: min_lon, min_lat, max_lon, max_lat
buildConfig:
elevationBucket:
accessKey: Access Key
bucketName: S3 Bucket Name
secretKey: Secret Key
fares: Taryfy
fetchElevationUS: Fetch Elevation
save: Zapisz
stationTransfers: Transfery na stacji
subwayAccessTime: Godziny otwarcia metra
title: Build Config
clear: Wyczyść
manageServers: Manage deployment servers
osm:
bounds: Custom Extract Bounds
custom: Use Custom Extract Bounds
gtfs: Use GTFS-Derived Extract Bounds
title: Wyciąg z OSM
routerConfig:
brandingUrlRoot: Branding URL Root
carDropoffTime: Car Dropoff Time
numItineraries: '# of itineraries'
requestLogFile: Request log file
stairsReluctance: Stairs Reluctance
title: Router Config
updaters:
$index:
defaultAgencyId: Domyślny ID przewoźnika
frequencySec: Częstotliwość (w sekundach)
sourceType: Rodzaj źródła
type: Typ
url: URL
new: Add updater
placeholder: Updater name
title: Real-time updaters
walkSpeed: Walk Speed
save: Zapisz
title: Wdrożenie
DeploymentVersionsTable:
dateRetrieved: Data pozyskania
errorCount: Licznik błędów
Expand Down
1 change: 0 additions & 1 deletion lib/manager/components/ProjectSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import type { Project } from '../../types'
import ProjectSettingsForm from './ProjectSettingsForm'

type Props = {
activeSettingsPanel?: ?string,
deleteProject: typeof projectActions.deleteProject,
project: Project,
projectEditDisabled: boolean,
Expand Down
2 changes: 0 additions & 2 deletions lib/manager/components/ProjectViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default class ProjectViewer extends Component<Props, State> {
render () {
const {
activeComponent,
activeSubComponent,
createFeedSource,
isFetching,
project,
Expand Down Expand Up @@ -265,7 +264,6 @@ export default class ProjectViewer extends Component<Props, State> {
// keyboard listener is not active while form is not visible.
activeComponent === 'settings' && (
<ProjectSettings
activeSettingsPanel={activeSubComponent}
projectEditDisabled={projectEditDisabled}
{...this.props}
/>
Expand Down

0 comments on commit 9f161d0

Please sign in to comment.