Skip to content

Commit

Permalink
fix potfiles again
Browse files Browse the repository at this point in the history
  • Loading branch information
xou816 committed Oct 27, 2021
1 parent a392670 commit 7e99268
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 38 deletions.
23 changes: 12 additions & 11 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@ src/app/state/login_state.rs
src/main.rs

# find src -name "*.ui*" -print
src/app/components/album/album.ui
src/app/components/artist/artist.ui
src/app/components/artist_details/artist_details.ui
src/app/components/details/details.ui
src/window.ui.in
src/app/components/details/release_details.ui
src/app/components/library/library.ui
src/app/components/login/login.ui
src/app/components/now_playing/now_playing.ui
src/app/components/details/details.ui
src/app/components/artist/artist.ui
src/app/components/playback/playback_controls.ui
src/app/components/playback/playback_info.ui
src/app/components/playback/playback_widget.ui
src/app/components/playback/playback_info.ui
src/app/components/user_details/user_details.ui
src/app/components/playlist_details/playlist_details.ui
src/app/components/playlist/song.ui
src/app/components/album/album.ui
src/app/components/artist_details/artist_details.ui
src/app/components/login/login.ui
src/app/components/saved_playlists/saved_playlists.ui
src/app/components/library/library.ui
src/app/components/now_playing/now_playing.ui
src/app/components/playlist/song.ui
src/app/components/saved_tracks/saved_tracks.ui
src/app/components/search/search.ui
src/app/components/user_details/user_details.ui
src/window.ui.in
56 changes: 29 additions & 27 deletions po/spot.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: spot\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-10-27 13:15-0400\n"
"POT-Creation-Date: 2021-10-27 13:19-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -99,7 +99,9 @@ msgid "Playlists"
msgstr ""

#. translators: This is a sidebar entry to browse to saved tracks.
#. This is the visible name for the list of liked songs. It appears in the sidebar as well.
#: src/app/components/navigation/home.rs:48
#: src/app/components/saved_tracks/saved_tracks.ui:14
msgid "Saved tracks"
msgstr ""

Expand Down Expand Up @@ -160,6 +162,22 @@ msgstr ""
msgid "Connection restored"
msgstr ""

#: src/app/components/playback/playback_controls.ui:17
msgid "Shuffle"
msgstr ""

#: src/app/components/playback/playback_controls.ui:27
msgid "Previous"
msgstr ""

#: src/app/components/playback/playback_controls.ui:50
msgid "Next"
msgstr ""

#: src/app/components/playback/playback_controls.ui:60
msgid "Repeat"
msgstr ""

#. Title of the section that shows 5 of the top tracks for an artist, as defined by Spotify.
#: src/app/components/artist_details/artist_details.ui:40
msgid "Top tracks"
Expand All @@ -170,16 +188,6 @@ msgstr ""
msgid "Releases"
msgstr ""

#. A title that is shown when the user has not saved any albums.
#: src/app/components/library/library.ui:26
msgid "You have no saved albums."
msgstr ""

#. A description of what happens when the user has saved albums.
#: src/app/components/library/library.ui:27
msgid "Your library will be shown here."
msgstr ""

#. Login window title -- shouldn't be too long, but must mention Premium (a premium account is required).
#: src/app/components/login/login.ui:45
msgid "Login to Spotify Premium"
Expand Down Expand Up @@ -210,22 +218,6 @@ msgstr ""
msgid "Log in"
msgstr ""

#: src/app/components/playback/playback_controls.ui:17
msgid "Shuffle"
msgstr ""

#: src/app/components/playback/playback_controls.ui:27
msgid "Previous"
msgstr ""

#: src/app/components/playback/playback_controls.ui:50
msgid "Next"
msgstr ""

#: src/app/components/playback/playback_controls.ui:60
msgid "Repeat"
msgstr ""

#. A title that is shown when the user has not saved any playlists.
#: src/app/components/saved_playlists/saved_playlists.ui:26
msgid "You have no saved playlists."
Expand All @@ -236,6 +228,16 @@ msgstr ""
msgid "Your playlists will be shown here."
msgstr ""

#. A title that is shown when the user has not saved any albums.
#: src/app/components/library/library.ui:26
msgid "You have no saved albums."
msgstr ""

#. A description of what happens when the user has saved albums.
#: src/app/components/library/library.ui:27
msgid "Your library will be shown here."
msgstr ""

#. This is the title of a section of the search results
#: src/app/components/search/search.ui:66
msgid "Albums"
Expand Down

0 comments on commit 7e99268

Please sign in to comment.