Skip to content

Translations

XEDI.js comes bundled with our Translation packs.

Registration

Our Translator is registered with the application Container as translator.

It is also exposed statically.

Usage

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 Supported languages

Get a list of supported languages.

Example

const languages = Xedi.Translator.getSupportLanguages(); // [ 'en' ]

The Underscore Method

Parameters

ParameterRequiredDefault ValueNotes
labelCase insensitive
parameters[]Array of parameters to pass to Sprintf
languageenUses the language configuration value

Examples

Basic Usage

Xedi.Translator._('languages.spanish'); // Spanish

With Parameters

// workflows.transition.between = transition between %from and %to
Xedi.Translator._(
'workflows.transition.between',
[{ from: 'Stage 1', to: 'Stage 2' }]
); // transition between Stage 1 and Stage 2

Language override

Xedi.Translator._('languages.spanish', [], 'es'); // Espanol

Translations

account

LabelEnglish
account.actions.create
account.actions.delete
account.actions.edit
account.actions.read
account.actions.update
account.fields.contact_number.labelContact Number
account.fields.email.labelCurrent
account.fields.email_confirmation.labelNew Email
account.fields.first_name.labelFirst Name
account.fields.job_title.labelJob Title
account.fields.last_name.labelLast Name
account.fields.password.labelPassword
account.fields.password_confirmation.labelPassword Confirmation
account.responses.error.action.updated.accountFailed to update account information
account.responses.error.action.updated.emailEmail update requested, please check the new email address to continue changing
account.responses.error.action.updated.passwordFailed to update password
account.responses.error.http.500.messageThere was an issue whilst loading your account information
account.responses.error.http.500.titleFailed to load account information
account.responses.error.validation.first_name.requiredYour first name is required
account.responses.error.validation.last_name.requiredYour last name is required
account.responses.error.validation.password.confirmationThe passwords must match
account.responses.error.validation.password.minYour password must be at least %min characters
account.responses.error.validation.password.requiredA new password is required
account.responses.success.action.updated.accountSuccessfully updated account information
account.responses.success.action.updated.emailEmail update requested, please check the new email address to continue changing
account.responses.success.action.updated.passwordPassword successfully updated
account.sections.accountAccount Details
account.sections.avatar.informationImages must be smaller than 5mb and less than 500x500px
account.sections.avatar.titleChange avatar
account.sections.emailEmail Settings
account.sections.passwordPassword Settings
account.titles.indexAccount
account.titles.readYour account

actions

LabelEnglish
actions.create
actions.delete
actions.edit
actions.read
actions.update

auth

LabelEnglish
auth.actions.logout.labelLogout
auth.actions.logout.tooltipClick to Logout
auth.navigation.aboutAbout
auth.navigation.blogBlog
auth.navigation.copyrightXEDI Ltd. %year
auth.navigation.helpHelp
auth.navigation.statusStatus
auth.navigation.termsTerms
auth.sections.register.fields.terms.labelI accept the Terms and Conditions
auth.titles.loginLogin
auth.titles.registerRegister
auth.titles.resetReset Password
auth.user_provider_preference.login_form.buttons.login.textLogin
auth.user_provider_preference.login_form.buttons.login.tooltipClick to Login
auth.user_provider_preference.login_form.fields.email.labelEmail Address
auth.user_provider_preference.login_form.fields.email.placeholderYour email address
auth.user_provider_preference.login_form.fields.password.labelPassword
auth.user_provider_preference.login_form.fields.password.placeholderYour password
auth.user_provider_preference.provider.googleGoogle
auth.user_provider_preference.provider.locallocal

billing

LabelEnglish
billing.cards.actions.createAdd new card
billing.cards.actions.deleteDelete card
billing.cards.actions.editEdit card
billing.cards.actions.updateUpdate card
billing.cards.fields.address_1.labelAddress 1
billing.cards.fields.address_2.labelAddress 2
billing.cards.fields.card.descriptionAll major credit / debit cards accepted.
billing.cards.fields.card.labelCard
billing.cards.fields.city.labelCity
billing.cards.fields.country.labelCountry
billing.cards.fields.name.descriptionThe full name that appears on the card
billing.cards.fields.name.labelCardholder name
billing.cards.fields.post_code.labelPostal/Zip code
billing.cards.fields.state.labelCounty/State
billing.cards.responses.error.action.createdFailed to add card
billing.cards.responses.error.action.deletedFailed to remove card
billing.cards.responses.error.action.updatedFailed to update card
billing.cards.responses.error.http.500.messageThere has been an issue loading your cards, please try again later
billing.cards.responses.error.http.500.titleFailed to load cards
billing.cards.responses.success.action.createdSuccessfully added card
billing.cards.responses.success.action.deletedSuccessfully removed card
billing.cards.responses.success.action.updatedSuccessfully updated card
billing.cards.sections.cards.contentManage your payment methods below
billing.cards.sections.cards.create.informationPlease provide the billing address associated with the card you've provided.
billing.cards.sections.cards.create.noticeNote: Your card may require additional verification from your bank
billing.cards.sections.cards.titleYour payment methods
billing.cards.state.creatingCreating card
billing.cards.state.deletingDeleting card
billing.cards.state.editingEditing card
billing.cards.state.loadingLoading cards
billing.cards.state.updatingUpdating card
billing.cards.titles.indexPayment Methods
billing.invoices.actions.download.csvDownload CSV
billing.invoices.actions.download.labelDownload
billing.invoices.actions.download.pdfDownload PDF
billing.invoices.fields.amount.labelAmount
billing.invoices.fields.invoice.labelInvoice
billing.invoices.fields.status.descriptionInvoice Status
billing.invoices.fields.status.labelStatus
billing.invoices.fields.status.types.draftDraft
billing.invoices.fields.status.types.openOpen
billing.invoices.fields.status.types.paidPaid
billing.invoices.fields.status.types.uncollectibleUncollectible
billing.invoices.fields.status.types.voidVoid
billing.invoices.responses.error.http.500.messageThere was an issue loading your invoices, please try again later
billing.invoices.responses.error.http.500.titleFailed to load invoices
billing.invoices.sections.invoicesYour invoice history
billing.invoices.state.loadingLoading invoices
billing.invoices.titles.indexInvoices
billing.settings.actions.edit.addressEdit address
billing.settings.fields.address_1.labelAddress 1
billing.settings.fields.address_2.labelAddress 2
billing.settings.fields.city.labelCity
billing.settings.fields.country.labelCountry
billing.settings.fields.post_code.labelPostal/Zip code
billing.settings.fields.state.labelCounty/State
billing.settings.responses.error.action.updated.addressFailed to update yor address
billing.settings.responses.error.http.500.messageThere was an issue loading you account information, please try again later
billing.settings.responses.error.http.500.titleFailed to load account information
billing.settings.responses.success.action.updated.addressSuccessfully updated your address
billing.settings.sections.account.address.contentThis address appears on your monthly invoice and should be the legal address of your business
billing.settings.sections.account.address.labelBilling address
billing.settings.sections.account.address.noticeYour registered business address
billing.settings.sections.account.tax.contentYour tax location determines the taxes that are applied to your bill
billing.settings.sections.account.tax.labelTax location
billing.settings.sections.account.titleYour billing account settings
billing.settings.titles.indexSettings
billing.subscriptions.actions.manageManage subscription
billing.subscriptions.actions.subscribeSubscribe
billing.subscriptions.actions.unsubscribeUnsubscribe
billing.subscriptions.responses.error.action.subscribedThere was an issue subscribing to %product
billing.subscriptions.responses.error.action.unsubscribedThere was an issue trying to unsubscribe from %product
billing.subscriptions.responses.error.http.500.messageThere was an issue loading product information
billing.subscriptions.responses.error.http.500.titleFailed to load product information
billing.subscriptions.responses.success.action.subscribedSuccessfully subscribed to %product
billing.subscriptions.responses.success.action.unsubscribedSuccessfully unsubscribed from %product
billing.subscriptions.sections.manage.titleManage your %product subscription
billing.subscriptions.sections.purchase.contentSubscribing 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.titleSubscription Information
billing.subscriptions.titles.indexSubscriptions
billing.summary.responses.error.http.500.actionRetry
billing.summary.responses.error.http.500.messageThere was an issue loading your information, please try again later or contact support if the issue persists
billing.summary.responses.error.http.500.titleFailed to load billing information
billing.summary.sections.breakdown.actions.download.csvCSV
billing.summary.sections.breakdown.actions.download.labelDownload
billing.summary.sections.breakdown.actions.download.pdfPDF
billing.summary.sections.breakdown.contentThese charges are factored into your account balance
billing.summary.sections.breakdown.headings.chargesDetailed Charges
billing.summary.sections.breakdown.invoicing.dueAmount Due
billing.summary.sections.breakdown.invoicing.subtotalSubtotal
billing.summary.sections.breakdown.invoicing.taxTax (%percentage)
billing.summary.sections.breakdown.invoicing.totalTotal
billing.summary.sections.breakdown.titleFor billing period %from to %to
billing.summary.sections.total.contentThis 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.titleEstimated costs for this billing period
billing.summary.titles.indexBilling Summary
billing.titles.indexBilling
billing.usage.fields.current.labelCurrent Usage:
billing.usage.fields.current.types.kcharsKChars
billing.usage.fields.tier.descriptionTier: %min - %max
billing.usage.fields.tier.labelTier
billing.usage.responses.error.http.500.actionRetry
billing.usage.responses.error.http.500.messageThere was a problem loading your metered usage
billing.usage.responses.error.http.500.titleFailed to load usage
billing.usage.sections.breakdown.emptyNo usage to show
billing.usage.sections.breakdown.table.unitUnits used
billing.usage.sections.breakdown.titleUsage Breakdown
billing.usage.sections.breakdown.viewView usage breakdown >
billing.usage.sections.summaryYour EDI Document Transfer is recorded here and included in your monthly Invoice
billing.usage.titles.indexMetered usage

businesses

LabelEnglish
businesses.fields.business.labelBusiness
businesses.responses.error.http.404.messageThe business you requested could not be found or doesnt exist
businesses.responses.error.http.404.titleBusiness not found
businesses.responses.error.http.500.messageThere was an issue loading your businesses, please try again later
businesses.responses.error.http.500.titleFailed to load businesses
businesses.sections.contact_information.titleContact Information
businesses.sections.location_information.titleLocation Information
businesses.sections.members.titleMembers
businesses.titles.indexBusinesses
businesses.titles.readBusiness: %name

businessusers

LabelEnglish
businessusers.actions.delete.confirmationAre you sure you want to remove %name from your business?
businessusers.actions.delete.labelRemove member
businessusers.actions.editEdit member
businessusers.actions.invite.confirmationAre you sure you want to invite %email to %business
businessusers.actions.invite.labelInvite a new member
businessusers.actions.readView member
businessusers.actions.updateUpdate member
businessusers.fields.user.labelTeammate
businessusers.responses.error.action.deletedFailed to remove %name from %business
businessusers.responses.error.action.inviteFailed to send an invitation to %email
businessusers.responses.error.action.updatedFailed to update %(name)s information
businessusers.responses.error.http.404.messageThe team member could not be found. The user has either been removed or no longer exists.
businessusers.responses.error.http.404.titleMember not found
businessusers.responses.error.http.500.messageThere was an issue whilst loading your team members, please try again later
businessusers.responses.error.http.500.titleFailed to load team member
businessusers.responses.error.validation.email.requiredAn email address is required
businessusers.responses.success.action.deletedSuccessfully removed %name from %business
businessusers.responses.success.action.inviteSuccessfully sent an invitation to %email
businessusers.responses.success.action.updatedSuccessfully updated %(name)s information
businessusers.titles.indexTeam Members

connections

LabelEnglish
connections.mode.liveLive
connections.mode.testTest
connections.status.activeActive
connections.status.inactiveInactive
connections.status.pendingPending

fields

LabelEnglish
fields.field-name.description
fields.field-name.label
fields.instance.labelWorkflow instance
fields.stage.descriptionA stage within a workflow.
fields.stage.labelStage
fields.stage.state.activeActive
fields.stage.state.completeComplete
fields.stage.state.failedFailed
fields.stage.state.holdHold
fields.stage.state.pausedPaused
fields.stage.state.pendingPending
fields.stage.state.stoppedStopped
fields.template.labelWorkflow template
fields.transition.betweentransition between %from and %to

groups

LabelEnglish
groups.adminAdministrators
groups.billingBilling Managers
groups.roles.adminGroup Admin
groups.roles.memberMember
groups.super_usersSuper Users
groups.types.adminAdministrators
groups.types.billingBilling Managers
groups.types.userUsers
groups.usersAll Users
groups.verified_usersVerified Users

mailboxes

LabelEnglish
mailboxes.fields.ana_code.labelANA Code
mailboxes.fields.name.labelName
mailboxes.fields.network.descriptionSupported EDI Networks
mailboxes.fields.network.labelNetwork
mailboxes.fields.network.types.as2AS2
mailboxes.fields.network.types.tgmsTGMS
mailboxes.fields.network.types.xediXedi
mailboxes.fields.qualifier.labelQualifier
mailboxes.responses.error.http.404.messageThe mailbox you requested was not found or doesnt exist
mailboxes.responses.error.http.404.titleMailbox not found
mailboxes.responses.error.http.500.messageThere was an issue loading your mailboxes, please try again later
mailboxes.responses.error.http.500.titleFailed to load mailboxes
mailboxes.titles.indexMailboxes
mailboxes.titles.readMailbox: %name

mailinglists

LabelEnglish
mailinglists.titles.indexMailing Lists

notifications

LabelEnglish
notifications.actions.allView All
notifications.actions.readView
notifications.responses.error.http.500.actionRetry
notifications.responses.error.http.500.messageThere was an error loading your notifications
notifications.state.noneAll up to date!
notifications.state.unread%count unread notifications
notifications.titles.indexNotifications

partners

LabelEnglish
partners.fields.contact_email.labelContact email: %contact_email
partners.fields.contact_name.labelContact: %contact_name
partners.fields.contact_number.labelContact number: %contact_number
partners.fields.website.labelWebsite: %website
partners.responses.error.http.404.messageThe partner you requested could not be found or does not exist
partners.responses.error.http.404.titleTrading Partner not found
partners.responses.error.http.500.messageThere was an issue loading this Trading Partner, please try again later
partners.responses.error.http.500.titleFailed to load the Trading Partner
partners.sections.contact.introContact details for %business_name
partners.sections.contact.titleContact Information
partners.sections.location.introThe registered address of %business_name
partners.sections.location.title%business_name Head Office
partners.sections.mailboxes.introAvailable mailboxes
partners.sections.mailboxes.titleMailboxes
partners.sections.search.input.placeholderSearch trading partners...
partners.sections.search.introConnect to any trading partner worldwide
partners.sections.search.titleFind Trading Partners
partners.titles.indexTrading Partners
partners.titles.readTrading Partner: %name
partnerships.titles.indexPartnerships
partnerships.titles.read%name Partnership

partnerships

LabelEnglish
partnerships.titles.indexPartnerships
partnerships.titles.read%name Partnership

permissions

LabelEnglish
permissions.access_denied.descriptionYou do not have the correct permissions to access this page
permissions.access_denied.explained%permission is required to access %resource
permissions.access_denied.headlineAccess 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.descriptionYou do not have the correct permissions to perform this task
permissions.denied.explained%permission is required to :task
permissions.denied.headlinePermission 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.labelUser 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.descriptionOverride Authority Checks
permissions.policies.authority-overrides.labelAuthority Overrides
permissions.policies.manage-account.descriptionPermits the user to manage their personal account
permissions.policies.manage-account.labelManage Account
permissions.policies.manage-business.descriptionPermits the user to manage a business settings
permissions.policies.manage-business.labelManage Business
permissions.policies.manage-group.descriptionPermits the user to manage groups within a business
permissions.policies.manage-group.labelManage Groups
permissions.policies.manage-linked-users.descriptionPermits the user to manage user accounts linked via IDPs
permissions.policies.manage-linked-users.labelManage Linked Users
permissions.policies.manage-mailbox.descriptionPermits the user to manage mailboxes for a business
permissions.policies.manage-mailbox.labelManage Mailboxes
permissions.policies.manage-mailing-lists.descriptionPermits the user to manage a businesses mailing lists
permissions.policies.manage-mailing-lists.labelManage Mailing Lists
permissions.policies.manage-memberships.descriptionPermits the user to manage group memberships
permissions.policies.manage-memberships.labelManage Group Memberships
permissions.policies.manage-partnerships.descriptionPermits the user to manage a businesses partnerships
permissions.policies.manage-partnerships.labelManage Business Partnerships
permissions.policies.manage-policy-acceptance.descriptionPermits the user to manage Policies and user acceptance status
permissions.policies.manage-policy-acceptance.labelManage Policy Acceptances
permissions.policies.manage-prices.descriptionPermits the user to manage prices for a businesses products
permissions.policies.manage-prices.labelManage Prices
permissions.policies.manage-products.descriptionPermits the user to manage products for a business
permissions.policies.manage-products.labelManage Products
permissions.policies.manage-settings.descriptionPermits the user to manage personal settings
permissions.policies.manage-settings.labelManage Settings
permissions.policies.manage-taxes.descriptionPermits the user to manage taxes for a businesses products
permissions.policies.manage-taxes.labelManage Taxes
permissions.policies.manage-users.descriptionPermits the user to manage user accounts linked to a business
permissions.policies.manage-users.labelManage Users
permissions.policies.manage-workflow-instances.descriptionPermits the user to create and update workflows belonging to a business
permissions.policies.manage-workflow-instances.labelManage Workflows
permissions.policies.restore-users.descriptionPermits the user to restore deleted user accounts
permissions.policies.restore-users.labelRestore Users
permissions.policies.run-workflow-instances.descriptionPermits the user to interact with running workflows
permissions.policies.run-workflow-instances.labelInteract with Workflows
permissions.policies.send-notifications.descriptionPermits the user to send notifications on behave of a business
permissions.policies.send-notifications.labelSend 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

pipelines

LabelEnglish
pipelines.titles.indexPipelines
pipelines.titles.readPipeline: %name

policies

LabelEnglish
policies.view-audit-entries.descriptionPermits the user to view logs within the audit trail
policies.view-audit-entries.labelView Audit Logs
policies.view-batch-status.descriptionPermits the user to view the status of a batch of documents
policies.view-batch-status.labelView Batch Status
policies.view-businesses.descriptionPermits the user to view details about a business and its connections
policies.view-businesses.labelView Business Details
policies.view-groups.descriptionPermits the user to view details about a businesses groups and their members
policies.view-groups.labelView Groups
policies.view-in-app-notifications.descriptionPermits the user to view notifications within the application
policies.view-in-app-notifications.labelView Notifications
policies.view-mailboxes.descriptionPermits the user to view a businesses mailboxes
policies.view-mailboxes.labelView Mailboxes
policies.view-mailing-lists.descriptionPermits the user to view a businesses mailing lists
policies.view-mailing-lists.labelView Mailing Lists
policies.view-partnerships.descriptionPermits the user to view a businesses partnerships
policies.view-partnerships.labelView Partnerships
policies.view-permissions.descriptionPermits the user to view their permissions
policies.view-permissions.labelView Permissions
policies.view-policy-acceptances.descriptionPermits the user to view which policies they have accepted
policies.view-policy-acceptances.labelView Policy Acceptances
policies.view-prices.descriptionPermits the user to view prices for a businesses products
policies.view-prices.labelView Prices
policies.view-products.descriptionPermits the user to view a businesses products
policies.view-products.labelView Products
policies.view-taxes.descriptionPermits the user to view taxes for a businesses products
policies.view-taxes.labelView Taxes
policies.view-templates.descriptionPermits the user to view templates a business has access to
policies.view-templates.labelView Templates
policies.view-workflow-instances.descriptionPermits the user to view a businesses active or complete workflows
policies.view-workflow-instances.labelView Worflows

prices

LabelEnglish
prices.actions.createCreate price
prices.actions.deleteDelete price
prices.actions.editEdit price
prices.actions.updateSave changes
prices.fields.cost.labelPrice
prices.fields.partnership.labelPartnership
prices.fields.tax.labelTax
prices.responses.error.action.createdFailed to create price setting
prices.responses.error.action.deletedFailed to delete price setting
prices.responses.error.action.updatedFailed to update price setting
prices.responses.error.http.404.messageThe price setting has either been deleted or does not exist
prices.responses.error.http.404.titlePrice setting not found
prices.responses.error.http.500.messageThere was an error loading the price settings for this product, please try again later
prices.responses.error.http.500.titleFailed to load prices
prices.responses.error.validation.partnership.existsThe partnership already has a price setting against it
prices.responses.error.validation.partnership_id.requiredA partnership is required
prices.responses.error.validation.tax_id.requiredA Tax option is required
prices.responses.success.action.createdSuccessfully added price setting
prices.responses.success.action.deletedSuccessfully deleted price setting
prices.responses.success.action.updatedSuccessfully updated price setting
prices.titles.createCreate new price
prices.titles.deleteConfirm price deletion
prices.titles.indexPrices

products

LabelEnglish
products.actions.createCreate new product
products.actions.deleteDelete Product
products.actions.editEdit product
products.actions.readView product
products.actions.updateUpdate Product
products.fields.cpr01.labelCustomer Product Code 1
products.fields.cpr02.labelCustomer Product Code 2
products.fields.description.labelDescription
products.fields.identifier.labelProduct Identifier
products.fields.sacu.labelSuppliers EAN Code
products.fields.spr01.labelSupplier Code 1
products.fields.spr02.labelSupplier Code 2
products.fields.spr03.labelSupplier Code 3
products.fields.units.labelUnits
products.fields.unor.labelUnit of ordering
products.responses.error.action.createdFailed to create product
products.responses.error.action.deletedFailed to delete product
products.responses.error.action.updatedFailed to update product
products.responses.error.http.404.actionBack to products
products.responses.error.http.404.messageThe product you have requested has either been deleted or does not exist
products.responses.error.http.404.titleFailed to load product
products.responses.error.http.500.actionReload product
products.responses.error.http.500.messageThere was an issue loading the selected product, please try again
products.responses.error.http.500.titleProduct failed to load
products.responses.error.validation.identifier.requiredThe product identifier is required
products.responses.success.action.createdSuccessfully created product
products.responses.success.action.deletedSuccessfully deleted product
products.responses.success.action.updatedSuccessfully updated product
products.sections.codesProduct Codes
products.sections.pricesPrice settings
products.sections.productProduct Information
products.sections.unitsProduct Units
products.state.creatingCreating product...
products.state.deletingDeleting product...
products.state.loadingProduct loading...
products.state.updatingUpdating product...
products.titles.editEditing product %identifier
products.titles.indexProducts
products.titles.readProduct %identifier

responses

LabelEnglish
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

settings

LabelEnglish
settings.theme.darkDark
settings.theme.labelTheme
settings.theme.lightLight
settings.theme.systemSystem

stages

LabelEnglish
stages.titles.indexStages
stages.titles.readStages: %name

state

LabelEnglish
state.creating
state.deleting
state.editing
state.loading
state.updating

system

LabelEnglish
system.actions.closeClose
system.actions.controls.downDown
system.actions.controls.leftLeft
system.actions.controls.nextNext
system.actions.controls.previousPrevious
system.actions.controls.rightRight
system.actions.controls.rotateRotate
system.actions.controls.rotate_anticlockwiseRotate Anti-clockwise
system.actions.controls.rotate_clockwiseRotate Clockwise
system.actions.controls.scaleScale
system.actions.controls.upUp
system.actions.createCreate
system.actions.deleteDelete
system.actions.editEdit
system.actions.manageManage
system.actions.showView
system.actions.switch.businessSwitch Business
system.actions.switch.labelSwitch
system.actions.updateUpdate
system.navigation.backBack
system.navigation.sections.settings.businessBusiness Settings
system.navigation.sections.settings.generalGeneral Settings
system.navigation.sections.settings.labelSettings
system.navigation.sections.settings.managementManagement Settings
system.states.active.labelActive
system.states.active.presentActivating...
system.states.active.quiet(active)
system.states.change.labelChange
system.states.change.presentChanging...
system.states.change.quite(change)
system.states.disabled.labelDisabled
system.states.disabled.presentDisabling...
system.states.disabled.quite(disabled)
system.states.enabled.labelEnabled
system.states.enabled.presentEnabling...
system.states.enabled.quite(enabled)
system.states.inactive.labelInactive
system.states.inactive.presentActivating...
system.states.inactive.quiet(inactive)
system.themes.darkDark theme
system.themes.intranetAdmin theme
system.themes.lightLight theme
system.themes.toggle.darkToggle Dark Mode
system.themes.toggle.labelToggle Theme

tasks

LabelEnglish
tasks.titles.indexTasks
tasks.titles.readTask: %name

taxrates

LabelEnglish
taxrates.actions.createCreate tax rate
taxrates.actions.deleteDelete tax rate
taxrates.actions.editEdit tax rate
taxrates.actions.readShow tax rate
taxrates.actions.updateUpdate tax rate
taxrates.fields.description.labelDescription
taxrates.fields.percentage.labelPercentage
taxrates.fields.tax_code.labelTax Code
taxrates.responses.error.action.createdFailed to create tax rate
taxrates.responses.error.action.deletedFailed to delete tax rate
taxrates.responses.error.action.updatedFailed to update tax rate
taxrates.responses.error.http.404.messageThe tax rate has either been deleted or it does not exist
taxrates.responses.error.http.404.titleTax rate not found
taxrates.responses.error.http.500.messageThere has been an issue loading tax rates, please try again later
taxrates.responses.error.http.500.titleFailed to load tax rates
taxrates.responses.error.validation.description.requiredA description is required
taxrates.responses.error.validation.percentage.requiredA percentage is required
taxrates.responses.error.validation.tax_code.requiredA tax code is required
taxrates.responses.success.action.createdSuccessfully created tax rate
taxrates.responses.success.action.deletedSuccessfully deleted tax rate
taxrates.responses.success.action.updatedSuccessfully updated tax rate
taxrates.titles.createCreate a new tax rate
taxrates.titles.indexTax Rates
taxrates.titles.readTax rate: %description

transitions

LabelEnglish
transitions.titles.indexTransitions
transitions.titles.readTransition: %name

users

LabelEnglish
users.titles.indexUsers

workflows

LabelEnglish
workflows.titles.indexWorkflows
workflows.titles.readWorkflow: %name

world

LabelEnglish
world.countries.ADAndorra
world.countries.AEUnited Arab Emirates
world.countries.AFAfghanistan
world.countries.AGAntigua And Barbuda
world.countries.AIAnguilla
world.countries.ALAlbania
world.countries.AMArmenia
world.countries.ANNetherlands Antilles
world.countries.AOAngola
world.countries.AQAntarctica
world.countries.ARArgentina
world.countries.ASAmerican Samoa
world.countries.ATAustria
world.countries.AUAustralia
world.countries.AWAruba
world.countries.AZAzerbaijan
world.countries.BABosnia And Herzegovina
world.countries.BBBarbados
world.countries.BDBangladesh
world.countries.BEBelgium
world.countries.BFBurkina Faso
world.countries.BGBulgaria
world.countries.BHBahrain
world.countries.BIBurundi
world.countries.BJBenin
world.countries.BMBermuda
world.countries.BNBrunei Darussalam
world.countries.BOBolivia
world.countries.BRBrazil
world.countries.BSBahamas
world.countries.BTBhutan
world.countries.BVBouvet Island
world.countries.BWBotswana
world.countries.BYBelarus
world.countries.BZBelize
world.countries.CACanada
world.countries.CCCocos (keeling) Islands
world.countries.CDCongo, The Democratic Republic Of The
world.countries.CFCentral African Republic
world.countries.CGCongo
world.countries.CHSwitzerland
world.countries.CICote D'ivoire
world.countries.CKCook Islands
world.countries.CLChile
world.countries.CMCameroon
world.countries.CNChina
world.countries.COColombia
world.countries.CRCosta Rica
world.countries.CUCuba
world.countries.CVCape Verde
world.countries.CXChristmas Island
world.countries.CYCyprus
world.countries.CZCzech Republic
world.countries.DEGermany
world.countries.DJDjibouti
world.countries.DKDenmark
world.countries.DMDominica
world.countries.DODominican Republic
world.countries.DZAlgeria
world.countries.ECEcuador
world.countries.EEEstonia
world.countries.EGEgypt
world.countries.EHWestern Sahara
world.countries.EREritrea
world.countries.ESSpain
world.countries.ETEthiopia
world.countries.FIFinland
world.countries.FJFiji
world.countries.FKFalkland Islands (malvinas)
world.countries.FMMicronesia, Federated States Of
world.countries.FOFaroe Islands
world.countries.FRFrance
world.countries.GAGabon
world.countries.GBUnited Kingdom
world.countries.GDGrenada
world.countries.GEGeorgia
world.countries.GFFrench Guiana
world.countries.GHGhana
world.countries.GIGibraltar
world.countries.GLGreenland
world.countries.GMGambia
world.countries.GNGuinea
world.countries.GPGuadeloupe
world.countries.GQEquatorial Guinea
world.countries.GRGreece
world.countries.GSSouth Georgia And The South Sandwich Islands
world.countries.GTGuatemala
world.countries.GUGuam
world.countries.GWGuinea-bissau
world.countries.GYGuyana
world.countries.HKHong Kong
world.countries.HMHeard Island And Mcdonald Islands
world.countries.HNHonduras
world.countries.HRCroatia
world.countries.HTHaiti
world.countries.HUHungary
world.countries.IDIndonesia
world.countries.IEIreland
world.countries.ILIsrael
world.countries.INIndia
world.countries.IOBritish Indian Ocean Territory
world.countries.IQIraq
world.countries.IRIran, Islamic Republic Of
world.countries.ISIceland
world.countries.ITItaly
world.countries.JMJamaica
world.countries.JOJordan
world.countries.JPJapan
world.countries.KEKenya
world.countries.KGKyrgyzstan
world.countries.KHCambodia
world.countries.KIKiribati
world.countries.KMComoros
world.countries.KNSaint Kitts And Nevis
world.countries.KPKorea, Democratic People's Republic Of
world.countries.KRKorea, Republic Of
world.countries.KVKosovo
world.countries.KWKuwait
world.countries.KYCayman Islands
world.countries.KZKazakstan
world.countries.LALao People's Democratic Republic
world.countries.LBLebanon
world.countries.LCSaint Lucia
world.countries.LILiechtenstein
world.countries.LKSri Lanka
world.countries.LRLiberia
world.countries.LSLesotho
world.countries.LTLithuania
world.countries.LULuxembourg
world.countries.LVLatvia
world.countries.LYLibyan Arab Jamahiriya
world.countries.MAMorocco
world.countries.MCMonaco
world.countries.MDMoldova, Republic Of
world.countries.MEMontenegro
world.countries.MGMadagascar
world.countries.MHMarshall Islands
world.countries.MKMacedonia, The Former Yugoslav Republic Of
world.countries.MLMali
world.countries.MMMyanmar
world.countries.MNMongolia
world.countries.MOMacau
world.countries.MPNorthern Mariana Islands
world.countries.MQMartinique
world.countries.MRMauritania
world.countries.MSMontserrat
world.countries.MTMalta
world.countries.MUMauritius
world.countries.MVMaldives
world.countries.MWMalawi
world.countries.MXMexico
world.countries.MYMalaysia
world.countries.MZMozambique
world.countries.NANamibia
world.countries.NCNew Caledonia
world.countries.NENiger
world.countries.NFNorfolk Island
world.countries.NGNigeria
world.countries.NINicaragua
world.countries.NLNetherlands
world.countries.NONorway
world.countries.NPNepal
world.countries.NRNauru
world.countries.NUNiue
world.countries.NZNew Zealand
world.countries.OMOman
world.countries.PAPanama
world.countries.PEPeru
world.countries.PFFrench Polynesia
world.countries.PGPapua New Guinea
world.countries.PHPhilippines
world.countries.PKPakistan
world.countries.PLPoland
world.countries.PMSaint Pierre And Miquelon
world.countries.PNPitcairn
world.countries.PRPuerto Rico
world.countries.PSPalestinian Territory, Occupied
world.countries.PTPortugal
world.countries.PWPalau
world.countries.PYParaguay
world.countries.QAQatar
world.countries.REReunion
world.countries.RORomania
world.countries.RSSerbia
world.countries.RURussian Federation
world.countries.RWRwanda
world.countries.SASaudi Arabia
world.countries.SBSolomon Islands
world.countries.SCSeychelles
world.countries.SDSudan
world.countries.SESweden
world.countries.SGSingapore
world.countries.SHSaint Helena
world.countries.SISlovenia
world.countries.SJSvalbard And Jan Mayen
world.countries.SKSlovakia
world.countries.SLSierra Leone
world.countries.SMSan Marino
world.countries.SNSenegal
world.countries.SOSomalia
world.countries.SRSuriname
world.countries.STSao Tome And Principe
world.countries.SVEl Salvador
world.countries.SYSyrian Arab Republic
world.countries.SZSwaziland
world.countries.TCTurks And Caicos Islands
world.countries.TDChad
world.countries.TFFrench Southern Territories
world.countries.TGTogo
world.countries.THThailand
world.countries.TJTajikistan
world.countries.TKTokelau
world.countries.TMTurkmenistan
world.countries.TNTunisia
world.countries.TOTonga
world.countries.TPEast Timor
world.countries.TRTurkey
world.countries.TTTrinidad And Tobago
world.countries.TVTuvalu
world.countries.TWTaiwan, Province Of China
world.countries.TZTanzania, United Republic Of
world.countries.UAUkraine
world.countries.UGUganda
world.countries.UMUnited States Minor Outlying Islands
world.countries.USUnited States
world.countries.UYUruguay
world.countries.UZUzbekistan
world.countries.VAHoly See (vatican City State)
world.countries.VCSaint Vincent And The Grenadines
world.countries.VEVenezuela
world.countries.VGVirgin Islands, British
world.countries.VIVirgin Islands, U.s.
world.countries.VNViet Nam
world.countries.VUVanuatu
world.countries.WFWallis And Futuna
world.countries.WSSamoa
world.countries.YEYemen
world.countries.YTMayotte
world.countries.ZASouth Africa
world.countries.ZMZambia
world.countries.ZWZimbabwe