Skip to content

Commit

Permalink
version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Mar 29, 2022
1 parent 89646ad commit eb347ae
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 26 deletions.
3 changes: 2 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Nicolas Fella
Fridolin Weisser
Jan Przebor
Warren Hu
bbb651
bbb651
Julius Rüberg
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spot"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
license = "MIT"

Expand Down
11 changes: 11 additions & 0 deletions data/dev.alextren.Spot.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,17 @@
<image>https://raw.githubusercontent.com/xou816/spot/master/data/appstream/3.png</image>
</screenshot>
</screenshots>
<release version="0.3.3" date="2022-03-29">
<description>
<p>
What's new:
</p>
<ul>
<li>login dialog now uses a password entry (thanks @Toorero!)</li>
<li>fix a startup crash with some locales</li>
</ul>
</description>
</release>
<release version="0.3.2" date="2022-03-27">
<description>
<p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'spot',
version: '0.3.2',
version: '0.3.3',
meson_version: '>= 0.50.0',
default_options: ['warning_level=2', 'buildtype=release'],
)
Expand Down
42 changes: 21 additions & 21 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -259,97 +259,97 @@ msgstr "{} de {}"

#: src/app/components/navigation/home.rs:32
msgid "Unnamed playlist"
msgstr ""
msgstr "Liste de lecture sans titre"

#. translators: This is a sidebar entry to browse to saved playlists.
#: src/app/components/navigation/home.rs:104
msgid "All Playlists"
msgstr ""
msgstr "Toutes les listes de lecture"

#: src/app/components/selection/component.rs:66
msgid "Tracks saved!"
msgstr ""
msgstr "Pistes enregistrées !"

#. translators: This is a menu entry.
#: src/app/components/user_menu/user_menu.rs:65
msgid "Preferences"
msgstr ""
msgstr "Préférences"

#: src/main.rs:81
msgid "Failed to open link!"
msgstr ""
msgstr "Échec de l'ouverture du lien."

#. Header for a group of preference items regarding audio
#: src/app/components/settings/settings.ui:13
msgid "Audio"
msgstr ""
msgstr "Audio"

#. Title for an item in preferences
#: src/app/components/settings/settings.ui:16
msgid "Audio Backend"
msgstr ""
msgstr "Gestionnaire de l'audio"

#. Title for an item in preferences
#: src/app/components/settings/settings.ui:29
msgid "ALSA Device"
msgstr ""
msgstr "Appareil ALSA"

#. Description for the item (ALSA Device) in preferences
#: src/app/components/settings/settings.ui:30
msgid "Applied only if audio backend is ALSA"
msgstr ""
msgstr "Ne s'applique que si ALSA est sélectionné"

#. Title for an item in preferences
#: src/app/components/settings/settings.ui:40
msgid "Audio Quality"
msgstr ""
msgstr "Qualité du flux audio"

#: src/app/components/settings/settings.ui:44
msgid "Normal"
msgstr ""
msgstr "Normale"

#: src/app/components/settings/settings.ui:45
msgid "High"
msgstr ""
msgstr "Élevée"

#: src/app/components/settings/settings.ui:46
msgid "Very high"
msgstr ""
msgstr "Très élevée"

#. Header for a group of preference items regarding the application's appearance
#: src/app/components/settings/settings.ui:56
msgid "Appearance"
msgstr ""
msgstr "Apparence"

#. Title for an item in preferences
#: src/app/components/settings/settings.ui:59
msgid "Theme"
msgstr ""
msgstr "Thème"

#: src/app/components/settings/settings.ui:63
msgid "Light"
msgstr ""
msgstr "Clair"

#: src/app/components/settings/settings.ui:64
msgid "Dark"
msgstr ""
msgstr "Sombre"

#. Header for a group of preference items regarding network
#: src/app/components/settings/settings.ui:74
msgid "Network"
msgstr ""
msgstr "Réseau"

#. Title for an item in preferences
#: src/app/components/settings/settings.ui:77
msgid "Access Point Port"
msgstr ""
msgstr "Port du point d'accès"

#. Longer description for an item (Access Point Port) in preferences
#: src/app/components/settings/settings.ui:78
msgid "Port used for connections to Spotify's Access Point. Set to 0 if any port is fine."
msgstr ""
msgstr "Port utilisé pour se connecter au point d'accès de Spotify. Laisser la valeur à 0 pour gérer ce paramètre automatiquement. "

#: src/app/components/selection/selection_toolbar.ui:90
msgid "Save to library"
msgstr ""
msgstr "Enregistrer dans la bibliothèque"

2 changes: 1 addition & 1 deletion po/pl.po
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ msgstr "Usuń z kolejki"
#. translators: This is part of a larger text that says "Add to <playlist name>". This text should be as short as possible.
#: src/app/components/labels.rs:21
msgid "Add to {}"
msgstr "Dodaj do"
msgstr "Dodaj do {}"

#. translators: This notification shows up right after login if the password could not be stored in the keyring (that is, GNOME's keyring aka seahorse, or any other libsecret compliant secret store).
#: src/app/components/login/login_model.rs:56
Expand Down

0 comments on commit eb347ae

Please sign in to comment.