forked from DD3Boh/OuterTune
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
345d52b
commit cb2320a
Showing
9 changed files
with
174 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
<resources> | ||
<!-- OuterTune strings--> | ||
<!-- Bottom navigation --> | ||
<string name="folders">Folders</string> | ||
<string name="library">Library</string> | ||
|
||
<!-- Home --> | ||
<string name="recent_activity">Recent activity</string> | ||
|
||
<!-- History screen --> | ||
<string name="local_history">Local</string> | ||
<string name="remote_history">Remote</string> | ||
|
||
<!-- Library screens --> | ||
<!-- Queue --> | ||
<string name="song_added_to_queue">\"%s\" added to queue</string> | ||
<string name="create_queue">New queue</string> | ||
|
||
<!-- Playlist --> | ||
<string name="auto_playlist">Auto playlist</string> | ||
|
||
<!-- Menu --> | ||
<string name="select">Selection mode</string> | ||
<string name="like_all">Like all</string> | ||
<string name="delete_lyric_confirm">Do you really want to delete the stored lyrics for \"%s\"?</string> | ||
|
||
<!-- Sort menu --> | ||
<string name="sort_by_date_modified">Date modified</string> | ||
<string name="sort_by_date_released">Date released</string> | ||
<string name="sort_by_like_date">Date liked</string> | ||
|
||
<!-- Dialog --> | ||
<string name="play_count">Play count</string> | ||
|
||
<!-- Settings --> | ||
<string name="settings_debug">Debug</string> | ||
<string name="logout">Logout</string> | ||
|
||
<!-- Appearance settings --> | ||
<string name="player_background_style">Player background style</string> | ||
<string name="player_background_default">Follow theme</string> | ||
<string name="player_background_gradient">Gradient</string> | ||
<string name="player_background_blur">Blur</string> | ||
<string name="new_interface">New interface layout</string> | ||
<string name="show_liked_and_downloaded_playlist">Show liked and downloaded playlists in library</string> | ||
<string name="slim_navbar">Hide bottom navbar labels</string> | ||
|
||
<!-- Content settings --> | ||
<string name="token_hidden">Tap to show token</string> | ||
<string name="token_shown">Tap again to copy or edit</string> | ||
<string name="token_adv_login_description">This is an ADVANCED login method. As an alternative to the web portal, you may directly enter or update your login token here. For example, this can speed up logging in on multiple devices. Please note that any invalid token formats the app fails to parse will not be accepted</string> | ||
<string name="token">Token</string> | ||
<string name="edit_token">Edit Token</string> | ||
<string name="invalid_token">Invalid token. Please ensure it includes the SAPISID cookie.</string> | ||
<string name="ytm_sync">Automatically sync with your YouTube Music account</string> | ||
<string name="like_autodownload">Automatically download your liked songs</string> | ||
<string name="wifi_only">Wi-Fi only</string> | ||
<string name="off">OFF</string> | ||
<string name="on">ON</string> | ||
<string name="audio_quality_max">Max (beta)</string> | ||
|
||
<!-- Player settings --> | ||
<string name="audio_offload">Enable offload</string> | ||
<string name="audio_offload_description">Use the offload audio path for audio playback. Disabling this may increase power usage but can be useful if you experience issues with audio playback or post processing</string> | ||
<string name="keep_alive_title">Prevent system killing app</string> | ||
<string name="keep_alive_description">Use a foreground notification to prevent OuterTune from being randomly closed by the system.</string> | ||
<string name="min_playback_duration">Minimum playback duration</string> | ||
<string name="min_playback_duration_description">The minimum amount of a song that must be played before it is considered \"played\"</string> | ||
|
||
<!-- Lyrics settings --> | ||
<string name="lyrics_settings_title">Lyrics</string> | ||
<string name="lyrics_multiline_title">Read multiline lyrics</string> | ||
<string name="lyrics_multiline_description">Treat all the lines between sync points as one lyric text</string> | ||
<string name="lyrics_trim_title">Remove spaces around lyrics</string> | ||
<string name="lyrics_prefer_local">Prefer local lyric files</string> | ||
<string name="lyrics_prefer_local_description">Prioritize resolving local lyric files before using all cloud providers. Turn ths off to prioritize cloud providers</string> | ||
<string name="lyrics_font_Size">Font size</string> | ||
<string name="lrc_src">Lyric sources</string> | ||
<string name="parser">Parser</string> | ||
<string name="formatting">Formatting</string> | ||
|
||
<!-- Local player settings --> | ||
<string name="local_library_enable_title">Enable local media</string> | ||
<string name="local_library_enable_description">Disabling will hide local library from the app</string> | ||
<string name="local_player_settings_title">Local media</string> | ||
<string name="flat_subfolders_title">Flatten subfolders</string> | ||
<string name="flat_subfolders_description">Disable to preserve the file structure as on disk</string> | ||
<string name="import_innertune_tooltip">Restoring OuterTune backups are supported, albeit a possibility of anomalies due to technical limitations</string> | ||
<string name="import_m3u">Import a playlist (m3u)</string> | ||
<string name="m3u_import_playlist_failed">Failed to import playlist</string> | ||
|
||
<!-- Scanner settings --> | ||
<string name="local_scanner_title">Local scanner</string> | ||
<string name="auto_scanner_title">Scan automatically</string> | ||
<string name="auto_scanner_description">Automatically scan for songs when opening the app. This does not reload metadata of existing songs.</string> | ||
<string name="scan_paths_title">Configure scan locations…</string> | ||
<string name="scan_paths_tooltip">All subdirectories will also be affected</string> | ||
<string name="scan_paths_add_folder">Add new folder</string> | ||
<string name="scan_paths_incl">Scan paths</string> | ||
<string name="scan_paths_excl">Excluded scan paths</string> | ||
<string name="manual_scanner_title">Manual scanner</string> | ||
<string name="scanner_warning">By default, the scanner will NOT reload any metadata of existing songs unless you specify otherwise above. Depending on the size of your library, it make take a while.</string> | ||
|
||
<!-- Scanner parameter settings--> | ||
<string name="scanner_settings_title">Additional scanner settings</string> | ||
<string name="scanner_strict_file_name_title">Strict file names</string> | ||
<string name="scanner_strict_file_name_description">When enabled, file names will NOT be ignored. Ex. "Song.ogg" will be a different song from "Song.flac". Scanner sensitivity preference will still apply</string> | ||
<string name="scanner_sensitivity_title">Configure scanner sensitivity</string> | ||
<string name="scanner_sensitivity_L1">Match title</string> | ||
<string name="scanner_sensitivity_L2">Match title and artists</string> | ||
<string name="scanner_sensitivity_L3">Match title, artists, albums</string> | ||
<string name="scanner_type_title">Metadata extractor</string> | ||
<string name="scanner_type_taglib">Use integrated TagLib metadata extractor</string> | ||
<string name="scanner_type_ffmpeg_ext">Use FFMpeg metadata extractor. Requires external package to be installed</string> | ||
<string name="scanner_variant_rescan">Rescan the entire library and reload all songs\' metadata</string> | ||
<string name="scanner_online_artist_linking">Try to link local files\' artists with ones on YouTube Music</string> | ||
|
||
<!-- Backup and restore settings --> | ||
<string name="m3u_import_song_failed">Could not import:</string> | ||
|
||
<!-- Experimental settings --> | ||
<string name="experimental_settings_title">Experimental</string> | ||
<string name="dev_settings_title">Enable developer settings</string> | ||
<string name="dev_settings_description">Reveals additional advanced settings intended for development use</string> | ||
<string name="translation_models">Translation Models</string> | ||
<string name="clear_translation_models">Clear translation models</string> | ||
|
||
</resources> |
Oops, something went wrong.