> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/tlumaczenia/platformowe-klucze-tlumaczen.md).

# Platform translation keys

## Translation keys

### What are translation keys?

Translation keys are used to **override default content** displayed in the application — such as labels, descriptions, validation messages, or component content.

It is worth remembering that **changing a key at the application level affects the entire template**, because the key is interpreted globally within the given template.

{% hint style="danger" %}
The availability of translation keys depends on the license you have and may vary between deployments.
{% endhint %}

***

### Where are translation keys set or added?

Translation keys and literals are added in the **Translations** available in the application editor.\
A detailed description of this area can be found in the section: **Translations tab in the application editor**.

***

### Where are translation keys loaded from?

Translation keys are loaded from three sources, in a strictly defined order:

#### 1. Base keys (lowest priority)

A set of keys located in:

```
eximee-webforms/webforms-server/src/main/resources/navigation/navigation.localization
```

These are keys provided by default with the platform.

***

#### 2. Keys from external resources

Next, keys are loaded from:

```
external-resources/navigation/navigation.localization
```

Path to the directory `external-resources` is specified by the startup parameter:

```
-Dwebforms.resources
```

This allows customers to provide their own translation layer without modifying the binaries.

***

#### 3. Keys defined in the application (highest priority)

Finally, the keys declared directly in the application are loaded.\
It is they that **override all previous values**, making them the highest-priority layer.

***

### Why does the order matter?

Keys are loaded in layers: subsequent sources can override keys loaded earlier.\
This means:

* keys from `resources/navigation/navigation.localization` have **the lowest priority**,
* keys from `external-resources` can **override**,
* keys defined in the application itself **have the highest priority**.

As a result, if the same key appears in multiple places, the deciding factor is its **last** loaded definition.

### **Frequently used platform keys**

|                                                                                                                                                                                                                                                                                                                                                                                                                            |                                                                        |                                                                                                                                                                                                 |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| form.title                                                                                                                                                                                                                                                                                                                                                                                                                 | artifact name                                                          | Application name                                                                                                                                                                                |
| iew\.navigation.required                                                                                                                                                                                                                                                                                                                                                                                                   | "Required field"                                                       | Message displayed under required fields. Changing it will affect all application components.                                                                                                    |
| iew\.navigation.submit                                                                                                                                                                                                                                                                                                                                                                                                     | "Send"/"Submit application/Save"                                       | Text on the button on the last application page                                                                                                                                                 |
| iew\.navigation.next                                                                                                                                                                                                                                                                                                                                                                                                       | "Next"                                                                 | Text on the button for moving to the next application page                                                                                                                                      |
| iew\.navigation.prev                                                                                                                                                                                                                                                                                                                                                                                                       | "Back"/"Return"/"Undo"                                                 | Text on the button for moving to the previous application page                                                                                                                                  |
| iew\.finishPage.description                                                                                                                                                                                                                                                                                                                                                                                                | depends on the deployment                                              | Text on the page after submitting the application                                                                                                                                               |
| iew\.navigation.cancel.button                                                                                                                                                                                                                                                                                                                                                                                              | Cancel / Cancel                                                        | Text on the Cancel button                                                                                                                                                                       |
| iew\.navigation.print.button                                                                                                                                                                                                                                                                                                                                                                                               | Print / Print                                                          | Text on the print button                                                                                                                                                                        |
| <p>iew\.statements.fold - Collapse consent content</p><p>iew\.statements.unfold - Expand consent content</p><p>iew\.statements.item.unfold - Full consent text</p><p>iew\.statements.item.fold - Collapse consent text</p><p>iew\.statements.header.fold - Collapse content</p><p>iew\.statements.header.unfold - Expand content</p><p>iew\.statements.item.fold - Collapse</p><p>iew\.statements.item.unfold - Expand</p> | the default value depends on the deployment and the type of statements | <p>Translation keys for statements</p><p>More keys in: <a href="https://wiki.consdata.pl/pages/viewpage.action?pageId=387948640">Statements - additional properties</a>/Keys for Statements</p> |
| iew\.upload.addFile                                                                                                                                                                                                                                                                                                                                                                                                        | depends on the deployment                                              | Text on the add attachment button                                                                                                                                                               |

### Full list of platform keys

<details>

<summary>General</summary>

General keys

|                                                             |                                                                                                                                                                     |
| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| iew\.validator.required                                     | Required field                                                                                                                                                      |
| iew\.autocompleter.valueRestored                            | Information that the change to the autocomplete field value has been reverted.                                                                                      |
| iew\.required.validator.message                             | Required field                                                                                                                                                      |
| iew\.accesskey.button\_name                                 | Access key                                                                                                                                                          |
| iew\.accesskey.command                                      | Press                                                                                                                                                               |
| AuthorizationValidator.invalid.mobile                       | Authorization failed                                                                                                                                                |
| iew\.challenge.response.token.label                         | Enter the code from the token                                                                                                                                       |
| iew\.challenge.response.token.left.label                    | Security image                                                                                                                                                      |
| iew\.challenge.response.token.visibleMask                   | 99999999                                                                                                                                                            |
| iew\.challenge.response.token.mask                          | \d\d\d\d\d\d\d\d                                                                                                                                                    |
| iew\.cookie.disclosure.message                              | To maintain the highest quality of service, we use information stored in cookies. You can change cookie usage settings in your browser settings.                    |
| iew\.cookie.link.text                                       | Learn more                                                                                                                                                          |
| iew\.product.active.title                                   | Selected card:                                                                                                                                                      |
| iew\.resignation.title                                      | Question                                                                                                                                                            |
| iew\.resignation.question                                   | Entered data will be lost. Do you want to leave the application?                                                                                                    |
| iew\.sessionExpirationPanel.message                         | Your session will expire in                                                                                                                                         |
| iew\.sessionExpirationPanel.button\_text                    | Extend session                                                                                                                                                      |
| iew\.mobile.authorization.label                             | The authorization notification has been sent to the mobile device.                                                                                                  |
| iew\.mobile.authorization.longTimeLeft                      | Stay on this page and confirm the operation in the mobile app.                                                                                                      |
| iew\.mobile.authorization.shortTimeLeft                     | Waiting for signature in the mobile app.                                                                                                                            |
| iew\.navigation.dialogParkConfirmation                      | The application has been temporarily saved in the system.                                                                                                           |
| iew\.navigation.dialogParkConfirmation.linkDescription      | To return to the application, please use the provided link.                                                                                                         |
| iew\.navigation.dialogParkConfirmation.autopark             | Autosave                                                                                                                                                            |
| iew\.navigation.dialogSubmitSuccessInformation              | The application has been saved successfully in the system.                                                                                                          |
| iew\.navigation.dialogInternalFatalError                    | Unfortunately, it is not possible to complete the application at this time. Please try again later.                                                                 |
| iew\.navigation.dialogNavigationNotAllowed                  | Navigation to the specified page is not possible!                                                                                                                   |
| iew\.navigation.dialogSubmitFailureInformation              | The application was not saved correctly in the system.                                                                                                              |
| iew\.navigation.dialogResignationFailureInformation         | An error occurred while withdrawing the application.                                                                                                                |
| iew\.csvFileUpload.undetectableDelimiterTitle               | Invalid delimiter                                                                                                                                                   |
| iew\.csvFileUpload.undetectableDelimiterMessage             | No delimiters were detected in the uploaded CSV file. Please provide a valid file.                                                                                  |
| iew\.onexit.popup.header                                    | Are you sure you want to stop submitting the application?                                                                                                           |
| iew\.notvlaid.popup.button                                  | OK                                                                                                                                                                  |
| iew\.cookie.accept.message                                  | I accept cookies on this site                                                                                                                                       |
| iew\.cookie.close                                           | Do not show this information again                                                                                                                                  |
| iew\.confirmation.deleted                                   | Deleted                                                                                                                                                             |
| iew\.confirmation.empty.label                               | NONE                                                                                                                                                                |
| iew\.notvlaid.popup.title                                   | Validation error                                                                                                                                                    |
| iew\.confirmation.mandatory                                 | You must approve the section before continuing                                                                                                                      |
| iew\.notvlaid.popup.message                                 | The form contains validation errors.                                                                                                                                |
| iew\.finishPage.description                                 | Thank you for your interest in our offer and for submitting the application                                                                                         |
| iew\.finishPage.header                                      | Thank you for submitting the application                                                                                                                            |
| iew\.finishPage.title                                       | Finish                                                                                                                                                              |
| iew\.summaryPage.title                                      | Summary                                                                                                                                                             |
| iew\.challenge.response.token.maskError                     | The entered value is invalid                                                                                                                                        |
| AuthorizationValidator.invalid.challengeResponseToken       | Authorization failed                                                                                                                                                |
| badTokenResponse.challengeResponseToken                     | Invalid code from the token                                                                                                                                         |
| iew\.noscript.title                                         | Browser error                                                                                                                                                       |
| iew\.noscript.content                                       | To display this page correctly, you must have JavaScript enabled in your browser.                                                                                   |
| iew\.validation.external.internal.noWidgetForLocalValue     | An internal validation problem occurred                                                                                                                             |
| iew\.validation.external.validatorIsUnavailable             | The external validator is unavailable                                                                                                                               |
| iew\.navigation.formNotValidErrorMessage                    | The application cannot be saved due to validation errors                                                                                                            |
| iew\.navigation.stepProgressText                            | Step %d of %d                                                                                                                                                       |
| iew\.navigation.globalPageProgressText                      | Global page %d of %d                                                                                                                                                |
| iew\.navigation.localPageProgressText                       | Page %d of %d                                                                                                                                                       |
| iew\.park.popup.password                                    | Password                                                                                                                                                            |
| iew\.park.popup.repeatPassword                              | Repeat password                                                                                                                                                     |
| iew\.park.popup.email                                       | Email                                                                                                                                                               |
| iew\.error.page.title                                       | System error                                                                                                                                                        |
| iew\.error.page.message                                     | An application system error occurred. Try logging in again. Error ID:                                                                                               |
| iew\.error.page.hash.message                                | Error ID:                                                                                                                                                           |
| iew\.park.popup.validation.samePassword                     | The password must match                                                                                                                                             |
| iew\.park.popup.validation.passwordTooShort                 | The password must contain at least 4 characters                                                                                                                     |
| iew\.park.popup.dialogParkInformation.line1                 | The application is saved for 30 days.                                                                                                                               |
| iew\.park.popup.dialogParkInformation.line2                 | You will receive instructions on how to return to the application at the provided email address.                                                                    |
| iew\.park.popup.passwordHint                                | NOTE: The password should be at least 4 characters long.                                                                                                            |
| iew\.park.popup.title                                       | Temporary application save                                                                                                                                          |
| iew\.unpark.popup.password                                  | Password                                                                                                                                                            |
| iew\.unpark.popup.email                                     | Email                                                                                                                                                               |
| iew\.unpark.popup.dataRequiredToUnparkApplication           | Enter the details provided when saving application no. %s                                                                                                           |
| iew\.unpark.popup.applicationUnparkedError                  | Cannot unpark application number %s                                                                                                                                 |
| iew\.unpark.popup.applicationUnparkedError.title            | Return to the application                                                                                                                                           |
| iew\.unpark.mobile.returnToForm                             | Return to application no.                                                                                                                                           |
| iew\.unpark.popup.noSpecifiedApplicationNumber              | No application number                                                                                                                                               |
| iew\.unpark.popup.title                                     | Return to the application                                                                                                                                           |
| iew\.email.validator.wrongFormat                            | The field must have a valid email format                                                                                                                            |
| iew\.navigation.personalDataProcessingAgreementCheckbox     | I declare that I consent to the processing of my personal data                                                                                                      |
| iew\.page.validation.errors.message                         | The page contains validation errors                                                                                                                                 |
| iew\.confirmation.delete.description                        | Selecting this option will delete {0}                                                                                                                               |
| iew\.confirmation.delete.blank.text                         | No text to delete                                                                                                                                                   |
| iew\.validator.length.tooLong                               | Too many characters                                                                                                                                                 |
| iew\.validator.length.tooShort                              | Too few characters                                                                                                                                                  |
| iew\.camera.noAccessMessage                                 | No access to the camera                                                                                                                                             |
| iew\.validation.popup.title                                 | Invalid data                                                                                                                                                        |
| iew\.validation.popup.cancelButton                          | Cancel                                                                                                                                                              |
| iew\.validation.popup.changeValueButton                     | Next                                                                                                                                                                |
| iew\.unpark.otp.popup.title                                 | Enter the SMS code                                                                                                                                                  |
| iew\.unpark.otp.popup.message                               | We have sent an SMS code needed to access the application to the phone number you provided. Enter it in the field below.                                            |
| iew\.unpark.otp.popup.unparkErrorMessage                    | The code you entered is invalid. Try again.                                                                                                                         |
| iew\.unpark.otp.popup.sendSmsErrorMessage                   | The SMS message with the code could not be sent. Try again in a moment.                                                                                             |
| iew\.unpark.otp.popup.code                                  | SMS code                                                                                                                                                            |
| iew\.navigation.unpark.otp                                  | OK                                                                                                                                                                  |
| iew\.navigation.unpark.tooManyTries                         | The limit of code entry attempts has been exceeded                                                                                                                  |
| iew\.navigation.unpark.otp.return.label                     | Return to the home page                                                                                                                                             |
| iew\.navigation.unpark.otp.return.url                       | undefined                                                                                                                                                           |
| iew\.navigation.resume.popup.case.message                   | Enter the case number                                                                                                                                               |
| iew\.navigation.resume.popup.title                          | Resume the case                                                                                                                                                     |
| iew\.navigation.resume.popup.otp.message                    | We have sent an SMS code needed to access the application to the phone number you provided. Enter it in the field below.                                            |
| iew\.navigation.resume.popup.button                         | OK                                                                                                                                                                  |
| iew\.navigation.resume.error                                | An error occurred while resuming the case                                                                                                                           |
| iew\.navigation.resume.validation.error.message             | The code you entered is invalid. Try again.                                                                                                                         |
| iew\.popup.onexit.message                                   | Phone contact from the bank regarding the account                                                                                                                   |
| iew\.popup.thankyou.message                                 | Thank you. We will call within 24 hours.                                                                                                                            |
| iew\.popup.doradca.message                                  | Need help? Have questions?                                                                                                                                          |
| iew\.popup.doradca.actionsHeader.videoOnly                  | Start the conversation by clicking the Video button.                                                                                                                |
| iew\.popup.doradca.actionsHeader                            | To connect, choose the type of conversation.                                                                                                                        |
| iew\.popup.doradca.description                              | undefined                                                                                                                                                           |
| iew\.popup.doradca.back                                     | Return to the application                                                                                                                                           |
| iew\.popup.doradca.channel.audio                            | Audio                                                                                                                                                               |
| iew\.popup.doradca.channel.video                            | Video                                                                                                                                                               |
| iew\.popup.doradca.channel.chat                             | Chat                                                                                                                                                                |
| iew\.navigation.resume.retry                                | Resend                                                                                                                                                              |
| iew\.tealium.form.title                                     | Application ${formInstanceNumber} submitted                                                                                                                         |
| iew\.tealium.finish.url                                     | /success/${formInstanceNumber}                                                                                                                                      |
| iew\.resign.confirmation.question                           | Are you sure you want to cancel?                                                                                                                                    |
| iew\.resign.confirmation.yes                                | Yes                                                                                                                                                                 |
| iew\.resign.confirmation.no                                 | No                                                                                                                                                                  |
| iew\.resign.confirmation.message                            | Thank you for your interest in our offer. If you resign from the offer, it will no longer be possible to continue the application. Are you sure you want to resign? |
| iew\.resign.confirmation.title                              | Withdrawal                                                                                                                                                          |
| iew\.navigation.dialogPark.parkSuccess                      | The draft version of the application has been saved. We have sent an email to your address with instructions on how to return to completing the application.        |
| iew\.navigation.dialogPark.parkFailure                      | Failed to save the draft version of the application.                                                                                                                |
| iew\.concurrentFormParking.otp.invalid                      | Invalid code                                                                                                                                                        |
| iew\.navigation.concurrentFormParking.transferToClient      | transfer to client                                                                                                                                                  |
| iew\.navigation.concurrentFormParking.transferToAdvisor     | transfer to advisor                                                                                                                                                 |
| iew\.navigation.dialogConcurrentFormTransferred.ok          | OK                                                                                                                                                                  |
| iew\.navigation.dialogConcurrentFormTransferred.description | Your application has been transferred                                                                                                                               |
| iew\.park.popup.phoneNumber                                 | Phone number                                                                                                                                                        |
| iew\.park.popup.validation.phoneNumber.mask                 | You must enter 9 digits.                                                                                                                                            |
| iew\.park.popup.validation.emailAddress.mask                | Invalid email address.                                                                                                                                              |
| iew\.successpage.nativeapi.status.text                      | Thank you for submitting the application                                                                                                                            |
| iew\.successpage.nativeapi.status.action.text               | Close                                                                                                                                                               |
| iew\.nativeapi.errorpage.noconnection.header                | No internet connection                                                                                                                                              |
| iew\.nativeapi.errorpage.noconnection.text                  | The operation cannot be completed. Go to your phone settings to enable mobile data or connect to Wi-Fi.                                                             |
| iew\.navigation.thankYouPage.redirect                       | Finish                                                                                                                                                              |
| iew\.goodbye.popup.message                                  | undefined                                                                                                                                                           |
| iew\.goodbye.popup.phone.label                              | Phone number:                                                                                                                                                       |
| iew\.goodbye.popup.phone.validation                         | An incorrect phone number was entered. Correct format: (000-000-000)                                                                                                |
| iew\.goodbye.popup.prefix.validation                        | An incorrect prefix was entered. Correct format: (+00)                                                                                                              |
| iew\.security.validator.max.length                          | The field value exceeded the maximum character limit, so we restored the previous field value                                                                       |
| iew\.security.validator.character.whitelist                 | The value contained disallowed characters, so we restored the previous field value                                                                                  |
| iew\.switch                                                 | Change                                                                                                                                                              |
| iew\.switch.confirmation.message                            | Are you sure you want to change the application?                                                                                                                    |
| iew\.switch.confirmation.yes                                | Yes                                                                                                                                                                 |
| iew\.switch.confirmation.no                                 | No                                                                                                                                                                  |
| iew\.switch.confirmation.finish.later                       | Save and change                                                                                                                                                     |
| iew\.spinner.text                                           | Please be patient for a moment...                                                                                                                                   |
| iew\.navigation.back.main.page                              | Return to the main page                                                                                                                                             |
| iew\.unpark.title                                           | Return to the application                                                                                                                                           |
| iew\.onexit.popup.page2.message                             | You can resume it at any time.                                                                                                                                      |
| iew\.onexit.popup.page2.success.info                        | The application has been saved                                                                                                                                      |
| iew\.onexit.popup.save                                      | Save application                                                                                                                                                    |
| iew\.onexit.popup.continue                                  | Continue application                                                                                                                                                |
| iew\.onexit.popup.page2.message.mobile                      | You can resume it at any time.                                                                                                                                      |
| iew\.onexit.popup.page2.success.info.mobile                 | The application has been saved                                                                                                                                      |
| iew\.onexit.popup.page1.return.mobile                       | CANCEL APPLICATION                                                                                                                                                  |
| iew\.onexit.popup.save.mobile                               | I AM CONTINUING                                                                                                                                                     |
| iew\.onexit.popup.continue.mobile                           | CONTINUE                                                                                                                                                            |
| iew\.navigation.confirm                                     | confirm                                                                                                                                                             |
| iew\.upload.fileLimit                                       | undefined                                                                                                                                                           |
| iew\.upload.description.bottom                              | undefined                                                                                                                                                           |
| iew\.epg.phone.register.send.again.desc                     | We have resent the SMS code to your number {0}                                                                                                                      |
| iew\.epg.phone.register.confirm.desc                        | We have verified your phone number {0}                                                                                                                              |
| iew\.unsupportedBrowser.firstLine                           | The web browser you are using is not supported or requires an update                                                                                                |
| iew\.unsupportedBrowser.secondLine                          | Some form features may not work correctly in this browser                                                                                                           |
| iew\.auth.component.otpNotFound                             | OTP not found in session.                                                                                                                                           |
| iew\.auth.component.otpValidationError                      | An incorrect authorization code was entered.                                                                                                                        |
| iew\.auth.component.maxOtpNumberError                       | You have exceeded the number of available SMS codes. Please fill out the application again.                                                                         |
| iew\.unsupportedBrowser.linkDescription                     | Copy the link below and then paste it into the address bar of the Google Chrome browser                                                                             |
| iew\.authorization.nopush                                   | Didn't receive an authorization notification? No problem - log in to the app and approve the operation.                                                             |
| iew\.unpark.message                                         | Enter the SMS code sent to number {0} to return to the application.                                                                                                 |
| iew\.unpark.input.label                                     | SMS code                                                                                                                                                            |
| iew\.unpark.input.description                               | Didn't receive the SMS?                                                                                                                                             |
| iew\.unpark.input.resend                                    | Resend                                                                                                                                                              |
| iew\.unpark.input.invalidCode                               | The code is invalid                                                                                                                                                 |
| iew\.unpark.sent.again.code.popup.message                   | We have resent the SMS code to your number                                                                                                                          |
| iew\.unpark.sent.again.code.popup.close                     | Next                                                                                                                                                                |
| iew\.resign.confirmation.button.finish.later                | Save and finish later                                                                                                                                               |
| iew\.value.sanitized                                        | We removed disallowed characters: {0}                                                                                                                               |
| iew\.payment.verification.spinnerDescription                | We are waiting for payment confirmation                                                                                                                             |
| iew\.autopark.bottombar.message.parameters.changed          | The terms of this product have changed since you last filled out the application. Please enter the data from the beginning to review them.                          |
| iew\.autopark.bottombar.message.unpark.availability         | Remember that if you do not complete the application, you can return to it. The data you enter will be available for 30 days.                                       |
| iew\.autoUnpark.popup.tittle                                | Don't waste time, keep going                                                                                                                                        |
| iew\.autoUnpark.popup.message                               | undefined                                                                                                                                                           |
| iew\.autoUnpark.popup.button.unpark.form                    | I am continuing                                                                                                                                                     |
| iew\.autoUnpark.popup.button.new\.form                      | I'm starting over                                                                                                                                                   |

</details>

<details>

<summary>Navigation</summary>

Navigation keys

|                                               |                                             |
| --------------------------------------------- | ------------------------------------------- |
| iew\.navigation.localPageText                 | Page                                        |
| iew\.navigation.ok                            | OK                                          |
| iew\.navigation.dialogParkConfirmation.ok     | OK                                          |
| iew\.navigation.dialogSubmitSuccessButtonText | CLOSE                                       |
| iew\.navigation.dialogSubmitFailureButtonText | CLOSE                                       |
| iew\.navigation.dialogParkConfirmButton       | Save                                        |
| iew\.navigation.cancel.button                 | Cancel                                      |
| iew\.navigation.cancel.confirmation.question  | Are you sure you want to cancel?            |
| iew\.navigation.prev.firstPage                | Back                                        |
| iew\.navigation.confirmation.yes              | Yes                                         |
| iew\.navigation.confirmation.no               | No                                          |
| iew\.navigation.print.button                  | Print                                       |
| iew\.resignation.cancel.button                | Cancel                                      |
| iew\.navigation.cancel                        | Cancel                                      |
| iew\.upload.addFile                           | Add attachment                              |
| iew\.confirmation.edit                        | Edit                                        |
| iew\.confirmation.modify                      | Modify                                      |
| iew\.confirmation.delete                      | Delete                                      |
| iew\.navigation.goToDesktop                   | Go to dashboard                             |
| iew\.tansms.sms.button.label                  | I accept                                    |
| iew\.navigation.goToDesktop                   | Return to the dashboard                     |
| iew\.confirmation.submit                      | Submit                                      |
| iew\.confirmation.cancel                      | Cancel                                      |
| iew\.navigation.park                          | Save the application for later modification |
| iew\.navigation.unpark                        | Next                                        |
| iew\.navigation.close                         | Close                                       |
| iew\.rollable.roll                            | Collapse                                    |
| iew\.rollable.show\.more                      | Show more                                   |
| iew\.numberAbbreviation                       | undefined                                   |
| iew\.resignation.confirm.button               | OK                                          |
| iew\.navigation.parkShort                     | Save                                        |
| iew\.global.globalNavbarResignShort           | Withdraw                                    |
| iew\.global.globalNavbarLogoutShort           | Log out                                     |
| iew\.global.globalNavbarFinishShort           | Finish                                      |
| iew\.global.globalNavbarSignShort             | Sign                                        |
| iew\.global.globalNavbarResign                | Withdraw the application                    |
| iew\.global.globalNavbarFinish                | Finish the application                      |
| iew\.global.retryForm                         | Fill out the application again              |
| iew\.navigation.prev.mbwhite                  | back                                        |
| iew\.navigation.prev                          | Back                                        |
| iew\.navigation.next                          | Next                                        |
| iew\.navigation.finish                        | Finish                                      |
| iew\.navigation.summary                       | Summary                                     |
| iew\.navigation.option                        | ...                                         |
| iew\.tooltip.dialog.title                     | Help                                        |
| iew\.navigation.submit                        | Submit application                          |

</details>

<details>

<summary>Components</summary>

Repeatable section - RepeatableSection

|                                        |                        |
| -------------------------------------- | ---------------------- |
| iew\.repeatablesection.addRow          | Add                    |
| iew\.repeatablesection.removeRow       | Delete                 |
| iew\.repeatablesection.removeRow\.aria | Delete row number {0}. |

Table - Table

|                                                      |                                                                                                                          |
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ |
| iew\.table.simpleValidationError                     | Invalid data entered                                                                                                     |
| iew\.table.expandable.cell.save                      | Save                                                                                                                     |
| iew\.table.expandable.cell.cancel                    | Cancel                                                                                                                   |
| iew\.table.emptyRequired                             | (none)                                                                                                                   |
| iew\.table.maskErrorDefault                          | Invalid format                                                                                                           |
| iew\.tableHeader.columnsVisibleOnlyInEditModeMessage | The table has columns visible only in edit mode                                                                          |
| tokenBlocked.challengeResponseToken                  | The token is blocked                                                                                                     |
| iew\.table.editPopup.copy                            | Copy                                                                                                                     |
| iew\.table.unique.row\.msg                           | A row with the specified content already exists!                                                                         |
| iew\.table.unique.header.msg                         | Duplicates:                                                                                                              |
| iew\.table.unique.table.msg                          | The table contains duplicates!                                                                                           |
| iew\.table.editPopup.paste                           | Paste                                                                                                                    |
| iew\.table.editPopup.close                           | Close                                                                                                                    |
| iew\.table.editPopup.checkAll                        | Select all                                                                                                               |
| iew\.table.editPopup.uncheckAll                      | Deselect all                                                                                                             |
| iew\.table.deletedItems.label                        | Deleted items                                                                                                            |
| iew\.table.previewPopup.open                         | Show all                                                                                                                 |
| iew\.table.previewPopup.openPreview                  | Preview                                                                                                                  |
| iew\.csvFileUpload.importLabel                       | Import                                                                                                                   |
| iew\.csvFileUpload.importTooltip                     | undefined                                                                                                                |
| iew\.csvFileUpload.sizeLimitExceededTitle            | Invalid file size                                                                                                        |
| iew\.csvFileUpload.sizeLimitExceededMessage          | The selected file is too large. The maximum allowed file size is: {0} kB                                                 |
| iew\.csvFileUpload.unsupportedBrowserTitle           | Unsupported browser                                                                                                      |
| iew\.csvFileUpload.unsupportedBrowserMessage         | The browser you are using does not support importing data from a CSV file. Please use the latest version of your browser |
| iew\.csvFileUpload.missingQuotes                     | Invalid CSV format - missing quotation marks.                                                                            |
| iew\.csvFileUpload.invalidFormat                     | Invalid CSV format.                                                                                                      |
| iew\.table.editPopup.open                            | Edit                                                                                                                     |
| iew\.table.pagination.of                             | of                                                                                                                       |
| iew\.table.editPopup.save                            | Save                                                                                                                     |

Card template - PictureCard

|                                                    |                                                                                                            |
| -------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| iew\.pictureCard.required                          | Save the selected card or cancel the changes                                                               |
| iew\.pictureCard.noImage                           | Choose an image from the gallery or upload your own image. Then continue.                                  |
| iew\.pictureCard.uploadedPictureLimitExceeded      | The selected file is too large. The maximum allowed file size is: {0} kB                                   |
| iew\.pictureCard.uploadedPictureLimitExceededTitle | Invalid file size                                                                                          |
| iew\.pictureCard.uploadedPictureBroken             | The selected file has an invalid format or is corrupted. Please select an image file in jpg or png format. |
| iew\.pictureCard.uploadedPictureBrokenTitle        | Invalid file                                                                                               |
| iew\.pictureCard.uploadPicture                     | Upload image                                                                                               |
| iew\.pictureCard.selectFromGallery                 | Choose from gallery                                                                                        |
| iew\.pictureCard.editCard                          | Edit card                                                                                                  |
| iew\.pictureCard.saveAndExit                       | Save and close                                                                                             |
| iew\.pictureCard.saveAndExitShort                  | Save                                                                                                       |
| iew\.pictureCard.cancel                            | Cancel                                                                                                     |
| iew\.pictureCard.replaceImage                      | Change image                                                                                               |
| iew\.pictureCard.fileUploadNotSupported.part1      | NOTE! The browser you are using does not support adding your own images.                                   |
| iew\.pictureCard.fileUploadNotSupported.part2      | Please use the latest version of your browser                                                              |
| iew\.pictureCard.rotateRight                       | Rotate clockwise                                                                                           |
| iew\.pictureCard.rotateLeft                        | Rotate counterclockwise                                                                                    |
| iew\.pictureCard.enlarge                           | Enlarge image                                                                                              |
| iew\.pictureCard.minimize                          | Shrink image                                                                                               |
| iew\.pictureCard.canvasReadMode                    | Card preview area                                                                                          |
| iew\.pictureCard.canvasEditMode                    | Card editing area                                                                                          |
| iew\.pictureCard.selectFromGallery                 | I choose from the gallery                                                                                  |
| iew\.pictureCard.addOwnImage                       | I add my own image                                                                                         |
| iew\.pictureCard.noImagesInGallery                 | Oops… there are no images in this gallery yet. Choose another gallery or upload your own image.            |
| iew\.imgcompress.header                            | The maximum allowed attachment size has been exceeded                                                      |
| iew\.imgcompress.message                           | The attached file is too large. Do you want to automatically optimize it (preview below)?                  |
| iew\.imgcompress.yes                               | Yes                                                                                                        |
| iew\.imgcompress.no                                | No                                                                                                         |

TanSMS

|                                       |                                                          |
| ------------------------------------- | -------------------------------------------------------- |
| iew\.tansms.sms.label                 | SMS password                                             |
| iew\.tansms.sms.sendagain.label       | Resend                                                   |
| iew\.tansms.sms.sendpassword.label    | New password                                             |
| iew\.tansms.sms.format                | (no. %s from %s)                                         |
| iew\.tansms.tan.label                 | One-time password                                        |
| iew\.tansms.tan.format                | (no. %s from list no. %s)                                |
| iew\.tansms.token.label               | TOKEN                                                    |
| iew\.tansms.token.format              | (current token)                                          |
| iew\.tansms.sms.mask                  | \d\d\d\d\d\d\d\d                                         |
| iew\.tansms.password.sms.mask         | \\{\\"password\\":\\".{0,30}\\",\\"sms\\":\\"\d{6}\\"\\} |
| iew\.tansms.sms.visibleMask           | 99999999                                                 |
| iew\.tansms.sms.maskError             | The SMS code consists of 8 digits                        |
| iew\.tansms.tan.mask                  | \d\d\d\d\d                                               |
| iew\.tansms.tan.visibleMask           | 99999                                                    |
| iew\.tansms.tan.maskError             | The TAN code consists of 5 digits                        |
| iew\.tansms.token.mask                | \d\d\d\d\d                                               |
| iew\.tansms.token.visibleMask         | 99999                                                    |
| iew\.tansms.token.maskError           | TOKEN consists of 5 digits                               |
| iew\.tansms.password.sms.label        | Password                                                 |
| TanSmsCodeValidator.invalidCode.sms   | Invalid SMS code                                         |
| TanSmsCodeValidator.invalidCode.tan   | Invalid TAN code                                         |
| TanSmsCodeValidator.invalidCode.token | Invalid TOKEN                                            |
| iew\.tansms.sms.notlogged.label       | Enter the SMS code                                       |
| iew\.tansms.sms.notreceived.label     | Didn't receive the SMS?                                  |
| iew\.tansms.sms.notlogged.mask        | \d\d\d\d                                                 |
| iew\.tansms.sms.notlogged.visibleMask | 9999                                                     |
| iew\.tansms.sms.notlogged.maskError   | The SMS code consists of 4 digits                        |

Panic Button (Fab)

|                                                   |                                                                                                            |
| ------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| iew\.fab.error.try.again.desc                     | Try again in a moment                                                                                      |
| iew\.fab.error.could.not.order.conversation.title | Could not request a callback                                                                               |
| iew\.fab.thank.you.title                          | We will call you back shortly                                                                              |
| iew\.fab.thank.you.desc                           | undefined                                                                                                  |
| iew\.fab.thank.you.already.ordered.title          | A callback has already been requested                                                                      |
| iew\.fab.thank.you.already.ordered.alt.title      | We will call you back shortly                                                                              |
| iew\.fab.need.help                                | Need help?                                                                                                 |
| iew\.fab.well.call.up                             | undefined                                                                                                  |
| iew\.fab.phone.number                             | Phone number                                                                                               |
| iew\.fab.order.call                               | Request a callback                                                                                         |
| iew\.fab.statement.link.text                      | Read the full information on personal data processing.                                                     |
| iew\.fab.incorrect.number                         | Invalid phone number                                                                                       |
| iew\.fab.teaser.title                             | Need help?                                                                                                 |
| iew\.fab.teaser.description                       | Our consultant will help you complete your application. Request a callback, we will call you back for free |

NPS component

|                                               |                            |
| --------------------------------------------- | -------------------------- |
| iew\.nps.very.bad.score.text                  | Very bad                   |
| iew\.nps.very.good.score.text                 | Great!                     |
| iew\.nps.other.score.text                     | undefined                  |
| iew\.nps.score.text.1                         | Very bad                   |
| iew\.nps.score.text.2                         | Bad                        |
| iew\.nps.score.text.3                         | Average                    |
| iew\.nps.score.text.4                         | Good                       |
| iew\.nps.score.text.5                         | Great!                     |
| iew\.nps.score.thank.you.page.text.header.bad | Thank you for your rating! |
| iew\.nps.score.thank.you.page.header.good     | Thank you!                 |
| iew\.nps.score.thank.you.page.text.good       | Your rating is             |
| iew\.nps.additional.question.rate.text        | Your rating is             |

Captcha

|                                                        |                                         |
| ------------------------------------------------------ | --------------------------------------- |
| iew\.validation.captcha.verifyError                    | CAPTCHA verification error              |
| iew\.validation.captcha.requiredError                  | Required field                          |
| iew\.validation.captcha.internal.noWidgetForLocalValue | An internal validation problem occurred |
| iew\.validation.captcha.internal.sessiontimeout        | An internal validation problem occurred |

Attachments - UploadFile

|                                                        |                                                                                                                      |
| ------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| iew\.upload.description.placeholder                    | Attachment description                                                                                               |
| iew\.gwtupload.total\_size\_limit                      | Cannot attach the file, the allowed maximum size for attached files {1} KB has been exceeded                         |
| iew\.gwtupload.empty\_file                             | The attached file is empty                                                                                           |
| iew\.uploader.camera.add.photo                         | Add photo                                                                                                            |
| iew\.uploader.camera.take.photo                        | Take a photo                                                                                                         |
| iew\.uploader.camera.button                            | Take a photo                                                                                                         |
| iew\.uploader.camera.filename                          | Photo from camera                                                                                                    |
| iew\.uploader.camera.ok                                | OK                                                                                                                   |
| iew\.uploader.camera.take.photo.again                  | Retake photo                                                                                                         |
| iew\.uploader.camera.popup.title                       | Take a photo                                                                                                         |
| iew\.uploader.camera.not.access.to.camera.error        | Could not access the camera image. Access may be blocked by the browser.                                             |
| iew\.gwtupload.uploaderActiveUpload                    | The upload process is currently in progress, try later.                                                              |
| iew\.gwtupload.uploaderAlreadyDone                     | This file has already been uploaded                                                                                  |
| iew\.gwtupload.uploaderBlobstoreError                  | File loading error                                                                                                   |
| iew\.gwtupload.uploaderInvalidExtension                | Invalid file extension, the following extensions are allowed:                                                        |
| iew\.gwtupload.uploaderSend                            | Sending                                                                                                              |
| iew\.gwtupload.uploaderServerError                     | Server response error.                                                                                               |
| iew\.gwtupload.uploaderAntivirusValidationServiceError | An error occurred while scanning the file for viruses.                                                               |
| iew\.gwtupload.uploaderServerValidationContentError    | Invalid file format.                                                                                                 |
| iew\.gwtupload.uploaderServerValidationAntivirusError  | The file is infected.                                                                                                |
| iew\.gwtupload.uploaderServerUnavailable               | Server communication error                                                                                           |
| iew\.gwtupload.uploaderTimeout                         | File upload timed out                                                                                                |
| iew\.gwtupload.uploadCancel                            | Delete                                                                                                               |
| iew\.gwtupload.uploadStatusCanceled                    | Cancelled                                                                                                            |
| iew\.gwtupload.uploadStatusCanceling                   | Cancelling ...                                                                                                       |
| iew\.gwtupload.uploadStatusDeleted                     | Deleted                                                                                                              |
| iew\.gwtupload.uploadStatusError                       | Error                                                                                                                |
| iew\.gwtupload.uploadStatusInProgress                  | Sending                                                                                                              |
| iew\.gwtupload.uploadStatusQueued                      | Uploading file                                                                                                       |
| iew\.gwtupload.uploadStatusSubmitting                  | Uploading file ...                                                                                                   |
| iew\.gwtupload.uploadStatusSuccess                     | Done                                                                                                                 |
| iew\.gwtupload.server\_invalid\_response               | File upload was interrupted due to an invalid response from the server                                               |
| iew\.gwtupload.server\_error                           | File upload was interrupted due to a server error. Error message: {0}                                                |
| iew\.gwtupload.size\_limit                             | Cannot attach the file, the allowed size of {1} KB has been exceeded                                                 |
| iew\.gwtupload.busy                                    | The request was rejected because the server is currently handling other requests                                     |
| iew\.gwtupload.no\_file                                | Uploading file {0} failed. Please check whether the file exists and whether the user has the appropriate permissions |
| iew\.gwtupload.no\_data                                | Error, the browser did not send any data. Please try again                                                           |
| iew\.gwtupload.already\_uploaded                       | A file with the same name has already been added. Please rename the file and try again                               |
| iew\.gwtupload.invalid\_filename                       | The file being added has an invalid name. Please rename the file and try again                                       |
| iew\.gwtupload.label\_extensions\_maxsize              | Allowed attachment formats: {0} (max. {1})                                                                           |
| iew\.gwtupload.uploaderInvalidExtensionWithList        | Invalid file extension, the following extensions are allowed: {0}                                                    |
| iew\.attachments.show                                  | View PDF                                                                                                             |
| iew\.gwtupload.no\_size                                | Cannot attach the file, the file is empty                                                                            |

Multiple choice component - MultiChoice

|                                              |              |
| -------------------------------------------- | ------------ |
| iew\.multiChoice.chips.selectAllBtnLabel     | Select all   |
| iew\.multiChoice.chips.unselectAllBtnLabel   | Deselect all |
| iew\.multiChoice.select                      | Select       |
| iew\.multiChoice.selected                    | Selected     |
| iew\.multiChoice.all                         | All          |
| iew\.multiChoice.dropdown.search             | Search       |
| iew\.multiChoice.summary.deleted.items.label | Deleted      |

Statements - Statements

|                                                           |                                                                                                                      |
| --------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| iew\.statements.item.edit                                 | Edit data                                                                                                            |
| iew\.statements.fold                                      | Collapse statements content                                                                                          |
| iew\.statements.unfold                                    | Expand statements content                                                                                            |
| iew\.statements.item.fold                                 | Collapse                                                                                                             |
| iew\.statements.item.unfold                               | Expand                                                                                                               |
| iew\.statements.item.requiredNotSelected                  | Required field                                                                                                       |
| iew\.statement.acceptSomeText                             | I accept the selected statements                                                                                     |
| iew\.statementPopup.title                                 | Statements                                                                                                           |
| iew\.statementPopup.closeLabel                            | Save and close                                                                                                       |
| iew\.statementPopup.label.acceptedAll.prefix              | I accept all                                                                                                         |
| iew\.statementPopup.label.acceptedAll.link                | statements                                                                                                           |
| iew\.statementPopup.label.acceptedAll.suffix              | .                                                                                                                    |
| iew\.statementPopup.label.acceptedSome.prefix             | I accept selected                                                                                                    |
| iew\.statementPopup.label.acceptedSome.link               | statements                                                                                                           |
| iew\.statementPopup.label.acceptedSome.suffix             | .                                                                                                                    |
| iew\.statementPopup.item.yes                              | Yes                                                                                                                  |
| iew\.statementPopup.item.no                               | No                                                                                                                   |
| iew\.statementPopup.button.label                          | Show statements                                                                                                      |
| iew\.statementPopup.error.someUnknown                     | You have not made a selection for all statements, please complete the required information in the statements section |
| iew\.statementPopup.error.notAllRequiredSelectedWithCount | You have not consented to the required statements.                                                                   |
| iew\.statementPopup.error.oneUnknown                      | You have not made a selection                                                                                        |
| iew\.statementPopup.error.notOneRequiredSelected          | Required field                                                                                                       |
| iew\.statement.showMore                                   | Full text                                                                                                            |
| iew\.statement.hideMore                                   | Collapse                                                                                                             |
| iew\.statement.showMore                                   | Full text of the statement                                                                                           |
| iew\.statement.hideMore                                   | Collapse                                                                                                             |
| iew\.statements.coapplicant.label.acceptAll               | We have read the statements below and accept all of them.                                                            |

Popup

|                        |        |
| ---------------------- | ------ |
| iew\.popup.saveLabel   | Save   |
| iew\.popup.cancelLabel | Cancel |

Formatted content - TextContent

|                         |          |
| ----------------------- | -------- |
| iew\.textContent.fold   | Collapse |
| iew\.textContent.unfold | Expand   |

Text field - Textfield

|                                    |                   |
| ---------------------------------- | ----------------- |
| iew\.validator.required.text.field | Fill in the field |

List selection field - Combobox

|                                  |                  |
| -------------------------------- | ---------------- |
| iew\.navigation.combochoose      | Select...        |
| iew\.navigation.combo.noResult   | No matches...    |
| iew\.validator.required.combobox | Select an option |

Checkbox

|                                  |                  |
| -------------------------------- | ---------------- |
| iew\.validator.required.checkbox | Check the option |

Slider

|                                            |                       |
| ------------------------------------------ | --------------------- |
| iew\.slider.legend.min.prefix              | min.                  |
| iew\.slider.legend.max.prefix              | max.                  |
| iew\.slider.tiles.out.of.range.max.message | The maximum value is: |
| iew\.slider.tiles.out.of.range.min.message | The minimum value is: |

Repeatable section - RepeatableSection

|                                                              |                                                          |
| ------------------------------------------------------------ | -------------------------------------------------------- |
| iew\.navigation.repeatablesection.add.error                  | An error occurred while adding the repeatable section.   |
| iew\.navigation.repeatablesection.remove.error               | An error occurred while removing the repeatable section. |
| iew\.navigation.repeatablesection.element.error              | The section contains incorrectly filled fields           |
| iew\.navigation.repeatablesection.delayedRemoveMessageFormat | Deleted                                                  |
| iew\.navigation.repeatablesection.cancelMessageFormat        | Back                                                     |

Date - DatePicker

|                                               |                                                |
| --------------------------------------------- | ---------------------------------------------- |
| iew\.validator.date.disabled                  | The selected date is unavailable               |
| iew\.validator.date.ranges                    | The selected date is unavailable               |
| iew\.datepicker.confirm                       | OK                                             |
| iew\.datepicker.cancel                        | Cancel                                         |
| iew\.validator.date.range                     | The end date must be later than the start date |
| iew\.navigation.noDataAvailable               | No data!                                       |
| iew\.datePicker.dateFormat                    | dd-MM-yyyy                                     |
| iew\.datePicker.dateTimeFormat                | dd-MM-yyyy HH:mm                               |
| iew\.datepicker.month.standalone.january      | January                                        |
| iew\.datepicker.month.standalone.february     | February                                       |
| iew\.datepicker.month.standalone.march        | March                                          |
| iew\.datepicker.month.standalone.april        | April                                          |
| iew\.datepicker.month.standalone.may          | May                                            |
| iew\.datepicker.month.standalone.june         | June                                           |
| iew\.datepicker.month.standalone.july         | July                                           |
| iew\.datepicker.month.standalone.august       | August                                         |
| iew\.datepicker.month.standalone.september    | September                                      |
| iew\.datepicker.month.standalone.october      | October                                        |
| iew\.datepicker.month.standalone.november     | November                                       |
| iew\.datepicker.month.standalone.december     | December                                       |
| iew\.datepicker.month.january                 | January                                        |
| iew\.datepicker.month.february                | February                                       |
| iew\.datepicker.month.march                   | March                                          |
| iew\.datepicker.month.april                   | April                                          |
| iew\.datepicker.month.may                     | May                                            |
| iew\.datepicker.month.june                    | June                                           |
| iew\.datepicker.month.july                    | July                                           |
| iew\.datepicker.month.august                  | August                                         |
| iew\.datepicker.month.september               | September                                      |
| iew\.datepicker.month.october                 | October                                        |
| iew\.datepicker.month.november                | November                                       |
| iew\.datepicker.month.december                | December                                       |
| iew\.datepicker.month.short.january           | Jan                                            |
| iew\.datepicker.month.short.february          | Feb                                            |
| iew\.datepicker.month.short.march             | Mar                                            |
| iew\.datepicker.month.short.april             | Apr                                            |
| iew\.datepicker.month.short.may               | May                                            |
| iew\.datepicker.month.short.june              | Jun                                            |
| iew\.datepicker.month.short.july              | Jul                                            |
| iew\.datepicker.month.short.august            | Aug                                            |
| iew\.datepicker.month.short.september         | Sep                                            |
| iew\.datepicker.month.short.october           | Oct                                            |
| iew\.datepicker.month.short.november          | Nov                                            |
| iew\.datepicker.month.short.december          | Dec                                            |
| iew\.datepicker.weekdays.narrow\.monday       | MO                                             |
| iew\.datepicker.weekdays.narrow\.tuesday      | TU                                             |
| iew\.datepicker.weekdays.narrow\.wednesday    | WE                                             |
| iew\.datepicker.weekdays.narrow\.thursday     | TH                                             |
| iew\.datepicker.weekdays.narrow\.friday       | FR                                             |
| iew\.datepicker.weekdays.narrow\.saturday     | SA                                             |
| iew\.datepicker.weekdays.narrow\.sunday       | SU                                             |
| iew\.datepicker.weekdays.monday               | Monday                                         |
| iew\.datepicker.weekdays.tuesday              | Tuesday                                        |
| iew\.datepicker.weekdays.wednesday            | Wednesday                                      |
| iew\.datepicker.weekdays.thursday             | Thursday                                       |
| iew\.datepicker.weekdays.friday               | Friday                                         |
| iew\.datepicker.weekdays.saturday             | Saturday                                       |
| iew\.datepicker.weekdays.sunday               | Sunday                                         |
| iew\.datepicker.weekdays.short.monday         | Mon                                            |
| iew\.datepicker.weekdays.short.tuesday        | Tue                                            |
| iew\.datepicker.weekdays.short.wednesday      | Wed                                            |
| iew\.datepicker.weekdays.short.thursday       | Thu                                            |
| iew\.datepicker.weekdays.short.friday         | Fri                                            |
| iew\.datepicker.weekdays.short.saturday       | Sat                                            |
| iew\.datepicker.weekdays.short.sunday         | Sun                                            |
| iew\.datepicker.mobile.setDateButtonLabel     | Set date                                       |
| iew\.datepicker.mobile.setDurationButtonLabel | Set period                                     |
| iew\.datepicker.mobile.calTodayButtonLabel    | Today                                          |
| iew\.datepicker.mobile.titleDateDialogLabel   | Select date                                    |
| iew\.datepicker.mobile.titleTimeDialogLabel   | Select time                                    |
| iew\.datepicker.mobile.tooltip                | Open date picker                               |
| iew\.datepicker.mobile.nextMonth              | Next month                                     |
| iew\.datepicker.mobile.prevMonth              | Previous month                                 |
| iew\.datepicker.mobile.clearButton            | Clear                                          |
| iew\.datepicker.mobile.calDateListLabel       | Other dates                                    |
| iew\.datepicker.mobile.durationLabel.days     | Days                                           |
| iew\.datepicker.mobile.durationLabel.hours    | Hours                                          |
| iew\.datepicker.mobile.durationLabel.minutes  | Minutes                                        |
| iew\.datepicker.mobile.durationLabel.seconds  | Seconds                                        |
| iew\.datepicker.mobile.durationDays.day       | Day                                            |
| iew\.datepicker.mobile.durationDays.days      | Days                                           |
| iew\.datepicker.valueChanged                  | The date has been changed.                     |

Text area - TextArea

|                                        |                                                                                               |
| -------------------------------------- | --------------------------------------------------------------------------------------------- |
| iew\.validator.textarea.length.tooLong | The maximum field size has been reached and its contents have been truncated                  |
| iew\.validator.textarea.tooManyRows    | The maximum number of rows in the field has been reached and its contents have been truncated |

Product radio group - GesProductRadioGroup

|                                 |                        |
| ------------------------------- | ---------------------- |
| iew\.productRadioGroup.toggle   | Additional information |
| iew\.productRadioGroup.select   | Select                 |
| iew\.productRadioGroup.selected | Selected offer         |

Phone number - PhoneInput

|                                                  |                      |
| ------------------------------------------------ | -------------------- |
| iew\.phone.input.default.prefix.label            | Prefix:              |
| iew\.phone.input.default.mask.validation.error   | Invalid phone number |
| iew\.phone.input.default.prefix.validation.error | Prefix: invalid      |

New Table - InlineTable

|                                             |                                                                                      |
| ------------------------------------------- | ------------------------------------------------------------------------------------ |
| iew\.inlineTable.summary.deleted.rows.label | Deleted items                                                                        |
| iew\.inlinetable.row\.duplicate             | A row with the entered data already exists. Change the data or remove the duplicate. |
| iew\.inlinetable.addRow\.label              | Add new row                                                                          |
| iew\.inlinetable.search.label               | Search                                                                               |
| iew\.inlinetable.expand.label               | Expand table                                                                         |
| iew\.inlinetable.collapse.label             | Collapse table                                                                       |
| iew\.inlineTable.search.placeholder         | Enter phrase                                                                         |

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/tworzenie-formularza/tlumaczenia/platformowe-klucze-tlumaczen.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
