File tree 2 files changed +31
-25
lines changed
Filter options
app/Resources/translations 2 files changed +31
-25
lines changed
Original file line number Diff line number Diff line change 270
270
<source >add_user</source >
271
271
<target >Si vous voulez créer de nouveaux utilisateurs, exécutez cette autre commande :</target >
272
272
</trans-unit >
273
-
274
- <trans-unit id =" entity.comment_blank" >
275
- <source >entity.comment_blank</source >
276
- <target >Veuillez ne pas laisser votre commentaire vide.</target >
277
- </trans-unit >
278
- <trans-unit id =" entity.comment_short" >
279
- <source >entity.comment_short</source >
280
- <target >Votre commentaire est trop court ({{ limit }} caractères minimum)</target >
281
- </trans-unit >
282
- <trans-unit id =" entity.comment_long" >
283
- <source >entity.comment_long</source >
284
- <target >Votre commentaire est trop long ({{ limit }} caractères maximum)</target >
285
- </trans-unit >
286
- <trans-unit id =" entity.comment_invalid" >
287
- <source >entity.comment_invalid</source >
288
- <target >Le contenu de votre commentaire est considéré comme du spam.</target >
289
- </trans-unit >
290
- <trans-unit id =" entity.summary_blank" >
291
- <source >entity.summary_blank</source >
292
- <target >Veuillez donner un résumé à votre post.</target >
293
- </trans-unit >
294
- <trans-unit id =" entity.post_short" >
295
- <source >entity.post_short</source >
296
- <target >Le contenu de votre post est trop court ({{ limit }} caractères minimum)</target >
297
- </trans-unit >
298
273
</body >
299
274
</file >
300
275
</xliff >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
2
+ <xliff version =" 1.2" xmlns =" urn:oasis:names:tc:xliff:document:1.2" >
3
+ <file source-language =" en" target-language =" en" datatype =" plaintext" original =" file.ext" >
4
+ <body >
5
+ <trans-unit id =" post.blank_summary" >
6
+ <source >post.blank_summary</source >
7
+ <target >Veuillez donner un résumé à votre post.</target >
8
+ </trans-unit >
9
+ <trans-unit id =" post.too_short_content" >
10
+ <source >post.too_short_content</source >
11
+ <target >Le contenu de votre post est trop court ({{ limit }} caractères minimum)</target >
12
+ </trans-unit >
13
+ <trans-unit id =" comment.blank" >
14
+ <source >comment.blank</source >
15
+ <target >Veuillez ne pas laisser votre commentaire vide.</target >
16
+ </trans-unit >
17
+ <trans-unit id =" comment.too_short" >
18
+ <source >comment.too_short</source >
19
+ <target >Votre commentaire est trop court ({{ limit }} caractères minimum)</target >
20
+ </trans-unit >
21
+ <trans-unit id =" comment.too_long" >
22
+ <source >comment.too_long</source >
23
+ <target >Votre commentaire est trop long ({{ limit }} caractères maximum)</target >
24
+ </trans-unit >
25
+ <trans-unit id =" comment.is_spam" >
26
+ <source >comment.is_spam</source >
27
+ <target >Le contenu de votre commentaire est considéré comme du spam.</target >
28
+ </trans-unit >
29
+ </body >
30
+ </file >
31
+ </xliff >
You can’t perform that action at this time.
0 commit comments