Initial commit
This commit is contained in:
45
apps/web/messages/en.json
Normal file
45
apps/web/messages/en.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"common": {
|
||||
"appName": "DwellOps",
|
||||
"loading": "Loading…",
|
||||
"error": "Something went wrong.",
|
||||
"retry": "Try again",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
"edit": "Edit",
|
||||
"close": "Close",
|
||||
"back": "Back",
|
||||
"next": "Next",
|
||||
"submit": "Submit"
|
||||
},
|
||||
"nav": {
|
||||
"dashboard": "Dashboard",
|
||||
"units": "Units",
|
||||
"residents": "Residents",
|
||||
"documents": "Documents",
|
||||
"settings": "Settings",
|
||||
"signOut": "Sign out"
|
||||
},
|
||||
"dashboard": {
|
||||
"title": "Dashboard",
|
||||
"welcome": "Welcome back, {name}",
|
||||
"stats": {
|
||||
"totalUnits": "Total units",
|
||||
"activeResidents": "Active residents",
|
||||
"pendingRequests": "Pending requests",
|
||||
"openIssues": "Open issues"
|
||||
},
|
||||
"recentActivity": "Recent activity",
|
||||
"noActivity": "No recent activity to display."
|
||||
},
|
||||
"auth": {
|
||||
"signIn": "Sign in",
|
||||
"signInWithMagicLink": "Sign in with magic link",
|
||||
"signInWithPasskey": "Sign in with passkey",
|
||||
"enterEmail": "Enter your email",
|
||||
"emailPlaceholder": "you@example.com",
|
||||
"magicLinkSent": "Check your email — we sent a magic link.",
|
||||
"passkeyPrompt": "Use your passkey to authenticate."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user