Skip to content

Commit

Permalink
Updated Translation
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
geigi committed Nov 24, 2017
1 parent 05dbf5d commit 1edcc0f
Show file tree
Hide file tree
Showing 11 changed files with 180 additions and 85 deletions.
17 changes: 16 additions & 1 deletion data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<li>Listen to your DRM free mp3, m4a (aac, ALAC, ...), flac, ogg audio books</li>
<li>Remembers your playback position</li>
<li>Sleep timer!</li>
<li>Search your library</li>
<li>drag and drop import and copy support</li>
<li>Sort your audio books by author, reader and name</li>
</ul>
<p>What's next?</p>
<ul>
<li>wav support</li>
<li>Search</li>
<li>Sort by name, added date, last played</li>
<li>Ratings</li>
<li>Playback speed control</li>
Expand All @@ -50,6 +50,9 @@
<screenshot type="default">
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot4.png</image>
</screenshot>
<screenshot type="default">
<image>https://raw.githubusercontent.com/geigi/cozy/img/img/screenshot5.png</image>
</screenshot>
</screenshots>
<developer_name>Julian Geywitz</developer_name>
<url type="homepage">https://github.com/geigi/cozy</url>
Expand All @@ -58,6 +61,18 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.4.1" timestamp="1511546968">
<description>
<ul>
<li>Russian translation</li>
<li>Search your library!</li>
<li>More robust importer - notifies you about files that could not be imported</li>
<li>UI tweaks</li>
<li>Fixed a bug where the importer could crash</li>
<li>Lots of behind the scenes changes</li>
</ul>
</description>
</release>
<release version="0.4.0" timestamp="1510311368">
<description>
<p>The sleep timer has landed!</p>
Expand Down
2 changes: 1 addition & 1 deletion data/ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Fred Warren

And to other open source projects:
https://github.com/gnumdk/lollypop</property>
<property name="translator_credits" translatable="yes">camellan</property>
<property name="translator_credits" translatable="no">camellan</property>
<property name="logo_icon_name">com.github.geigi.cozy</property>
<property name="license_type">gpl-3-0</property>
<child internal-child="vbox">
Expand Down
2 changes: 1 addition & 1 deletion data/ui/file_not_found.ui
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">center</property>
<property name="label" translatable="yes">&lt;tt&gt;/home/ju/path/to/the/borken/file/that/is/maybe/very/very/long.mp3&lt;/tt&gt;</property>
<property name="label" translatable="no">&lt;tt&gt;/home/ju/path/to/the/borken/file/that/is/maybe/very/very/long.mp3&lt;/tt&gt;</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="wrap_mode">char</property>
Expand Down
10 changes: 2 additions & 8 deletions data/ui/import_failed.ui
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,8 @@
<interface>
<requires lib="gtk+" version="3.16"/>
<object class="GtkTextBuffer" id="files_buffer">
<property name="text" translatable="yes">jkhjkj
kjhkjh
kjhkjhkj
lklkjl
ljklkjlk
lkjlkjlk
lkjlkjl
</property>
<property name="text" translatable="no">
</property>
</object>
<object class="GtkDialog" id="dialog">
<property name="can_focus">False</property>
Expand Down
6 changes: 3 additions & 3 deletions data/ui/search_popover.ui
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</object>
<packing>
<property name="name">start</property>
<property name="title" translatable="yes">page2</property>
<property name="title" translatable="no">page2</property>
</packing>
</child>
<child>
Expand Down Expand Up @@ -271,7 +271,7 @@
</object>
<packing>
<property name="name">main</property>
<property name="title" translatable="yes">page0</property>
<property name="title" translatable="no">page0</property>
<property name="position">1</property>
</packing>
</child>
Expand All @@ -292,7 +292,7 @@
</object>
<packing>
<property name="name">nothing</property>
<property name="title" translatable="yes">page1</property>
<property name="title" translatable="no">page1</property>
<property name="position">2</property>
</packing>
</child>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.geigi.cozy (0.4.1) UNSTABLE; urgency=low

* Russian translation
* Search your library!
* More robust importer - notifies you about files that could not be imported
* UI tweaks
* Fixed a bug where the importer could crash
* Lots of behind the scenes changes

-- Julian Geywitz <[email protected]> Wed, 24 Nov 2017 19:14:14 +0200
com.github.geigi.cozy (0.4.0) UNSTABLE; urgency=low

* The sleep timer has landed!
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cozy',
version: '0.4.0',
version: '0.4.1',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down
1 change: 1 addition & 0 deletions po/POTFILES
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ data/ui/about.ui
data/ui/app_menu.ui
data/ui/file_not_found.ui
data/ui/hello.ui
data/ui/import_failed.ui
data/ui/settings.ui
data/ui/search_popover.ui
data/ui/timer_popover.ui
67 changes: 51 additions & 16 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -16,27 +16,27 @@ msgstr ""
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: cozy/importer.py:212
#: cozy/importer.py:236
msgid "Unknown Author"
msgstr "Unbekannter Autor"

#: cozy/importer.py:213
#: cozy/importer.py:237
msgid "Unknown Reader"
msgstr "Unbekannter Leser"

#: cozy/ui.py:295 cozy/ui.py:544 data/ui/timer_popover.ui:71
#: cozy/ui.py:326 cozy/ui.py:634 data/ui/timer_popover.ui:71
msgid "min"
msgstr "min"

#: cozy/ui.py:455
#: cozy/ui.py:487
msgid "Importing Audiobooks"
msgstr "Importiere Hörbücher"

#: cozy/ui.py:502 cozy/ui.py:505 cozy/ui.py:881 cozy/ui.py:890
#: cozy/ui.py:546 cozy/ui.py:549 cozy/ui.py:1078 cozy/ui.py:1087
msgid "All"
msgstr "Alle"

#: cozy/ui.py:663
#: cozy/ui.py:753
msgid "Changing audio book location..."
msgstr "Wechsle zu neuem Hörbuch-Ordner..."

Expand All @@ -48,11 +48,11 @@ msgstr "<big>Autor</big>"
msgid "<big>Reader</big>"
msgstr "<big>Leser</big>"

#: data/ui/main_window.ui:143
#: data/ui/main_window.ui:143 data/ui/search_popover.ui:97
msgid "Author"
msgstr "Autor"

#: data/ui/main_window.ui:169
#: data/ui/main_window.ui:169 data/ui/search_popover.ui:191
msgid "Reader"
msgstr "Leser"

Expand Down Expand Up @@ -127,16 +127,11 @@ msgstr "Abbrechen"
msgid "Locate"
msgstr "Auswählen"

#: data/ui/file_not_found.ui:84
#: data/ui/file_not_found.ui:86
msgid "File not found"
msgstr "Datei nicht gefunden"

#: data/ui/file_not_found.ui:100
msgid ""
"<tt>/home/ju/path/to/the/borken/file/that/is/maybe/very/very/long.mp3</tt>"
msgstr ""

#: data/ui/file_not_found.ui:117
#: data/ui/file_not_found.ui:119
msgid "This file could not be found. Do you want to locate it manually?"
msgstr "Diese Datei wurde nicht gefunden. Möchtest Du sie selbst auswählen?"

Expand Down Expand Up @@ -172,6 +167,30 @@ msgstr "Medienordner scannen im Menü anzeigen"
msgid "Let's get cozy"
msgstr "Let's get cozy"

#: data/ui/hello.ui:292
msgid "Welcome to Cozy!"
msgstr "Willkommen zu Cozy!"

#: data/ui/import_failed.ui:23
msgid "Ok"
msgstr "Ok"

#: data/ui/import_failed.ui:77
msgid "Some files could not be imported"
msgstr "Es konnten nicht alle Dateien importiert werden"

#: data/ui/import_failed.ui:130
msgid ""
"This can have multiple reasons:\n"
"- The audio format is not supported\n"
"- The file(s) are no valid audio files\n"
"- The file(s) are corrupt"
msgstr ""
"Dies kann verschiedene Gründe haben:\n"
"- Das Audioformat wird nicht unterstützt\n"
"- Die Datei(en) sind keine validen Audiodateien\n"
"- Die Datei(en) sind beschädigt"

#: data/ui/settings.ui:27 data/ui/settings.ui:102
msgid "Order by"
msgstr "Sortieren nach:"
Expand Down Expand Up @@ -218,4 +237,20 @@ msgstr "Hörbücher Pfad"

#: data/ui/settings.ui:351
msgid "Files"
msgstr "Dateien"
msgstr "Dateien"

#: data/ui/search_popover.ui:57
msgid "Which book are you looking for?"
msgstr "Welches Buch suchst Du?"

#: data/ui/search_popover.ui:144
msgid "Book"
msgstr "Buch"

#: data/ui/search_popover.ui:238
msgid "Track"
msgstr "Titel"

#: data/ui/search_popover.ui:285
msgid "Nothing found :("
msgstr "Nichts gefunden :("
68 changes: 51 additions & 17 deletions po/en_IE.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,27 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: cozy/importer.py:212
#: cozy/importer.py:236
msgid "Unknown Author"
msgstr "Unknown Author"

#: cozy/importer.py:213
#: cozy/importer.py:237
msgid "Unknown Reader"
msgstr "Unknown Reader"

#: cozy/ui.py:295 cozy/ui.py:544 data/ui/timer_popover.ui:71
#: cozy/ui.py:326 cozy/ui.py:634 data/ui/timer_popover.ui:71
msgid "min"
msgstr "min"

#: cozy/ui.py:455
#: cozy/ui.py:487
msgid "Importing Audiobooks"
msgstr "Importing Audiobooks"

#: cozy/ui.py:502 cozy/ui.py:505 cozy/ui.py:881 cozy/ui.py:890
#: cozy/ui.py:546 cozy/ui.py:549 cozy/ui.py:1078 cozy/ui.py:1087
msgid "All"
msgstr "All"

#: cozy/ui.py:663
#: cozy/ui.py:753
msgid "Changing audio book location..."
msgstr "Changing audio book location..."

Expand All @@ -46,11 +46,11 @@ msgstr "<big>Author</big>"
msgid "<big>Reader</big>"
msgstr "<big>Reader</big>"

#: data/ui/main_window.ui:143
#: data/ui/main_window.ui:143 data/ui/search_popover.ui:97
msgid "Author"
msgstr "Author"

#: data/ui/main_window.ui:169
#: data/ui/main_window.ui:169 data/ui/search_popover.ui:191
msgid "Reader"
msgstr "Reader"

Expand Down Expand Up @@ -124,17 +124,11 @@ msgstr "Cancel"
msgid "Locate"
msgstr "Locate"

#: data/ui/file_not_found.ui:84
#: data/ui/file_not_found.ui:86
msgid "File not found"
msgstr "File not found"

#: data/ui/file_not_found.ui:100
msgid ""
"<tt>/home/ju/path/to/the/borken/file/that/is/maybe/very/very/long.mp3</tt>"
msgstr ""
"<tt>/home/ju/path/to/the/borken/file/that/is/maybe/very/very/long.mp3</tt>"

#: data/ui/file_not_found.ui:117
#: data/ui/file_not_found.ui:119
msgid "This file could not be found. Do you want to locate it manually?"
msgstr "This file could not be found. Do you want to locate it manually?"

Expand Down Expand Up @@ -170,6 +164,30 @@ msgstr "Rescan from menu"
msgid "Let's get cozy"
msgstr "Let's get cozy"

#: data/ui/hello.ui:292
msgid "Welcome to Cozy!"
msgstr "Welcome to Cozy!"

#: data/ui/import_failed.ui:23
msgid "Ok"
msgstr "Ok"

#: data/ui/import_failed.ui:77
msgid "Some files could not be imported"
msgstr "Some files could not be imported"

#: data/ui/import_failed.ui:130
msgid ""
"This can have multiple reasons:\n"
"- The audio format is not supported\n"
"- The file(s) are no valid audio files\n"
"- The file(s) are corrupt"
msgstr ""
"This can have multiple reasons:\n"
"- The audio format is not supported\n"
"- The file(s) are no valid audio files\n"
"- The file(s) are corrupt"

#: data/ui/settings.ui:27 data/ui/settings.ui:102
msgid "Order by"
msgstr "Order by"
Expand Down Expand Up @@ -216,4 +234,20 @@ msgstr "Audio books location"

#: data/ui/settings.ui:351
msgid "Files"
msgstr "Files"
msgstr "Files"

#: data/ui/search_popover.ui:57
msgid "Which book are you looking for?"
msgstr "Which book are you looking for?"

#: data/ui/search_popover.ui:144
msgid "Book"
msgstr "Book"

#: data/ui/search_popover.ui:238
msgid "Track"
msgstr "Track"

#: data/ui/search_popover.ui:285
msgid "Nothing found :("
msgstr "Nothing found :("
Loading

0 comments on commit 1edcc0f

Please sign in to comment.