Merge pull request #356 from weblate/weblate-simple-mobile-tools-simple-music-player
Translations update from Hosted Weblate
This commit is contained in:
commit
6ece7afda7
4 changed files with 167 additions and 59 deletions
|
@ -1,10 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Simpel Musikafspiller</string>
|
<string name="app_name">Simpel Musikafspiller</string>
|
||||||
<string name="app_launcher_name">Musikafspiller</string>
|
<string name="app_launcher_name">Musikafspiller</string>
|
||||||
<string name="playlist_empty">Din afspilningsliste er tom</string>
|
<string name="playlist_empty">Din afspilningsliste er tom</string>
|
||||||
<string name="rename_song">Omdøb sang</string>
|
<string name="rename_song">Omdøb sang</string>
|
||||||
<string name="rename_song_error">En fejl opstod under omdøbningen</string>
|
<string name="rename_song_error">En fejl opstod under omdøbningen</string>
|
||||||
<string name="rename_song_empty">Udfyld venligst alle felter</string>
|
<string name="rename_song_empty">Udfyld alle felter</string>
|
||||||
<string name="repeat_off">Repeat off</string>
|
<string name="repeat_off">Repeat off</string>
|
||||||
<string name="repeat_song">Gentag den valgte sang</string>
|
<string name="repeat_song">Gentag den valgte sang</string>
|
||||||
<string name="repeat_playlist">Repeat playlist</string>
|
<string name="repeat_playlist">Repeat playlist</string>
|
||||||
|
@ -17,8 +18,7 @@
|
||||||
<string name="playback_speed">Afspilningshastighed</string>
|
<string name="playback_speed">Afspilningshastighed</string>
|
||||||
<string name="loading_files">Indlæser filer…</string>
|
<string name="loading_files">Indlæser filer…</string>
|
||||||
<string name="sleep_timer">Sleep timer</string>
|
<string name="sleep_timer">Sleep timer</string>
|
||||||
|
<!-- Playlists -->
|
||||||
<!-- Playlists -->
|
|
||||||
<string name="add_file_to_playlist">Tilføj fil til afspilningsliste</string>
|
<string name="add_file_to_playlist">Tilføj fil til afspilningsliste</string>
|
||||||
<string name="add_folder_to_playlist">Tilgøj mappe til afspilningsliste</string>
|
<string name="add_folder_to_playlist">Tilgøj mappe til afspilningsliste</string>
|
||||||
<string name="manage_playlists">Rediger afspilningslister</string>
|
<string name="manage_playlists">Rediger afspilningslister</string>
|
||||||
|
@ -46,14 +46,12 @@
|
||||||
<string name="show_album_cover">Vis album cover på hovedskærmen</string>
|
<string name="show_album_cover">Vis album cover på hovedskærmen</string>
|
||||||
<string name="all_tracks">Alle spor</string>
|
<string name="all_tracks">Alle spor</string>
|
||||||
<string name="add_to_playlist">Tilføj til afspilningsliste</string>
|
<string name="add_to_playlist">Tilføj til afspilningsliste</string>
|
||||||
<string name="create_playlist_label">Du kan oprette en ny afspilningsliste ved at vælge den ønskede kunstnere, albummer eller spor via Menu -> Tilføj til afspilningsliste."</string>
|
<string name="create_playlist_label">Du kan oprette en ny afspilningsliste ved at vælge den ønskede kunstnere, albummer eller spor via Menu -> Tilføj til afspilningsliste."</string>
|
||||||
|
|
||||||
<!-- Sorting -->
|
<!-- Sorting -->
|
||||||
<string name="track_count">Antal spor</string>
|
<string name="track_count">Antal spor</string>
|
||||||
<string name="album_count">Antal albummer</string>
|
<string name="album_count">Antal albummer</string>
|
||||||
<string name="artist_name">Kunstnernavn</string>
|
<string name="artist_name">Kunstnernavn</string>
|
||||||
<string name="year">År</string>
|
<string name="year">År</string>
|
||||||
|
|
||||||
<!-- Artists -->
|
<!-- Artists -->
|
||||||
<string name="artists">Kunstnere</string>
|
<string name="artists">Kunstnere</string>
|
||||||
<string name="albums">Albummer</string>
|
<string name="albums">Albummer</string>
|
||||||
|
@ -61,27 +59,22 @@
|
||||||
<item quantity="one">%d Album</item>
|
<item quantity="one">%d Album</item>
|
||||||
<item quantity="other">%d Albummer</item>
|
<item quantity="other">%d Albummer</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<string name="tracks">Spor</string>
|
<string name="tracks">Spor</string>
|
||||||
<plurals name="tracks_plural">
|
<plurals name="tracks_plural">
|
||||||
<item quantity="one">%d Spor</item>
|
<item quantity="one">%d Spor</item>
|
||||||
<item quantity="other">%d Spor</item>
|
<item quantity="other">%d Spor</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- Queue -->
|
<!-- Queue -->
|
||||||
<string name="next_track">Næste:</string>
|
<string name="next_track">Næste:</string>
|
||||||
<string name="track_queue">Afspilningskø</string>
|
<string name="track_queue">Afspilningskø</string>
|
||||||
<string name="add_to_queue">Tilføj til afspilningskø</string>
|
<string name="add_to_queue">Tilføj til afspilningskø</string>
|
||||||
<string name="remove_from_queue">Fjern fra afspilningskø</string>
|
<string name="remove_from_queue">Fjern fra afspilningskø</string>
|
||||||
<string name="create_playlist_from_queue">Opret afspilningsliste fra afspilningskø</string>
|
<string name="create_playlist_from_queue">Opret afspilningsliste fra afspilningskø</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="equalizer">Equalizer</string>
|
<string name="equalizer">Equalizer</string>
|
||||||
<string name="swap_prev_next">Ombyt forrige/næste hovedtelefonknapper</string>
|
<string name="swap_prev_next">Ombyt forrige/næste hovedtelefonknapper</string>
|
||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">Hvordan kan jeg spole frem i sange?</string>
|
<string name="faq_1_title">Hvordan kan jeg spole frem i sange?</string>
|
||||||
|
|
||||||
<string name="faq_1_text">Du kan klikke på de to tidsangivelser (aktuel spilletid og total varighed af nummeret) nær søgefeltet, der bevæger sangen enten bagud eller fremad.</string>
|
<string name="faq_1_text">Du kan klikke på de to tidsangivelser (aktuel spilletid og total varighed af nummeret) nær søgefeltet, der bevæger sangen enten bagud eller fremad.</string>
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
|
@ -124,9 +117,8 @@
|
||||||
<b> Reddit : </b>
|
<b> Reddit : </b>
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
133
app/src/main/res/values-nb-rNO/strings.xml
Normal file
133
app/src/main/res/values-nb-rNO/strings.xml
Normal file
|
@ -0,0 +1,133 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<resources>
|
||||||
|
<string name="app_name">Enkel musikkspiller</string>
|
||||||
|
<string name="app_launcher_name">Musikkspiller</string>
|
||||||
|
<string name="playlist_empty">Spillelisten din er tom</string>
|
||||||
|
<string name="rename_song">Gi sporet nytt navn</string>
|
||||||
|
<string name="rename_song_error">Kunne ikke endre navn på spor</string>
|
||||||
|
<string name="rename_song_empty">Fyll inn alle felter</string>
|
||||||
|
<string name="repeat_off">Gjentagelse av</string>
|
||||||
|
<string name="repeat_song">Gjenta nåværende spor</string>
|
||||||
|
<string name="repeat_playlist">Gjenta alt</string>
|
||||||
|
<string name="stop_playback_after_current_song">Stop avspilling etter dette sporet</string>
|
||||||
|
<string name="enable_shuffle">Skru på omstokking</string>
|
||||||
|
<string name="disable_shuffle">Skru av omstokking</string>
|
||||||
|
<string name="shuffle_enabled">Omstokking på</string>
|
||||||
|
<string name="shuffle_disabled">Omstokking av</string>
|
||||||
|
<string name="sleep_timer">Søvntidsur</string>
|
||||||
|
<string name="volume">Lydstyrke</string>
|
||||||
|
<string name="playback_speed">Avspillingshastighet</string>
|
||||||
|
<string name="loading_files">Laster inn filer …</string>
|
||||||
|
|
||||||
|
<!-- Playlists -->
|
||||||
|
<string name="add_file_to_playlist">Legg til fil i spilleliste</string>
|
||||||
|
<string name="add_folder_to_playlist">Legg til mappe i spilleliste</string>
|
||||||
|
<string name="manage_playlists">Håndter spillelister</string>
|
||||||
|
<string name="playlists">Spillelister</string>
|
||||||
|
<string name="create_new_playlist">Opprett ny spilleliste</string>
|
||||||
|
<string name="rename_playlist">Gi spillelisten nytt navn</string>
|
||||||
|
<string name="playlist_name_exists">En spilleliste med dette navnet finnes allerede</string>
|
||||||
|
<string name="remove_playlist">Fjern spilleliste</string>
|
||||||
|
<string name="remove_playlist_description">Dette fjerner kun valgte spillelister. De faktiske filene vil ikke bli slettet.</string>
|
||||||
|
<string name="remove_playlist_description_placeholder">Dette vil kun fjerne spillelisten «%s». De faktiske filene vil ikke bli slettet.</string>
|
||||||
|
<string name="remove_from_playlist">Fjern fra spilleliste</string>
|
||||||
|
<string name="remove_from_playlist_description">Fette vil kun fjerne elementene fra spillelisten «%s». De faktiske filene vil ikke bli slettet.</string>
|
||||||
|
<string name="delete_the_files_too">Slett filene også</string>
|
||||||
|
<string name="open_playlist">Åpne spilleliste</string>
|
||||||
|
<string name="all_songs_cannot_be_deleted">«Alle spor»-spillelisten kan ikke slettes</string>
|
||||||
|
<string name="empty_playlist">Nåværende spilleliste er tom</string>
|
||||||
|
<string name="fetching_songs">Henter spor …</string>
|
||||||
|
<string name="all_songs">Alle spor</string>
|
||||||
|
<string name="create_playlist_from_folder">Opprett ny spilleliste fra mappe</string>
|
||||||
|
<string name="folder_contains_no_audio">Valgt mappe inneholder ingen lydfiler</string>
|
||||||
|
<string name="delete_current_song">Slett nåværende spor</string>
|
||||||
|
<string name="remove_current_song">Fjern nåvørende spor fra spilleliste</string>
|
||||||
|
<string name="show_filename">Vis filnavn som sportittel</string>
|
||||||
|
<string name="title_is_not_available">Hvis tittel ikke er tilgjengelig</string>
|
||||||
|
<string name="show_album_cover">Vis albumsomslag på hovedskjermen</string>
|
||||||
|
<string name="all_tracks">Alle spor</string>
|
||||||
|
<string name="add_to_playlist">Legg til i spilleliste</string>
|
||||||
|
<string name="create_playlist_label">Du kan opprette en ny spilleliste ved å velge ønskede artister, album, eller spor ved å bruke Meny → Legg til i spilleliste.</string>
|
||||||
|
|
||||||
|
<!-- Sorting -->
|
||||||
|
<string name="track_count">Sporantall</string>
|
||||||
|
<string name="album_count">Albumsantall</string>
|
||||||
|
<string name="artist_name">Artistnavn</string>
|
||||||
|
<string name="year">År</string>
|
||||||
|
|
||||||
|
<!-- Artists -->
|
||||||
|
<string name="artists">Artister</string>
|
||||||
|
<string name="albums">Album</string>
|
||||||
|
<plurals name="albums_plural">
|
||||||
|
<item quantity="one">%d album</item>
|
||||||
|
<item quantity="other">%d album</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<string name="tracks">Spor</string>
|
||||||
|
<plurals name="tracks_plural">
|
||||||
|
<item quantity="one">%d spor</item>
|
||||||
|
<item quantity="other">%d spor</item>
|
||||||
|
</plurals>
|
||||||
|
|
||||||
|
<!-- Queue -->
|
||||||
|
<string name="next_track">Neste:</string>
|
||||||
|
<string name="track_queue">Sporkø</string>
|
||||||
|
<string name="add_to_queue">Legg til i kø</string>
|
||||||
|
<string name="remove_from_queue">Fjern fra kø</string>
|
||||||
|
<string name="create_playlist_from_queue">Opprett spilleliste fra kø</string>
|
||||||
|
|
||||||
|
<!-- Settings -->
|
||||||
|
<string name="equalizer">Tonekontroll</string>
|
||||||
|
<string name="swap_prev_next">Bytt hodetelefonknapper for forrige/neste</string>
|
||||||
|
|
||||||
|
<!-- FAQ -->
|
||||||
|
<string name="faq_1_title">Hvordan kan jeg spole raskt\?</string>
|
||||||
|
<string name="faq_1_text">Du kan klikke på nåværende eller lengde nær blafringsfeltet, noe som flytter avspillingen forover eller bakover.</string>
|
||||||
|
|
||||||
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
|
<string name="app_title">Enkel musikkspiller – en kul spiller for dine spor</string>
|
||||||
|
<!-- Short description has to have less than 80 chars -->
|
||||||
|
<string name="app_short_description">En ren musikkspiller med tilpassbart miniprogram, stilig grensesnitt, og ingen reklame.</string>
|
||||||
|
<string name="app_long_description">
|
||||||
|
A simple music player easily controllable from the status bar, home screen widget or by hardware buttons on your headset. It provides all expected functions like sorting in various ways as well as changing the Equalizer. Listen to your favorite mp3, other songs or podcasts with this free beautiful music player.
|
||||||
|
|
||||||
|
It offers exclusive extras like Search and showing Album Art, a sleep timer and many other settings. This elegant music player allows you creating and managing handy playlists as you desire.
|
||||||
|
|
||||||
|
Playlists are fully supported. You can add either individual files, or whole folders. If you won\'t like a file, you can either just remove it from a playlist, or delete the actual file altogether.
|
||||||
|
|
||||||
|
Comes with a handy sleep timer so that you can reliably delay the time of the app shutting down.
|
||||||
|
|
||||||
|
Supports both shuffle and repeating a particular song, as well as skipping and fast forwarding.
|
||||||
|
|
||||||
|
Available in many different languages and offers multiple different equalizers.
|
||||||
|
|
||||||
|
Easily check a file properties like the size, duration, last modified etc.
|
||||||
|
|
||||||
|
Modify file EXIF data like the song title and artist.
|
||||||
|
|
||||||
|
Quickly share files with your friends on social networks, emails, or anywhere you would like.
|
||||||
|
|
||||||
|
This stylish music player contains a widget with customizable text color, alpha and the color of the background for easy access and control.
|
||||||
|
|
||||||
|
It properly handles third party intents too for playing individual audio files so it can help at setting ringtones too.
|
||||||
|
|
||||||
|
It comes with material design and dark theme by default, provides great user experience for easy usage. The lack of internet access gives you more privacy, security and stability than other apps.
|
||||||
|
|
||||||
|
Contains no ads or unnecessary permissions. It is fully opensource and provides customizable colors.
|
||||||
|
|
||||||
|
<b>Check out the full suite of Simple Tools here:</b>
|
||||||
|
https://www.simplemobiletools.com
|
||||||
|
|
||||||
|
<b>Facebook:</b>
|
||||||
|
https://www.facebook.com/simplemobiletools
|
||||||
|
|
||||||
|
<b>Reddit:</b>
|
||||||
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
|
</string>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Haven't found some strings? There's more at
|
||||||
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
|
-->
|
||||||
|
</resources>
|
|
@ -1,23 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">简易音乐播放器</string>
|
<string name="app_name">简易音乐播放器</string>
|
||||||
<string name="app_launcher_name">音乐播放器</string>
|
<string name="app_launcher_name">音乐播放器</string>
|
||||||
<string name="playlist_empty">您的播放列表为空</string>
|
<string name="playlist_empty">您的播放列表为空</string>
|
||||||
<string name="rename_song">重命名歌曲</string>
|
<string name="rename_song">重命名歌曲</string>
|
||||||
<string name="rename_song_error">在重命名过程中发生错误</string>
|
<string name="rename_song_error">无法重命名歌曲</string>
|
||||||
<string name="rename_song_empty">请填写全部字段</string>
|
<string name="rename_song_empty">请填写全部字段</string>
|
||||||
<string name="repeat_off">Repeat off</string>
|
<string name="repeat_off">已禁用重复播放</string>
|
||||||
<string name="repeat_song">重复当前歌曲</string>
|
<string name="repeat_song">重复当前歌曲</string>
|
||||||
<string name="repeat_playlist">Repeat playlist</string>
|
<string name="repeat_playlist">Repeat playlist</string>
|
||||||
<string name="stop_playback_after_current_song">Stop playback after current song</string>
|
<string name="stop_playback_after_current_song">在当前歌曲后停止播放</string>
|
||||||
<string name="enable_shuffle">启用随机播放</string>
|
<string name="enable_shuffle">启用随机播放</string>
|
||||||
<string name="disable_shuffle">禁用随机播放</string>
|
<string name="disable_shuffle">禁用随机播放</string>
|
||||||
<string name="shuffle_enabled">已启用随机播放</string>
|
<string name="shuffle_enabled">已启用随机播放</string>
|
||||||
<string name="shuffle_disabled">已禁用随机播放</string>
|
<string name="shuffle_disabled">已禁用随机播放</string>
|
||||||
<string name="sleep_timer">睡眠定时器</string>
|
<string name="sleep_timer">睡眠定时器</string>
|
||||||
<string name="volume">Volume</string>
|
<string name="volume">Volume</string>
|
||||||
<string name="playback_speed">Playback speed</string>
|
<string name="playback_speed">播放速度</string>
|
||||||
<string name="loading_files">Loading files…</string>
|
<string name="loading_files">加载文件中…</string>
|
||||||
|
|
||||||
<!-- Playlists -->
|
<!-- Playlists -->
|
||||||
<string name="add_file_to_playlist">添加文件至播放列表</string>
|
<string name="add_file_to_playlist">添加文件至播放列表</string>
|
||||||
<string name="add_folder_to_playlist">添加文件夹至播放列表</string>
|
<string name="add_folder_to_playlist">添加文件夹至播放列表</string>
|
||||||
|
@ -44,45 +44,37 @@
|
||||||
<string name="show_filename">显示文件名为歌曲标题</string>
|
<string name="show_filename">显示文件名为歌曲标题</string>
|
||||||
<string name="title_is_not_available">如果标题不可用时</string>
|
<string name="title_is_not_available">如果标题不可用时</string>
|
||||||
<string name="show_album_cover">在主屏幕显示专辑封面</string>
|
<string name="show_album_cover">在主屏幕显示专辑封面</string>
|
||||||
<string name="all_tracks">All tracks</string>
|
<string name="all_tracks">所有曲目</string>
|
||||||
<string name="add_to_playlist">Add to playlist</string>
|
<string name="add_to_playlist">Add to playlist</string>
|
||||||
<string name="create_playlist_label">You can create a new playlist by selecting the wanted artists, albums or tracks and using Menu -> Add to playlist.</string>
|
<string name="create_playlist_label">通过使用菜单 → 添加到播放列表选择想要的艺术家、专辑或曲目来创建新的播放列表。</string>
|
||||||
|
|
||||||
<!-- Sorting -->
|
<!-- Sorting -->
|
||||||
<string name="track_count">Track Count</string>
|
<string name="track_count">曲目数</string>
|
||||||
<string name="album_count">Album Count</string>
|
<string name="album_count">专辑数</string>
|
||||||
<string name="artist_name">Artist Name</string>
|
<string name="artist_name">Artist Name</string>
|
||||||
<string name="year">Year</string>
|
<string name="year">年份</string>
|
||||||
|
|
||||||
<!-- Artists -->
|
<!-- Artists -->
|
||||||
<string name="artists">Artists</string>
|
<string name="artists">歌手</string>
|
||||||
<string name="albums">Albums</string>
|
<string name="albums">专辑</string>
|
||||||
<plurals name="albums_plural">
|
<plurals name="albums_plural">
|
||||||
<item quantity="one">%d Album</item>
|
<item quantity="one">%d Album</item>
|
||||||
<item quantity="other">%d Albums</item>
|
<item quantity="other">%d Albums</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
<string name="tracks">歌曲</string>
|
||||||
<string name="tracks">Tracks</string>
|
|
||||||
<plurals name="tracks_plural">
|
<plurals name="tracks_plural">
|
||||||
<item quantity="one">%d Track</item>
|
<item quantity="other">%d 首歌</item>
|
||||||
<item quantity="other">%d Tracks</item>
|
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- Queue -->
|
<!-- Queue -->
|
||||||
<string name="next_track">Next:</string>
|
<string name="next_track">Next:</string>
|
||||||
<string name="track_queue">Track queue</string>
|
<string name="track_queue">歌曲队列</string>
|
||||||
<string name="add_to_queue">Add to queue</string>
|
<string name="add_to_queue">添加到队列</string>
|
||||||
<string name="remove_from_queue">Remove from queue</string>
|
<string name="remove_from_queue">从队列中删除</string>
|
||||||
<string name="create_playlist_from_queue">Create playlist from queue</string>
|
<string name="create_playlist_from_queue">从队列创建播放列表</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="equalizer">均衡器</string>
|
<string name="equalizer">均衡器</string>
|
||||||
<string name="swap_prev_next">交换耳机上的上一首/下一首按钮</string>
|
<string name="swap_prev_next">交换耳机上的上一首/下一首按钮</string>
|
||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">我如何快进歌曲?</string>
|
<string name="faq_1_title">我如何快进歌曲?</string>
|
||||||
<string name="faq_1_text">您可以点击搜索条旁边当前或者最大时长的文本,这将让歌曲后退或者前进。</string>
|
<string name="faq_1_text">单击搜索栏附近的当前或总持续时间文本,向后或向前移动播放。</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
<string name="app_title">简易音乐播放器 - 您歌曲的酷酷播放器</string>
|
<string name="app_title">简易音乐播放器 - 您歌曲的酷酷播放器</string>
|
||||||
|
@ -124,9 +116,8 @@
|
||||||
<b>Reddit:</b>
|
<b>Reddit:</b>
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
|
@ -1,9 +1,10 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Simple Music Player</string>
|
<string name="app_name">Simple Music Player</string>
|
||||||
<string name="app_launcher_name">Music Player</string>
|
<string name="app_launcher_name">Music Player</string>
|
||||||
<string name="playlist_empty">Your playlist is empty</string>
|
<string name="playlist_empty">Your playlist is empty</string>
|
||||||
<string name="rename_song">Rename song</string>
|
<string name="rename_song">Rename song</string>
|
||||||
<string name="rename_song_error">An error occurred during the renaming</string>
|
<string name="rename_song_error">Could not rename song</string>
|
||||||
<string name="rename_song_empty">Please fill in all fields</string>
|
<string name="rename_song_empty">Please fill in all fields</string>
|
||||||
<string name="repeat_off">Repeat off</string>
|
<string name="repeat_off">Repeat off</string>
|
||||||
<string name="repeat_song">Repeat current song</string>
|
<string name="repeat_song">Repeat current song</string>
|
||||||
|
@ -11,13 +12,12 @@
|
||||||
<string name="stop_playback_after_current_song">Stop playback after current song</string>
|
<string name="stop_playback_after_current_song">Stop playback after current song</string>
|
||||||
<string name="enable_shuffle">Enable shuffle</string>
|
<string name="enable_shuffle">Enable shuffle</string>
|
||||||
<string name="disable_shuffle">Disable shuffle</string>
|
<string name="disable_shuffle">Disable shuffle</string>
|
||||||
<string name="shuffle_enabled">Shuffle enabled</string>
|
<string name="shuffle_enabled">Shuffle on</string>
|
||||||
<string name="shuffle_disabled">Shuffle disabled</string>
|
<string name="shuffle_disabled">Shuffle off</string>
|
||||||
<string name="sleep_timer">Sleep timer</string>
|
<string name="sleep_timer">Sleep timer</string>
|
||||||
<string name="volume">Volume</string>
|
<string name="volume">Volume</string>
|
||||||
<string name="playback_speed">Playback speed</string>
|
<string name="playback_speed">Playback speed</string>
|
||||||
<string name="loading_files">Loading files…</string>
|
<string name="loading_files">Loading files…</string>
|
||||||
|
|
||||||
<!-- Playlists -->
|
<!-- Playlists -->
|
||||||
<string name="add_file_to_playlist">Add file to playlist</string>
|
<string name="add_file_to_playlist">Add file to playlist</string>
|
||||||
<string name="add_folder_to_playlist">Add folder to playlist</string>
|
<string name="add_folder_to_playlist">Add folder to playlist</string>
|
||||||
|
@ -46,14 +46,12 @@
|
||||||
<string name="show_album_cover">Show album cover on the main screen</string>
|
<string name="show_album_cover">Show album cover on the main screen</string>
|
||||||
<string name="all_tracks">All tracks</string>
|
<string name="all_tracks">All tracks</string>
|
||||||
<string name="add_to_playlist">Add to playlist</string>
|
<string name="add_to_playlist">Add to playlist</string>
|
||||||
<string name="create_playlist_label">You can create a new playlist by selecting the wanted artists, albums or tracks and using Menu -> Add to playlist.</string>
|
<string name="create_playlist_label">Create a new playlist by selecting the wanted artist(s), album(s) or track(s) using Menu → Add to playlist.</string>
|
||||||
|
|
||||||
<!-- Sorting -->
|
<!-- Sorting -->
|
||||||
<string name="track_count">Track Count</string>
|
<string name="track_count">Track Count</string>
|
||||||
<string name="album_count">Album Count</string>
|
<string name="album_count">Album Count</string>
|
||||||
<string name="artist_name">Artist Name</string>
|
<string name="artist_name">Artist Name</string>
|
||||||
<string name="year">Year</string>
|
<string name="year">Year</string>
|
||||||
|
|
||||||
<!-- Artists -->
|
<!-- Artists -->
|
||||||
<string name="artists">Artists</string>
|
<string name="artists">Artists</string>
|
||||||
<string name="albums">Albums</string>
|
<string name="albums">Albums</string>
|
||||||
|
@ -61,28 +59,23 @@
|
||||||
<item quantity="one">%d Album</item>
|
<item quantity="one">%d Album</item>
|
||||||
<item quantity="other">%d Albums</item>
|
<item quantity="other">%d Albums</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<string name="tracks">Tracks</string>
|
<string name="tracks">Tracks</string>
|
||||||
<plurals name="tracks_plural">
|
<plurals name="tracks_plural">
|
||||||
<item quantity="one">%d Track</item>
|
<item quantity="one">%d Track</item>
|
||||||
<item quantity="other">%d Tracks</item>
|
<item quantity="other">%d Tracks</item>
|
||||||
</plurals>
|
</plurals>
|
||||||
|
|
||||||
<!-- Queue -->
|
<!-- Queue -->
|
||||||
<string name="next_track">Next:</string>
|
<string name="next_track">Next:</string>
|
||||||
<string name="track_queue">Track queue</string>
|
<string name="track_queue">Track queue</string>
|
||||||
<string name="add_to_queue">Add to queue</string>
|
<string name="add_to_queue">Add to queue</string>
|
||||||
<string name="remove_from_queue">Remove from queue</string>
|
<string name="remove_from_queue">Remove from queue</string>
|
||||||
<string name="create_playlist_from_queue">Create playlist from queue</string>
|
<string name="create_playlist_from_queue">Create playlist from queue</string>
|
||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="equalizer">Equalizer</string>
|
<string name="equalizer">Equalizer</string>
|
||||||
<string name="swap_prev_next">Swap previous/next headphone buttons</string>
|
<string name="swap_prev_next">Swap previous/next headphone buttons</string>
|
||||||
|
|
||||||
<!-- FAQ -->
|
<!-- FAQ -->
|
||||||
<string name="faq_1_title">How can I fast-forward songs?</string>
|
<string name="faq_1_title">How can I fast-forward\?</string>
|
||||||
<string name="faq_1_text">You can click on the current or max duration texts near the seekbar, that will move the song either backward, or forward.</string>
|
<string name="faq_1_text">Click on the current or total duration texts near the seekbar, moving playback either backward, or forward.</string>
|
||||||
|
|
||||||
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
|
||||||
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
|
||||||
<string name="app_title">Simple Music Player - A cool player for your songs</string>
|
<string name="app_title">Simple Music Player - A cool player for your songs</string>
|
||||||
|
@ -124,9 +117,8 @@
|
||||||
<b>Reddit:</b>
|
<b>Reddit:</b>
|
||||||
https://www.reddit.com/r/SimpleMobileTools
|
https://www.reddit.com/r/SimpleMobileTools
|
||||||
</string>
|
</string>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Haven't found some strings? There's more at
|
Haven't found some strings? There's more at
|
||||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||||
-->
|
-->
|
||||||
</resources>
|
</resources>
|
Loading…
Reference in a new issue