diff --git a/app/src/debug/res/values/do_not_translate.xml b/app/src/debug/res/values/do_not_translate.xml new file mode 100644 index 000000000..dd28633f5 --- /dev/null +++ b/app/src/debug/res/values/do_not_translate.xml @@ -0,0 +1,4 @@ + + + Auxio Debug + \ No newline at end of file diff --git a/app/src/debug/res/values/strings.xml b/app/src/debug/res/values/strings.xml deleted file mode 100644 index 025c0a0a5..000000000 --- a/app/src/debug/res/values/strings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - Auxio Debug - \ No newline at end of file diff --git a/app/src/main/java/org/oxycblt/auxio/settings/ui/AboutDialog.kt b/app/src/main/java/org/oxycblt/auxio/settings/ui/AboutDialog.kt index 1e6a3d09b..2917ccd5e 100644 --- a/app/src/main/java/org/oxycblt/auxio/settings/ui/AboutDialog.kt +++ b/app/src/main/java/org/oxycblt/auxio/settings/ui/AboutDialog.kt @@ -36,13 +36,9 @@ class AboutDialog : BottomSheetDialogFragment() { binding.aboutCode.setOnClickListener { openLinkInBrowser(LINK_CODEBASE) } binding.aboutFaq.setOnClickListener { openLinkInBrowser(LINK_FAQ) } binding.aboutLicenses.setOnClickListener { openLinkInBrowser(LINK_LICENSES) } - binding.aboutSongCount.text = getString( R.string.format_songs_loaded, musicStore.songs.size.toString() ) - binding.aboutAuthor.text = getString( - R.string.format_author, getString(R.string.label_author_oxycblt) - ) logD("Dialog created.") diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index c23b53aa8..573d36d58 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -170,7 +170,7 @@ app:drawableLeftCompat="@drawable/ic_author" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintTop_toBottomOf="@+id/about_song_count" - tools:text="Created by OxygenCobalt" /> + android:text="@string/label_author" /> diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml new file mode 100644 index 000000000..7d885305e --- /dev/null +++ b/app/src/main/res/values-de/strings.xml @@ -0,0 +1,133 @@ + + + Wieder Versuchen + Gewähren + Bibliothek + Genres + Künstler + Alben + Lieder + Alles Lieder + Suche + Filtern + Alles + Sortierung + Standard + A-Z + Z-A + Aktuelle Wiedergabe + Abspielen + Zufällig + Abspielen vom Künstler + Gehen zum Künstler + Gehen zum Album + Warteschlange + Zur Warteschlange hinzufügen + Hat der Warteschlange hinzugefügt + Nächsten im Warteschlange + Über + Version + Sehen auf Github + Lizenzen + FAQ + Einstellungen + Erscheinungsbild + Theme + Automatisch + Hell + Dunkel + Akzentfarbe + Unbekannte Akzentfarbe + Anzeige + Musikbibliothek-Itemen + Benachrichtigung farblich anpassen + Albumcover anzeigen + Audiofokus + Kopfhöreranschluss + Weiderholen + Halten + Weiderholen und Pausieren + Ignorieren MediaStore Cover + Audio + Verhalten + Wenn ein Lied ausgewählt hat + Wenn eine Abspielliste zu Ende ist + Shuffle-Einstellung merken + Laden die Musik fehlgeschlagen + Könnte nicht Link öffnen + Versuchen deine Musikbibliothek… + Albumcover für %s + Künstlerbild für %s + Genrebild für %s + Titel %s + Fehler + Kein Datum + Rot + Rosa + Lila + Dunkellila + Indigoblau + Blau + Hellblau + Türkis + Blaugrün + Grün + Hellgrün + Lindgrün + Gelb + Bernsteingelb + Orange + Tieforange + Braun + Grau + Blaugrau + Neutral + Nächsten von: %s + Musikwiedergabe + der Musikwiedergabe-Service von Auxio + Unbekanntes Genre + Unbekannter Künstler + Unbekanntes Album + Lieden geladen: %s + Entwickelt von OxygenCobalt + Abspielen + Pausieren + Auxio-Icon + Löschen Suchanfrage + Ändern Art die Wiederholung + Ausschalten Zufällig + Anschalten Zufällig + Springt zu letzter Lied + Springt zu nächster Lied + Entleeren Warteschlange + Pausieren, wenn anderes Audio abspielt [Bsp. Alarme] + Abspielen/Pausieren wenn der Kopfhöreranschluss ändern + Vorziehen Zufällig-Aktionstaste + Ändern Art die Sortieren + Vorziehen Wiederholen-Aktionstaste + + %s Lied + %s Lieder + + + + %s Album + %s Alben + + Auxio braucht Berechtigung, zu lesen deine Musikbibliothek + Standard Reihenfolge + Sortieren von A bis Z + Sortieren von Z bis A + Keine Musik gefunden + Abspielen von alles Lieder + Abspielen vom Album + Abspielen vom Genre + Zurückspulen bevor, springen zum vorheriger Lied + Verwenden ändere Aktionstaste + Lassen Zufällig an, wenn ein neues Lied anspielen + Ausschalten zu Speicherverbrauch sparen + Zeigen Albumcover an der Benachrichtigung + Verbesst die Albumcover Qualität was jedoch die Ladezeit beeinträchtigt + Zurückspulen bevor springt zurück + Ein einfaches und flexibeles Musikplayer für Android + \ No newline at end of file diff --git a/app/src/main/res/values-large/styles.xml b/app/src/main/res/values-large/styles.xml index ae778ff35..adfca3b6d 100644 --- a/app/src/main/res/values-large/styles.xml +++ b/app/src/main/res/values-large/styles.xml @@ -1,40 +1,17 @@ - - - - - \ No newline at end of file diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml index f4654dc2f..ccae50748 100644 --- a/app/src/main/res/values/dimens.xml +++ b/app/src/main/res/values/dimens.xml @@ -47,7 +47,7 @@ 26sp 18sp 19sp - 16sp + 16sp 20sp diff --git a/app/src/main/res/values/do_not_translate.xml b/app/src/main/res/values/do_not_translate.xml index 969e537ba..7678fef12 100644 --- a/app/src/main/res/values/do_not_translate.xml +++ b/app/src/main/res/values/do_not_translate.xml @@ -1,10 +1,17 @@ - OxygenCobalt + + Auxio %1$s / %2$s %1$s / %2$s / %3$s %1$s, %2$s <b>%1$s</b>: %2$s + + + Debug + Save playback state + Force save the current playback state + State saved \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 01cef2d43..e1efb7068 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,10 +1,9 @@ - Auxio - A sensible and customizable music player for android. + A sensible and customizable music player for Android Music Playback - The music playback service for Auxio. + The music playback service for Auxio Retry @@ -14,6 +13,8 @@ Genres Artists Albums + Songs + All Songs Search Filter @@ -23,16 +24,13 @@ Default A-Z Z-A - - All Songs - Songs Now Playing Play Shuffle Play from all songs - Play from artist Play from album + Play from artist Play from genre Go to artist @@ -48,6 +46,7 @@ View on Github Licenses FAQ + Developed by OxygenCobalt Settings @@ -72,9 +71,7 @@ Turn off to save memory usage Ignore MediaStore covers - - Results in higher quality album covers, but causes slower loading and higher memory usage - + Increases the quality of the album covers but results in longer loading times Use alternate notification action Prefer repeat mode action @@ -101,16 +98,10 @@ Rewind before skipping back Rewind before skipping to the previous song - - Debug - Save playback state - Force save the current playback state - State saved - No music found Music loading failed - Permissions to read storage are needed + Auxio needs permission to read your music library Could not open link @@ -168,7 +159,6 @@ Next From: %s Songs Loaded: %s - Created by %s %s Song diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index b4c8f2fb3..cdf1c3605 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -181,38 +181,36 @@ 500dp - - + + + - @@ -237,14 +235,4 @@ fitCenter @dimen/padding_play_pause - - \ No newline at end of file diff --git a/info/FAQ.md b/info/FAQ.md index 7721acf8b..ba029804f 100644 --- a/info/FAQ.md +++ b/info/FAQ.md @@ -6,7 +6,7 @@ This FAQ will be continually updated as new changes and updates are made to Auxi ## What is Auxio? -Auxio is local music player for android that I built for myself, primarily. Its meant to be simplistic and straightfoward, however still customizable to ones wants. +Auxio is local music player for android that I built for myself, primarily. Its meant to be both simplistic and straightfoward while still remaining customizable. ## Where can I download Auxio?