mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-21 22:09:36 +02:00
feat: Add reservation number and price fields to lodging information across multiple languages
This commit is contained in:
parent
b5d6788c11
commit
d31b95289d
10 changed files with 355 additions and 17 deletions
|
@ -133,6 +133,20 @@
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
{#if lodging.user_id == user?.uuid || (collection && user && collection.shared_with && collection.shared_with.includes(user.uuid))}
|
||||||
|
{#if lodging.reservation_number}
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<span class="font-medium text-sm">{$t('adventures.reservation_number')}:</span>
|
||||||
|
<p>{lodging.reservation_number}</p>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{#if lodging.price}
|
||||||
|
<div class="flex items-center gap-2">
|
||||||
|
<span class="font-medium text-sm">{$t('adventures.price')}:</span>
|
||||||
|
<p>{lodging.price}</p>
|
||||||
|
</div>
|
||||||
|
{/if}
|
||||||
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
|
|
|
@ -240,7 +240,13 @@
|
||||||
"display_name": "Anzeigename",
|
"display_name": "Anzeigename",
|
||||||
"location_details": "Standortdetails",
|
"location_details": "Standortdetails",
|
||||||
"lodging": "Unterkunft",
|
"lodging": "Unterkunft",
|
||||||
"region": "Region"
|
"region": "Region",
|
||||||
|
"delete_lodging": "Unterkunft löschen",
|
||||||
|
"lodging_delete_confirm": "Sind Sie sicher, dass Sie diesen Standort löschen möchten? \nDiese Aktion kann nicht rückgängig gemacht werden.",
|
||||||
|
"lodging_information": "Unterkunftsinformationen",
|
||||||
|
"price": "Preis",
|
||||||
|
"reservation_number": "Reservierungsnummer",
|
||||||
|
"welcome_map_info": "Öffentliche Abenteuer auf diesem Server"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Entdecken, planen und erkunden Sie mit Leichtigkeit",
|
"desc_1": "Entdecken, planen und erkunden Sie mit Leichtigkeit",
|
||||||
|
@ -287,7 +293,8 @@
|
||||||
"tag": "Etikett",
|
"tag": "Etikett",
|
||||||
"language_selection": "Sprache",
|
"language_selection": "Sprache",
|
||||||
"support": "Unterstützung",
|
"support": "Unterstützung",
|
||||||
"calendar": "Kalender"
|
"calendar": "Kalender",
|
||||||
|
"admin_panel": "Admin -Panel"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "Passwort bestätigen",
|
"confirm_password": "Passwort bestätigen",
|
||||||
|
@ -577,5 +584,34 @@
|
||||||
"phone": "Telefon",
|
"phone": "Telefon",
|
||||||
"recommendation": "Empfehlung",
|
"recommendation": "Empfehlung",
|
||||||
"website": "Webseite"
|
"website": "Webseite"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Wohnung",
|
||||||
|
"bnb": "Übernachtung mit Frühstück",
|
||||||
|
"cabin": "Kabine",
|
||||||
|
"campground": "Campingplatz",
|
||||||
|
"check_in": "Einchecken",
|
||||||
|
"check_out": "Kasse",
|
||||||
|
"date_and_time": "Datum",
|
||||||
|
"edit": "Bearbeiten",
|
||||||
|
"edit_lodging": "Unterkunft bearbeiten",
|
||||||
|
"error_editing_lodging": "Fehlerbearbeitung",
|
||||||
|
"hostel": "Herberge",
|
||||||
|
"hotel": "Hotel",
|
||||||
|
"house": "Haus",
|
||||||
|
"lodging_added": "Unterkunft erfolgreich hinzugefügt!",
|
||||||
|
"lodging_delete_error": "Fehler beim Löschen von Unterkünften",
|
||||||
|
"lodging_deleted": "Unterkunft erfolgreich gelöscht!",
|
||||||
|
"lodging_edit_success": "Unterbringung erfolgreich bearbeitet!",
|
||||||
|
"lodging_type": "Unterkunftstyp",
|
||||||
|
"motel": "Motel",
|
||||||
|
"new_lodging": "Neue Unterkunft",
|
||||||
|
"other": "Andere",
|
||||||
|
"provide_start_date": "Bitte geben Sie einen Startdatum an",
|
||||||
|
"reservation_number": "Reservierungsnummer",
|
||||||
|
"resort": "Resort",
|
||||||
|
"start": "Start",
|
||||||
|
"type": "Typ",
|
||||||
|
"villa": "Villa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -293,7 +293,8 @@
|
||||||
"other": "Other"
|
"other": "Other"
|
||||||
},
|
},
|
||||||
"lodging_information": "Lodging Information",
|
"lodging_information": "Lodging Information",
|
||||||
"price": "Price"
|
"price": "Price",
|
||||||
|
"reservation_number": "Reservation Number"
|
||||||
},
|
},
|
||||||
"worldtravel": {
|
"worldtravel": {
|
||||||
"country_list": "Country List",
|
"country_list": "Country List",
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
"tag": "Etiqueta",
|
"tag": "Etiqueta",
|
||||||
"language_selection": "Idioma",
|
"language_selection": "Idioma",
|
||||||
"support": "Apoyo",
|
"support": "Apoyo",
|
||||||
"calendar": "Calendario"
|
"calendar": "Calendario",
|
||||||
|
"admin_panel": "Panel de administración"
|
||||||
},
|
},
|
||||||
"about": {
|
"about": {
|
||||||
"about": "Acerca de",
|
"about": "Acerca de",
|
||||||
|
@ -282,7 +283,18 @@
|
||||||
"upload": "Subir",
|
"upload": "Subir",
|
||||||
"view_attachment": "Ver archivo adjunto",
|
"view_attachment": "Ver archivo adjunto",
|
||||||
"attachment_name": "Nombre del archivo adjunto",
|
"attachment_name": "Nombre del archivo adjunto",
|
||||||
"of": "de"
|
"of": "de",
|
||||||
|
"city": "Ciudad",
|
||||||
|
"delete_lodging": "Eliminar alojamiento",
|
||||||
|
"display_name": "Nombre para mostrar",
|
||||||
|
"location_details": "Detalles de la ubicación",
|
||||||
|
"lodging": "Alojamiento",
|
||||||
|
"lodging_delete_confirm": "¿Estás seguro de que quieres eliminar este lugar de alojamiento? \nEsta acción no se puede deshacer.",
|
||||||
|
"lodging_information": "Información de alojamiento",
|
||||||
|
"price": "Precio",
|
||||||
|
"region": "Región",
|
||||||
|
"reservation_number": "Número de reserva",
|
||||||
|
"welcome_map_info": "Aventuras públicas en este servidor"
|
||||||
},
|
},
|
||||||
"worldtravel": {
|
"worldtravel": {
|
||||||
"all": "Todo",
|
"all": "Todo",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "Teléfono",
|
"phone": "Teléfono",
|
||||||
"recommendation": "Recomendación",
|
"recommendation": "Recomendación",
|
||||||
"website": "Sitio web"
|
"website": "Sitio web"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Departamento",
|
||||||
|
"bnb": "Cama y desayuno",
|
||||||
|
"cabin": "Cabina",
|
||||||
|
"campground": "Terreno de camping",
|
||||||
|
"check_in": "Registrarse",
|
||||||
|
"check_out": "Verificar",
|
||||||
|
"date_and_time": "Fecha",
|
||||||
|
"edit": "Editar",
|
||||||
|
"error_editing_lodging": "Error de edición de alojamiento",
|
||||||
|
"hostel": "Albergue",
|
||||||
|
"hotel": "Hotel",
|
||||||
|
"house": "Casa",
|
||||||
|
"lodging_added": "¡Alojamiento agregado con éxito!",
|
||||||
|
"lodging_delete_error": "Error de eliminación de alojamiento",
|
||||||
|
"lodging_deleted": "¡Alojamiento eliminado con éxito!",
|
||||||
|
"lodging_edit_success": "¡Alojamiento editado con éxito!",
|
||||||
|
"lodging_type": "Tipo de alojamiento",
|
||||||
|
"motel": "Motel",
|
||||||
|
"new_lodging": "Nuevo alojamiento",
|
||||||
|
"other": "Otro",
|
||||||
|
"provide_start_date": "Proporcione una fecha de inicio",
|
||||||
|
"reservation_number": "Número de reserva",
|
||||||
|
"resort": "Complejo",
|
||||||
|
"start": "Comenzar",
|
||||||
|
"type": "Tipo",
|
||||||
|
"villa": "Villa",
|
||||||
|
"edit_lodging": "Editar alojamiento"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,18 @@
|
||||||
"primary": "Primaire",
|
"primary": "Primaire",
|
||||||
"upload": "Télécharger",
|
"upload": "Télécharger",
|
||||||
"view_attachment": "Voir la pièce jointe",
|
"view_attachment": "Voir la pièce jointe",
|
||||||
"of": "de"
|
"of": "de",
|
||||||
|
"city": "Ville",
|
||||||
|
"delete_lodging": "Supprimer l'hébergement",
|
||||||
|
"display_name": "Nom d'affichage",
|
||||||
|
"location_details": "Détails de l'emplacement",
|
||||||
|
"lodging": "Hébergement",
|
||||||
|
"lodging_delete_confirm": "Êtes-vous sûr de vouloir supprimer cet emplacement d'hébergement? \nCette action ne peut pas être annulée.",
|
||||||
|
"lodging_information": "Informations sur l'hébergement",
|
||||||
|
"price": "Prix",
|
||||||
|
"region": "Région",
|
||||||
|
"reservation_number": "Numéro de réservation",
|
||||||
|
"welcome_map_info": "Aventures publiques sur ce serveur"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
"desc_1": "Découvrez, planifiez et explorez en toute simplicité",
|
||||||
|
@ -282,7 +293,8 @@
|
||||||
"tag": "Étiqueter",
|
"tag": "Étiqueter",
|
||||||
"language_selection": "Langue",
|
"language_selection": "Langue",
|
||||||
"support": "Soutien",
|
"support": "Soutien",
|
||||||
"calendar": "Calendrier"
|
"calendar": "Calendrier",
|
||||||
|
"admin_panel": "Panneau d'administration"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "Confirmez le mot de passe",
|
"confirm_password": "Confirmez le mot de passe",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "Téléphone",
|
"phone": "Téléphone",
|
||||||
"recommendation": "Recommandation",
|
"recommendation": "Recommandation",
|
||||||
"website": "Site web"
|
"website": "Site web"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Appartement",
|
||||||
|
"bnb": "Bed and petit-déjeuner",
|
||||||
|
"cabin": "Cabine",
|
||||||
|
"campground": "Camping",
|
||||||
|
"check_in": "Enregistrement",
|
||||||
|
"check_out": "Vérifier",
|
||||||
|
"date_and_time": "Date",
|
||||||
|
"edit": "Modifier",
|
||||||
|
"edit_lodging": "Modifier l'hébergement",
|
||||||
|
"error_editing_lodging": "Édition d'erreurs Hébergement",
|
||||||
|
"hostel": "Auberge",
|
||||||
|
"hotel": "Hôtel",
|
||||||
|
"house": "Maison",
|
||||||
|
"lodging_added": "L'hébergement a ajouté avec succès!",
|
||||||
|
"lodging_delete_error": "Erreur de suppression de l'hébergement",
|
||||||
|
"lodging_deleted": "L'hébergement est supprimé avec succès!",
|
||||||
|
"lodging_edit_success": "L'hébergement édité avec succès!",
|
||||||
|
"lodging_type": "Type d'hébergement",
|
||||||
|
"motel": "Motel",
|
||||||
|
"new_lodging": "Nouveau logement",
|
||||||
|
"other": "Autre",
|
||||||
|
"provide_start_date": "Veuillez fournir une date de début",
|
||||||
|
"reservation_number": "Numéro de réservation",
|
||||||
|
"resort": "Station balnéaire",
|
||||||
|
"start": "Commencer",
|
||||||
|
"type": "Taper",
|
||||||
|
"villa": "Villa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,18 @@
|
||||||
"primary": "Primario",
|
"primary": "Primario",
|
||||||
"upload": "Caricamento",
|
"upload": "Caricamento",
|
||||||
"view_attachment": "Visualizza allegato",
|
"view_attachment": "Visualizza allegato",
|
||||||
"of": "Di"
|
"of": "Di",
|
||||||
|
"city": "Città",
|
||||||
|
"delete_lodging": "Elimina alloggio",
|
||||||
|
"display_name": "Nome da visualizzare",
|
||||||
|
"location_details": "Dettagli della posizione",
|
||||||
|
"lodging": "Alloggio",
|
||||||
|
"lodging_delete_confirm": "Sei sicuro di voler eliminare questa posizione di alloggio? \nQuesta azione non può essere annullata.",
|
||||||
|
"lodging_information": "Informazioni di alloggio",
|
||||||
|
"price": "Prezzo",
|
||||||
|
"region": "Regione",
|
||||||
|
"welcome_map_info": "Avventure pubbliche su questo server",
|
||||||
|
"reservation_number": "Numero di prenotazione"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Scopri, pianifica ed esplora con facilità",
|
"desc_1": "Scopri, pianifica ed esplora con facilità",
|
||||||
|
@ -282,7 +293,8 @@
|
||||||
"tag": "Etichetta",
|
"tag": "Etichetta",
|
||||||
"language_selection": "Lingua",
|
"language_selection": "Lingua",
|
||||||
"support": "Supporto",
|
"support": "Supporto",
|
||||||
"calendar": "Calendario"
|
"calendar": "Calendario",
|
||||||
|
"admin_panel": "Pannello di amministrazione"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "Conferma password",
|
"confirm_password": "Conferma password",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "Telefono",
|
"phone": "Telefono",
|
||||||
"recommendation": "Raccomandazione",
|
"recommendation": "Raccomandazione",
|
||||||
"website": "Sito web"
|
"website": "Sito web"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Appartamento",
|
||||||
|
"bnb": "Bed and Breakfast",
|
||||||
|
"cabin": "Cabina",
|
||||||
|
"campground": "Campeggio",
|
||||||
|
"check_in": "Check -in",
|
||||||
|
"check_out": "Guardare",
|
||||||
|
"date_and_time": "Data",
|
||||||
|
"edit": "Modificare",
|
||||||
|
"edit_lodging": "Modifica alloggio",
|
||||||
|
"error_editing_lodging": "Alloggio di modifica degli errori",
|
||||||
|
"hostel": "Ostello",
|
||||||
|
"hotel": "Hotel",
|
||||||
|
"house": "Casa",
|
||||||
|
"lodging_added": "Alloggio aggiunto con successo!",
|
||||||
|
"new_lodging": "Nuovo alloggio",
|
||||||
|
"other": "Altro",
|
||||||
|
"provide_start_date": "Si prega di fornire una data di inizio",
|
||||||
|
"reservation_number": "Numero di prenotazione",
|
||||||
|
"resort": "Ricorrere",
|
||||||
|
"start": "Inizio",
|
||||||
|
"type": "Tipo",
|
||||||
|
"villa": "Villa",
|
||||||
|
"lodging_delete_error": "Errore di eliminazione dell'alloggio",
|
||||||
|
"lodging_deleted": "Alloggio eliminato con successo!",
|
||||||
|
"lodging_edit_success": "Alloggio modificato con successo!",
|
||||||
|
"lodging_type": "Tipo di alloggio",
|
||||||
|
"motel": "Motel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,18 @@
|
||||||
"primary": "Primair",
|
"primary": "Primair",
|
||||||
"upload": "Uploaden",
|
"upload": "Uploaden",
|
||||||
"view_attachment": "Bijlage bekijken",
|
"view_attachment": "Bijlage bekijken",
|
||||||
"of": "van"
|
"of": "van",
|
||||||
|
"city": "Stad",
|
||||||
|
"delete_lodging": "Verwijder accommodatie",
|
||||||
|
"display_name": "Weergavenaam",
|
||||||
|
"location_details": "Locatiegegevens",
|
||||||
|
"lodging": "Onderdak",
|
||||||
|
"reservation_number": "Reserveringsnummer",
|
||||||
|
"welcome_map_info": "Publieke avonturen op deze server",
|
||||||
|
"lodging_delete_confirm": "Weet u zeker dat u deze accommodatielocatie wilt verwijderen? \nDeze actie kan niet ongedaan worden gemaakt.",
|
||||||
|
"lodging_information": "Informatie overliggen",
|
||||||
|
"price": "Prijs",
|
||||||
|
"region": "Regio"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Ontdek, plan en verken met gemak",
|
"desc_1": "Ontdek, plan en verken met gemak",
|
||||||
|
@ -282,7 +293,8 @@
|
||||||
"tag": "Label",
|
"tag": "Label",
|
||||||
"language_selection": "Taal",
|
"language_selection": "Taal",
|
||||||
"support": "Steun",
|
"support": "Steun",
|
||||||
"calendar": "Kalender"
|
"calendar": "Kalender",
|
||||||
|
"admin_panel": "Admin -paneel"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"confirm_password": "Bevestig wachtwoord",
|
"confirm_password": "Bevestig wachtwoord",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "Telefoon",
|
"phone": "Telefoon",
|
||||||
"recommendation": "Aanbeveling",
|
"recommendation": "Aanbeveling",
|
||||||
"website": "Website"
|
"website": "Website"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Appartement",
|
||||||
|
"bnb": "Bed and breakfast",
|
||||||
|
"cabin": "Cabine",
|
||||||
|
"campground": "Camping",
|
||||||
|
"check_in": "Inchecken",
|
||||||
|
"check_out": "Uitchecken",
|
||||||
|
"date_and_time": "Datum",
|
||||||
|
"edit": "Bewerking",
|
||||||
|
"edit_lodging": "Bewerkingen bewerken",
|
||||||
|
"error_editing_lodging": "Foutbewerkingsbewerkingen",
|
||||||
|
"hostel": "Hostel",
|
||||||
|
"hotel": "Hotel",
|
||||||
|
"house": "Huis",
|
||||||
|
"lodging_added": "Lodging met succes toegevoegd!",
|
||||||
|
"lodging_delete_error": "Fout bij het verwijderen van accommodatie",
|
||||||
|
"lodging_deleted": "Met succes verwijderd!",
|
||||||
|
"lodging_edit_success": "Lodging met succes bewerkt!",
|
||||||
|
"lodging_type": "Lodging type",
|
||||||
|
"motel": "Motel",
|
||||||
|
"new_lodging": "Nieuwe accommodatie",
|
||||||
|
"other": "Ander",
|
||||||
|
"provide_start_date": "Geef een startdatum op",
|
||||||
|
"reservation_number": "Reserveringsnummer",
|
||||||
|
"resort": "Toevlucht",
|
||||||
|
"start": "Begin",
|
||||||
|
"type": "Type",
|
||||||
|
"villa": "Villa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,8 @@
|
||||||
"aqua": "Aqua",
|
"aqua": "Aqua",
|
||||||
"northernLights": "Zorza Polarna"
|
"northernLights": "Zorza Polarna"
|
||||||
},
|
},
|
||||||
"calendar": "Kalendarz"
|
"calendar": "Kalendarz",
|
||||||
|
"admin_panel": "Panel administracyjny"
|
||||||
},
|
},
|
||||||
"about": {
|
"about": {
|
||||||
"about": "O aplikacji",
|
"about": "O aplikacji",
|
||||||
|
@ -282,7 +283,18 @@
|
||||||
"primary": "Podstawowy",
|
"primary": "Podstawowy",
|
||||||
"upload": "Wgrywać",
|
"upload": "Wgrywać",
|
||||||
"view_attachment": "Zobacz załącznik",
|
"view_attachment": "Zobacz załącznik",
|
||||||
"of": "z"
|
"of": "z",
|
||||||
|
"city": "Miasto",
|
||||||
|
"delete_lodging": "Usunąć zakwaterowanie",
|
||||||
|
"display_name": "Nazwa wyświetlania",
|
||||||
|
"location_details": "Szczegóły lokalizacji",
|
||||||
|
"lodging": "Kwatera",
|
||||||
|
"lodging_delete_confirm": "Czy na pewno chcesz usunąć tę lokalizację zakwaterowania? \nTego działania nie można cofnąć.",
|
||||||
|
"lodging_information": "Informacje o zakwaterowaniu",
|
||||||
|
"price": "Cena",
|
||||||
|
"region": "Region",
|
||||||
|
"reservation_number": "Numer rezerwacji",
|
||||||
|
"welcome_map_info": "Publiczne przygody na tym serwerze"
|
||||||
},
|
},
|
||||||
"worldtravel": {
|
"worldtravel": {
|
||||||
"country_list": "Lista krajów",
|
"country_list": "Lista krajów",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "Telefon",
|
"phone": "Telefon",
|
||||||
"recommendation": "Zalecenie",
|
"recommendation": "Zalecenie",
|
||||||
"website": "Strona internetowa"
|
"website": "Strona internetowa"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Apartament",
|
||||||
|
"bnb": "Nocleg i śniadanie",
|
||||||
|
"cabin": "Kabina",
|
||||||
|
"campground": "Obozowisko",
|
||||||
|
"lodging_added": "Lodowanie dodane pomyślnie!",
|
||||||
|
"lodging_delete_error": "Usuwanie błędów",
|
||||||
|
"lodging_deleted": "Z powodzeniem usunięto!",
|
||||||
|
"lodging_edit_success": "Złożone zredagowane zredagowane!",
|
||||||
|
"lodging_type": "Typ składowania",
|
||||||
|
"motel": "Motel",
|
||||||
|
"start": "Start",
|
||||||
|
"type": "Typ",
|
||||||
|
"villa": "Willa",
|
||||||
|
"check_in": "Zameldować się",
|
||||||
|
"check_out": "Wymeldować się",
|
||||||
|
"date_and_time": "Data",
|
||||||
|
"edit": "Redagować",
|
||||||
|
"edit_lodging": "Edytuj zakwaterowanie",
|
||||||
|
"error_editing_lodging": "Edycja błędów",
|
||||||
|
"hostel": "Schronisko",
|
||||||
|
"hotel": "Hotel",
|
||||||
|
"house": "Dom",
|
||||||
|
"new_lodging": "Nowe zakwaterowanie",
|
||||||
|
"other": "Inny",
|
||||||
|
"provide_start_date": "Proszę podać datę rozpoczęcia",
|
||||||
|
"reservation_number": "Numer rezerwacji",
|
||||||
|
"resort": "Uciec"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,18 @@
|
||||||
"primary": "Primär",
|
"primary": "Primär",
|
||||||
"upload": "Ladda upp",
|
"upload": "Ladda upp",
|
||||||
"view_attachment": "Visa bilaga",
|
"view_attachment": "Visa bilaga",
|
||||||
"of": "av"
|
"of": "av",
|
||||||
|
"city": "Stad",
|
||||||
|
"delete_lodging": "Ta bort logi",
|
||||||
|
"display_name": "Visningsnamn",
|
||||||
|
"location_details": "Platsinformation",
|
||||||
|
"lodging": "Logi",
|
||||||
|
"welcome_map_info": "Offentliga äventyr på denna server",
|
||||||
|
"lodging_delete_confirm": "Är du säker på att du vill ta bort den här logiplatsen? \nDenna åtgärd kan inte ångras.",
|
||||||
|
"lodging_information": "Logi information",
|
||||||
|
"price": "Pris",
|
||||||
|
"region": "Område",
|
||||||
|
"reservation_number": "Bokningsnummer"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "Upptäck, planera och utforska med lätthet",
|
"desc_1": "Upptäck, planera och utforska med lätthet",
|
||||||
|
@ -282,7 +293,8 @@
|
||||||
"tag": "Tagg",
|
"tag": "Tagg",
|
||||||
"language_selection": "Språk",
|
"language_selection": "Språk",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
"calendar": "Kalender"
|
"calendar": "Kalender",
|
||||||
|
"admin_panel": "Administratör"
|
||||||
},
|
},
|
||||||
"worldtravel": {
|
"worldtravel": {
|
||||||
"all": "Alla",
|
"all": "Alla",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "Telefon",
|
"phone": "Telefon",
|
||||||
"recommendation": "Rekommendation",
|
"recommendation": "Rekommendation",
|
||||||
"website": "Webbplats"
|
"website": "Webbplats"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"apartment": "Lägenhet",
|
||||||
|
"bnb": "Säng och frukost",
|
||||||
|
"cabin": "Stuga",
|
||||||
|
"campground": "Campingplats",
|
||||||
|
"error_editing_lodging": "Felredigeringsbefäl",
|
||||||
|
"hostel": "Vandrarhem",
|
||||||
|
"hotel": "Hotell",
|
||||||
|
"house": "Hus",
|
||||||
|
"lodging_added": "Logi tillagd framgångsrikt!",
|
||||||
|
"lodging_delete_error": "Felladering logi",
|
||||||
|
"lodging_deleted": "Logga raderas framgångsrikt!",
|
||||||
|
"lodging_edit_success": "LOGGE Redigerad framgångsrikt!",
|
||||||
|
"lodging_type": "Logi",
|
||||||
|
"motel": "Motell",
|
||||||
|
"new_lodging": "Inställning",
|
||||||
|
"other": "Andra",
|
||||||
|
"provide_start_date": "Vänligen ange ett startdatum",
|
||||||
|
"reservation_number": "Bokningsnummer",
|
||||||
|
"resort": "Tillflykt",
|
||||||
|
"start": "Start",
|
||||||
|
"type": "Typ",
|
||||||
|
"villa": "Villa",
|
||||||
|
"check_in": "Checka in",
|
||||||
|
"check_out": "Checka ut",
|
||||||
|
"date_and_time": "Datum",
|
||||||
|
"edit": "Redigera",
|
||||||
|
"edit_lodging": "Redigera logi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -235,7 +235,18 @@
|
||||||
"primary": "基本的",
|
"primary": "基本的",
|
||||||
"upload": "上传",
|
"upload": "上传",
|
||||||
"view_attachment": "查看附件",
|
"view_attachment": "查看附件",
|
||||||
"of": "的"
|
"of": "的",
|
||||||
|
"city": "城市",
|
||||||
|
"delete_lodging": "删除住宿",
|
||||||
|
"display_name": "显示名称",
|
||||||
|
"location_details": "位置详细信息",
|
||||||
|
"lodging": "住宿",
|
||||||
|
"lodging_delete_confirm": "您确定要删除此住宿地点吗?\n该动作不能撤消。",
|
||||||
|
"lodging_information": "住宿信息",
|
||||||
|
"price": "价格",
|
||||||
|
"region": "地区",
|
||||||
|
"reservation_number": "预订号",
|
||||||
|
"welcome_map_info": "该服务器上的公共冒险"
|
||||||
},
|
},
|
||||||
"home": {
|
"home": {
|
||||||
"desc_1": "轻松发现、规划和探索",
|
"desc_1": "轻松发现、规划和探索",
|
||||||
|
@ -282,7 +293,8 @@
|
||||||
"tag": "标签",
|
"tag": "标签",
|
||||||
"language_selection": "语言",
|
"language_selection": "语言",
|
||||||
"support": "支持",
|
"support": "支持",
|
||||||
"calendar": "日历"
|
"calendar": "日历",
|
||||||
|
"admin_panel": "管理面板"
|
||||||
},
|
},
|
||||||
"auth": {
|
"auth": {
|
||||||
"forgot_password": "忘记密码?",
|
"forgot_password": "忘记密码?",
|
||||||
|
@ -572,5 +584,34 @@
|
||||||
"phone": "电话",
|
"phone": "电话",
|
||||||
"recommendation": "推荐",
|
"recommendation": "推荐",
|
||||||
"website": "网站"
|
"website": "网站"
|
||||||
|
},
|
||||||
|
"lodging": {
|
||||||
|
"campground": "营地",
|
||||||
|
"check_in": "报到",
|
||||||
|
"check_out": "查看",
|
||||||
|
"date_and_time": "日期",
|
||||||
|
"edit": "编辑",
|
||||||
|
"edit_lodging": "编辑住宿",
|
||||||
|
"error_editing_lodging": "错误编辑住宿",
|
||||||
|
"hostel": "旅馆",
|
||||||
|
"hotel": "酒店",
|
||||||
|
"house": "房子",
|
||||||
|
"lodging_added": "住宿成功增加了!",
|
||||||
|
"lodging_delete_error": "错误删除住宿",
|
||||||
|
"lodging_deleted": "住宿成功删除了!",
|
||||||
|
"lodging_edit_success": "住宿成功编辑了!",
|
||||||
|
"lodging_type": "住宿类型",
|
||||||
|
"motel": "汽车旅馆",
|
||||||
|
"start": "开始",
|
||||||
|
"type": "类型",
|
||||||
|
"villa": "别墅",
|
||||||
|
"apartment": "公寓",
|
||||||
|
"bnb": "床和早餐",
|
||||||
|
"cabin": "舱",
|
||||||
|
"new_lodging": "新住宿",
|
||||||
|
"other": "其他",
|
||||||
|
"provide_start_date": "请提供开始日期",
|
||||||
|
"reservation_number": "预订号",
|
||||||
|
"resort": "采取"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue