maestrano/mnoe-admin-panel

View on GitHub
src/locales/en-AU.json

Summary

Maintainability
Test Coverage
{
  "mnoe_admin_panel.constants.user_roles.member": "Member",
  "mnoe_admin_panel.constants.user_roles.admin": "Admin",
  "mnoe_admin_panel.constants.user_roles.super_admin": "Super Admin",
  "mnoe_admin_panel.constants.admin_roles.admin": "admin",
  "mnoe_admin_panel.constants.admin_roles.staff": "staff",
  "mnoe_admin_panel.constants.admin_roles.sub_tenant_admin": "division admin",
  "mnoe_admin_panel.constants.countries.australia": "Australia",
  "mnoe_admin_panel.constants.countries.usa": "USA",
  "mnoe_admin_panel.dashboard.layout.title": "Admin Panel",
  "mnoe_admin_panel.dashboard.layout.exit": "Exit",
  "mnoe_admin_panel.dashboard.layout.sidebar.title": "Dashboard",
  "mnoe_admin_panel.dashboard.layout.sidebar.navigation": "Navigation",
  "mnoe_admin_panel.dashboard.layout.sidebar.home": "Home",
  "mnoe_admin_panel.dashboard.layout.sidebar.finance": "Finance",
  "mnoe_admin_panel.dashboard.layout.sidebar.customers": "Customers",
  "mnoe_admin_panel.dashboard.layout.sidebar.staffs": "Staff",
  "mnoe_admin_panel.dashboard.layout.sidebar.reviews": "Reviews",
  "mnoe_admin_panel.dashboard.layout.sidebar.questions": "Questions",
  "mnoe_admin_panel.dashboard.layout.sidebar.audit_log": "Audit Log",
  "mnoe_admin_panel.dashboard.layout.sidebar.sub_tenants": "Divisions",
  "mnoe_admin_panel.dashboard.layout.sidebar.dashboard_templates": "Dashboard Templates",
  "mnoe_admin_panel.dashboard.home.title": "Home",
  "mnoe_admin_panel.dashboard.home.kpi.users": "Users",
  "mnoe_admin_panel.dashboard.home.kpi.users.link_text": "{quantity} new this current month",
  "mnoe_admin_panel.dashboard.home.kpi.organizations": "Organisations",
  "mnoe_admin_panel.dashboard.home.kpi.organizations.finance_text": "{quantity} with a credit card",
  "mnoe_admin_panel.dashboard.home.kpi.organizations.link_text": "View more",
  "mnoe_admin_panel.dashboard.home.kpi.last_customer_invoicing": "Last customer invoicing",
  "mnoe_admin_panel.dashboard.home.kpi.last_customer_invoicing.link_text": "View more",
  "mnoe_admin_panel.dashboard.home.kpi.to_be_paid": "Still to be paid",
  "mnoe_admin_panel.dashboard.home.kpi.to_be_paid.link_text": "View more",
  "mnoe_admin_panel.dashboard.audit_log.title": "Audit Log",
  "mnoe_admin_panel.dashboard.audit_log.main.export": "Export",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.title": "Events",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.loading_events": "Loading Events",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.table.date": "Date",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.table.user": "User",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.table.organization": "Organization",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.table.action": "Action",
  "mnoe_admin_panel.dashboard.audit_log.widget.list.table.description": "Description",
  "mnoe_admin_panel.dashboard.customers.title": "Customers",
  "mnoe_admin_panel.dashboard.customers.create_customer.title": "Create a new customer",
  "mnoe_admin_panel.dashboard.customers.connect_app.title": "Connect cloud apps",
  "mnoe_admin_panel.dashboard.customers.main.new_customer": "New customer",
  "mnoe_admin_panel.dashboard.customers.main.invite_customer": "Invite a customer",
  "mnoe_admin_panel.dashboard.customers.main.create_customer": "Create a customer",
  "mnoe_admin_panel.dashboard.customers.main.kpi_organizations": "Organisations",
  "mnoe_admin_panel.dashboard.customers.main.kpi_users": "Users",
  "mnoe_admin_panel.dashboard.customers.invite_user_modal.invite_a_user": "Invite a customer",
  "mnoe_admin_panel.dashboard.customers.invite_user_modal.email": "Email",
  "mnoe_admin_panel.dashboard.customers.invite_user_modal.send": "Send",
  "mnoe_admin_panel.dashboard.customers.invite_user_modal.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.customers.invite_user_modal.toastr_success": "An email has been successfully sent to {email}.",
  "mnoe_admin_panel.dashboard.customers.invite_user_modal.toastr_error": "An error occurred while sending an email to {email}. Please try again...",
  "mnoe_admin_panel.dashboard.customers.create_customer.create_customer": "Create a new customer",
  "mnoe_admin_panel.dashboard.customers.create_customer.organization_details": "Organisation details",
  "mnoe_admin_panel.dashboard.customers.create_customer.organization_name": "Organisation name",
  "mnoe_admin_panel.dashboard.customers.create_customer.name": "Name",
  "mnoe_admin_panel.dashboard.customers.create_customer.required.name": "Name is required",
  "mnoe_admin_panel.dashboard.customers.create_customer.error.name": "Name {error}",
  "mnoe_admin_panel.dashboard.customers.create_customer.select_your_app": "Select your apps",
  "mnoe_admin_panel.dashboard.customers.create_customer.search": "search",
  "mnoe_admin_panel.dashboard.customers.create_customer.create": "Create",
  "mnoe_admin_panel.dashboard.customers.create_customer.app_logo": "{app} logo",
  "mnoe_admin_panel.dashboard.customers.create_customer.toastr_success": "Organisation {organization_name} has been successfully created.",
  "mnoe_admin_panel.dashboard.customers.create_customer.toastr_error": "An error occurred while creating organisation {vm.organization_name}.",
  "mnoe_admin_panel.dashboard.customers.connect_app.connect_your_customer_apps": "Connect your customer's cloud apps",
  "mnoe_admin_panel.dashboard.customers.connect_app.organization_name_cloud_apps": "{organization_name}'s cloud apps",
  "mnoe_admin_panel.dashboard.customers.connect_app.app": "App",
  "mnoe_admin_panel.dashboard.customers.connect_app.state": "State",
  "mnoe_admin_panel.dashboard.customers.connect_app.action": "Action",
  "mnoe_admin_panel.dashboard.customers.connect_app.alt_app_logo": "{app_name} logo",
  "mnoe_admin_panel.dashboard.customers.connect_app.not_connected": "Not connected",
  "mnoe_admin_panel.dashboard.customers.connect_app.connected": "Connected!",
  "mnoe_admin_panel.dashboard.customers.connect_app.connect": "Connect",
  "mnoe_admin_panel.dashboard.customers.connect_app.next": "Next",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.title": "Connect to {app_name}",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.close": "Close",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.description": "How do you want us to connect your Xero account?",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.payroll": "Payroll",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.payroll_description": "Do you want to connect any of the following extra modules?",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.country": "What is the country associated with your Xero account?",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.customers.connect_app.xero.connect": "Connect",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.title": "Connect to {app_name}",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.version.title": "Which version of MYOB do you use?",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.version.label": "My version of MYOB is:",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.version_type.right_live": "Account Right Live",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.version_type.essentials": "Essentials",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.close": "Close",
  "mnoe_admin_panel.dashboard.customers.connect_app.myob.connect": "Connect",
  "mnoe_admin_panel.dashboard.staff_dashboards.title": "Staff Dashboard",
  "mnoe_admin_panel.dashboard.staff_dashboards.back_link": "Back to organization",
  "mnoe_admin_panel.dashboard.staff_dashboards.widget.list.title": "Staff dashboards",
  "mnoe_admin_panel.dashboard.staff_dashboards.widget.list.name": "Name",
  "mnoe_admin_panel.dashboard.staff_dashboards.delete_dashboard.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.staff_dashboards.delete_dashboard.action": "Delete",
  "mnoe_admin_panel.dashboard.staff_dashboards.delete_dashboard.proceed": "Delete Staff Dashboard",
  "mnoe_admin_panel.dashboard.staff_dashboards.delete_dashboard.perform": "Are you sure you want to delete this staff dashboard?",
  "mnoe_admin_panel.dashboard.staff_dashboards.delete_dashboard.toastr.success": "Staff dashboard deleted successfully",
  "mnoe_admin_panel.dashboard.staff_dashboards.delete_dashboard.toastr.error": "The staff dashboard could not be deleted",
  "mnoe_admin_panel.dashboard.dashboard_templates.title": "Dashboard Templates",
  "mnoe_admin_panel.dashboard.dashboard_templates.back_link": "Back to templates list",
  "mnoe_admin_panel.dashboard.dashboard_templates.published": "Published",
  "mnoe_admin_panel.dashboard.dashboard_templates.draft": "Draft",
  "mnoe_admin_panel.dashboard.dashboard_templates.published_state_tooltip": "Publish / Unpublish Template",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.title": "Dashboard Templates",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.template_name": "Template name",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.status": "Published",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.created": "Created",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.updated": "Updated",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.search": "Search for name",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.toastr.updated.successfully": "Template updated successfully",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.toastr.updated.error": "The template could not be updated",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.toastr.deleted.successfully": "Template deleted successfully",
  "mnoe_admin_panel.dashboard.dashboard_templates.widget.list.toastr.deleted.error": "The template could not be deleted",
  "mnoe_admin_panel.dashboard.dashboard_templates.modal.delete_dashboard": "Delete Dashboard Template",
  "mnoe_admin_panel.dashboard.dashboard_templates.modal.are_you_sure": "Are you sure you want to delete this template?",
  "mnoe_admin_panel.dashboard.dashboard_templates.modal.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.dashboard_templates.modal.delete": "Delete",
  "mnoe_admin_panel.dashboard.impac.title": "Edit Dashboard Template",
  "mnoe_admin_panel.dashboard.user.title": "User",
  "mnoe_admin_panel.dashboard.user.subtitle": "User info",
  "mnoe_admin_panel.dashboard.user.table.email": "Email",
  "mnoe_admin_panel.dashboard.user.table.uid": "UID",
  "mnoe_admin_panel.dashboard.user.table.phone": "Phone",
  "mnoe_admin_panel.dashboard.user.table.phone.none": "(none)",
  "mnoe_admin_panel.dashboard.user.table.admin_role": "Admin role",
  "mnoe_admin_panel.dashboard.user.table.admin_role.none": "(none)",
  "mnoe_admin_panel.dashboard.user.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.user.table.confirmed": "Confirmed",
  "mnoe_admin_panel.dashboard.user.table.never_confirmed": "(Not confirmed yet)",
  "mnoe_admin_panel.dashboard.user.table.last_sign_in": "Last sign in",
  "mnoe_admin_panel.dashboard.user.table.number_of_sign_in": "Number of sign in",
  "mnoe_admin_panel.dashboard.user.table.never_signed_in": "(Never signed in yet)",
  "mnoe_admin_panel.dashboard.user.login_button": "Log In as User",
  "mnoe_admin_panel.dashboard.users.widget.list.all_users.title": "All users",
  "mnoe_admin_panel.dashboard.users.widget.list.all_users.switch_link_title": "(last 10)",
  "mnoe_admin_panel.dashboard.users.widget.list.last_users.title": "Last 10 users",
  "mnoe_admin_panel.dashboard.users.widget.list.last_users.switch_link_title": "(view all)",
  "mnoe_admin_panel.dashboard.users.widget.list.search_users.title": "Search result",
  "mnoe_admin_panel.dashboard.users.widget.list.search_users.placeholder.search_all": "Search all",
  "mnoe_admin_panel.dashboard.users.widget.list.table.username": "Username",
  "mnoe_admin_panel.dashboard.users.widget.list.table.last_login": "Last login",
  "mnoe_admin_panel.dashboard.users.widget.list.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.users.widget.list.never": "never",
  "mnoe_admin_panel.dashboard.users.widget.local_list.all_users.title": "All users ({length})",
  "mnoe_admin_panel.dashboard.users.widget.local_list.all_users.switch_link_title": "(last 10)",
  "mnoe_admin_panel.dashboard.users.widget.local_list.last_users.title": "Last 10 users",
  "mnoe_admin_panel.dashboard.users.widget.local_list.last_users.switch_link_title": "(view all)",
  "mnoe_admin_panel.dashboard.users.widget.local_list.search_users.title": "Search result",
  "mnoe_admin_panel.dashboard.users.widget.local_list.search_users.placeholder.search_all": "Search all",
  "mnoe_admin_panel.dashboard.users.widget.local_list.search_users.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.users.widget.local_list.loading_users.title": "Loading users...",
  "mnoe_admin_panel.dashboard.users.widget.local_list.table.username": "Username",
  "mnoe_admin_panel.dashboard.users.widget.local_list.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.users.widget.local_list.table.status": "Status",
  "mnoe_admin_panel.dashboard.users.widget.local_list.invite": "INVITE",
  "mnoe_admin_panel.dashboard.users.widget.local_list.resend_invite": "RESEND INVITE",
  "mnoe_admin_panel.dashboard.users.widget.local_list.notify": "NOTIFY",
  "mnoe_admin_panel.dashboard.users.widget.local_list.active": "Active",
  "mnoe_admin_panel.dashboard.users.widget.local_list.login_as": "Log In as...",
  "mnoe_admin_panel.dashboard.users.widget.local_list.notify_email": "Inform the user that they have been given access to this organisation",
  "mnoe_admin_panel.dashboard.users.widget.local_list.disabled_tooltip_for_role": "This user is a staff member",
  "mnoe_admin_panel.dashboard.users.widget.local_list.disabled_tooltip_for_impersonation": "This user hasn't accepted the invitation yet",
  "mnoe_admin_panel.dashboard.users.widget.local_list.toastr_success": "{username}'s invitation has been sent.",
  "mnoe_admin_panel.dashboard.users.widget.local_list.toastr_error": "An error occurred: {username}'s invitation has not been sent.",
  "mnoe_admin_panel.dashboard.organization.title": "Organisation",
  "mnoe_admin_panel.dashboard.organization.organization_info": "Organisation info",
  "mnoe_admin_panel.dashboard.organization.uid": "UID",
  "mnoe_admin_panel.dashboard.organization.account_frozen_state": "(frozen)",
  "mnoe_admin_panel.dashboard.organization.account_frozen": "Account Frozen",
  "mnoe_admin_panel.dashboard.organization.account_frozen.yes": "Yes",
  "mnoe_admin_panel.dashboard.organization.account_frozen.no": "No",
  "mnoe_admin_panel.dashboard.organization.credit_card": "Credit Card",
  "mnoe_admin_panel.dashboard.organization.credit_card.presence.yes": "Yes",
  "mnoe_admin_panel.dashboard.organization.credit_card.presence.no": "No",
  "mnoe_admin_panel.dashboard.organization.active_apps": "Active apps",
  "mnoe_admin_panel.dashboard.organization.connect_apps": "(connect the apps)",
  "mnoe_admin_panel.dashboard.organization.remove_app": "Remove {app_name}",
  "mnoe_admin_panel.dashboard.organization.app_connected": "{app_name} is connected!",
  "mnoe_admin_panel.dashboard.organization.app_not_connected": "{app_name} is not connected.",
  "mnoe_admin_panel.dashboard.organization.add_an_app": "Add an app",
  "mnoe_admin_panel.dashboard.organization.add_a_user": "Add a user",
  "mnoe_admin_panel.dashboard.organization.invoices.title": "Invoices",
  "mnoe_admin_panel.dashboard.organization.invoices.table.start": "Start",
  "mnoe_admin_panel.dashboard.organization.invoices.table.end": "End",
  "mnoe_admin_panel.dashboard.organization.invoices.table.amount": "Amount",
  "mnoe_admin_panel.dashboard.organization.invoices.table.paid": "Paid",
  "mnoe_admin_panel.dashboard.organization.invoices.table.yes": "Yes",
  "mnoe_admin_panel.dashboard.organization.invoices.table.no": "No",
  "mnoe_admin_panel.dashboard.organization.create_user.form.first_name": "First Name",
  "mnoe_admin_panel.dashboard.organization.create_user.form.last_name": "Last Name",
  "mnoe_admin_panel.dashboard.organization.create_user.form.phone": "Phone",
  "mnoe_admin_panel.dashboard.organization.create_user.form.email": "Email",
  "mnoe_admin_panel.dashboard.organization.create_user.form.error.email": "Email {error}",
  "mnoe_admin_panel.dashboard.organization.create_user.form.role": "Role",
  "mnoe_admin_panel.dashboard.organization.create_user.add": "Add a new user",
  "mnoe_admin_panel.dashboard.organization.create_user.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.organization.create_user.save": "Save",
  "mnoe_admin_panel.dashboard.organization.create_user.toastr_error": "An error occurred while adding {username}",
  "mnoe_admin_panel.dashboard.organization.create_user.toastr_success": "{username} has been successfully added.",
  "mnoe_admin_panel.dashboard.organization.remove_app.yes": "Yes",
  "mnoe_admin_panel.dashboard.organization.remove_app.no": "No",
  "mnoe_admin_panel.dashboard.organization.remove_app.title": "Remove {app_name}",
  "mnoe_admin_panel.dashboard.organization.remove_app.description": "Are you sure you sure that you want to remove this app?",
  "mnoe_admin_panel.dashboard.organization.remove_app.toastr_error": "There was a problem and your app has not been deleted.",
  "mnoe_admin_panel.dashboard.organization.add_app.title": "Add more apps",
  "mnoe_admin_panel.dashboard.organization.add_app.error": "Error:",
  "mnoe_admin_panel.dashboard.organization.add_app.error_message": "{app_list} could not be added. Please try again in a moment.",
  "mnoe_admin_panel.dashboard.organization.add_app.toastr_error": "We could not process your request, please try again.",
  "mnoe_admin_panel.dashboard.organization.add_app.search": "Search...",
  "mnoe_admin_panel.dashboard.organization.add_app.add": "Add",
  "mnoe_admin_panel.dashboard.organization.add_app.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.organization.widget.list.all_organizations.title": "All organisations",
  "mnoe_admin_panel.dashboard.organization.widget.list.all_users.switch_link_title": "(last 10)",
  "mnoe_admin_panel.dashboard.organization.widget.list.last_organizations.title": "Last 10 organisations",
  "mnoe_admin_panel.dashboard.organization.widget.list.last_organizations.switch_link_title": "(view all)",
  "mnoe_admin_panel.dashboard.organization.widget.list.search_users.title": "Search result",
  "mnoe_admin_panel.dashboard.organization.widget.list.search_users.placeholder.search_all": "Search all",
  "mnoe_admin_panel.dashboard.organization.widget.list.table.name": "Name",
  "mnoe_admin_panel.dashboard.organization.widget.list.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.all_organizations.title": "All organisations ({length})",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.all_organizations.switch_link_title": "(last 10)",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.last_organizations.title": "Last 10 users",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.last_organizations.switch_link_title": "(view all)",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.loading_users.title": "Loading users...",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.search_organizations.title": "Search result",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.search_organizations.placeholder.search_all": "Search all",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.search_organizations.table.name": "Name",
  "mnoe_admin_panel.dashboard.organization.widget.local_list.search_organizations.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.reviews.title": "Reviews",
  "mnoe_admin_panel.dashboard.reviews_list.title": "All reviews",
  "mnoe_admin_panel.dashboard.reviews_list.author": "Author",
  "mnoe_admin_panel.dashboard.reviews_list.company": "Company",
  "mnoe_admin_panel.dashboard.reviews_list.app": "App",
  "mnoe_admin_panel.dashboard.reviews_list.type": "Type",
  "mnoe_admin_panel.dashboard.reviews_list.message": "Message",
  "mnoe_admin_panel.dashboard.reviews_list.comments": "Comments",
  "mnoe_admin_panel.dashboard.reviews_list.comments.show": "Show",
  "mnoe_admin_panel.dashboard.reviews_list.comments.hide": "Hide",
  "mnoe_admin_panel.dashboard.reviews_list.not_applicable": "n/a",
  "mnoe_admin_panel.dashboard.reviews_list.feedback": "Feedback",
  "mnoe_admin_panel.dashboard.reviews_list.comment": "Comment",
  "mnoe_admin_panel.dashboard.reviews_list.rating": "Rating",
  "mnoe_admin_panel.dashboard.reviews_list.date": "Date",
  "mnoe_admin_panel.dashboard.reviews_list.status": "Status",
  "mnoe_admin_panel.dashboard.reviews_list.edit": "Edit",
  "mnoe_admin_panel.dashboard.reviews_list.button.comment": "Comment",
  "mnoe_admin_panel.dashboard.reviews_list.button.edit": "Edit",
  "mnoe_admin_panel.dashboard.reviews_list.status_label.rejected": "Rejected",
  "mnoe_admin_panel.dashboard.reviews_list.status_label.approved": "Approved",
  "mnoe_admin_panel.dashboard.reviews_list.toastr_error": "An error occurred while fetching reviews.",
  "mnoe_admin_panel.dashboard.questions.title": "Questions",
  "mnoe_admin_panel.dashboard.questions_reply_modal.title": "Reply to question:",
  "mnoe_admin_panel.dashboard.questions_reply_modal.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.questions_reply_modal.submit": "Submit",
  "mnoe_admin_panel.dashboard.questions_reply_modal.toastr_error": "An error occurred while replying to question.",
  "mnoe_admin_panel.dashboard.questions_list.title": "All questions",
  "mnoe_admin_panel.dashboard.questions_list.author": "Author",
  "mnoe_admin_panel.dashboard.questions_list.company": "Company",
  "mnoe_admin_panel.dashboard.questions_list.app": "App",
  "mnoe_admin_panel.dashboard.questions_list.type": "Type",
  "mnoe_admin_panel.dashboard.questions_list.message": "Message",
  "mnoe_admin_panel.dashboard.questions_list.answers": "Answers",
  "mnoe_admin_panel.dashboard.questions_list.answers.show": "Show",
  "mnoe_admin_panel.dashboard.questions_list.answers.hide": "Hide",
  "mnoe_admin_panel.dashboard.questions_list.not_applicable": "n/a",
  "mnoe_admin_panel.dashboard.questions_list.question": "Question",
  "mnoe_admin_panel.dashboard.questions_list.answer": "Answer",
  "mnoe_admin_panel.dashboard.questions_list.date": "Date",
  "mnoe_admin_panel.dashboard.questions_list.status": "Status",
  "mnoe_admin_panel.dashboard.questions_list.edit": "Edit",
  "mnoe_admin_panel.dashboard.questions_list.button.reply": "Reply",
  "mnoe_admin_panel.dashboard.questions_list.button.edit": "Edit",
  "mnoe_admin_panel.dashboard.questions_list.status_label.rejected": "Rejected",
  "mnoe_admin_panel.dashboard.questions_list.status_label.approved": "Approved",
  "mnoe_admin_panel.dashboard.questions_list.toastr_error": "An error occurred while fetching questions.",
  "mnoe_admin_panel.dashboard.feedback.title": "Reply to Feedback:",
  "mnoe_admin_panel.dashboard.feedback.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.feedback.submit": "Submit",
  "mnoe_admin_panel.dashboard.feedback.toastr_error": "An error occurred while updating the review.",
  "mnoe_admin_panel.dashboard.comment_modal.title": "Comment this feedback:",
  "mnoe_admin_panel.dashboard.comment_modal.submit": "Submit",
  "mnoe_admin_panel.dashboard.comment_modal.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.comment_edit.title": "Edit this feedback:",
  "mnoe_admin_panel.dashboard.comment_edit.submit": "Submit",
  "mnoe_admin_panel.dashboard.comment_edit.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.comment_edit.toastr_error": "An error occurred while replying to the review.",
  "mnoe_admin_panel.dashboard.answer_edit.title": "Edit this answer:",
  "mnoe_admin_panel.dashboard.answer_edit.submit": "Submit",
  "mnoe_admin_panel.dashboard.answer_edit.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.question_edit.title": "Edit this question:",
  "mnoe_admin_panel.dashboard.question_edit.submit": "Submit",
  "mnoe_admin_panel.dashboard.question_edit.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.finance.title": "Finance",
  "mnoe_admin_panel.dashboard.finance.current_billing": "Current billing",
  "mnoe_admin_panel.dashboard.finance.last_customer_invoicing": "Last customer invoicing",
  "mnoe_admin_panel.dashboard.finance.last_revenue": "Last revenue",
  "mnoe_admin_panel.dashboard.finance.last_commission": "Last commission",
  "mnoe_admin_panel.dashboard.finance.customer_accounts_in_arrears": "Customer accounts in arrears",
  "mnoe_admin_panel.dashboard.finance.table.organization": "Organisation",
  "mnoe_admin_panel.dashboard.finance.table.amount": "Amount",
  "mnoe_admin_panel.dashboard.finance.table.reason": "Reason",
  "mnoe_admin_panel.dashboard.finance.current_billing.your+partner_report": "Your partner reports",
  "mnoe_admin_panel.dashboard.finance.table.start": "Start",
  "mnoe_admin_panel.dashboard.finance.table.end": "End",
  "mnoe_admin_panel.dashboard.finance.table.revenue": "Revenue",
  "mnoe_admin_panel.dashboard.finance.table.commission": "Commission",
  "mnoe_admin_panel.dashboard.finance.table.paid": "Paid",
  "mnoe_admin_panel.dashboard.finance.table.yes": "Yes",
  "mnoe_admin_panel.dashboard.finance.table.no": "No",
  "mnoe_admin_panel.dashboard.staffs.title": "Staff",
  "mnoe_admin_panel.dashboard.staffs.add_staff": "Add staff",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.title": "Add a new staff member",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.staff_exists": "This user already exists. Please confirm that you want to give them access to the Control Panel? (Only the role will be updated)",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.confirm": "Confirm",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.save": "Save",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.name": "First name",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.surname": "Last name",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.email": "Email",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.placeholder.role": "- Role -",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_success": "{staff_name} has been successfully added.",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_error_email": "An error occurred while sending an email to {staff_name}.",
  "mnoe_admin_panel.dashboard.staffs.add_staff.modal.toastr_error": "An error occurred while adding {staff_name}.",
  "mnoe_admin_panel.dashboard.staffs.widget.list.title": "All Staff",
  "mnoe_admin_panel.dashboard.staffs.widget.list.table.first_name": "First name",
  "mnoe_admin_panel.dashboard.staffs.widget.list.table.last_name": "Last name",
  "mnoe_admin_panel.dashboard.staffs.widget.list.table.email": "Email",
  "mnoe_admin_panel.dashboard.staffs.widget.list.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.staffs.widget.list.table.role": "Role",
  "mnoe_admin_panel.dashboard.staffs.widget.list.table.admin_role.all": "All",
  "mnoe_admin_panel.dashboard.staffs.widget.list.placeholder.search_name": "Search for name",
  "mnoe_admin_panel.dashboard.staffs.widget.list.placeholder.search_surname": "Search for surname",
  "mnoe_admin_panel.dashboard.staffs.widget.list.placeholder.search_email": "Search for email",
  "mnoe_admin_panel.dashboard.staffs.widget.list.loading_staff": "Loading ... ",
  "mnoe_admin_panel.dashboard.staffs.widget.list.toastr_error": "An error occurred while saving the user.",
  "mnoe_admin_panel.dashboard.staffs.widget.list.toastr_success": "{staff_name} has been successfully removed.",
  "mnoe_admin_panel.dashboard.staffs.modal.remove_staff.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.staffs.modal.remove_staff.delete": "Delete Staff Member",
  "mnoe_admin_panel.dashboard.staffs.modal.remove_staff.proceed": "Delete {staff_name}?",
  "mnoe_admin_panel.dashboard.staffs.modal.remove_staff.perform": "Are you sure you want to delete this staff member?",
  "mnoe_admin_panel.dashboard.staffs.modal.remove_staff.toastr_error": "An error occured while deleting the user.",
  "mnoe_admin_panel.dashboard.staff.title": "Staff",
  "mnoe_admin_panel.dashboard.staff.staff_info": "Staff info",
  "mnoe_admin_panel.dashboard.staff.uid": "UID",
  "mnoe_admin_panel.dashboard.staff.name": "Name",
  "mnoe_admin_panel.dashboard.staff.surname": "Surname",
  "mnoe_admin_panel.dashboard.staff.email": "Email",
  "mnoe_admin_panel.dashboard.staff.admin_role": "Admin Role",
  "mnoe_admin_panel.dashboard.staff.created_at": "Created at",
  "mnoe_admin_panel.dashboard.staff.updated_at": "Updated at",
  "mnoe_admin_panel.dashboard.staff.sub_tenant": "Division",
  "mnoe_admin_panel.dashboard.staff.update_staff": "Update staff",
  "mnoe_admin_panel.dashboard.staff.add_remove_clients": "Add/Remove Clients",
  "mnoe_admin_panel.dashboard.staff.update_staff_clients.title": "Select Clients",
  "mnoe_admin_panel.dashboard.staff.update_staff.toastr_success": "{staff_name} has been successfully updated.",
  "mnoe_admin_panel.dashboard.staff.update_staff.toastr_error": "An error occurred while updating {staff_name}.",
  "mnoe_admin_panel.dashboard.staff.update_staff_role.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.staff.update_staff_role.action": "Update Staff Role",
  "mnoe_admin_panel.dashboard.staff.update_staff_role.proceed": "Update Staff Role",
  "mnoe_admin_panel.dashboard.staff.update_staff_role.perform": "Are you sure you want to change this staff role ? It will clear his clients.",
  "mnoe_admin_panel.dashboard.sub_tenants.title": "Divisions",
  "mnoe_admin_panel.dashboard.sub_tenants.widget.list.loading": "Loading Divisions...",
  "mnoe_admin_panel.dashboard.sub_tenants.widget.list.title": "Divisions",
  "mnoe_admin_panel.dashboard.sub_tenants.widget.list.table.name": "Name",
  "mnoe_admin_panel.dashboard.sub_tenants.widget.list.table.created_at": "Created at",
  "mnoe_admin_panel.dashboard.sub_tenants.widget.list.table.updated_at": "Updated at",
  "mnoe_admin_panel.dashboard.sub_tenants.create_sub_tenant.title": "Add a new Division",
  "mnoe_admin_panel.dashboard.sub_tenants.create_sub_tenant.placeholder.name": "Name",
  "mnoe_admin_panel.dashboard.sub_tenants.create_sub_tenant.toastr_success": "{sub_tenant_name} has been successfully added.",
  "mnoe_admin_panel.dashboard.sub_tenants.create_sub_tenant.toastr_error": "An error occurred while creating {sub_tenant_name}",
  "mnoe_admin_panel.dashboard.sub_tenants.update_sub_tenant.toastr_success": "{sub_tenant_name} has been successfully updated.",
  "mnoe_admin_panel.dashboard.sub_tenants.update_sub_tenant.toastr_error": "An error occurred while updating {sub_tenant_name}",
  "mnoe_admin_panel.dashboard.sub_tenants.remove_sub_tenant.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.sub_tenants.remove_sub_tenant.delete": "Delete Division",
  "mnoe_admin_panel.dashboard.sub_tenants.remove_sub_tenant.proceed": "Delete {sub_tenant_name}?",
  "mnoe_admin_panel.dashboard.sub_tenants.remove_sub_tenant.perform": "Are you sure you want to delete this division?",
  "mnoe_admin_panel.dashboard.sub_tenants.remove_sub_tenant.toastr_success": "{sub_tenant_name} has been successfully removed.",
  "mnoe_admin_panel.dashboard.sub_tenant.title": "Division",
  "mnoe_admin_panel.dashboard.sub_tenant.sub_tenant_info": "Division info",
  "mnoe_admin_panel.dashboard.sub_tenant.name": "Name",
  "mnoe_admin_panel.dashboard.sub_tenant.created_at": "Created at",
  "mnoe_admin_panel.dashboard.sub_tenant.updated_at": "Updated at",
  "mnoe_admin_panel.dashboard.sub_tenant.clients": "Clients",
  "mnoe_admin_panel.dashboard.sub_tenant.account_managers": "Account Managers",
  "mnoe_admin_panel.dashboard.sub_tenant.add_remove_clients": "Add/Remove Clients",
  "mnoe_admin_panel.dashboard.sub_tenant.add_remove_account_managers": "Add/Remove Account Managers",
  "mnoe_admin_panel.dashboard.sub_tenant.select_clients.modal.title": "Select Clients",
  "mnoe_admin_panel.dashboard.sub_tenant.select_clients.modal.toastr_success": "{sub_tenant_name} has been successfully updated.",
  "mnoe_admin_panel.dashboard.sub_tenant.select_clients.modal.toastr_error": "An error occurred while updating Clients of {sub_tenant_name}",
  "mnoe_admin_panel.dashboard.sub_tenant.update_account_manager.cancel": "Cancel",
  "mnoe_admin_panel.dashboard.sub_tenant.select_account_managers.modal.title": "Select Account Managers",
  "mnoe_admin_panel.dashboard.sub_tenant.select_account_managers.modal.toastr_success": "{sub_tenant_name} has been successfully updated.",
  "mnoe_admin_panel.dashboard.sub_tenant.select_account_managers.modal.toastr_error": "An error occurred while updating Account Managers of {sub_tenant_name}",
  "mnoe_admin_panel.dashboard.comment.title": "Comments",
  "mnoe_admin_panel.dashboard.mno_pagination.number_of_items": "# of items",
  "mnoe_admin_panel.dashboard.mno_confirm.close": "Close",
  "mnoe_admin_panel.dashboard.mno_confirm.ok": "OK",
  "mnoe_admin_panel.dashboard.mno_confirm.proceed": "Proceed?",
  "mnoe_admin_panel.dashboard.mno_confirm.perform": "Perform this action?",
  "mnoe_admin_panel.auth.sessions.timeout.header": "Session Timeout",
  "mnoe_admin_panel.auth.sessions.timeout.body.can_login": "Your session has expired due to inactivity. You can extend your session or log out by clicking on the relevant option below",
  "mnoe_admin_panel.auth.sessions.timeout.stay_logged_in": "Stay Logged In",
  "mnoe_admin_panel.auth.sessions.timeout.log_off": "Log Off",
  "mnoe_admin_panel.auth.sessions.timeout.error": "We could not manage to remain you logged in. You will be redirected to the login page",
  "mnoe_admin_panel.errors.503.title": "We are having some server issues.",
  "mnoe_admin_panel.errors.503.description": "Please, try again in a moment.",
  "mnoe_admin_panel.errors.429.title": "Too many requests.",
  "mnoe_admin_panel.errors.429.description": "We are receiving too many requests, please try again in a moment.",
  "mnoe_admin_panel.impac.data_not_found_config.custom_message": "This is an example of what the widget will look like for the user"
}