Skip to content

Commit

Permalink
Updated translations from transifex.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniModel committed Jan 25, 2025
1 parent 045a851 commit 6b0e1f5
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,17 @@
<target>Backend-Klasse setzen</target>
</trans-unit>
<trans-unit id="mandatory_for_unique_attr" resname="mandatory_for_unique_attr">
<source>Unique attribues are automatically mandatory (this is not changable).</source>
<source>Unique attributes are automatically mandatory (this is not changable).</source>
<target>Eindeutige (unique) Attribute sind automatisch Pflichtfelder (Einstellung nicht änderbar).</target>
</trans-unit>
<trans-unit id="readonly_for_force_alias" resname="readonly_for_force_alias">
<source>Attribues with force alias are automatically readonly (this is not changable).</source>
<source>Attributes with force alias are automatically readonly (this is not changable).</source>
<target>Attribute mit &quot;Neuerstellung erzwingen&quot; sind automatisch &quot;nur lesend&quot; (Einstellung nicht änderbar).</target>
</trans-unit>
<trans-unit id="readonly_for_always_save" resname="readonly_for_always_save">
<source>Attributes with always save are automatically readonly (this is not changable).</source>
<target>Attribute mit &quot;Immer speichern&quot; sind automatisch &quot;nur lesend&quot; (Einstellung nicht änderbar).</target>
</trans-unit>
<trans-unit id="showRecord" resname="showRecord">
<source>Show the details of record %id%</source>
<target>Zeige Details Datensatz ID %id%.</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,13 @@
<source>Set backend class.</source>
</trans-unit>
<trans-unit id="mandatory_for_unique_attr" resname="mandatory_for_unique_attr">
<source>Unique attribues are automatically mandatory (this is not changable).</source>
<source>Unique attributes are automatically mandatory (this is not changable).</source>
</trans-unit>
<trans-unit id="readonly_for_force_alias" resname="readonly_for_force_alias">
<source>Attribues with force alias are automatically readonly (this is not changable).</source>
<source>Attributes with force alias are automatically readonly (this is not changable).</source>
</trans-unit>
<trans-unit id="readonly_for_always_save" resname="readonly_for_always_save">
<source>Attributes with always save are automatically readonly (this is not changable).</source>
</trans-unit>
<trans-unit id="showRecord" resname="showRecord">
<source>Show the details of record %id%</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,22 @@
<source>Show this text as long as the field is empty.</source>
<target>Diesen Text anzeigen solange das Fekld leer ist.</target>
</trans-unit>
<trans-unit id="use_only_in_env.label" resname="use_only_in_env.label">
<source>Use SQL only in environment</source>
<target>SQL Verwendung einschränken</target>
</trans-unit>
<trans-unit id="use_only_in_env.description" resname="use_only_in_env.description">
<source>If active, the SQL is only executed in the selected environment - e.g. for example only in the backend.</source>
<target>Wenn aktiv, wird das SQL nur in der ausgewählten Umgebung ausgeführt - also z. B. nur im Backend.</target>
</trans-unit>
<trans-unit id="use_only_in_env.only_backend" resname="use_only_in_env.only_backend">
<source>Only in backend</source>
<target>Nur im Backend</target>
</trans-unit>
<trans-unit id="use_only_in_env.only_frontend" resname="use_only_in_env.only_frontend">
<source>Only in frontend</source>
<target>Nur im Frontend</target>
</trans-unit>
<trans-unit id="sorting_directions.natsort_asc" resname="sorting_directions.natsort_asc">
<source>Natural sorting (ASC)</source>
<target>Natürliche Sortierung (aufsteigend)</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,18 @@
<trans-unit id="placeholder.description" resname="placeholder.description">
<source>Show this text as long as the field is empty.</source>
</trans-unit>
<trans-unit id="use_only_in_env.label" resname="use_only_in_env.label">
<source>Use SQL only in environment</source>
</trans-unit>
<trans-unit id="use_only_in_env.description" resname="use_only_in_env.description">
<source>If active, the SQL is only executed in the selected environment - e.g. for example only in the backend.</source>
</trans-unit>
<trans-unit id="use_only_in_env.only_backend" resname="use_only_in_env.only_backend">
<source>Only in backend</source>
</trans-unit>
<trans-unit id="use_only_in_env.only_frontend" resname="use_only_in_env.only_frontend">
<source>Only in frontend</source>
</trans-unit>
<trans-unit id="sorting_directions.natsort_asc" resname="sorting_directions.natsort_asc">
<source>Natural sorting (ASC)</source>
</trans-unit>
Expand Down

0 comments on commit 6b0e1f5

Please sign in to comment.