Skip to content

Commit

Permalink
updated translations
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Aug 27, 2024
1 parent c468566 commit 8617cc2
Show file tree
Hide file tree
Showing 15 changed files with 1,737 additions and 375 deletions.
64 changes: 56 additions & 8 deletions library/widgets/fluidsettingsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -217,43 +217,52 @@
<item row="0" column="0">
<widget class="QDial" name="chorus_depth">
<property name="toolTip">
<string>4.2</string>
<string notr="true">4.2</string>
</property>
<property name="maximum">
<number>2560</number>
</property>
<property name="value">
<number>42</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDial" name="chorus_level">
<property name="toolTip">
<string>0.6</string>
<string notr="true">0.6</string>
</property>
<property name="maximum">
<number>100</number>
</property>
<property name="value">
<number>6</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QDial" name="chorus_nr">
<property name="toolTip">
<string>3</string>
<string notr="true">3</string>
</property>
<property name="value">
<number>3</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QDial" name="chorus_speed">
<property name="toolTip">
<string>0.2</string>
<string notr="true">0.2</string>
</property>
<property name="minimum">
<number>1</number>
Expand All @@ -264,10 +273,16 @@
<property name="value">
<number>2</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblDepth">
<property name="toolTip">
<string>Modulation depth</string>
</property>
<property name="text">
<string>Depth</string>
</property>
Expand All @@ -278,6 +293,9 @@
</item>
<item row="1" column="1">
<widget class="QLabel" name="lblLevel">
<property name="toolTip">
<string>Output amplitude</string>
</property>
<property name="text">
<string>Level</string>
</property>
Expand All @@ -288,6 +306,9 @@
</item>
<item row="1" column="2">
<widget class="QLabel" name="lblNR">
<property name="toolTip">
<string>Voice count</string>
</property>
<property name="text">
<string>NR</string>
</property>
Expand All @@ -298,6 +319,9 @@
</item>
<item row="1" column="3">
<widget class="QLabel" name="lblSpeed">
<property name="toolTip">
<string>Modulation speed in Hz</string>
</property>
<property name="text">
<string>Speed</string>
</property>
Expand All @@ -318,7 +342,7 @@
<item row="0" column="0">
<widget class="QDial" name="reverb_damp">
<property name="toolTip">
<string>0.3</string>
<string notr="true">0.3</string>
</property>
<property name="maximum">
<number>10</number>
Expand All @@ -329,12 +353,15 @@
<property name="value">
<number>3</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDial" name="reverb_level">
<property name="toolTip">
<string>0.7</string>
<string notr="true">0.7</string>
</property>
<property name="maximum">
<number>10</number>
Expand All @@ -345,12 +372,15 @@
<property name="value">
<number>7</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QDial" name="reverb_size">
<property name="toolTip">
<string>0.5</string>
<string notr="true">0.5</string>
</property>
<property name="maximum">
<number>10</number>
Expand All @@ -361,23 +391,32 @@
<property name="value">
<number>5</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QDial" name="reverb_width">
<property name="toolTip">
<string>0.8</string>
<string notr="true">0.8</string>
</property>
<property name="maximum">
<number>1000</number>
</property>
<property name="value">
<number>8</number>
</property>
<property name="notchesVisible">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="lblDamp">
<property name="toolTip">
<string>Damping amount</string>
</property>
<property name="text">
<string>Damp</string>
</property>
Expand All @@ -388,6 +427,9 @@
</item>
<item row="1" column="1">
<widget class="QLabel" name="lblRLevel">
<property name="toolTip">
<string>Output amplitude</string>
</property>
<property name="text">
<string>Level</string>
</property>
Expand All @@ -398,6 +440,9 @@
</item>
<item row="1" column="2">
<widget class="QLabel" name="lblSize">
<property name="toolTip">
<string>Room size (wet amount)</string>
</property>
<property name="text">
<string>Size</string>
</property>
Expand All @@ -408,6 +453,9 @@
</item>
<item row="1" column="3">
<widget class="QLabel" name="lblWidth">
<property name="toolTip">
<string>Stereo spread</string>
</property>
<property name="text">
<string>Width</string>
</property>
Expand Down
Loading

0 comments on commit 8617cc2

Please sign in to comment.