We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d8ccc commit 2f684acCopy full SHA for 2f684ac
app/Resources/translations/messages.ro.xliff
@@ -0,0 +1,23 @@
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="ro" datatype="plaintext" original="file.ext">
4
+ <body>
5
+ <trans-unit id="1">
6
+ <source>title.post_list</source>
7
+ <target>Lista de articole</target>
8
+ </trans-unit>
9
+ <trans-unit id="2">
10
+ <source>action.show</source>
11
+ <target>Vezi</target>
12
13
+ <trans-unit id="3">
14
+ <source>action.edit</source>
15
+ <target>Modifică</target>
16
17
+ <trans-unit id="4">
18
+ <source>action.create_post</source>
19
+ <target>Creează un articol nou</target>
20
21
+ </body>
22
+ </file>
23
+</xliff>
0 commit comments