From 6aafd0c7e12d8196d3e1a3f85be2d2bee3752723 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 3 Mar 2020 18:06:19 +0100 Subject: [PATCH] add missing translations --- config/locales/app.shared.en.yml | 5 +++++ config/locales/app.shared.es.yml | 5 +++++ config/locales/app.shared.pt.yml | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/config/locales/app.shared.en.yml b/config/locales/app.shared.en.yml index fa64f839a..840bc8f77 100644 --- a/config/locales/app.shared.en.yml +++ b/config/locales/app.shared.en.yml @@ -448,3 +448,8 @@ en: slot_at_same_time: "Conflict with others reservations" do_you_really_want_to_book_slot_at_same_time: "Do you really want to book this slot? Other bookings take place at the same time" unable_to_book_slot_because_really_have_reservation_at_same_time: "Unable to book this slot because the following reservation occurs at the same time." + + tour: + previous: "Previous" + next: "Next" + end: "End the tour" diff --git a/config/locales/app.shared.es.yml b/config/locales/app.shared.es.yml index 8ee76bd4d..c549c993d 100644 --- a/config/locales/app.shared.es.yml +++ b/config/locales/app.shared.es.yml @@ -448,3 +448,8 @@ es: slot_at_same_time: "Conflict with others reservations" do_you_really_want_to_book_slot_at_same_time: "Do you really want to book this slot? Other bookings take place at the same time" unable_to_book_slot_because_really_have_reservation_at_same_time: "Unable to book this slot because the following reservation occurs at the same time." + + tour: + previous: "Previous" + next: "Next" + end: "End the tour" diff --git a/config/locales/app.shared.pt.yml b/config/locales/app.shared.pt.yml index 77b327d57..75c662873 100755 --- a/config/locales/app.shared.pt.yml +++ b/config/locales/app.shared.pt.yml @@ -448,3 +448,8 @@ pt: slot_at_same_time: "Conflict with others reservations" do_you_really_want_to_book_slot_at_same_time: "Do you really want to book this slot? Other bookings take place at the same time" unable_to_book_slot_because_really_have_reservation_at_same_time: "Unable to book this slot because the following reservation occurs at the same time." + + tour: + previous: "Previous" + next: "Next" + end: "End the tour"