feat: Add reservation number and price fields to lodging information across multiple languages

This commit is contained in:
Sean Morley
2025-02-16 09:35:07 -05:00
parent b5d6788c11
commit d31b95289d
10 changed files with 355 additions and 17 deletions

View File

@@ -235,7 +235,18 @@
"primary": "基本的",
"upload": "上传",
"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": {
"desc_1": "轻松发现、规划和探索",
@@ -282,7 +293,8 @@
"tag": "标签",
"language_selection": "语言",
"support": "支持",
"calendar": "日历"
"calendar": "日历",
"admin_panel": "管理面板"
},
"auth": {
"forgot_password": "忘记密码?",
@@ -572,5 +584,34 @@
"phone": "电话",
"recommendation": "推荐",
"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": "采取"
}
}