Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 4f7842b

Browse files
Merge pull request #68 from glukose/master
Updated french translations
2 parents 2110557 + 0b99add commit 4f7842b

File tree

1 file changed

+14
-25
lines changed

1 file changed

+14
-25
lines changed

src/Resources/translations/CmfSonataAdminIntegrationBundle.fr.xliff

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@
9393

9494
<trans-unit id="form.group_block">
9595
<source>form.group_block</source>
96-
<!-- TODO: Check translation -->
9796
<target>Bloc</target>
9897
</trans-unit>
9998
<trans-unit id="form.group_metadata">
@@ -285,14 +284,12 @@
285284
<!-- $Core -->
286285
<trans-unit id="form.tab_publish">
287286
<source>form.tab_publish</source>
288-
<!-- TODO: Translate -->
289-
<target>Publish Settings</target>
287+
<target>Paramètres de publication</target>
290288
</trans-unit>
291289

292290
<trans-unit id="form.group_publish_workflow">
293291
<source>form.group_publish_workflow</source>
294-
<!-- TODO: Translate -->
295-
<target>Status</target>
292+
<target>Statut</target>
296293
</trans-unit>
297294

298295
<trans-unit id="form.label_publishable">
@@ -309,8 +306,7 @@
309306
</trans-unit>
310307
<trans-unit id="form.help_publishable">
311308
<source>form.help_publishable</source>
312-
<!-- TODO: Translate -->
313-
<target>If checked, this item is marked ready to be published. Whether it is actually published may depend on the configured publish date range.</target>
309+
<target>Si coché, cet élément est signalé comme "prêt à être publié". Sa publication réelle peut varier selon l'intervalle de temps choisie.</target>
314310
</trans-unit>
315311
<trans-unit id="form.help_publish_start_date">
316312
<source>form.help_publish_start_date</source>
@@ -359,9 +355,8 @@
359355
<target>Éléments</target>
360356
</trans-unit>
361357
<trans-unit id="form.group_target">
362-
<source>form.group_target</source>
363-
<!-- TODO: Translate -->
364-
<target>Target link</target>
358+
<source>form.group_target</source>
359+
<target>Destination du lien</target>
365360
</trans-unit>
366361
<trans-unit id="form.group_menu_options">
367362
<source>form.group_menu_options</source>
@@ -381,9 +376,8 @@
381376
<target>Type de lien</target>
382377
</trans-unit>
383378
<trans-unit id="form.label_link">
384-
<source>form.label_link</source>
385-
<!-- TODO: Translate -->
386-
<target>Link</target>
379+
<source>form.label_link</source>
380+
<target>Lien</target>
387381
</trans-unit>
388382
<trans-unit id="form.label_route">
389383
<source>form.label_route</source>
@@ -482,24 +476,20 @@
482476

483477
<trans-unit id="form.tab_routing">
484478
<source>form.tab_routing</source>
485-
<!-- TODO: Translate -->
486479
<target>URLs</target>
487480
</trans-unit>
488481

489482
<trans-unit id="form.group_location">
490483
<source>form.group_location</source>
491-
<!-- TODO: Translate -->
492-
<target>Location</target>
484+
<target>Emplacement</target>
493485
</trans-unit>
494486
<trans-unit id="form.group_path">
495-
<source>form.group_path</source>
496-
<!-- TODO: Translate -->
497-
<target>Path</target>
487+
<source>form.group_path</source>
488+
<target>Chemin</target>
498489
</trans-unit>
499490
<trans-unit id="form.group_data">
500491
<source>form.group_data</source>
501-
<!-- TODO: Translate -->
502-
<target>Data</target>
492+
<target>Données</target>
503493
</trans-unit>
504494
<trans-unit id="form.group_defaults">
505495
<source>form.group_defaults</source>
@@ -520,8 +510,7 @@
520510
</trans-unit>
521511
<trans-unit id="form.label_route_name">
522512
<source>form.label_route_name</source>
523-
<!-- TODO: Translate "Route name" -->
524-
<target>Nom</target>
513+
<target>Nom de la route</target>
525514
</trans-unit>
526515
<trans-unit id="form.label_uri">
527516
<source>form.label_uri</source>
@@ -546,13 +535,13 @@
546535

547536
<trans-unit id="form.help_variable_pattern">
548537
<source>form.help_variable_pattern</source>
549-
<target>Un motif en format {variable}/{plus}... Les variables sont passé au controlleur s'il les déclare comme arguments.</target>
538+
<target>Un motif en format {variable}/{plus}... Les variables sont passées au controlleur s'il les déclare comme arguments.</target>
550539
</trans-unit>
551540
<trans-unit id="form.help_options">
552541
<source>form.help_options</source>
553542
<target>
554543
<![CDATA[
555-
Langage: Prefix la route avec le langage tel que /{locale}/your/route<br/>
544+
Langage: Prefixe la route avec le langage tel que /{locale}/your/route<br/>
556545
Format: Ajoute le format à la route tel que /your/route.{format}. Le format par défaut est 'html'<br/>
557546
Barre Oblique: Ajoute un slash à la fin de la route tel que /your/route/
558547
]]>

0 commit comments

Comments
 (0)