Skip to content

Commit 6580184

Browse files
committed
Updated translations from transifex.
1 parent 045a851 commit 6580184

File tree

4 files changed

+39
-4
lines changed

4 files changed

+39
-4
lines changed

src/CoreBundle/Resources/translations/tl_metamodel_dcasetting.de.xlf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,13 +440,17 @@
440440
<target>Backend-Klasse setzen</target>
441441
</trans-unit>
442442
<trans-unit id="mandatory_for_unique_attr" resname="mandatory_for_unique_attr">
443-
<source>Unique attribues are automatically mandatory (this is not changable).</source>
443+
<source>Unique attributes are automatically mandatory (this is not changable).</source>
444444
<target>Eindeutige (unique) Attribute sind automatisch Pflichtfelder (Einstellung nicht änderbar).</target>
445445
</trans-unit>
446446
<trans-unit id="readonly_for_force_alias" resname="readonly_for_force_alias">
447-
<source>Attribues with force alias are automatically readonly (this is not changable).</source>
447+
<source>Attributes with force alias are automatically readonly (this is not changable).</source>
448448
<target>Attribute mit &quot;Neuerstellung erzwingen&quot; sind automatisch &quot;nur lesend&quot; (Einstellung nicht änderbar).</target>
449449
</trans-unit>
450+
<trans-unit id="readonly_for_always_save" resname="readonly_for_always_save">
451+
<source>Attributes with always save are automatically readonly (this is not changable).</source>
452+
<target>Attribute mit &quot;Immer speichern&quot; sind automatisch &quot;nur lesend&quot; (Einstellung nicht änderbar).</target>
453+
</trans-unit>
450454
<trans-unit id="showRecord" resname="showRecord">
451455
<source>Show the details of record %id%</source>
452456
<target>Zeige Details Datensatz ID %id%.</target>

src/CoreBundle/Resources/translations/tl_metamodel_dcasetting.fr.xlf

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,13 @@
343343
<source>Set backend class.</source>
344344
</trans-unit>
345345
<trans-unit id="mandatory_for_unique_attr" resname="mandatory_for_unique_attr">
346-
<source>Unique attribues are automatically mandatory (this is not changable).</source>
346+
<source>Unique attributes are automatically mandatory (this is not changable).</source>
347347
</trans-unit>
348348
<trans-unit id="readonly_for_force_alias" resname="readonly_for_force_alias">
349-
<source>Attribues with force alias are automatically readonly (this is not changable).</source>
349+
<source>Attributes with force alias are automatically readonly (this is not changable).</source>
350+
</trans-unit>
351+
<trans-unit id="readonly_for_always_save" resname="readonly_for_always_save">
352+
<source>Attributes with always save are automatically readonly (this is not changable).</source>
350353
</trans-unit>
351354
<trans-unit id="showRecord" resname="showRecord">
352355
<source>Show the details of record %id%</source>

src/CoreBundle/Resources/translations/tl_metamodel_filtersetting.de.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,22 @@
267267
<source>Show this text as long as the field is empty.</source>
268268
<target>Diesen Text anzeigen solange das Fekld leer ist.</target>
269269
</trans-unit>
270+
<trans-unit id="use_only_in_env.label" resname="use_only_in_env.label">
271+
<source>Use SQL only in environment</source>
272+
<target>SQL Verwendung einschränken</target>
273+
</trans-unit>
274+
<trans-unit id="use_only_in_env.description" resname="use_only_in_env.description">
275+
<source>If active, the SQL is only executed in the selected environment - e.g. for example only in the backend.</source>
276+
<target>Wenn aktiv, wird das SQL nur in der ausgewählten Umgebung ausgeführt - also z. B. nur im Backend.</target>
277+
</trans-unit>
278+
<trans-unit id="use_only_in_env.only_backend" resname="use_only_in_env.only_backend">
279+
<source>Only in backend</source>
280+
<target>Nur im Backend</target>
281+
</trans-unit>
282+
<trans-unit id="use_only_in_env.only_frontend" resname="use_only_in_env.only_frontend">
283+
<source>Only in frontend</source>
284+
<target>Nur im Frontend</target>
285+
</trans-unit>
270286
<trans-unit id="sorting_directions.natsort_asc" resname="sorting_directions.natsort_asc">
271287
<source>Natural sorting (ASC)</source>
272288
<target>Natürliche Sortierung (aufsteigend)</target>

src/CoreBundle/Resources/translations/tl_metamodel_filtersetting.fr.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,18 @@
223223
<trans-unit id="placeholder.description" resname="placeholder.description">
224224
<source>Show this text as long as the field is empty.</source>
225225
</trans-unit>
226+
<trans-unit id="use_only_in_env.label" resname="use_only_in_env.label">
227+
<source>Use SQL only in environment</source>
228+
</trans-unit>
229+
<trans-unit id="use_only_in_env.description" resname="use_only_in_env.description">
230+
<source>If active, the SQL is only executed in the selected environment - e.g. for example only in the backend.</source>
231+
</trans-unit>
232+
<trans-unit id="use_only_in_env.only_backend" resname="use_only_in_env.only_backend">
233+
<source>Only in backend</source>
234+
</trans-unit>
235+
<trans-unit id="use_only_in_env.only_frontend" resname="use_only_in_env.only_frontend">
236+
<source>Only in frontend</source>
237+
</trans-unit>
226238
<trans-unit id="sorting_directions.natsort_asc" resname="sorting_directions.natsort_asc">
227239
<source>Natural sorting (ASC)</source>
228240
</trans-unit>

0 commit comments

Comments
 (0)