You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/english.yml
+6
Original file line number
Diff line number
Diff line change
@@ -319,6 +319,7 @@ components:
319
319
FeedInfo:
320
320
autoFetch: Auto fetch
321
321
autoPublish: Auto publish
322
+
bundleFilename: Bundle Filename
322
323
dateFormat: MMM D, YYYY
323
324
deployable: Deployable
324
325
edit: Edit
@@ -661,6 +662,8 @@ components:
661
662
title: Updates
662
663
labels:
663
664
title: Labels
665
+
bundleFilename: Override filename for GTFS bundle
666
+
bundleFilenameHint: Optional. Define a custom filename (without .zip) for this feed source when included in a GTFS bundle. The .zip extension is added automatically.
664
667
make:
665
668
private: Make private
666
669
privateDesc: Make this feed source private.
@@ -673,6 +676,8 @@ components:
673
676
rename: Rename
674
677
save: Save
675
678
title: Settings
679
+
invalidFilename: "Filename contains invalid characters (e.g., / \ : * ? \" < > | space) or ends with .zip."
680
+
filenamePlaceholder: e.g., agency_bundle
676
681
GtfsIcons:
677
682
agency:
678
683
title: Edit agencies
@@ -759,6 +764,7 @@ components:
759
764
title: Log in
760
765
ManagerHeader:
761
766
noUpdateYet: n/a
767
+
bundleFilename: Bundle Filename
762
768
noUrl: (none)
763
769
private: This feed source and all its versions are private.
Copy file name to clipboardExpand all lines: i18n/german.yml
+6
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,7 @@ components:
342
342
FeedInfo:
343
343
autoFetch: Automatischer Abruf
344
344
autoPublish: Automatische Veröffentlichung
345
+
bundleFilename: Bundle Filename
345
346
dateFormat: DD.MM.YYYY
346
347
deployable: Deploybar
347
348
edit: Bearbeiten
@@ -676,6 +677,10 @@ components:
676
677
title: Aktualisierungen
677
678
labels:
678
679
title: Ettiketten
680
+
bundleFilename: Override filename for GTFS bundle
681
+
bundleFilenameHint: Optional. Define a custom filename (without .zip) for this feed source when included in a GTFS bundle. The .zip extension is added automatically.
682
+
invalidFilename: "Filename contains invalid characters (e.g., / \ : * ? \" < > | space) or ends with .zip."
683
+
filenamePlaceholder: e.g., agency_bundle
679
684
make:
680
685
private: Privat setzen
681
686
privateDesc: Setzt diese Feed-Quelle auf Privat.
@@ -769,6 +774,7 @@ components:
769
774
title: Anmelden
770
775
ManagerHeader:
771
776
noUpdateYet: keine
777
+
bundleFilename: Bundle Filename
772
778
noUrl: (keine URL)
773
779
private: Diese Feed-Quelle und all ihre Versionen sind privat.
Copy file name to clipboardExpand all lines: i18n/polish.yml
+6
Original file line number
Diff line number
Diff line change
@@ -339,6 +339,7 @@ components:
339
339
FeedInfo:
340
340
autoFetch: Automatyczne pobieranie
341
341
autoPublish: Automatycznie publikuj
342
+
bundleFilename: Bundle Filename
342
343
dateFormat: MMM D, YYYY
343
344
deployable: Rozmieszczany
344
345
edit: Edytować
@@ -599,6 +600,8 @@ components:
599
600
title: Automatic Fetch
600
601
url: Feed source fetch URL
601
602
urlButton: Change URL
603
+
bundleFilename: Override filename for GTFS bundle
604
+
bundleFilenameHint: Optional. Define a custom filename (without .zip) for this feed source when included in a GTFS bundle. The .zip extension is added automatically.
602
605
confirmDelete: Are you sure you want to delete this project? This action cannot
603
606
be undone and all feed sources and their versions will be permanently deleted.
604
607
dangerZone: Danger Zone
@@ -668,6 +671,8 @@ components:
668
671
title: Updates
669
672
labels:
670
673
title: Labels
674
+
invalidFilename: "Filename contains invalid characters (e.g., / \ : * ? \" < > | space) or ends with .zip."
675
+
filenamePlaceholder: e.g., agency_bundle
671
676
make:
672
677
private: Make private
673
678
privateDesc: Make this feed source private.
@@ -760,6 +765,7 @@ components:
760
765
title: Log in
761
766
ManagerHeader:
762
767
noUpdateYet: n/a
768
+
bundleFilename: Bundle Filename
763
769
noUrl: (none)
764
770
private: This feed source and all its versions are private.
0 commit comments