Skip to content

Commit

Permalink
Updated Spanish translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffser committed May 29, 2024
1 parent 4bdb813 commit 5606483
Show file tree
Hide file tree
Showing 8 changed files with 2,083 additions and 1,377 deletions.
468 changes: 274 additions & 194 deletions po/alpaca.pot

Large diffs are not rendered by default.

491 changes: 294 additions & 197 deletions po/es.po

Large diffs are not rendered by default.

526 changes: 326 additions & 200 deletions po/es.po~

Large diffs are not rendered by default.

476 changes: 281 additions & 195 deletions po/fr.po

Large diffs are not rendered by default.

508 changes: 312 additions & 196 deletions po/fr.po~

Large diffs are not rendered by default.

476 changes: 281 additions & 195 deletions po/pt_BR.po

Large diffs are not rendered by default.

507 changes: 311 additions & 196 deletions po/pt_BR.po~

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@
<object class="AdwSpinRow" id="seed_spin">
<signal name="changed" handler="model_spin_changed"/>
<property name="name">seed</property>
<property name="title">Seed</property>
<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>
<property name="title" translatable="yes">Seed</property>
<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>
<property name="adjustment">
<object class="GtkAdjustment">
<property name="lower">0</property>
Expand All @@ -342,8 +342,8 @@
<object class="AdwSpinRow" id="keep_alive_spin">
<signal name="changed" handler="model_spin_changed"/>
<property name="name">keep_alive</property>
<property name="title">Keep Alive Time</property>
<property name="subtitle">Controls how long the model will stay loaded into memory following the request in minutes (default: 5)</property>
<property name="title" translatable="yes">Keep Alive Time</property>
<property name="subtitle" translatable="yes">Controls how long the model will stay loaded into memory following the request in minutes (default: 5)</property>
<property name="adjustment">
<object class="GtkAdjustment">
<property name="lower">0</property>
Expand Down

0 comments on commit 5606483

Please sign in to comment.