add restaurants check connection
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user