2026-06-23 14:09:24 +00:00

187 lines
5.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": {
"dashboard": {
"pageTitle": "Dashboard",
"overview": "Overview",
"loadingWidgets": "Loading widgets...",
"loading": "Loading...",
"roleWidgets": "{{role}}'s widgets"
},
"login": {
"pageTitle": "Login",
"form": {
"loginLabel": "Login",
"loginHelp": "Please enter your login",
"passwordLabel": "Password",
"passwordHelp": "Please enter your password",
"remember": "Remember",
"forgotPassword": "Forgot password?",
"loginButton": "Login",
"loading": "Loading...",
"noAccountYet": "Dont have an account yet?",
"newAccount": "New Account"
},
"pexels": {
"photoCredit": "Photo by {{photographer}} on Pexels",
"videoCredit": "Video by {{name}} on Pexels",
"videoUnsupported": "Your browser does not support the video tag."
},
"footer": {
"copyright": "© {{year}} {{title}}. All rights reserved",
"privacy": "Privacy Policy"
},
"sampleCredentialsSuperAdmin": "Use to login as Super Admin:",
"sampleCredentialsAdmin": "Use to login as Admin:",
"sampleCredentialsUser": "Use to login as User:"
},
"auth": {
"emailLabel": "Email",
"emailHelp": "Please enter your email",
"passwordLabel": "Password",
"passwordHelp": "Please enter your password",
"confirmPasswordLabel": "Confirm Password",
"confirmPasswordHelp": "Please confirm your password",
"loading": "Loading...",
"login": "Login",
"checkEmailVerification": "Please check your email for verification link",
"genericError": "Something was wrong. Try again"
},
"register": {
"pageTitle": "Register",
"organization": "Organization",
"selectOrganization": "Select organization...",
"submit": "Register"
},
"forgot": {
"pageTitle": "Forgot password",
"submit": "Submit"
},
"verifyEmail": {
"pageTitle": "Verify Email",
"success": "Your email was verified"
},
"password": {
"setTitle": "Set Password",
"resetTitle": "Reset Password",
"enterNewPassword": "Enter your new password"
}
},
"components": {
"widgetCreator": {
"title": "Create Chart or Widget",
"helpText": "Describe your new widget or chart in natural language. For example: \"Number of admin users\" OR \"red chart with number of closed contracts grouped by month\"",
"settingsTitle": "Widget Creator Settings",
"settingsDescription": "What role are we showing and creating widgets for?",
"doneButton": "Done",
"loading": "Loading...",
"creationError": "Error with widget creation"
},
"search": {
"placeholder": "Search",
"required": "Required",
"minLength": "Minimum length: {{count}} characters"
}
},
"navigation": {
"aside": {
"dashboard": "Dashboard",
"users": "Users",
"roles": "Roles",
"permissions": "Permissions",
"schoolOnboarding": "School Onboarding",
"academicMvp": "Academic MVP",
"schoolsCrud": "Schools CRUD",
"students": "Students",
"guardians": "Guardians",
"studentGuardians": "Student guardians",
"teachers": "Teachers",
"courses": "Courses",
"grades": "Grades",
"classes": "Classes",
"subjects": "Subjects",
"enrollments": "Enrollments",
"assessments": "Assessments",
"attendance": "Attendance",
"invoices": "Invoices",
"payments": "Payments",
"employees": "Employees",
"products": "Products",
"books": "Books",
"bookLoans": "Book loans",
"profile": "Profile",
"swaggerApi": "Swagger API"
},
"nav": {
"myProfile": "My Profile",
"logOut": "Log Out",
"lightDark": "Light/Dark"
}
},
"layout": {
"footer": {
"madeWith": "Hand-crafted & Made with ❤️"
}
},
"entities": {
"users": "Users",
"roles": "Roles",
"permissions": "Permissions",
"schools": "Schools",
"students": "Students",
"guardians": "Guardians",
"studentGuardians": "Student guardians",
"teachers": "Teachers",
"courses": "Courses",
"grades": "Grades",
"classes": "Classes",
"subjects": "Subjects",
"enrollments": "Enrollments",
"assessments": "Assessments",
"attendance": "Attendance",
"invoices": "Invoices",
"payments": "Payments",
"employees": "Employees",
"products": "Products",
"books": "Books",
"bookLoans": "Book loans"
},
"common": {
"actions": {
"newItem": "New Item",
"addInviteUser": "Add/Invite User",
"filter": "Filter",
"downloadCsv": "Download CSV",
"uploadCsv": "Upload CSV",
"confirm": "Confirm",
"cancel": "Cancel",
"delete": "Delete",
"apply": "Apply",
"deleting": "Deleting...",
"view": "View",
"edit": "Edit"
},
"upload": {
"allowedFormats": "Allowed formats: {{formats}}",
"clickToUpload": "Click to upload",
"dragAndDrop": "or drag and drop"
},
"filters": {
"value": "Value",
"selectValue": "Select Value",
"from": "From",
"to": "To",
"contains": "Contains",
"contained": "Contained",
"action": "Action"
},
"confirm": {
"title": "Please confirm",
"deleteItem": "Are you sure you want to delete this item?"
},
"table": {
"row": "Row",
"rows": "Rows"
}
}
}