Files
chatwoot/app/javascript/dashboard/i18n/locale/fr/onboarding.json
0a181b0cea chore: Update translations (#14498)
Updates dashboard, widget, and backend locale files with the latest
translation sync from Crowdin.

## Closes

N/A

## What changed

- Refreshes translated dashboard JSON locale files across supported
languages.
- Adds the latest backend Help Center/public portal locale strings.
- Keeps the branch current with `develop` and resolves the `ar`, `fr`,
and `pt_BR` locale conflicts.

## Validation

- Parsed all changed JSON and YAML locale files successfully.
- Checked for leftover merge conflict markers.
- Ran `git diff --check`.

---------

Co-authored-by: Sojan Jose <sojan@pepalo.com>
2026-06-02 21:21:50 +05:30

35 lines
1.3 KiB
JSON

{
"ONBOARDING_NEXT": {
"GREETING": "Bonjour {name} !",
"SUBTITLE": "Veuillez vérifier les informations suivantes",
"YOUR_DETAILS": "Vos informations",
"COMPANY_DETAILS": "Company details",
"FIELDS": {
"EMAIL": "Courriel",
"YOUR_ROLE": "Votre rôle",
"WEBSITE": "Site internet",
"LANGUAGE": "Langue",
"TIMEZONE": "Fuseau horaire",
"COMPANY_SIZE": "Taille de l'entreprise",
"INDUSTRY": "Secteur d'activité",
"REFERRAL_SOURCE": "Where did you find us?"
},
"PLACEHOLDERS": {
"SELECT_ROLE": "Sélectionnez votre rôle",
"ENTER_WEBSITE": "www.exemple.fr",
"SELECT_LANGUAGE": "Sélectionner la langue",
"SELECT_TIMEZONE": "Sélectionnez le fuseau horaire",
"SELECT_COMPANY_SIZE": "Sélectionnez la taille de l'entreprise",
"SELECT_INDUSTRY": "Sélectionnez un secteur d'activité",
"SELECT_REFERRAL_SOURCE": "Select source"
},
"EMAIL_VERIFIED": "Email verified",
"SETTING_UP": "Setting up your account...",
"CONTINUE": "Continue",
"SAVING": "Enregistrement en cours...",
"VALIDATION_ERROR": "Please fill in all required fields",
"SUCCESS": "Les informations ont été enregistrées avec succès",
"ERROR": "Could not save details. Please try again."
}
}