File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
app/Resources/translations Expand file tree Collapse file tree 1 file changed +35
-0
lines changed 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 =" ca" datatype =" plaintext" original =" file.ext" >
4
+ <body >
5
+ <trans-unit id =" post.blank_summary" >
6
+ <source >post.blank_summary</source >
7
+ <target >No és possible deixar buit el resum de l'article.</target >
8
+ </trans-unit >
9
+ <trans-unit id =" post.blank_content" >
10
+ <source >post.blank_content</source >
11
+ <target >No és possible deixar buit el contingut de l'article.</target >
12
+ </trans-unit >
13
+ <trans-unit id =" post.too_short_content" >
14
+ <source >post.too_short_content</source >
15
+ <target >El contingut de l'article és massa curt ({{ limit }} caràcters com a mínim)</target >
16
+ </trans-unit >
17
+ <trans-unit id =" comment.blank" >
18
+ <source >comment.blank</source >
19
+ <target >No és possible deixar buit el contingut del comentari.</target >
20
+ </trans-unit >
21
+ <trans-unit id =" comment.too_short" >
22
+ <source >comment.too_short</source >
23
+ <target >El comentari és massa curt ({{ limit }} caràcters com a mínim)</target >
24
+ </trans-unit >
25
+ <trans-unit id =" comment.too_long" >
26
+ <source >comment.too_long</source >
27
+ <target >El comentari és massa llarg ({{ limit }} caràcters com a màxim)</target >
28
+ </trans-unit >
29
+ <trans-unit id =" comment.is_spam" >
30
+ <source >comment.is_spam</source >
31
+ <target >El contingut del comentari es considera spam.</target >
32
+ </trans-unit >
33
+ </body >
34
+ </file >
35
+ </xliff >
You can’t perform that action at this time.
0 commit comments