XEDI.js comes bundled with our Translation packs.
Our Translator is registered with the application Container as translator.
It is also exposed statically.
Translator is available statically, or as a parameter via the Container's resolve() method. Here we will display the static usage, which is no different to the resolved usage.Get a list of supported languages.
Example
const languages = Xedi.Translator.getSupportLanguages(); // [ 'en' ]
Parameters
| Parameter | Required | Default Value | Notes |
|---|---|---|---|
| label | Case insensitive | ||
| parameters | [] | Array of parameters to pass to Sprintf | |
| language | en | Uses the language configuration value |
Examples
Xedi.Translator._('languages.spanish'); // Spanish
// workflows.transition.between = transition between %from and %toXedi.Translator._('workflows.transition.between',[{ from: 'Stage 1', to: 'Stage 2' }]); // transition between Stage 1 and Stage 2
Xedi.Translator._('languages.spanish', [], 'es'); // Espanol
| Label | English |
|---|---|
| account.actions.create | |
| account.actions.delete | |
| account.actions.edit | |
| account.actions.read | |
| account.actions.update | |
| account.fields.contact_number.label | Contact Number |
| account.fields.email.label | Current |
| account.fields.email_confirmation.label | New Email |
| account.fields.first_name.label | First Name |
| account.fields.job_title.label | Job Title |
| account.fields.last_name.label | Last Name |
| account.fields.password.label | Password |
| account.fields.password_confirmation.label | Password Confirmation |
| account.responses.error.action.updated.account | Failed to update account information |
| account.responses.error.action.updated.email | Email update requested, please check the new email address to continue changing |
| account.responses.error.action.updated.password | Failed to update password |
| account.responses.error.http.500.message | There was an issue whilst loading your account information |
| account.responses.error.http.500.title | Failed to load account information |
| account.responses.error.validation.first_name.required | Your first name is required |
| account.responses.error.validation.last_name.required | Your last name is required |
| account.responses.error.validation.password.confirmation | The passwords must match |
| account.responses.error.validation.password.min | Your password must be at least %min characters |
| account.responses.error.validation.password.required | A new password is required |
| account.responses.success.action.updated.account | Successfully updated account information |
| account.responses.success.action.updated.email | Email update requested, please check the new email address to continue changing |
| account.responses.success.action.updated.password | Password successfully updated |
| account.sections.account | Account Details |
| account.sections.avatar.information | Images must be smaller than 5mb and less than 500x500px |
| account.sections.avatar.title | Change avatar |
| account.sections.email | Email Settings |
| account.sections.password | Password Settings |
| account.titles.index | Account |
| account.titles.read | Your account |
| Label | English |
|---|---|
| actions.create | |
| actions.delete | |
| actions.edit | |
| actions.read | |
| actions.update |
| Label | English |
|---|---|
| auth.actions.logout.label | Logout |
| auth.actions.logout.tooltip | Click to Logout |
| auth.navigation.about | About |
| auth.navigation.blog | Blog |
| auth.navigation.copyright | XEDI Ltd. %year |
| auth.navigation.help | Help |
| auth.navigation.status | Status |
| auth.navigation.terms | Terms |
| auth.sections.register.fields.terms.label | I accept the Terms and Conditions |
| auth.titles.login | Login |
| auth.titles.register | Register |
| auth.titles.reset | Reset Password |
| auth.user_provider_preference.login_form.buttons.login.text | Login |
| auth.user_provider_preference.login_form.buttons.login.tooltip | Click to Login |
| auth.user_provider_preference.login_form.fields.email.label | Email Address |
| auth.user_provider_preference.login_form.fields.email.placeholder | Your email address |
| auth.user_provider_preference.login_form.fields.password.label | Password |
| auth.user_provider_preference.login_form.fields.password.placeholder | Your password |
| auth.user_provider_preference.provider.google | |
| auth.user_provider_preference.provider.local | local |
| Label | English |
|---|---|
| billing.cards.actions.create | Add new card |
| billing.cards.actions.delete | Delete card |
| billing.cards.actions.edit | Edit card |
| billing.cards.actions.update | Update card |
| billing.cards.fields.address_1.label | Address 1 |
| billing.cards.fields.address_2.label | Address 2 |
| billing.cards.fields.card.description | All major credit / debit cards accepted. |
| billing.cards.fields.card.label | Card |
| billing.cards.fields.city.label | City |
| billing.cards.fields.country.label | Country |
| billing.cards.fields.name.description | The full name that appears on the card |
| billing.cards.fields.name.label | Cardholder name |
| billing.cards.fields.post_code.label | Postal/Zip code |
| billing.cards.fields.state.label | County/State |
| billing.cards.responses.error.action.created | Failed to add card |
| billing.cards.responses.error.action.deleted | Failed to remove card |
| billing.cards.responses.error.action.updated | Failed to update card |
| billing.cards.responses.error.http.500.message | There has been an issue loading your cards, please try again later |
| billing.cards.responses.error.http.500.title | Failed to load cards |
| billing.cards.responses.success.action.created | Successfully added card |
| billing.cards.responses.success.action.deleted | Successfully removed card |
| billing.cards.responses.success.action.updated | Successfully updated card |
| billing.cards.sections.cards.content | Manage your payment methods below |
| billing.cards.sections.cards.create.information | Please provide the billing address associated with the card you've provided. |
| billing.cards.sections.cards.create.notice | Note: Your card may require additional verification from your bank |
| billing.cards.sections.cards.title | Your payment methods |
| billing.cards.state.creating | Creating card |
| billing.cards.state.deleting | Deleting card |
| billing.cards.state.editing | Editing card |
| billing.cards.state.loading | Loading cards |
| billing.cards.state.updating | Updating card |
| billing.cards.titles.index | Payment Methods |
| billing.invoices.actions.download.csv | Download CSV |
| billing.invoices.actions.download.label | Download |
| billing.invoices.actions.download.pdf | Download PDF |
| billing.invoices.fields.amount.label | Amount |
| billing.invoices.fields.invoice.label | Invoice |
| billing.invoices.fields.status.description | Invoice Status |
| billing.invoices.fields.status.label | Status |
| billing.invoices.fields.status.types.draft | Draft |
| billing.invoices.fields.status.types.open | Open |
| billing.invoices.fields.status.types.paid | Paid |
| billing.invoices.fields.status.types.uncollectible | Uncollectible |
| billing.invoices.fields.status.types.void | Void |
| billing.invoices.responses.error.http.500.message | There was an issue loading your invoices, please try again later |
| billing.invoices.responses.error.http.500.title | Failed to load invoices |
| billing.invoices.sections.invoices | Your invoice history |
| billing.invoices.state.loading | Loading invoices |
| billing.invoices.titles.index | Invoices |
| billing.settings.actions.edit.address | Edit address |
| billing.settings.fields.address_1.label | Address 1 |
| billing.settings.fields.address_2.label | Address 2 |
| billing.settings.fields.city.label | City |
| billing.settings.fields.country.label | Country |
| billing.settings.fields.post_code.label | Postal/Zip code |
| billing.settings.fields.state.label | County/State |
| billing.settings.responses.error.action.updated.address | Failed to update yor address |
| billing.settings.responses.error.http.500.message | There was an issue loading you account information, please try again later |
| billing.settings.responses.error.http.500.title | Failed to load account information |
| billing.settings.responses.success.action.updated.address | Successfully updated your address |
| billing.settings.sections.account.address.content | This address appears on your monthly invoice and should be the legal address of your business |
| billing.settings.sections.account.address.label | Billing address |
| billing.settings.sections.account.address.notice | Your registered business address |
| billing.settings.sections.account.tax.content | Your tax location determines the taxes that are applied to your bill |
| billing.settings.sections.account.tax.label | Tax location |
| billing.settings.sections.account.title | Your billing account settings |
| billing.settings.titles.index | Settings |
| billing.subscriptions.actions.manage | Manage subscription |
| billing.subscriptions.actions.subscribe | Subscribe |
| billing.subscriptions.actions.unsubscribe | Unsubscribe |
| billing.subscriptions.responses.error.action.subscribed | There was an issue subscribing to %product |
| billing.subscriptions.responses.error.action.unsubscribed | There was an issue trying to unsubscribe from %product |
| billing.subscriptions.responses.error.http.500.message | There was an issue loading product information |
| billing.subscriptions.responses.error.http.500.title | Failed to load product information |
| billing.subscriptions.responses.success.action.subscribed | Successfully subscribed to %product |
| billing.subscriptions.responses.success.action.unsubscribed | Successfully unsubscribed from %product |
| billing.subscriptions.sections.manage.title | Manage your %product subscription |
| billing.subscriptions.sections.purchase.content | Subscribing to %product will add %(cost)* to your total monthly invoice. |
| billing.subscriptions.sections.purchase.notice | *All prices are shown ex-vat |
| billing.subscriptions.sections.purchase.title | Subscription Information |
| billing.subscriptions.titles.index | Subscriptions |
| billing.summary.responses.error.http.500.action | Retry |
| billing.summary.responses.error.http.500.message | There was an issue loading your information, please try again later or contact support if the issue persists |
| billing.summary.responses.error.http.500.title | Failed to load billing information |
| billing.summary.sections.breakdown.actions.download.csv | CSV |
| billing.summary.sections.breakdown.actions.download.label | Download |
| billing.summary.sections.breakdown.actions.download.pdf | |
| billing.summary.sections.breakdown.content | These charges are factored into your account balance |
| billing.summary.sections.breakdown.headings.charges | Detailed Charges |
| billing.summary.sections.breakdown.invoicing.due | Amount Due |
| billing.summary.sections.breakdown.invoicing.subtotal | Subtotal |
| billing.summary.sections.breakdown.invoicing.tax | Tax (%percentage) |
| billing.summary.sections.breakdown.invoicing.total | Total |
| billing.summary.sections.breakdown.title | For billing period %from to %to |
| billing.summary.sections.total.content | This is the current costs for your active subscriptions and data usage this billing period. A breakdown of your costs is available below |
| billing.summary.sections.total.title | Estimated costs for this billing period |
| billing.summary.titles.index | Billing Summary |
| billing.titles.index | Billing |
| billing.usage.fields.current.label | Current Usage: |
| billing.usage.fields.current.types.kchars | KChars |
| billing.usage.fields.tier.description | Tier: %min - %max |
| billing.usage.fields.tier.label | Tier |
| billing.usage.responses.error.http.500.action | Retry |
| billing.usage.responses.error.http.500.message | There was a problem loading your metered usage |
| billing.usage.responses.error.http.500.title | Failed to load usage |
| billing.usage.sections.breakdown.empty | No usage to show |
| billing.usage.sections.breakdown.table.unit | Units used |
| billing.usage.sections.breakdown.title | Usage Breakdown |
| billing.usage.sections.breakdown.view | View usage breakdown > |
| billing.usage.sections.summary | Your EDI Document Transfer is recorded here and included in your monthly Invoice |
| billing.usage.titles.index | Metered usage |
| Label | English |
|---|---|
| businesses.fields.business.label | Business |
| businesses.responses.error.http.404.message | The business you requested could not be found or doesnt exist |
| businesses.responses.error.http.404.title | Business not found |
| businesses.responses.error.http.500.message | There was an issue loading your businesses, please try again later |
| businesses.responses.error.http.500.title | Failed to load businesses |
| businesses.sections.contact_information.title | Contact Information |
| businesses.sections.location_information.title | Location Information |
| businesses.sections.members.title | Members |
| businesses.titles.index | Businesses |
| businesses.titles.read | Business: %name |
| Label | English |
|---|---|
| businessusers.actions.delete.confirmation | Are you sure you want to remove %name from your business? |
| businessusers.actions.delete.label | Remove member |
| businessusers.actions.edit | Edit member |
| businessusers.actions.invite.confirmation | Are you sure you want to invite %email to %business |
| businessusers.actions.invite.label | Invite a new member |
| businessusers.actions.read | View member |
| businessusers.actions.update | Update member |
| businessusers.fields.user.label | Teammate |
| businessusers.responses.error.action.deleted | Failed to remove %name from %business |
| businessusers.responses.error.action.invite | Failed to send an invitation to %email |
| businessusers.responses.error.action.updated | Failed to update %(name)s information |
| businessusers.responses.error.http.404.message | The team member could not be found. The user has either been removed or no longer exists. |
| businessusers.responses.error.http.404.title | Member not found |
| businessusers.responses.error.http.500.message | There was an issue whilst loading your team members, please try again later |
| businessusers.responses.error.http.500.title | Failed to load team member |
| businessusers.responses.error.validation.email.required | An email address is required |
| businessusers.responses.success.action.deleted | Successfully removed %name from %business |
| businessusers.responses.success.action.invite | Successfully sent an invitation to %email |
| businessusers.responses.success.action.updated | Successfully updated %(name)s information |
| businessusers.titles.index | Team Members |
| Label | English |
|---|---|
| connections.mode.live | Live |
| connections.mode.test | Test |
| connections.status.active | Active |
| connections.status.inactive | Inactive |
| connections.status.pending | Pending |
| Label | English |
|---|---|
| fields.field-name.description | |
| fields.field-name.label | |
| fields.instance.label | Workflow instance |
| fields.stage.description | A stage within a workflow. |
| fields.stage.label | Stage |
| fields.stage.state.active | Active |
| fields.stage.state.complete | Complete |
| fields.stage.state.failed | Failed |
| fields.stage.state.hold | Hold |
| fields.stage.state.paused | Paused |
| fields.stage.state.pending | Pending |
| fields.stage.state.stopped | Stopped |
| fields.template.label | Workflow template |
| fields.transition.between | transition between %from and %to |
| Label | English |
|---|---|
| groups.admin | Administrators |
| groups.billing | Billing Managers |
| groups.roles.admin | Group Admin |
| groups.roles.member | Member |
| groups.super_users | Super Users |
| groups.types.admin | Administrators |
| groups.types.billing | Billing Managers |
| groups.types.user | Users |
| groups.users | All Users |
| groups.verified_users | Verified Users |
| Label | English |
|---|---|
| mailboxes.fields.ana_code.label | ANA Code |
| mailboxes.fields.name.label | Name |
| mailboxes.fields.network.description | Supported EDI Networks |
| mailboxes.fields.network.label | Network |
| mailboxes.fields.network.types.as2 | AS2 |
| mailboxes.fields.network.types.tgms | TGMS |
| mailboxes.fields.network.types.xedi | Xedi |
| mailboxes.fields.qualifier.label | Qualifier |
| mailboxes.responses.error.http.404.message | The mailbox you requested was not found or doesnt exist |
| mailboxes.responses.error.http.404.title | Mailbox not found |
| mailboxes.responses.error.http.500.message | There was an issue loading your mailboxes, please try again later |
| mailboxes.responses.error.http.500.title | Failed to load mailboxes |
| mailboxes.titles.index | Mailboxes |
| mailboxes.titles.read | Mailbox: %name |
| Label | English |
|---|---|
| mailinglists.titles.index | Mailing Lists |
| Label | English |
|---|---|
| notifications.actions.all | View All |
| notifications.actions.read | View |
| notifications.responses.error.http.500.action | Retry |
| notifications.responses.error.http.500.message | There was an error loading your notifications |
| notifications.state.none | All up to date! |
| notifications.state.unread | %count unread notifications |
| notifications.titles.index | Notifications |
| Label | English |
|---|---|
| partners.fields.contact_email.label | Contact email: %contact_email |
| partners.fields.contact_name.label | Contact: %contact_name |
| partners.fields.contact_number.label | Contact number: %contact_number |
| partners.fields.website.label | Website: %website |
| partners.responses.error.http.404.message | The partner you requested could not be found or does not exist |
| partners.responses.error.http.404.title | Trading Partner not found |
| partners.responses.error.http.500.message | There was an issue loading this Trading Partner, please try again later |
| partners.responses.error.http.500.title | Failed to load the Trading Partner |
| partners.sections.contact.intro | Contact details for %business_name |
| partners.sections.contact.title | Contact Information |
| partners.sections.location.intro | The registered address of %business_name |
| partners.sections.location.title | %business_name Head Office |
| partners.sections.mailboxes.intro | Available mailboxes |
| partners.sections.mailboxes.title | Mailboxes |
| partners.sections.search.input.placeholder | Search trading partners... |
| partners.sections.search.intro | Connect to any trading partner worldwide |
| partners.sections.search.title | Find Trading Partners |
| partners.titles.index | Trading Partners |
| partners.titles.read | Trading Partner: %name |
| partnerships.titles.index | Partnerships |
| partnerships.titles.read | %name Partnership |
| Label | English |
|---|---|
| partnerships.titles.index | Partnerships |
| partnerships.titles.read | %name Partnership |
| Label | English |
|---|---|
| permissions.access_denied.description | You do not have the correct permissions to access this page |
| permissions.access_denied.explained | %permission is required to access %resource |
| permissions.access_denied.headline | Access denied |
| permissions.audit.event.business.read.description | |
| permissions.audit.event.business.read.label | |
| permissions.audit.event.business.store.description | |
| permissions.audit.event.business.store.label | |
| permissions.audit.event.read.description | |
| permissions.audit.event.read.label | |
| permissions.audit.event.store.description | |
| permissions.audit.event.store.label | |
| permissions.billing.card.create.description | |
| permissions.billing.card.create.label | |
| permissions.billing.card.delete.description | |
| permissions.billing.card.delete.label | |
| permissions.billing.card.read.description | |
| permissions.billing.card.read.label | |
| permissions.billing.card.update.description | |
| permissions.billing.card.update.label | |
| permissions.billing.customer.card.create.description | |
| permissions.billing.customer.card.create.label | |
| permissions.billing.customer.card.delete.description | |
| permissions.billing.customer.card.delete.label | |
| permissions.billing.customer.card.read.description | |
| permissions.billing.customer.card.read.label | |
| permissions.billing.customer.card.update.description | |
| permissions.billing.customer.card.update.label | |
| permissions.billing.invoice.create.description | |
| permissions.billing.invoice.create.label | |
| permissions.billing.invoice.item.delete.description | |
| permissions.billing.invoice.item.delete.label | |
| permissions.billing.invoice.item.read.description | |
| permissions.billing.invoice.item.read.label | |
| permissions.billing.invoice.item.update.description | |
| permissions.billing.invoice.item.update.label | |
| permissions.billing.invoice.read.description | |
| permissions.billing.invoice.read.label | |
| permissions.billing.invoice.update.description | |
| permissions.billing.invoice.update.label | |
| permissions.billing.plan.read.description | |
| permissions.billing.plan.read.label | |
| permissions.billing.product.read.description | |
| permissions.billing.product.read.label | |
| permissions.billing.subscription.create.description | |
| permissions.billing.subscription.create.label | |
| permissions.billing.subscription.delete.description | |
| permissions.billing.subscription.delete.label | |
| permissions.billing.subscription.item.create.description | |
| permissions.billing.subscription.item.create.label | |
| permissions.billing.subscription.item.delete.description | |
| permissions.billing.subscription.item.delete.label | |
| permissions.billing.subscription.item.read.description | |
| permissions.billing.subscription.item.read.label | |
| permissions.billing.subscription.item.update.description | |
| permissions.billing.subscription.item.update.label | |
| permissions.billing.subscription.read.description | |
| permissions.billing.subscription.read.label | |
| permissions.billing.subscription.update.description | |
| permissions.billing.subscription.update.label | |
| permissions.billing.usage.create.description | |
| permissions.billing.usage.create.label | |
| permissions.billing.usage.read.description | |
| permissions.billing.usage.read.label | |
| permissions.businesses.business.delete.description | |
| permissions.businesses.business.delete.label | |
| permissions.businesses.business.read.description | |
| permissions.businesses.business.read.label | |
| permissions.businesses.business.store.description | |
| permissions.businesses.business.store.label | |
| permissions.businesses.business.update.description | |
| permissions.businesses.business.update.label | |
| permissions.businesses.mailbox.read.description | |
| permissions.businesses.mailbox.read.label | |
| permissions.businesses.network-connection.delete.description | |
| permissions.businesses.network-connection.delete.label | |
| permissions.businesses.network-connection.read.description | |
| permissions.businesses.network-connection.read.label | |
| permissions.businesses.network-connection.store.description | |
| permissions.businesses.network-connection.store.label | |
| permissions.businesses.network-connection.update.description | |
| permissions.businesses.network-connection.update.label | |
| permissions.businesses.partnership.deactivate.description | |
| permissions.businesses.partnership.deactivate.label | |
| permissions.businesses.partnership.delete.description | |
| permissions.businesses.partnership.delete.label | |
| permissions.businesses.partnership.read.description | |
| permissions.businesses.partnership.read.label | |
| permissions.businesses.partnership.store.description | |
| permissions.businesses.partnership.store.label | |
| permissions.businesses.partnership.update.description | |
| permissions.businesses.partnership.update.label | |
| permissions.businesses.price.delete.description | |
| permissions.businesses.price.delete.label | |
| permissions.businesses.price.read.description | |
| permissions.businesses.price.read.label | |
| permissions.businesses.price.update.description | |
| permissions.businesses.price.update.label | |
| permissions.businesses.tax.delete.description | |
| permissions.businesses.tax.delete.label | |
| permissions.businesses.tax.read.description | |
| permissions.businesses.tax.read.label | |
| permissions.businesses.tax.store.description | |
| permissions.businesses.tax.store.label | |
| permissions.businesses.tax.update.description | |
| permissions.businesses.tax.update.label | |
| permissions.businesses.user.delete.description | |
| permissions.businesses.user.delete.label | |
| permissions.businesses.user.read.description | |
| permissions.businesses.user.read.label | |
| permissions.businesses.user.store.description | |
| permissions.businesses.user.store.label | |
| permissions.businesses.user.update.description | |
| permissions.businesses.user.update.label | |
| permissions.denied.description | You do not have the correct permissions to perform this task |
| permissions.denied.explained | %permission is required to :task |
| permissions.denied.headline | Permission denied |
| permissions.iam.authority.override.description | |
| permissions.iam.authority.override.label | |
| permissions.iam.business.group.read.description | |
| permissions.iam.business.group.read.label | |
| permissions.iam.group.delete.description | |
| permissions.iam.group.delete.label | |
| permissions.iam.group.membership.delete.description | |
| permissions.iam.group.membership.delete.label | |
| permissions.iam.group.membership.read.description | |
| permissions.iam.group.membership.read.label | |
| permissions.iam.group.membership.update.description | |
| permissions.iam.group.membership.update.label | |
| permissions.iam.group.permission.read.description | |
| permissions.iam.group.permission.read.label | |
| permissions.iam.group.read.description | |
| permissions.iam.group.read.label | |
| permissions.iam.group.store.description | |
| permissions.iam.group.store.label | |
| permissions.iam.group.update.description | |
| permissions.iam.group.update.label | |
| permissions.iam.policy-acceptance.check.description | |
| permissions.iam.policy-acceptance.check.label | |
| permissions.iam.policy-acceptance.destroy.description | |
| permissions.iam.policy-acceptance.destroy.label | |
| permissions.iam.policy-acceptance.read.description | |
| permissions.iam.policy-acceptance.read.label | |
| permissions.iam.policy-acceptance.update.description | |
| permissions.iam.policy-acceptance.update.label | |
| permissions.iam.registration.verify.description | |
| permissions.iam.registration.verify.label | |
| permissions.iam.user.delete.description | |
| permissions.iam.user.delete.label | |
| permissions.iam.user.group.delete.description | |
| permissions.iam.user.group.delete.label | |
| permissions.iam.user.permission.read.description | |
| permissions.iam.user.permission.read.label | |
| permissions.iam.user.read.description | |
| permissions.iam.user.read.label | |
| permissions.iam.user.restore.description | |
| permissions.iam.user.restore.label | |
| permissions.iam.user.store.description | |
| permissions.iam.user.store.label | |
| permissions.iam.user.update.description | |
| permissions.iam.user.update.label | |
| permissions.label | User permissions |
| permissions.messaging.batch.status.description | |
| permissions.messaging.batch.status.label | |
| permissions.messaging.batch.user.status.description | |
| permissions.messaging.batch.user.status.label | |
| permissions.messaging.mailing-list.delete.description | |
| permissions.messaging.mailing-list.delete.label | |
| permissions.messaging.mailing-list.read.description | |
| permissions.messaging.mailing-list.read.label | |
| permissions.messaging.mailing-list.store.description | |
| permissions.messaging.mailing-list.store.label | |
| permissions.messaging.mailing-list.update.description | |
| permissions.messaging.mailing-list.update.label | |
| permissions.messaging.notification.read.description | |
| permissions.messaging.notification.read.label | |
| permissions.messaging.notify-channel.description | |
| permissions.messaging.notify-channel.label | |
| permissions.messaging.notify.description | |
| permissions.messaging.notify.label | |
| permissions.policies.authority-overrides.description | Override Authority Checks |
| permissions.policies.authority-overrides.label | Authority Overrides |
| permissions.policies.manage-account.description | Permits the user to manage their personal account |
| permissions.policies.manage-account.label | Manage Account |
| permissions.policies.manage-business.description | Permits the user to manage a business settings |
| permissions.policies.manage-business.label | Manage Business |
| permissions.policies.manage-group.description | Permits the user to manage groups within a business |
| permissions.policies.manage-group.label | Manage Groups |
| permissions.policies.manage-linked-users.description | Permits the user to manage user accounts linked via IDPs |
| permissions.policies.manage-linked-users.label | Manage Linked Users |
| permissions.policies.manage-mailbox.description | Permits the user to manage mailboxes for a business |
| permissions.policies.manage-mailbox.label | Manage Mailboxes |
| permissions.policies.manage-mailing-lists.description | Permits the user to manage a businesses mailing lists |
| permissions.policies.manage-mailing-lists.label | Manage Mailing Lists |
| permissions.policies.manage-memberships.description | Permits the user to manage group memberships |
| permissions.policies.manage-memberships.label | Manage Group Memberships |
| permissions.policies.manage-partnerships.description | Permits the user to manage a businesses partnerships |
| permissions.policies.manage-partnerships.label | Manage Business Partnerships |
| permissions.policies.manage-policy-acceptance.description | Permits the user to manage Policies and user acceptance status |
| permissions.policies.manage-policy-acceptance.label | Manage Policy Acceptances |
| permissions.policies.manage-prices.description | Permits the user to manage prices for a businesses products |
| permissions.policies.manage-prices.label | Manage Prices |
| permissions.policies.manage-products.description | Permits the user to manage products for a business |
| permissions.policies.manage-products.label | Manage Products |
| permissions.policies.manage-settings.description | Permits the user to manage personal settings |
| permissions.policies.manage-settings.label | Manage Settings |
| permissions.policies.manage-taxes.description | Permits the user to manage taxes for a businesses products |
| permissions.policies.manage-taxes.label | Manage Taxes |
| permissions.policies.manage-users.description | Permits the user to manage user accounts linked to a business |
| permissions.policies.manage-users.label | Manage Users |
| permissions.policies.manage-workflow-instances.description | Permits the user to create and update workflows belonging to a business |
| permissions.policies.manage-workflow-instances.label | Manage Workflows |
| permissions.policies.restore-users.description | Permits the user to restore deleted user accounts |
| permissions.policies.restore-users.label | Restore Users |
| permissions.policies.run-workflow-instances.description | Permits the user to interact with running workflows |
| permissions.policies.run-workflow-instances.label | Interact with Workflows |
| permissions.policies.send-notifications.description | Permits the user to send notifications on behave of a business |
| permissions.policies.send-notifications.label | Send Notifications |
| permissions.settings.delete.description | |
| permissions.settings.delete.label | |
| permissions.settings.read.description | |
| permissions.settings.read.label | |
| permissions.settings.store.description | |
| permissions.settings.store.label | |
| permissions.settings.update.description | |
| permissions.settings.update.label | |
| permissions.workflows.instance.delete.description | |
| permissions.workflows.instance.delete.label | |
| permissions.workflows.instance.read.description | |
| permissions.workflows.instance.read.label | |
| permissions.workflows.instance.restore.description | |
| permissions.workflows.instance.restore.label | |
| permissions.workflows.instance.run.description | |
| permissions.workflows.instance.run.label | |
| permissions.workflows.instance.store.description | |
| permissions.workflows.instance.store.label | |
| permissions.workflows.instance.trashed.description | |
| permissions.workflows.instance.trashed.label | |
| permissions.workflows.stage.delete.description | |
| permissions.workflows.stage.delete.label | |
| permissions.workflows.stage.head.description | |
| permissions.workflows.stage.head.label | |
| permissions.workflows.stage.read.description | |
| permissions.workflows.stage.read.label | |
| permissions.workflows.stage.store.description | |
| permissions.workflows.stage.store.label | |
| permissions.workflows.stage.update.description | |
| permissions.workflows.stage.update.label | |
| permissions.workflows.template.create.description | |
| permissions.workflows.template.create.label | |
| permissions.workflows.template.delete.description | |
| permissions.workflows.template.delete.label | |
| permissions.workflows.template.read.description | |
| permissions.workflows.template.read.label | |
| permissions.workflows.template.restore.description | |
| permissions.workflows.template.restore.label | |
| permissions.workflows.template.trashed.description | |
| permissions.workflows.template.trashed.label | |
| permissions.workflows.template.update.description | |
| permissions.workflows.template.update.label | |
| permissions.workflows.transition.create.description | |
| permissions.workflows.transition.create.label | |
| permissions.workflows.transition.delete.description | |
| permissions.workflows.transition.delete.label | |
| permissions.workflows.transition.read.description | |
| permissions.workflows.transition.read.label | |
| permissions.workflows.transition.update.description | |
| permissions.workflows.transition.update.label |
| Label | English |
|---|---|
| pipelines.titles.index | Pipelines |
| pipelines.titles.read | Pipeline: %name |
| Label | English |
|---|---|
| policies.view-audit-entries.description | Permits the user to view logs within the audit trail |
| policies.view-audit-entries.label | View Audit Logs |
| policies.view-batch-status.description | Permits the user to view the status of a batch of documents |
| policies.view-batch-status.label | View Batch Status |
| policies.view-businesses.description | Permits the user to view details about a business and its connections |
| policies.view-businesses.label | View Business Details |
| policies.view-groups.description | Permits the user to view details about a businesses groups and their members |
| policies.view-groups.label | View Groups |
| policies.view-in-app-notifications.description | Permits the user to view notifications within the application |
| policies.view-in-app-notifications.label | View Notifications |
| policies.view-mailboxes.description | Permits the user to view a businesses mailboxes |
| policies.view-mailboxes.label | View Mailboxes |
| policies.view-mailing-lists.description | Permits the user to view a businesses mailing lists |
| policies.view-mailing-lists.label | View Mailing Lists |
| policies.view-partnerships.description | Permits the user to view a businesses partnerships |
| policies.view-partnerships.label | View Partnerships |
| policies.view-permissions.description | Permits the user to view their permissions |
| policies.view-permissions.label | View Permissions |
| policies.view-policy-acceptances.description | Permits the user to view which policies they have accepted |
| policies.view-policy-acceptances.label | View Policy Acceptances |
| policies.view-prices.description | Permits the user to view prices for a businesses products |
| policies.view-prices.label | View Prices |
| policies.view-products.description | Permits the user to view a businesses products |
| policies.view-products.label | View Products |
| policies.view-taxes.description | Permits the user to view taxes for a businesses products |
| policies.view-taxes.label | View Taxes |
| policies.view-templates.description | Permits the user to view templates a business has access to |
| policies.view-templates.label | View Templates |
| policies.view-workflow-instances.description | Permits the user to view a businesses active or complete workflows |
| policies.view-workflow-instances.label | View Worflows |
| Label | English |
|---|---|
| prices.actions.create | Create price |
| prices.actions.delete | Delete price |
| prices.actions.edit | Edit price |
| prices.actions.update | Save changes |
| prices.fields.cost.label | Price |
| prices.fields.partnership.label | Partnership |
| prices.fields.tax.label | Tax |
| prices.responses.error.action.created | Failed to create price setting |
| prices.responses.error.action.deleted | Failed to delete price setting |
| prices.responses.error.action.updated | Failed to update price setting |
| prices.responses.error.http.404.message | The price setting has either been deleted or does not exist |
| prices.responses.error.http.404.title | Price setting not found |
| prices.responses.error.http.500.message | There was an error loading the price settings for this product, please try again later |
| prices.responses.error.http.500.title | Failed to load prices |
| prices.responses.error.validation.partnership.exists | The partnership already has a price setting against it |
| prices.responses.error.validation.partnership_id.required | A partnership is required |
| prices.responses.error.validation.tax_id.required | A Tax option is required |
| prices.responses.success.action.created | Successfully added price setting |
| prices.responses.success.action.deleted | Successfully deleted price setting |
| prices.responses.success.action.updated | Successfully updated price setting |
| prices.titles.create | Create new price |
| prices.titles.delete | Confirm price deletion |
| prices.titles.index | Prices |
| Label | English |
|---|---|
| products.actions.create | Create new product |
| products.actions.delete | Delete Product |
| products.actions.edit | Edit product |
| products.actions.read | View product |
| products.actions.update | Update Product |
| products.fields.cpr01.label | Customer Product Code 1 |
| products.fields.cpr02.label | Customer Product Code 2 |
| products.fields.description.label | Description |
| products.fields.identifier.label | Product Identifier |
| products.fields.sacu.label | Suppliers EAN Code |
| products.fields.spr01.label | Supplier Code 1 |
| products.fields.spr02.label | Supplier Code 2 |
| products.fields.spr03.label | Supplier Code 3 |
| products.fields.units.label | Units |
| products.fields.unor.label | Unit of ordering |
| products.responses.error.action.created | Failed to create product |
| products.responses.error.action.deleted | Failed to delete product |
| products.responses.error.action.updated | Failed to update product |
| products.responses.error.http.404.action | Back to products |
| products.responses.error.http.404.message | The product you have requested has either been deleted or does not exist |
| products.responses.error.http.404.title | Failed to load product |
| products.responses.error.http.500.action | Reload product |
| products.responses.error.http.500.message | There was an issue loading the selected product, please try again |
| products.responses.error.http.500.title | Product failed to load |
| products.responses.error.validation.identifier.required | The product identifier is required |
| products.responses.success.action.created | Successfully created product |
| products.responses.success.action.deleted | Successfully deleted product |
| products.responses.success.action.updated | Successfully updated product |
| products.sections.codes | Product Codes |
| products.sections.prices | Price settings |
| products.sections.product | Product Information |
| products.sections.units | Product Units |
| products.state.creating | Creating product... |
| products.state.deleting | Deleting product... |
| products.state.loading | Product loading... |
| products.state.updating | Updating product... |
| products.titles.edit | Editing product %identifier |
| products.titles.index | Products |
| products.titles.read | Product %identifier |
| Label | English |
|---|---|
| responses.error.action.created | |
| responses.error.action.deleted | |
| responses.error.action.updated | |
| responses.error.http.404.message | |
| responses.error.http.404.title | |
| responses.error.http.500.message | |
| responses.error.http.500.title | |
| responses.error.validation.field-name.max | |
| responses.error.validation.field-name.required | |
| responses.success.action.created | |
| responses.success.action.deleted | |
| responses.success.action.updated |
| Label | English |
|---|---|
| settings.theme.dark | Dark |
| settings.theme.label | Theme |
| settings.theme.light | Light |
| settings.theme.system | System |
| Label | English |
|---|---|
| stages.titles.index | Stages |
| stages.titles.read | Stages: %name |
| Label | English |
|---|---|
| state.creating | |
| state.deleting | |
| state.editing | |
| state.loading | |
| state.updating |
| Label | English |
|---|---|
| system.actions.close | Close |
| system.actions.controls.down | Down |
| system.actions.controls.left | Left |
| system.actions.controls.next | Next |
| system.actions.controls.previous | Previous |
| system.actions.controls.right | Right |
| system.actions.controls.rotate | Rotate |
| system.actions.controls.rotate_anticlockwise | Rotate Anti-clockwise |
| system.actions.controls.rotate_clockwise | Rotate Clockwise |
| system.actions.controls.scale | Scale |
| system.actions.controls.up | Up |
| system.actions.create | Create |
| system.actions.delete | Delete |
| system.actions.edit | Edit |
| system.actions.manage | Manage |
| system.actions.show | View |
| system.actions.switch.business | Switch Business |
| system.actions.switch.label | Switch |
| system.actions.update | Update |
| system.navigation.back | Back |
| system.navigation.sections.settings.business | Business Settings |
| system.navigation.sections.settings.general | General Settings |
| system.navigation.sections.settings.label | Settings |
| system.navigation.sections.settings.management | Management Settings |
| system.states.active.label | Active |
| system.states.active.present | Activating... |
| system.states.active.quiet | (active) |
| system.states.change.label | Change |
| system.states.change.present | Changing... |
| system.states.change.quite | (change) |
| system.states.disabled.label | Disabled |
| system.states.disabled.present | Disabling... |
| system.states.disabled.quite | (disabled) |
| system.states.enabled.label | Enabled |
| system.states.enabled.present | Enabling... |
| system.states.enabled.quite | (enabled) |
| system.states.inactive.label | Inactive |
| system.states.inactive.present | Activating... |
| system.states.inactive.quiet | (inactive) |
| system.themes.dark | Dark theme |
| system.themes.intranet | Admin theme |
| system.themes.light | Light theme |
| system.themes.toggle.dark | Toggle Dark Mode |
| system.themes.toggle.label | Toggle Theme |
| Label | English |
|---|---|
| tasks.titles.index | Tasks |
| tasks.titles.read | Task: %name |
| Label | English |
|---|---|
| taxrates.actions.create | Create tax rate |
| taxrates.actions.delete | Delete tax rate |
| taxrates.actions.edit | Edit tax rate |
| taxrates.actions.read | Show tax rate |
| taxrates.actions.update | Update tax rate |
| taxrates.fields.description.label | Description |
| taxrates.fields.percentage.label | Percentage |
| taxrates.fields.tax_code.label | Tax Code |
| taxrates.responses.error.action.created | Failed to create tax rate |
| taxrates.responses.error.action.deleted | Failed to delete tax rate |
| taxrates.responses.error.action.updated | Failed to update tax rate |
| taxrates.responses.error.http.404.message | The tax rate has either been deleted or it does not exist |
| taxrates.responses.error.http.404.title | Tax rate not found |
| taxrates.responses.error.http.500.message | There has been an issue loading tax rates, please try again later |
| taxrates.responses.error.http.500.title | Failed to load tax rates |
| taxrates.responses.error.validation.description.required | A description is required |
| taxrates.responses.error.validation.percentage.required | A percentage is required |
| taxrates.responses.error.validation.tax_code.required | A tax code is required |
| taxrates.responses.success.action.created | Successfully created tax rate |
| taxrates.responses.success.action.deleted | Successfully deleted tax rate |
| taxrates.responses.success.action.updated | Successfully updated tax rate |
| taxrates.titles.create | Create a new tax rate |
| taxrates.titles.index | Tax Rates |
| taxrates.titles.read | Tax rate: %description |
| Label | English |
|---|---|
| transitions.titles.index | Transitions |
| transitions.titles.read | Transition: %name |
| Label | English |
|---|---|
| users.titles.index | Users |
| Label | English |
|---|---|
| workflows.titles.index | Workflows |
| workflows.titles.read | Workflow: %name |
| Label | English |
|---|---|
| world.countries.AD | Andorra |
| world.countries.AE | United Arab Emirates |
| world.countries.AF | Afghanistan |
| world.countries.AG | Antigua And Barbuda |
| world.countries.AI | Anguilla |
| world.countries.AL | Albania |
| world.countries.AM | Armenia |
| world.countries.AN | Netherlands Antilles |
| world.countries.AO | Angola |
| world.countries.AQ | Antarctica |
| world.countries.AR | Argentina |
| world.countries.AS | American Samoa |
| world.countries.AT | Austria |
| world.countries.AU | Australia |
| world.countries.AW | Aruba |
| world.countries.AZ | Azerbaijan |
| world.countries.BA | Bosnia And Herzegovina |
| world.countries.BB | Barbados |
| world.countries.BD | Bangladesh |
| world.countries.BE | Belgium |
| world.countries.BF | Burkina Faso |
| world.countries.BG | Bulgaria |
| world.countries.BH | Bahrain |
| world.countries.BI | Burundi |
| world.countries.BJ | Benin |
| world.countries.BM | Bermuda |
| world.countries.BN | Brunei Darussalam |
| world.countries.BO | Bolivia |
| world.countries.BR | Brazil |
| world.countries.BS | Bahamas |
| world.countries.BT | Bhutan |
| world.countries.BV | Bouvet Island |
| world.countries.BW | Botswana |
| world.countries.BY | Belarus |
| world.countries.BZ | Belize |
| world.countries.CA | Canada |
| world.countries.CC | Cocos (keeling) Islands |
| world.countries.CD | Congo, The Democratic Republic Of The |
| world.countries.CF | Central African Republic |
| world.countries.CG | Congo |
| world.countries.CH | Switzerland |
| world.countries.CI | Cote D'ivoire |
| world.countries.CK | Cook Islands |
| world.countries.CL | Chile |
| world.countries.CM | Cameroon |
| world.countries.CN | China |
| world.countries.CO | Colombia |
| world.countries.CR | Costa Rica |
| world.countries.CU | Cuba |
| world.countries.CV | Cape Verde |
| world.countries.CX | Christmas Island |
| world.countries.CY | Cyprus |
| world.countries.CZ | Czech Republic |
| world.countries.DE | Germany |
| world.countries.DJ | Djibouti |
| world.countries.DK | Denmark |
| world.countries.DM | Dominica |
| world.countries.DO | Dominican Republic |
| world.countries.DZ | Algeria |
| world.countries.EC | Ecuador |
| world.countries.EE | Estonia |
| world.countries.EG | Egypt |
| world.countries.EH | Western Sahara |
| world.countries.ER | Eritrea |
| world.countries.ES | Spain |
| world.countries.ET | Ethiopia |
| world.countries.FI | Finland |
| world.countries.FJ | Fiji |
| world.countries.FK | Falkland Islands (malvinas) |
| world.countries.FM | Micronesia, Federated States Of |
| world.countries.FO | Faroe Islands |
| world.countries.FR | France |
| world.countries.GA | Gabon |
| world.countries.GB | United Kingdom |
| world.countries.GD | Grenada |
| world.countries.GE | Georgia |
| world.countries.GF | French Guiana |
| world.countries.GH | Ghana |
| world.countries.GI | Gibraltar |
| world.countries.GL | Greenland |
| world.countries.GM | Gambia |
| world.countries.GN | Guinea |
| world.countries.GP | Guadeloupe |
| world.countries.GQ | Equatorial Guinea |
| world.countries.GR | Greece |
| world.countries.GS | South Georgia And The South Sandwich Islands |
| world.countries.GT | Guatemala |
| world.countries.GU | Guam |
| world.countries.GW | Guinea-bissau |
| world.countries.GY | Guyana |
| world.countries.HK | Hong Kong |
| world.countries.HM | Heard Island And Mcdonald Islands |
| world.countries.HN | Honduras |
| world.countries.HR | Croatia |
| world.countries.HT | Haiti |
| world.countries.HU | Hungary |
| world.countries.ID | Indonesia |
| world.countries.IE | Ireland |
| world.countries.IL | Israel |
| world.countries.IN | India |
| world.countries.IO | British Indian Ocean Territory |
| world.countries.IQ | Iraq |
| world.countries.IR | Iran, Islamic Republic Of |
| world.countries.IS | Iceland |
| world.countries.IT | Italy |
| world.countries.JM | Jamaica |
| world.countries.JO | Jordan |
| world.countries.JP | Japan |
| world.countries.KE | Kenya |
| world.countries.KG | Kyrgyzstan |
| world.countries.KH | Cambodia |
| world.countries.KI | Kiribati |
| world.countries.KM | Comoros |
| world.countries.KN | Saint Kitts And Nevis |
| world.countries.KP | Korea, Democratic People's Republic Of |
| world.countries.KR | Korea, Republic Of |
| world.countries.KV | Kosovo |
| world.countries.KW | Kuwait |
| world.countries.KY | Cayman Islands |
| world.countries.KZ | Kazakstan |
| world.countries.LA | Lao People's Democratic Republic |
| world.countries.LB | Lebanon |
| world.countries.LC | Saint Lucia |
| world.countries.LI | Liechtenstein |
| world.countries.LK | Sri Lanka |
| world.countries.LR | Liberia |
| world.countries.LS | Lesotho |
| world.countries.LT | Lithuania |
| world.countries.LU | Luxembourg |
| world.countries.LV | Latvia |
| world.countries.LY | Libyan Arab Jamahiriya |
| world.countries.MA | Morocco |
| world.countries.MC | Monaco |
| world.countries.MD | Moldova, Republic Of |
| world.countries.ME | Montenegro |
| world.countries.MG | Madagascar |
| world.countries.MH | Marshall Islands |
| world.countries.MK | Macedonia, The Former Yugoslav Republic Of |
| world.countries.ML | Mali |
| world.countries.MM | Myanmar |
| world.countries.MN | Mongolia |
| world.countries.MO | Macau |
| world.countries.MP | Northern Mariana Islands |
| world.countries.MQ | Martinique |
| world.countries.MR | Mauritania |
| world.countries.MS | Montserrat |
| world.countries.MT | Malta |
| world.countries.MU | Mauritius |
| world.countries.MV | Maldives |
| world.countries.MW | Malawi |
| world.countries.MX | Mexico |
| world.countries.MY | Malaysia |
| world.countries.MZ | Mozambique |
| world.countries.NA | Namibia |
| world.countries.NC | New Caledonia |
| world.countries.NE | Niger |
| world.countries.NF | Norfolk Island |
| world.countries.NG | Nigeria |
| world.countries.NI | Nicaragua |
| world.countries.NL | Netherlands |
| world.countries.NO | Norway |
| world.countries.NP | Nepal |
| world.countries.NR | Nauru |
| world.countries.NU | Niue |
| world.countries.NZ | New Zealand |
| world.countries.OM | Oman |
| world.countries.PA | Panama |
| world.countries.PE | Peru |
| world.countries.PF | French Polynesia |
| world.countries.PG | Papua New Guinea |
| world.countries.PH | Philippines |
| world.countries.PK | Pakistan |
| world.countries.PL | Poland |
| world.countries.PM | Saint Pierre And Miquelon |
| world.countries.PN | Pitcairn |
| world.countries.PR | Puerto Rico |
| world.countries.PS | Palestinian Territory, Occupied |
| world.countries.PT | Portugal |
| world.countries.PW | Palau |
| world.countries.PY | Paraguay |
| world.countries.QA | Qatar |
| world.countries.RE | Reunion |
| world.countries.RO | Romania |
| world.countries.RS | Serbia |
| world.countries.RU | Russian Federation |
| world.countries.RW | Rwanda |
| world.countries.SA | Saudi Arabia |
| world.countries.SB | Solomon Islands |
| world.countries.SC | Seychelles |
| world.countries.SD | Sudan |
| world.countries.SE | Sweden |
| world.countries.SG | Singapore |
| world.countries.SH | Saint Helena |
| world.countries.SI | Slovenia |
| world.countries.SJ | Svalbard And Jan Mayen |
| world.countries.SK | Slovakia |
| world.countries.SL | Sierra Leone |
| world.countries.SM | San Marino |
| world.countries.SN | Senegal |
| world.countries.SO | Somalia |
| world.countries.SR | Suriname |
| world.countries.ST | Sao Tome And Principe |
| world.countries.SV | El Salvador |
| world.countries.SY | Syrian Arab Republic |
| world.countries.SZ | Swaziland |
| world.countries.TC | Turks And Caicos Islands |
| world.countries.TD | Chad |
| world.countries.TF | French Southern Territories |
| world.countries.TG | Togo |
| world.countries.TH | Thailand |
| world.countries.TJ | Tajikistan |
| world.countries.TK | Tokelau |
| world.countries.TM | Turkmenistan |
| world.countries.TN | Tunisia |
| world.countries.TO | Tonga |
| world.countries.TP | East Timor |
| world.countries.TR | Turkey |
| world.countries.TT | Trinidad And Tobago |
| world.countries.TV | Tuvalu |
| world.countries.TW | Taiwan, Province Of China |
| world.countries.TZ | Tanzania, United Republic Of |
| world.countries.UA | Ukraine |
| world.countries.UG | Uganda |
| world.countries.UM | United States Minor Outlying Islands |
| world.countries.US | United States |
| world.countries.UY | Uruguay |
| world.countries.UZ | Uzbekistan |
| world.countries.VA | Holy See (vatican City State) |
| world.countries.VC | Saint Vincent And The Grenadines |
| world.countries.VE | Venezuela |
| world.countries.VG | Virgin Islands, British |
| world.countries.VI | Virgin Islands, U.s. |
| world.countries.VN | Viet Nam |
| world.countries.VU | Vanuatu |
| world.countries.WF | Wallis And Futuna |
| world.countries.WS | Samoa |
| world.countries.YE | Yemen |
| world.countries.YT | Mayotte |
| world.countries.ZA | South Africa |
| world.countries.ZM | Zambia |
| world.countries.ZW | Zimbabwe |