Files

293 lines
7.4 KiB
Plaintext

{
"@@locale": "en",
"appTitle": "UnionFlow",
"@appTitle": {
"description": "Application title"
},
"login": "Login",
"logout": "Logout",
"email": "Email",
"password": "Password",
"forgotPassword": "Forgot password?",
"rememberMe": "Remember me",
"signIn": "Sign in",
"signUp": "Sign up",
"welcome": "Welcome",
"welcomeBack": "Welcome back",
"dashboard": "Dashboard",
"members": "Members",
"events": "Events",
"organisations": "Organizations",
"cotisations": "Contributions",
"solidarity": "Solidarity",
"reports": "Reports",
"notifications": "Notifications",
"profile": "Profile",
"settings": "Settings",
"more": "More",
"search": "Search",
"filter": "Filter",
"sort": "Sort",
"create": "Create",
"add": "Add",
"edit": "Edit",
"delete": "Delete",
"save": "Save",
"cancel": "Cancel",
"confirm": "Confirm",
"close": "Close",
"back": "Back",
"next": "Next",
"previous": "Previous",
"finish": "Finish",
"retry": "Retry",
"refresh": "Refresh",
"export": "Export",
"import": "Import",
"download": "Download",
"upload": "Upload",
"share": "Share",
"print": "Print",
"loading": "Loading...",
"loadingData": "Loading data...",
"initializing": "Initializing...",
"updating": "Updating...",
"saving": "Saving...",
"deleting": "Deleting...",
"processing": "Processing...",
"error": "Error",
"errorOccurred": "An error occurred",
"errorUnexpected": "An unexpected error occurred.",
"errorNetwork": "Connection error. Check your internet connection.",
"errorServer": "Server error. Please try again later.",
"errorAuth": "Not authenticated. Please log in again.",
"errorPermission": "Access denied. You don't have the necessary permissions.",
"errorNotFound": "Resource not found.",
"errorValidation": "Invalid data. Check the information entered.",
"errorTimeout": "Request timeout.",
"success": "Success",
"successSaved": "Saved successfully",
"successDeleted": "Deleted successfully",
"successUpdated": "Updated successfully",
"successCreated": "Created successfully",
"warning": "Warning",
"info": "Information",
"noData": "No data available",
"noResults": "No results found",
"noConnection": "No connection",
"emptyList": "The list is empty",
"yes": "Yes",
"no": "No",
"ok": "OK",
"all": "All",
"none": "None",
"name": "Name",
"firstName": "First name",
"lastName": "Last name",
"fullName": "Full name",
"phone": "Phone",
"address": "Address",
"city": "City",
"postalCode": "Postal code",
"country": "Country",
"region": "Region",
"birthDate": "Birth date",
"gender": "Gender",
"profession": "Profession",
"nationality": "Nationality",
"status": "Status",
"statusActive": "Active",
"statusInactive": "Inactive",
"statusSuspended": "Suspended",
"statusPending": "Pending",
"statusConfirmed": "Confirmed",
"statusCancelled": "Cancelled",
"statusPostponed": "Postponed",
"statusDraft": "Draft",
"role": "Role",
"roleSuperAdmin": "Super Admin",
"roleOrgAdmin": "Org Admin",
"roleModerator": "Moderator",
"roleActiveMember": "Active Member",
"roleSimpleMember": "Simple Member",
"roleVisitor": "Visitor",
"type": "Type",
"typeOfficial": "Official",
"typeSocial": "Social",
"typeTraining": "Training",
"typeSolidarity": "Solidarity",
"typeOther": "Other",
"priority": "Priority",
"priorityLow": "Low",
"priorityMedium": "Medium",
"priorityHigh": "High",
"date": "Date",
"startDate": "Start date",
"endDate": "End date",
"createdAt": "Created at",
"updatedAt": "Updated at",
"lastActivity": "Last activity",
"description": "Description",
"details": "Details",
"location": "Location",
"organizer": "Organizer",
"participants": "Participants",
"maxParticipants": "Max participants",
"currentParticipants": "Current participants",
"availableSpots": "Available spots",
"full": "Full",
"cost": "Cost",
"free": "Free",
"price": "Price",
"currency": "Currency",
"membersManagement": "Members Management",
"membersTotal": "{count} members total",
"@membersTotal": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"membersActive": "Active",
"membersInactive": "Inactive",
"membersPending": "Pending",
"addMember": "Add member",
"editMember": "Edit member",
"deleteMember": "Delete member",
"memberDetails": "Member details",
"searchMembers": "Search member...",
"noMembersFound": "No members found",
"eventsManagement": "Events Management",
"eventsTotal": "{count} events total",
"@eventsTotal": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"eventsUpcoming": "Upcoming",
"eventsOngoing": "Ongoing",
"eventsPast": "Past",
"addEvent": "Add event",
"editEvent": "Edit event",
"deleteEvent": "Delete event",
"eventDetails": "Event details",
"searchEvents": "Search event...",
"noEventsFound": "No events found",
"calendar": "Calendar",
"register": "Register",
"unregister": "Unregister",
"organisationsManagement": "Organizations Management",
"organisationsTotal": "{count} organizations total",
"@organisationsTotal": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"addOrganisation": "Add organization",
"editOrganisation": "Edit organization",
"deleteOrganisation": "Delete organization",
"organisationDetails": "Organization details",
"searchOrganisations": "Search organization...",
"noOrganisationsFound": "No organizations found",
"cotisationsManagement": "Contributions Management",
"cotisationsTotal": "{count} contributions total",
"@cotisationsTotal": {
"placeholders": {
"count": {
"type": "int"
}
}
},
"cotisationPaid": "Paid",
"cotisationUnpaid": "Unpaid",
"cotisationOverdue": "Overdue",
"addCotisation": "Add contribution",
"editCotisation": "Edit contribution",
"deleteCotisation": "Delete contribution",
"cotisationDetails": "Contribution details",
"searchCotisations": "Search contribution...",
"noCotisationsFound": "No contributions found",
"amount": "Amount",
"dueDate": "Due date",
"paymentDate": "Payment date",
"paymentMethod": "Payment method",
"statistics": "Statistics",
"analytics": "Analytics",
"total": "Total",
"average": "Average",
"percentage": "Percentage",
"viewList": "List view",
"viewGrid": "Grid view",
"viewCalendar": "Calendar view",
"page": "Page",
"pageOf": "Page {current} of {total}",
"@pageOf": {
"placeholders": {
"current": {
"type": "int"
},
"total": {
"type": "int"
}
}
},
"language": "Language",
"languageFrench": "Français",
"languageEnglish": "English",
"theme": "Theme",
"themeLight": "Light",
"themeDark": "Dark",
"themeSystem": "System",
"version": "Version",
"about": "About",
"help": "Help",
"support": "Support",
"termsOfService": "Terms of Service",
"privacyPolicy": "Privacy Policy",
"confirmDelete": "Are you sure you want to delete?",
"confirmLogout": "Are you sure you want to log out?",
"confirmCancel": "Are you sure you want to cancel?",
"requiredField": "This field is required",
"invalidEmail": "Invalid email",
"invalidPhone": "Invalid phone number",
"invalidDate": "Invalid date",
"passwordTooShort": "Password is too short",
"passwordsDoNotMatch": "Passwords do not match"
}