add restaurants check connection

This commit is contained in:
2026-04-24 00:55:20 +03:00
parent c47dad2af8
commit ff46a37956
11 changed files with 377 additions and 391 deletions

View File

@@ -90,7 +90,17 @@
"useHttps": "Use HTTPS",
"confirmDelete": "Delete Restaurant",
"noRestaurants": "No restaurants found. Click \"Add Restaurant\" to create one.",
"deleteConfirmation": "Are you sure you want to delete this restaurant? This action cannot be undone."
"deleteConfirmation": "Are you sure you want to delete this restaurant? This action cannot be undone.",
"check": "Check connection",
"checkError": "Error",
"loadError": "Failed to load restaurants",
"createSuccess": "Restaurant created successfully",
"updateSuccess": "Restaurant updated successfully",
"deleteSuccess": "Restaurant deleted",
"httpsUpdateSuccess": "HTTPS status updated",
"httpsUpdateError": "Failed to update HTTPS",
"passwordRequired": "Password is required for new restaurant",
"checkNetworkError": "Network error while checking"
},
"settings": {
"title": "Application Settings",