Skip to content

Commit 750d29f

Browse files
fix(translations): correct French translation for 'move' action (#14771)
- [X] I did review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md). ### What? Changed the French translation of the 'move' action from `Déplacez-vous` to `Déplacer`. ### Why? The original translation translates to "move yourself," which sounds awkward. The corrected version is the standard translation that French-speaking users expect to see in interfaces.
1 parent c8332e7 commit 750d29f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/translations/src/languages

packages/translations/src/languages/fr.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export const frTranslations: DefaultTranslationsObject = {
373373
lock: 'Verrou',
374374
menu: 'Menu',
375375
moreOptions: "Plus d'options",
376-
move: 'Déplacez-vous',
376+
move: 'Déplacer',
377377
moveConfirm:
378378
'Vous êtes sur le point de déplacer {{count}} {{label}} vers <1>{{destination}}</1>. Êtes-vous sûr ?',
379379
moveCount: 'Déplacez {{count}} {{label}}',

0 commit comments

Comments
 (0)