Skip to content

Commit 5606483

Browse files
committed
Updated Spanish translation
1 parent 4bdb813 commit 5606483

File tree

8 files changed

+2083
-1377
lines changed

8 files changed

+2083
-1377
lines changed

po/alpaca.pot

Lines changed: 274 additions & 194 deletions
Large diffs are not rendered by default.

po/es.po

Lines changed: 294 additions & 197 deletions
Large diffs are not rendered by default.

po/es.po~

Lines changed: 326 additions & 200 deletions
Large diffs are not rendered by default.

po/fr.po

Lines changed: 281 additions & 195 deletions
Large diffs are not rendered by default.

po/fr.po~

Lines changed: 312 additions & 196 deletions
Large diffs are not rendered by default.

po/pt_BR.po

Lines changed: 281 additions & 195 deletions
Large diffs are not rendered by default.

po/pt_BR.po~

Lines changed: 311 additions & 196 deletions
Large diffs are not rendered by default.

src/window.ui

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@
327327
<object class="AdwSpinRow" id="seed_spin">
328328
<signal name="changed" handler="model_spin_changed"/>
329329
<property name="name">seed</property>
330-
<property name="title">Seed</property>
331-
<property name="subtitle">Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: 0 (random))</property>
330+
<property name="title" translatable="yes">Seed</property>
331+
<property name="subtitle" translatable="yes">Sets the random number seed to use for generation. Setting this to a specific number will make the model generate the same text for the same prompt. (Default: 0 (random))</property>
332332
<property name="adjustment">
333333
<object class="GtkAdjustment">
334334
<property name="lower">0</property>
@@ -342,8 +342,8 @@
342342
<object class="AdwSpinRow" id="keep_alive_spin">
343343
<signal name="changed" handler="model_spin_changed"/>
344344
<property name="name">keep_alive</property>
345-
<property name="title">Keep Alive Time</property>
346-
<property name="subtitle">Controls how long the model will stay loaded into memory following the request in minutes (default: 5)</property>
345+
<property name="title" translatable="yes">Keep Alive Time</property>
346+
<property name="subtitle" translatable="yes">Controls how long the model will stay loaded into memory following the request in minutes (default: 5)</property>
347347
<property name="adjustment">
348348
<object class="GtkAdjustment">
349349
<property name="lower">0</property>

0 commit comments

Comments
 (0)