diff --git a/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/FrequentShortcutType.java b/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/FrequentShortcutType.java index 69f3220b..0b078c9c 100644 --- a/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/FrequentShortcutType.java +++ b/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/FrequentShortcutType.java @@ -21,7 +21,7 @@ public final class FrequentShortcutType extends BaseShortcutType { public ShortcutInfo getShortcutInfo() { return new ShortcutInfo.Builder(context, getId()) - .setShortLabel(context.getString(R.string.app_shortcut_top_tracks_short)) + .setShortLabel(context.getString(R.string.my_top_tracks)) .setIcon(AppShortcutIconGenerator.generateThemedIcon(context, R.drawable.ic_app_shortcut_top_tracks)) .setIntent(getPlaySongsIntent(AppShortcutLauncherActivity.SHORTCUT_TYPE_FREQUENT)) .build(); diff --git a/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/LatestShortcutType.java b/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/LatestShortcutType.java index 08765228..3fe20cc4 100644 --- a/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/LatestShortcutType.java +++ b/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/LatestShortcutType.java @@ -21,7 +21,7 @@ public final class LatestShortcutType extends BaseShortcutType { public ShortcutInfo getShortcutInfo() { return new ShortcutInfo.Builder(context, getId()) - .setShortLabel(context.getString(R.string.app_shortcut_last_added_short)) + .setShortLabel(context.getString(R.string.last_added)) .setIcon(AppShortcutIconGenerator.generateThemedIcon(context, R.drawable.ic_app_shortcut_last_added)) .setIntent(getPlaySongsIntent(AppShortcutLauncherActivity.SHORTCUT_TYPE_LATEST)) .build(); diff --git a/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/ShuffleShortcutType.java b/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/ShuffleShortcutType.java index f4bfa802..2d7cf3a4 100644 --- a/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/ShuffleShortcutType.java +++ b/app/src/main/java/com/dkanada/gramophone/shortcuts/shortcuttype/ShuffleShortcutType.java @@ -21,7 +21,7 @@ public final class ShuffleShortcutType extends BaseShortcutType { public ShortcutInfo getShortcutInfo() { return new ShortcutInfo.Builder(context, getId()) - .setShortLabel(context.getString(R.string.app_shortcut_shuffle_all_short)) + .setShortLabel(context.getString(R.string.action_shuffle)) .setIcon(AppShortcutIconGenerator.generateThemedIcon(context, R.drawable.ic_app_shortcut_shuffle_all)) .setIntent(getPlaySongsIntent(AppShortcutLauncherActivity.SHORTCUT_TYPE_SHUFFLE)) .build(); diff --git a/app/src/main/res/values-ar/strings.xml b/app/src/main/res/values-ar/strings.xml index 3b709929..2b17181d 100644 --- a/app/src/main/res/values-ar/strings.xml +++ b/app/src/main/res/values-ar/strings.xml @@ -39,7 +39,6 @@ لا توجد نتائج إزالة من قائمة التشغيل حجم الشبكة - حجم الشبكة (في الوضع الأفقي) %1$s؟]]> %1$d قوائم تشغيل؟]]> %1$s من قائمة التشغيل؟]]> @@ -125,9 +124,6 @@ تسجيل دخول اسم المستخدم كلمة المرور - خلط - أفضل الأغاني - المضافة مؤخراً قائمة التشغيل فارغة إشعار التشغيل يوفر أزرار تحكم للتشغيل/الإيقاف المؤقت إلخ. إشعار التشغيل diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 1067cf5d..20cd6791 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -38,7 +38,6 @@ Няма резултати Премахни от плейлист Големина на иконки - Големина на иконки (верт.) %1$s?]]> %1$d плейлиста?]]> %1$s от този плейлист?]]> @@ -115,8 +114,5 @@ Логин Юзернейм Парола - Разбъркай - Най - често слушани - Последно_добавени Плейлистът е празен diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 1539edc9..7246f81b 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -39,7 +39,6 @@ Žádné výsledky Odstranit z playlistu Velikost mřížky - Velikost mřížky (na šiřku) %1$s ?]]> %1$d playlistů?]]> %1$s z playlistu?]]> @@ -125,9 +124,6 @@ Přihlášení Uživatelské jméno Heslo - Náhodně - Nejposlouchanější skladby - Naposledy přidáno Playlist je prázdný Oznámení o přehrávání obsahuje akce pro přehrávání/pauzu atd. Oznámení o přehrávání diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 0b3511d0..040bf096 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -38,7 +38,6 @@ Keine Ergebnisse Aus Wiedergabeliste entfernen Rastergröße - Rastergröße (Querformat) %1$s löschen?]]> %1$d Wiedergabelisten löschen?]]> %1$s aus der Wiedergabeliste entfernen?]]> @@ -129,9 +128,6 @@ Einloggen Benutzername Passwort - Zufällig - Lieblingstitel - Zuletzt hinzugefügt Die Wiedergabeliste ist leer Die Benachrichtigung zur Steuerung von Play/Pause etc. Wiedergabe-Benachrichtigung diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index 35bbef3b..a12d6313 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -39,7 +39,6 @@ Κανένα αποτέλεσμα Αφαίρεση από την λίστα Μέγεθος πλέγματος - Μέγεθος πλέγματος %1$s;]]> %1$s από τη λίστα αναπαραγωγής;]]> %1$d τα τραγούδια από την λίστα αναπαραγωγής;]]> @@ -118,8 +117,5 @@ Είσοδος Όνομα Χρήστη Κωδικός Πρόσβασης - Τυχαία αναπαραγωγή - Κορυφαία Κομμάτια - @string/last_added Η Λίστα αναπαραγωγής είναι κενή diff --git a/app/src/main/res/values-en-rCA/strings.xml b/app/src/main/res/values-en-rCA/strings.xml index 4165763a..c6676743 100644 --- a/app/src/main/res/values-en-rCA/strings.xml +++ b/app/src/main/res/values-en-rCA/strings.xml @@ -38,7 +38,6 @@ No results Remove from playlist Grid size - Grid size (land) %1$s ?]]> %1$d playlists?]]> %1$s from the playlist?]]> @@ -119,9 +118,6 @@ Login Username Password - Shuffle - Top tracks - Last added Playlist is empty The playing notification provides actions for play/pause etc. Playing notification diff --git a/app/src/main/res/values-en-rGB/strings.xml b/app/src/main/res/values-en-rGB/strings.xml index bba5e5a4..66b3abc5 100644 --- a/app/src/main/res/values-en-rGB/strings.xml +++ b/app/src/main/res/values-en-rGB/strings.xml @@ -39,7 +39,6 @@ No results Remove from playlist Grid size - Grid size (land) %1$s?]]> %1$d playlists?]]> %1$s from the playlist?]]> @@ -125,9 +124,6 @@ Login Username Password - Shuffle - Top tracks - Last added Playlist is empty The playing notification provides actions for play/pause etc. Playing notification diff --git a/app/src/main/res/values-es-rES/strings.xml b/app/src/main/res/values-es-rES/strings.xml index 05df0be9..bd4905d5 100644 --- a/app/src/main/res/values-es-rES/strings.xml +++ b/app/src/main/res/values-es-rES/strings.xml @@ -39,7 +39,6 @@ No hay resultados Eliminar de la lista de reproducción Tamaño de la cuadrícula - Tamaño de la cuadrícula (plano) %1$s?]]> %1$d listas de reproducción?]]> ]]> @@ -128,9 +127,6 @@ Registrarse Nombre de usuario Contraseña - Mezclar - Canciones más reproducidas - Último agregado Lista de reproducción vacía La notificación de reproducción muestra acciones para reproducir/pausar etc. Notificación de reproducción diff --git a/app/src/main/res/values-es-rUS/strings.xml b/app/src/main/res/values-es-rUS/strings.xml index f92b4893..257e06a6 100644 --- a/app/src/main/res/values-es-rUS/strings.xml +++ b/app/src/main/res/values-es-rUS/strings.xml @@ -39,7 +39,6 @@ Sin resultados Eliminar de la lista de reproducción Tamaño de la cuadrícula - Tamaño de la cuadrícula (horizontal) %1$s?]]> %1$d listas de reproducción?]]> %1$s de la lista de reproducción?]]> @@ -125,9 +124,6 @@ Iniciar sesión Nombre de usuario Contraseña - Al azar - Mejores pistas - Último agregado La lista de reproducción está vacía La notificación de reproducción proporciona acciones para reproducir/pausar, etc. Notificación de reproducción diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 2c8ebacc..9e66be58 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -39,7 +39,6 @@ Ei hakutuloksia Poista soittolistasta Ruudukon koko - Ruudukon koko (vaaka) %1$s?]]> %1$d soittolistaa?]]> %1$s soittolistasta?]]> @@ -128,9 +127,6 @@ Kirjaudu sisään Käyttäjänimi Salasana - Sekoita - Top raidat - Viimeksi lisätyt Soittolista on tyhjä Toistoilmoitus sisältää nappeja musiikin toistolle/pysäyttämiselle jne. Toistoilmoitus diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 470067b8..0fdf0a02 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -39,7 +39,6 @@ Aucun résultat Retirer de la playlist Taille de la grille - Taille de la grille (paysage) %1$s ?]]> %1$d?]]> %1$s de la playlist ?]]> @@ -125,9 +124,6 @@ Connexion Nom d\'utilisateur Mot de passe - Lecture aléatoire - Meilleurs titres - Ajouté dernièrement Liste de lecture vide La notification de lecture fournit des actions pour la lecture / pause etc. Notification de lecture diff --git a/app/src/main/res/values-he/strings.xml b/app/src/main/res/values-he/strings.xml index 33df56ea..f2a4b86d 100644 --- a/app/src/main/res/values-he/strings.xml +++ b/app/src/main/res/values-he/strings.xml @@ -39,7 +39,6 @@ אין תוצאות הסר מרשימת ההשמעה גודל הרשת - גודל הרשת (קרקע) %1$s?]]> %1$d רשימות השמיעה?]]> %1$s מרשימת ההשמעה?]]> @@ -125,9 +124,6 @@ התחבר שם משתמש סיסמא - ערבב - שירים מובילים - נוספו לאחרונה רשימת ההשמעה ריקה התראת הניגון מספקת פעולות הפעלה/השהייה וכו\'. התראת ניגון diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index 67b182c6..55e2b787 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -39,7 +39,6 @@ Nema rezultata Ukloni s popisa naslova Veličina mreže - Veličina mreže (vodoravno) %1$s?]]> %1$d popisa naslova?]]> %1$s s popisa naslova?]]> @@ -125,9 +124,6 @@ Prijava Korisničko ime Lozinka - Nasumična reprodukcija - Najslušanije pjesme - Posljednje dodano Popis naslova je prazan Obavijest reprodukcije pruža radnje za reprodukciju/pauzu itd. Obavijest reprodukcije diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index 2d96ac63..26ec2b36 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -39,7 +39,6 @@ Nincs találat Eltávolítás a lejátszási listából Rácsméret - Rácsméret %1$s lejátszási listát?]]> %1$d lejátszási listát?]]> %1$s dalt a lejátszási listából?]]> @@ -125,9 +124,6 @@ Bejelentkezés Felhasználónév Jelszó - Keverés - Top dalok - Legfrissebb dalok A lejátszási lista üres A lejátszási értesítés lejátszási / szüneteltetési intézkedéseket tartalmaz. Értesítés lejátszása diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index caf743b8..06aa4588 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -39,7 +39,6 @@ Tidak ditemukan Hapus dari daftar putar Ukuran kisi - Ukuran kisi (lanskap) }{%1$s}{}?]]> %1$d daftar putar?]]> %1$s dari daftar putar?]]> @@ -128,9 +127,6 @@ Masuk Nama pengguna Kata sandi - Acak - Trek Teratas - Terakhir ditambahkan Daftar putar kosong Notifikasi bermain memberi tindakan untuk putar/jeda, dll. Notifikasi bermain diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index caf743b8..06aa4588 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -39,7 +39,6 @@ Tidak ditemukan Hapus dari daftar putar Ukuran kisi - Ukuran kisi (lanskap) }{%1$s}{}?]]> %1$d daftar putar?]]> %1$s dari daftar putar?]]> @@ -128,9 +127,6 @@ Masuk Nama pengguna Kata sandi - Acak - Trek Teratas - Terakhir ditambahkan Daftar putar kosong Notifikasi bermain memberi tindakan untuk putar/jeda, dll. Notifikasi bermain diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index f7acb179..a507f083 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -39,7 +39,6 @@ Nessun risultato Rimuovi dalla playlist Dimensione griglia - Dimensione griglia (schermo orizzontale) %1$s?]]> %1$d playlist?]]> %1$s dalla playlist?]]> @@ -128,9 +127,6 @@ Accesso Username Password - Casuale - Migliori tracce - Ultima aggiunta La playlist è vuota La notifica di riproduzione offre azioni per play/pausa ecc. Notifica di riproduzione diff --git a/app/src/main/res/values-iw/strings.xml b/app/src/main/res/values-iw/strings.xml index 33df56ea..f2a4b86d 100644 --- a/app/src/main/res/values-iw/strings.xml +++ b/app/src/main/res/values-iw/strings.xml @@ -39,7 +39,6 @@ אין תוצאות הסר מרשימת ההשמעה גודל הרשת - גודל הרשת (קרקע) %1$s?]]> %1$d רשימות השמיעה?]]> %1$s מרשימת ההשמעה?]]> @@ -125,9 +124,6 @@ התחבר שם משתמש סיסמא - ערבב - שירים מובילים - נוספו לאחרונה רשימת ההשמעה ריקה התראת הניגון מספקת פעולות הפעלה/השהייה וכו\'. התראת ניגון diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 6e6d7ff3..b1161de3 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -39,7 +39,6 @@ 該当なし プレイリストから除去 グリッドサイズ - グリッドサイズ(横向き) %1$s を削除してもよろしいですか?]]> %1$dつのプレイリストを削除してもよろしいですか?]]> %1$s を除去してもよろしいですか?]]> @@ -125,9 +124,6 @@ ログイン ユーザー名 パスワード - シャッフル - よく聞く曲 - 最近追加された曲 プレイリストは空です 再生の通知は再生/一時停止などを提供します。 再生中の通知 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index 8fe3b761..cd9ba249 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -39,7 +39,6 @@ 결과 없음 재생 목록에서 제거 격자 크기 - 격자 크기 (가로) %1$s을(를) 삭제하시겠습니까?]]> %1$d개를 삭제하시겠습니까?]]> %1$s을(를) 재생 목록에서 제거하시겠습니까?]]> @@ -125,9 +124,6 @@ 로그인 사용자 이름 비밀번호 - 모든 곡 랜덤 재생 - 많이 재생한 트랙 - 최근 추가됨 재생 목록이 비어 있습니다. 재생 알림을 통해 재생/일시 정지 등을 제어할 수 있습니다. 재생 알림 diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 59828d1e..01566c40 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -39,7 +39,6 @@ Geen resultaten Verwijderen uit afspeellijst Rastergrootte - Rastergrootte (landschap) %1$s verwijderen?]]> %1$d afspeellijsten verwijderen?]]> %1$s verwijderen uit de afspeellijst?]]> @@ -125,9 +124,6 @@ Login Gebruikersnaam Wachtwoord - Shuffle - Top nummers - Laatst toegevoegd Afspeellijst is leeg De afspeelmelding biedt acties voor afspelen/pauzeren etc. Afspeelmelding diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 0636f0d1..16c7cff7 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -39,7 +39,6 @@ Brak wyników Usuń z listy odtwarzania Rozmiar siatki - Rozmiar siatki (poziomo) %1$s?]]> %1$d listy odtwarzania?]]> %1$s z listy odtwarzania?]]> @@ -125,9 +124,6 @@ Zaloguj się Nazwa użytkownika Hasło - Losowo - Najlepsze utwory - Ostatnio dodane Lista odtwarzania jest pusta Powiadomienie odtwarzania pozwala na zatrzymywanie/wznawianie itd. Powiadomienie o odtwarzaniu diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index f7d66573..cd72ec82 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -39,7 +39,6 @@ Sem resultados Remover da playlist Número de colunas - Número de colunas (horizontal) %1$s? ]]> }{%1$d}{} listas de reprodução?]]> %1$s da playlist?]]> @@ -128,9 +127,6 @@ Login Nome de usuário Senha - Embaralhar - Melhores faixas - Últimas adições A playlist está vazia A notificação de reprodução fornece opções de pausar/continuar etc. Notificação de reprodução diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 32a1754a..d905c0fc 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -35,7 +35,6 @@ Sem resultados Remover da lista de reprodução Tamanho de grelha - Tamanho de grelha (horizontal) %1$s?]]> %1$d listas de reprodução?]]> %1$s da playlist?]]> diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index c2aad244..216c1f22 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -39,7 +39,6 @@ Niciun rezultat Ștergeți din lista de redare. Mărimea grilei - Dimensiunea grilei (peisaj) %1$s?]]> %1$d liste?]]> %1$s din listă?]]> @@ -125,9 +124,6 @@ Logare Nume utilizator Parolă - Amestecare - Melodii de top - Ultimele adăugate Listă de redare goală Notificarea de redare oferă acțiuni de redare/pauză etc. Notificare de redare diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index aea38d61..826b0a9a 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -39,7 +39,6 @@ Нет результатов Удалить из плейлиста Размер сетки - Размер сетки (ландшафт) %1$s?]]> %1$d плейлиста?]]> %1$s из плейлиста?]]> @@ -128,9 +127,6 @@ Войти Имя пользователя Пароль - Перемешать - Популярные треки - Последние добавленные Плейлист пуст С помощью уведомления о воспроизведении можно воспроизводить/ставить на паузу и т.д. Уведомление о воспроизведении diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 18cb841c..8a2ceca6 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -39,7 +39,6 @@ Sonuç bulunamadı Çalma listesinden kaldır Kılavuz boyutu - Kılavuz boyutu (yatay) %1$s çalma listesini sil?]]> %1$d çalma listelerini silmek istiyor musunuz?]]> %1$s şarkıyı kaldırmak istiyor musunuz?]]> @@ -125,9 +124,6 @@ Oturum aç Kullanıcı adı Şifre - Karıştır - En iyi parçalar - Son eklenen Çalma listesi boş Çalma bildirimi, başlat/duraklat vb. işlemleri sağlar Çalma bildirimi diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index ae96c891..7020e5fd 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -39,7 +39,6 @@ Немає результатів Видалити зі списку відтворення Розмір сітки - Розмір сітки (ландшафт) %1$s?]]> %1$d?]]> %1$s зі списку відтворення?]]> diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index a4d3c20c..9872a3cd 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -38,7 +38,6 @@ Không có kết quả Xóa khỏi danh sách nhạc Kích thước lưới - Kích thước lưới (màn hình nằm ngang) %1$s?]]> %1$d? ]]> %1$s từ danh sách nhạc này?]]> @@ -119,9 +118,6 @@ Tài khoản GitHub Tên người dùng Mật khẩu - Xáo trộn - Bài hát hàng đầu - @string/last_added Danh sách nhạc trống Thông báo đang phát cung cấp các hành động để phát / tạm dừng vv. Thông báo đang phát diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index 9da4235d..65cf7ab8 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -39,7 +39,6 @@ 没有找到结果 从播放列表中移除 网格尺寸 - 网格尺寸(横屏) %1$s?]]> %1$d 个播放列表?]]> %1$s?]]> @@ -126,9 +125,6 @@ 登录 用户名 密码 - 随机播放 - 最喜欢的歌曲 - 最近添加 播放列表为空 正在播放通知提供了播放/暂停等便捷操作。 正在播放通知 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 319d9a17..b2fe2cc7 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -40,7 +40,6 @@ 沒有搜尋結果 從播放清單中移除 網格大小 - 網格大小 %1$s嗎?]]> %1$d個播放清單?]]> %1$s從播放清單中移除嗎?]]> @@ -129,9 +128,6 @@ 登入 帳號 密碼 - 隨機播放 - 最佳單曲 - 最後新增 播放清單是空的 播放中通知提供了播放/暫停等操作 播放中通知 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7a0c758d..24f9c4f7 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -33,8 +33,8 @@ Go to album Remove from playlist Grid size - Grid size (land) Shuffle all + Shuffle Shuffle album Shuffle artist Shuffle playlist @@ -100,7 +100,6 @@ Colors Now Playing Audio - Direct Play Images Library Lockscreen @@ -199,10 +198,6 @@ Up next %1$d selected - Shuffle - Top tracks - Last added - Playlist is empty The playing notification provides actions for play/pause etc. Playing notification