This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ancillaries: Renamed translation keys
- Loading branch information
1 parent
ddda23a
commit d3eec39
Showing
11 changed files
with
23 additions
and
14 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
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
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
Binary file added
BIN
+15 KB
...reenshots/mmb.fast_track.banner.close_modal_button.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.4 KB
...tion/screenshots/mmb.fast_track.banner.description.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.4 KB
...mmb.fast_track.banner.services_handling_assistance.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+31.7 KB
...n/screenshots/mmb.fast_track.banner.services_label.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.4 KB
...hots/mmb.fast_track.banner.services_security_route.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+32.4 KB
...n/screenshots/mmb.fast_track.banner.show_qr_button.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+33.4 KB
...calization/screenshots/mmb.fast_track.banner.title.bergamo.bergamo_stopover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,15 +1,20 @@ | ||
// @flow strict | ||
|
||
const FastTrackVocabulary = { | ||
'fast_track.banner.title': 'Milan Bergamo Stopover Bundle', | ||
'fast_track.banner.description': | ||
'mmb.fast_track.banner.title.bergamo.bergamo_stopover': | ||
'Milan Bergamo Stopover Bundle', | ||
'mmb.fast_track.banner.description.bergamo.bergamo_stopover': | ||
'VIP treatment is waiting for you at Milan Bergamo Airport with Fast Track and baggage assistance.', | ||
'fast_track.banner.services_label': 'Services included', | ||
'fast_track.banner.services_security_route': 'Fast track security route', | ||
'fast_track.banner.services_handling_assistance': | ||
'mmb.fast_track.banner.services_label.bergamo.bergamo_stopover': | ||
'Services included', | ||
'mmb.fast_track.banner.services_security_route.bergamo.bergamo_stopover': | ||
'Fast track security route', | ||
'mmb.fast_track.banner.services_handling_assistance.bergamo.bergamo_stopover': | ||
'Baggage handling assistance', | ||
'fast_track.banner.show_qr_button': 'Show QR Code', | ||
'fast_track.banner.modal.close_modal_button': 'Close modal', | ||
'mmb.fast_track.banner.show_qr_button.bergamo.bergamo_stopover': | ||
'Show QR Code', | ||
'mmb.fast_track.banner.close_modal_button.bergamo.bergamo_stopover': | ||
'Close modal', | ||
}; | ||
|
||
export default FastTrackVocabulary; |