Skip to content

Commit

Permalink
Bump version to v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m3nu committed Jan 27, 2022
1 parent 1c21c3c commit 4a3d994
Show file tree
Hide file tree
Showing 8 changed files with 256 additions and 97 deletions.
2 changes: 1 addition & 1 deletion src/vorta/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.2'
__version__ = '0.8.3'
2 changes: 1 addition & 1 deletion src/vorta/assets/metadata/com.borgbase.Vorta.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</screenshot>
</screenshots>
<releases>
<release version="v0.8.2" date="2021-11-27">
<release version="v0.8.3" date="2022-01-27">
</release>
</releases>
<url type="bugtracker">https://github.com/borgbase/vorta/issues</url>
Expand Down
Binary file modified src/vorta/i18n/qm/vorta.fi.qm
Binary file not shown.
Binary file modified src/vorta/i18n/qm/vorta.ru.qm
Binary file not shown.
Binary file modified src/vorta/i18n/qm/vorta.sk.qm
Binary file not shown.
69 changes: 61 additions & 8 deletions src/vorta/i18n/ts/vorta.fi.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" ?><!DOCTYPE TS><TS language="fi" version="2.0">
<?xml version="1.0" ?><!DOCTYPE TS><TS version="2.0" language="fi">
<context>
<name>AddProfileWindow</name>
<message>
Expand Down Expand Up @@ -319,7 +319,7 @@
<message>
<location filename="../../borg/check.py" line="14"/>
<source>Repo check failed. See logs for details.</source>
<translation type="unfinished"/>
<translation>Tietovaraston tarkistus epäonnistui. Katso lisätietoja lokitiedostoista.</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -1173,12 +1173,12 @@
<message>
<location filename="../../assets/UI/scheduletab.ui" line="198"/>
<source>-</source>
<translation type="unfinished"/>
<translation>-</translation>
</message>
<message>
<location filename="../../assets/UI/scheduletab.ui" line="252"/>
<source>Run missed backups right after startup or wakeup</source>
<translation type="unfinished"/>
<translation>Suorita tekemättä jääneet varmuuskopiot heti käynnistyksen tai heräämisen jälkeen</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -1593,7 +1593,7 @@
<message>
<location filename="../../tray_menu.py" line="52"/>
<source>Task in progress</source>
<translation type="unfinished"/>
<translation>Tehtävä käynnissä</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -1686,17 +1686,17 @@
<message>
<location filename="../../application.py" line="295"/>
<source>Repo Check Failed</source>
<translation type="unfinished"/>
<translation>Tietovarastun tarkistus epäonnistui</translation>
</message>
<message>
<location filename="../../application.py" line="296"/>
<source>Repository data check for repo %s failed</source>
<translation type="unfinished"/>
<translation>Tietovaraston %s tietojen tarkistus epäonnistui</translation>
</message>
<message>
<location filename="../../application.py" line="297"/>
<source>Repair or recreate the repository soon to avoid missing data.</source>
<translation type="unfinished"/>
<translation>Korjaa tietovarasto tai luo se uudelleen pian välttääksesi tietojen menetyksen.</translation>
</message>
</context>
<context>
Expand Down Expand Up @@ -1819,6 +1819,59 @@ Poista tietovaraston linkitys ja lisää se uudelleen.</translation>
<translation>Avaa järjestelmän salasananhallinnan lukitus tai ota se pois käytöstä sekalaisista asetuksista</translation>
</message>
</context>
<context>
<name>settings</name>
<message>
<location filename="../../store/settings.py" line="10"/>
<source>Display notifications when background tasks fail</source>
<translation>Näytä ilmoitukset epäonnistuneista taustatehtävistä</translation>
</message>
<message>
<location filename="../../store/settings.py" line="15"/>
<source>Also notify about successful background tasks</source>
<translation>Ilmoita myös onnistuneista taustatehtävistä</translation>
</message>
<message>
<location filename="../../store/settings.py" line="20"/>
<source>Automatically start Vorta at login</source>
<translation>Käynnistä Vorta automaattisesti kirjautumisen yhteydessä</translation>
</message>
<message>
<location filename="../../store/settings.py" line="25"/>
<source>Open main window on startup</source>
<translation>Avaa pääikkuna sovelluksen käynnistyessä</translation>
</message>
<message>
<location filename="../../store/settings.py" line="30"/>
<source>Get statistics of file/folder when added</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../../store/settings.py" line="35"/>
<source>Store repository passwords in system keychain, if available.</source>
<translation>Talleta tietovarastojen salasanat järjestelmän avainnippuun, jos saatavilla.</translation>
</message>
<message>
<location filename="../../store/settings.py" line="40"/>
<source>Try to replace existing permissions when mounting an archive.</source>
<translation type="unfinished"/>
</message>
<message>
<location filename="../../store/settings.py" line="60"/>
<source>Check for updates on startup</source>
<translation>Tarkista päivitykset sovelluksen käynnistyessä</translation>
</message>
<message>
<location filename="../../store/settings.py" line="65"/>
<source>Include pre-release versions when checking for updates</source>
<translation>Sisällytä esijulkaisuversiot päivityksiä tarkistettaessa</translation>
</message>
<message>
<location filename="../../store/settings.py" line="73"/>
<source>Display background exit dialog</source>
<translation type="unfinished"/>
</message>
</context>
<context>
<name>utils</name>
<message>
Expand Down
Loading

0 comments on commit 4a3d994

Please sign in to comment.