I18n Improvements
Outdated Contract Terminology
We have changed the terminology for contracts that are outdated in terms of the shape of the contract object or the credentials are no longer valid to be invalid contract.
As part of the change, the following translations have been added and **existing references to the translation with key contract.delete-outdated-contract
have been swapped with below:
Key | "en" value | "de" value | "nl" value | "fr" value |
---|---|---|---|---|
contract.delete-invalid-contract | Please delete this invalid contract and create a new one | Nicht geprüfte Bewerber anzeigen ({unreviewedCount}) | Toon niet-beoordeelde campagnedeelnemers ({unreviewedCount}) | Afficher les candidats non examinés de la campagne ({unreviewedCount}) |
campaign.card.hide-campaign-applicants-unreviewed | Hide unreviewed campaign applicants ({unreviewedCount}) | Nicht geprüfte Bewerber ausblenden ({unreviewedCount}) | Verberg niet-beoordeelde campagnedeelnemers ({unreviewedCount}) | Masquer les candidats non examinés de la campagne ({unreviewedCount}) |
Empty Resource List Terminology
We have a reusable component that shows up when a list is empty. For example:
We could not find any Campaigns
The name of the resource was dynamically passed to be concatenated to the end of the string We could not find any
however this produced grammatically incorrect translations in some languages like German and Dutch.
We have made the translation dynamic so that the resource name can be placed anywhere in the string.
As part of the change, the following translations have been added:
Key | "en" value | "de" value | "nl" value | "fr" value |
---|---|---|---|---|
common.section-empty-resource | We could not find any {resource} | Wir konnten keine {resource} finden | We konden geen {resource} vinden | Nous n’avons trouvé aucune {resource} |