Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e291f99

Browse filesBrowse files
committed
Moved french validation translators to its own file
1 parent df556d3 commit e291f99
Copy full SHA for e291f99

File tree

2 files changed

+31
-25
lines changed
Filter options

2 files changed

+31
-25
lines changed

‎app/Resources/translations/messages.fr.xliff

Copy file name to clipboardExpand all lines: app/Resources/translations/messages.fr.xliff
-25Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -270,31 +270,6 @@
270270
<source>add_user</source>
271271
<target>Si vous voulez créer de nouveaux utilisateurs, exécutez cette autre commande :</target>
272272
</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>
298273
</body>
299274
</file>
300275
</xliff>
+31Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.