{ "common": { "loading": "Loading...", "save": "Save", "cancel": "Cancel", "delete": "Delete", "edit": "Edit", "close": "Close", "confirm": "Confirm", "yes": "Yes", "no": "No" }, "auth": { "login": "Login", "logout": "Logout", "email": "Email", "password": "Password", "loginButton": "Sign in", "loginError": "Invalid credentials" }, "tasks": { "title": "My tasks", "new": "New task", "edit": "Edit task", "label": "Title", "description": "Description", "priority": "Priority", "status": { "todo": "To do", "done": "Done" }, "empty": "No tasks", "deleteConfirm": "Delete this task?" }, "errors": { "network": "Network error", "notFound": "Page not found", "server": "Server error" } }