Skip to content

Commit 0f97e2f

Browse files
committed
Merge branch 'feature/2.3.0-translation.tx' into 'master'
Updated translations from transifex. See merge request metamodels/attribute_checkbox!49
2 parents 2deb732 + 108e713 commit 0f97e2f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" ?><xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
2+
<file source-language="en" datatype="plaintext" original="src/Resources/translations/metamodel_checkbox.en.xlf" target-language="it">
3+
<body>
4+
<trans-unit id="toggle.label" resname="toggle.label">
5+
<source>Toggle</source>
6+
<target>Attiva/disattiva</target>
7+
</trans-unit>
8+
<trans-unit id="toggle.description" resname="toggle.description">
9+
<source>Toggle the state of attribute &quot;%name%&quot; for item %id%</source>
10+
<target>Attiva/disattiva lo stato dell'attributo &quot;%name%&quot; per l'elemento %id%</target>
11+
</trans-unit>
12+
<trans-unit id="checkbox.value_0" resname="checkbox.value_0">
13+
<source>Inactive</source>
14+
<target>Inattivo</target>
15+
</trans-unit>
16+
<trans-unit id="checkbox.value_1" resname="checkbox.value_1">
17+
<source>Active</source>
18+
<target>Attivo</target>
19+
</trans-unit>
20+
</body>
21+
</file>
22+
</xliff>

0 commit comments

Comments
 (0)