Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const trip: TranslationStrings = { | |
| 'trip.tabs.plan': 'План', | |
| 'trip.tabs.transports': 'Транспорт', | |
| 'trip.tabs.reservations': 'Бронювання', | |
| 'trip.tabs.reservationsShort': 'Броні', | |
| 'trip.tabs.packing': 'Список речей', | |
| 'trip.tabs.packingShort': 'Речі', | |
| 'trip.tabs.lists': 'Списки', | |
| 'trip.tabs.listsShort': 'Списки', | |
| 'trip.tabs.budget': "Costs", | |
| 'trip.tabs.files': 'Файли', | |
| 'trip.loading': 'Завантаження поїздки...', | |
| 'trip.loadingPhotos': 'Завантаження фото місць...', | |
| 'trip.mobilePlan': 'План', | |
| 'trip.mobilePlaces': 'Місця', | |
| 'trip.toast.placeUpdated': 'Місце оновлено', | |
| 'trip.toast.placeAdded': 'Місце додано', | |
| 'trip.toast.placeDeleted': 'Місце видалено', | |
| 'trip.toast.selectDay': 'Спочатку виберіть день', | |
| 'trip.toast.assignedToDay': 'Місце призначено на день', | |
| 'trip.toast.reorderError': 'Помилка зміни порядку', | |
| 'trip.toast.reservationUpdated': 'Бронювання оновлено', | |
| 'trip.toast.reservationAdded': 'Бронювання додано', | |
| 'trip.toast.deleted': 'Видалено', | |
| 'trip.confirm.deletePlace': 'Ви впевнені, що хочете видалити це місце?', | |
| 'trip.confirm.deletePlaces': 'Видалити {count} місць?', | |
| 'trip.toast.placesDeleted': '{count} місць видалено', | |
| }; | |
| export default trip; | |