-
-
Notifications
You must be signed in to change notification settings - Fork 391
Expand file tree
/
Copy pathstrings.xml
More file actions
469 lines (469 loc) · 30.1 KB
/
strings.xml
File metadata and controls
469 lines (469 loc) · 30.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="Song_and_artist_name">Song • %1$s</string>
<string name="playlist_and_author">Playlist • %1$s</string>
<string name="album_and_artist_name">Album • %1$s</string>
<string name="subscribers">%1$s subscribers</string>
<string name="year_and_category">%1$s • %2$s</string>
<string name="album_length">%1$s tracks %2$s</string>
<string name="view_count">%1$s views</string>
<string name="clear_search_history">Clear search history</string>
<string name="liked">Liked</string>
<string name="like">Like</string>
<string name="hello_blank_fragment">Hello blank fragment</string>
<string name="download">Download</string>
<string name="downloaded">Downloaded</string>
<string name="downloading">Downloading</string>
<string name="preparing">Preparing</string>
<string name="hide">Hide</string>
<string name="show">Show</string>
<string name="na_na">NA:NA</string>
<string name="cache_size">%1$s MB</string>
<string name="favorite">Favorite</string>
<string name="followed">Followed</string>
<string name="most_played">Most Played</string>
<string name="Downloaded">Downloaded</string>
<string name="favorite_playlists">Favorite Playlists</string>
<string name="no_favorite_playlists">No favorite playlists</string>
<string name="downloaded_playlists">Downloaded Playlists</string>
<string name="no_playlists_downloaded">No playlists downloaded</string>
<string name="your_playlists">Your Local Playlists</string>
<string name="no_playlists_added">No playlists added</string>
<string name="recently_added">Recently Added</string>
<string name="search_for_songs_artists_albums_playlists_and_more">Search for songs, artists, albums, playlists, and more</string>
<string name="everything_you_need">Everything you need</string>
<string name="restore_failed">Restore Failed</string>
<string name="restore_success">Restore Success</string>
<string name="search">Search</string>
<string name="songs">Songs</string>
<string name="albums">Albums</string>
<string name="playlists">Playlists</string>
<string name="artists">Artists</string>
<string name="library">Library</string>
<string name="home">Home</string>
<string name="popular">Popular</string>
<string name="error">Error</string>
<string name="follow">Follow</string>
<string name="retry">Retry</string>
<string name="removed_download">Removed download</string>
<string name="share_url">Share URL</string>
<string name="available_online">Available online</string>
<string name="unavailable">Unavailable</string>
<string name="you">You</string>
<string name="good_morning">Good Morning</string>
<string name="good_afternoon">Good Afternoon</string>
<string name="good_evening">Good Evening</string>
<string name="good_night">Good Night</string>
<string name="quick_picks">Quick picks</string>
<string name="this_song_is_not_available">This song is not available</string>
<string name="in_charts">in Charts</string>
<string name="playlist_name_cannot_be_empty">Playlist name cannot be empty</string>
<string name="this_app_needs_to_access_your_notification">This app needs to access your notification</string>
<string name="shared">Shared</string>
<string name="line_synced">Line Synced</string>
<string name="unsynced">Unsynced</string>
<string name="playlist_is_empty">Playlist is empty</string>
<string name="option">Option</string>
<string name="no_description">No description</string>
<string name="in_search">in Search</string>
<string name="clear_player_cache">Clear Player Cache</string>
<string name="cancel">Cancel</string>
<string name="clear">Clear</string>
<string name="content_country">Content Country</string>
<string name="change">Change</string>
<string name="quality">Quality</string>
<string name="clear_downloaded_cache">Clear Downloaded Cache</string>
<string name="clear_thumbnail_cache">Clear Thumbnail Cache</string>
<string name="add">Add</string>
<string name="playlist_name">Playlist Name</string>
<string name="create">Create</string>
<string name="edit">Edit</string>
<string name="edit_title">Edit title</string>
<string name="edit_thumbnail">Edit thumbnail</string>
<string name="delete_playlist">Delete playlist</string>
<string name="add_to_a_playlist">Add to a playlist</string>
<string name="share">Share</string>
<string name="move_up">Move up</string>
<string name="move_down">Move down</string>
<string name="delete_from_queue">Delete from queue</string>
<string name="more">More</string>
<string name="singles">Singles</string>
<string name="related_artists">Related Artists</string>
<string name="about">About</string>
<string name="let_s_start_with_a_radio">LET\'S START WITH A RADIO</string>
<string name="let_s_pick_a_playlist_for_you">LET\'S PICK A PLAYLIST FOR YOU</string>
<string name="moods_amp_moment"><![CDATA[Moods & Moment]]></string>
<string name="genre">Genre</string>
<string name="what_is_best_choice_today">WHAT IS BEST CHOICE TODAY</string>
<string name="chart">Chart</string>
<string name="global">Global</string>
<string name="top_tracks">Top tracks</string>
<string name="top_artists">Top artists</string>
<string name="your_playlist">Your Playlist</string>
<string name="lyrics">Lyrics</string>
<string name="all">All</string>
<string name="videos">Videos</string>
<string name="content">Content</string>
<string name="storage">Storage</string>
<string name="player_cache">Player Cache</string>
<string name="downloaded_cache">Downloaded Cache</string>
<string name="thumbnail_cache">Thumbnail Cache</string>
<string name="backup">Backup</string>
<string name="backup_your_data">Backup Your Data</string>
<string name="save_all_your_playlist_data">Save all your playlist data</string>
<string name="restore_your_data">Restore Your Data</string>
<string name="restore_your_saved_data">Restore your saved data</string>
<string name="about_us">About us</string>
<string name="version">Version</string>
<string name="github">Github</string>
<string name="maxrave_dev">maxrave-dev</string>
<string name="buy_me_a_coffee">Buy me a coffee</string>
<string name="paypal">PayPal</string>
<string name="title">Title</string>
<string name="album">Album</string>
<string name="youtube_url">YouTube URL</string>
<string name="download_url">Download URL</string>
<string name="now_playing">Now Playing</string>
<string name="queue">Queue</string>
<string name="recently">Recently</string>
<string name="settings">Settings</string>
<string name="now_playing_upper">NOW PLAYING</string>
<string name="language">Language</string>
<string name="what_do_you_want_to_listen_to">What do you want to listen to?</string>
<string name="songs_inArtist">Songs</string>
<string name="albums_inArtist">Albums</string>
<string name="singles_inArtist">Singles</string>
<string name="fans_might_also_like_inArtist">Fans might also like</string>
<string name="crash_log">SimpMusic crashed. Sorry for this problem.\nSend crash-log to developer</string>
<string name="crash">Crash</string>
<string name="send">Send</string>
<string name="mail_subject">Report Crash</string>
<string name="delete_song_from_playlist">Delete this song from playlist</string>
<string name="log_in">Log in</string>
<string name="log_in_to_YouTube">Log in to YouTube</string>
<string name="log_in_to_get_personally_data">Log in to get personally data</string>
<string name="login_success">Login success</string>
<string name="login_failed">Login failed</string>
<string name="log_out">Log out from YouTube</string>
<string name="logged_in">Logged in</string>
<string name="logged_out">Logged out</string>
<string name="playlist">Playlist</string>
<string name="restart_app">Restart app to apply the change</string>
<string name="balance_media_loudness">Balance media loudness</string>
<string name="normalize_volume">Normalize Volume</string>
<string name="audio">Audio</string>
<string name="no_equalizer">Your device doesn\'t have equalizer</string>
<string name="open_system_equalizer">Open system equalizer</string>
<string name="use_your_system_equalizer">Use your system equalizer</string>
<string name="version_format" translatable="false">v%s</string>
<string name="streaming_data_provider_piped">Streaming data provider (Piped)</string>
<string name="itag">Itag</string>
<string name="mime_type">Mime Type</string>
<string name="bitrate">Bitrate</string>
<string name="warning">Warning</string>
<string name="change_language_warning">Changing language will close your app. Are you sure?</string>
<string name="this_link_is_not_supported">This link is not supported</string>
<string name="added_to_playlist">Added to playlist</string>
<string name="description">Description</string>
<string name="playback">Playback</string>
<string name="save_playback_state">Save Playback State</string>
<string name="save_shuffle_and_repeat_mode">Save shuffle and repeat mode</string>
<string name="skip_silent">Skip Silent</string>
<string name="skip_no_music_part">Skip no music part</string>
<string name="time_out_check_internet_connection_or_change_piped_instance_in_settings">Time out, check internet connection (%1$s)</string>
<string name="save_last_played">Save Last Played</string>
<string name="save_last_played_track_and_queue">Save last played track and queue</string>
<string name="update_available">New update available</string>
<string name="update_message">"Version %1$s available\nRelease: %2$s\nChange logs:\n%3$s "</string>
<string name="check_for_update">Check for update</string>
<string name="last_checked_at">Last checked at %1$s</string>
<string name="checking">Checking</string>
<string name="sponsorblock_skip_segment">SponsorBlock: Skip %1$s segment</string>
<string name="sponsor">Sponsor</string>
<string name="self_promotion">Self Promotion</string>
<string name="interaction">Interaction</string>
<string name="intro">Intro</string>
<string name="outro">Outro</string>
<string name="preview">Preview</string>
<string name="music_off_topic">Music Off-topic</string>
<string name="poi_highlight">POI Highlight</string>
<string name="filler">Filler</string>
<string name="sponsorBlock">SponsorBlock</string>
<string name="enable_sponsor_block">Enable SponsorBlock</string>
<string name="categories_sponsor_block">Select skip-segment behavior</string>
<string name="what_segments_will_be_skipped">What segments will be skipped</string>
<string name="save">Save</string>
<string name="saved">Saved</string>
<string name="sponsor_block_intro">SponsorBlock is a crowd-sourced system for skipping annoying parts of YouTube videos.\nMore information: https://sponsor.ajay.app/\nIn SimpMusic, SponsorBlock is only available when the device is online</string>
<string name="skip_sponsor_part_of_video">Skip sponsor part of video</string>
<string name="customactivityoncrash_error_activity_error_occurred_explanation">An unexpected error occurred. Sorry for the inconvenience.</string>
<string name="customactivityoncrash_error_activity_restart_app">Restart app</string>
<string name="help_build_lyrics_database">Help SimpMusic lyrics build the lyrics database</string>
<string name="help_build_lyrics_database_description">Send your saved lyrics to SimpMusic lyrics\'s database</string>
<string name="lyrics_database_description">We are building our own lyrics database for SimpMusic and other YouTube clients for non-commercial purposes, open-sourced at</string>
<string name="customactivityoncrash_error_activity_close_app">Close app</string>
<string name="customactivityoncrash_error_activity_error_details">Error details</string>
<string name="customactivityoncrash_error_activity_error_details_title">Error details</string>
<string name="customactivityoncrash_error_activity_error_details_close">Close</string>
<string name="customactivityoncrash_error_activity_error_details_copy">Copy to clipboard</string>
<string name="customactivityoncrash_error_activity_error_details_copied">Copied to clipboard</string>
<string name="customactivityoncrash_error_activity_error_details_clipboard_label">Error information</string>
<string name="no_update">Your version is the newest</string>
<string name="sleep_timer">Sleep Timer - %1$s minute(s)</string>
<string name="sleep_timer_off">Sleep Timer</string>
<string name="sleep_minutes">Countdown time (minutes)</string>
<string name="set">Set</string>
<string name="sleep_timer_off_done">Stop sleep timer done</string>
<string name="sleep_timer_set_error">Please set the correct format time</string>
<string name="sleep_timer_warning">Remove sleep timer?</string>
<string name="yes">Yes</string>
<string name="notification_channel_name" translatable="false">SimpMusic Playback Notification</string>
<string name="welcome_back">Welcome back,</string>
<string name="upload_your_listening_history_to_youtube_music_server_it_will_make_yt_music_recommendation_system_better_working_only_if_logged_in">Upload your listening history to YouTube Music server, it will make YT Music recommendation system better. Working only if logged in</string>
<string name="send_back_listening_data_to_google">Send back listening data to Google</string>
<string name="videos_inArtist">Videos</string>
<string name="your_youtube_playlists">Your YouTube Playlists</string>
<string name="no_YouTube_playlists">No YouTube Playlists</string>
<string name="track">track(s)</string>
<string name="save_to_local_playlist">Save to local playlist</string>
<string name="added_local_playlist">Added Local Playlist</string>
<string name="sync">Sync to YouTube Music</string>
<string name="synced">Synced with YouTube Music</string>
<string name="song">Song</string>
<string name="radio">Radio</string>
<string name="auto_created_by_youtube_music">Auto created by YouTube Music</string>
<string name="start_radio">Start radio</string>
<string name="saved_to_local_playlist">Saved to local playlist</string>
<string name="if_you_want_to_unsync_this_playlist_please_go_to_local_playlist">if you want to unsync this playlist, please go to local playlist</string>
<string name="log_in_to_get_YouTube_playlist">Log in to get YouTube Playlist</string>
<string name="sync_playlist_warning">SimpMusic will create a YouTube Music Playlist automatically. Are you sure?</string>
<string name="syncing">Syncing</string>
<string name="unsync_playlist_warning">"Unsync this playlist? This playlist will not be removed from YouTube Music "</string>
<string name="unsyncing">Unsyncing</string>
<string name="added_to_youtube_playlist">Added to YouTube Playlist</string>
<string name="removed_from_YouTube_playlist">Removed from YouTube Playlist</string>
<string name="update_playlist">Update playlist from YouTube Music</string>
<string name="backup_create_success">Backup create success</string>
<string name="backup_create_failed">Backup create failed</string>
<string name="main_lyrics_provider">Main Lyrics Provider</string>
<string name="use_ai_translation">Use AI Lyric Translation</string>
<string name="use_ai_translation_description">Enable lyrics translation using AI</string>
<string name="translation_language">Translation Language</string>
<string name="follow_app_language">Follow app language</string>
<string name="email">Email</string>
<string name="password">Password</string>
<string name="please_enter_your_email_and_password">Please enter your email and password</string>
<string name="translation_language_message">Type language code (Eg: en) (2 letters). If you want to set same with SimpMusic\'s language, please make edit box empty.</string>
<string name="invalid_language_code">Invalid language code</string>
<string name="lyrics_provider_youtube">Lyrics provided by YouTube</string>
<string name="limit_player_cache">Limit Player Cache</string>
<string name="unlimited">Unlimited</string>
<string name="third_party_libraries">Third party libraries</string>
<string name="description_and_licenses">Description and licenses</string>
<string name="author">Author</string>
<string name="other_app">Other app</string>
<string name="database">App database</string>
<string name="free_space">Free space</string>
<string name="suggest">Suggestion</string>
<string name="reload">Reload</string>
<string name="sort_by">Sort by</string>
<string name="sort">Sort</string>
<string name="older_first">Older First</string>
<string name="newer_first">Newer First</string>
<string name="added_date">Added date</string>
<string name="credit_app">A simple music app using YouTube Music for backend \n\nSimpMusic is an open source project to stream music from YouTube and YouTube Music without ads and tracking. SimpMusic provides many features:\n\n - Streaming music \n - Synced lyrics\n - Personalize data\n - etc… \n\nSimpMusic is always free and no ads\n\nBuild with ❤️ from Tuan Minh Nguyen Duc (maxrave-dev)</string>
<string name="issue_tracker">Issue Tracker</string>
<string name="copyright" translatable="false">©2023-2025 Tuan Minh Nguyen Duc (maxrave-dev)</string>
<string name="featured_playlists">Featured Playlists</string>
<string name="podcasts" translatable="false">Podcasts</string>
<string name="featured_inArtist">Featured on</string>
<string name="audio_quality">Audio quality</string>
<string name="play_video_for_video_track_instead_of_audio_only">Play video for video track instead of audio only</string>
<string name="such_as_music_video_lyrics_video_podcasts_and_more">Such as Music Video, Lyrics Video, Podcasts, and more</string>
<string name="video_quality">Video Quality</string>
<plurals name="n_song">
<item quantity="one">%d song</item>
<item quantity="other">%d songs</item>
</plurals>
<string name="dummy_button">Dummy Button</string>
<string name="dummy_content">DUMMY\nCONTENT</string>
<string name="play_video_instead_of_audio_warning">This action will delete player cache. Continue?</string>
<string name="quality_video">Video Quality</string>
<string name="add_to_queue">Add to queue</string>
<string name="added_to_queue">Added to queue</string>
<string name="new_release">New release</string>
<string name="music_video">Music video</string>
<string name="your_music_is_always_up_to_date">YOUR MUSIC IS ALWAYS UP-TO-DATE</string>
<string name="youtube_account">YouTube Account</string>
<string name="manage_your_youtube_accounts">Manage your YouTube Accounts</string>
<string name="no_account">No account</string>
<string name="add_an_account">Add an account</string>
<string name="signed_in">Signed in</string>
<string name="guest">Guest</string>
<string name="log_out_warning">Log out from all account?</string>
<string name="play_next">Play next</string>
<string name="codec">Codec</string>
<string name="plays">Play/View Count</string>
<string name="like_and_dislike">%1$d like(s), %2$d dislike(s)</string>
<string name="published_at">Published at %1$s</string>
<string name="less">Less</string>
<string name="spotify">Spotify</string>
<string name="log_in_to_spotify">Log in to Spotify</string>
<string name="intro_login_to_spotify">Log in for Spotify Lyrics, Canvas and more</string>
<string name="enable_spotify_lyrics">Enable Spotify Lyrics</string>
<string name="spotify_lyrícs_info">More lyrics without translation</string>
<string name="enable_canvas">Enable Canvas</string>
<string name="canvas_info">Show Spotify Canvas in SimpMusic</string>
<string name="spotify_lyrics_provider">Lyrics provided by Spotify</string>
<string name="offline_mode">Offline mode</string>
<string name="added_to_youtube_liked">Added to YouTube Liked</string>
<string name="removed_from_youtube_liked">Removed from YouTube Liked</string>
<string name="home_limit">Fetch home data limit</string>
<string name="no_album">No album</string>
<string name="app_widget_description">Player widget</string>
<string name="guide_miniplayer_content">Swipe to show skip and close button</string>
<string name="guide_suggest_content">Show suggested songs by AI based on your playlist</string>
<string name="guide_liked_title">Add to YouTube Liked Playlist</string>
<string name="log_out_from_spotify">Log out from Spotify</string>
<string name="delete">Delete</string>
<string name="top_videos">Top videos</string>
<string name="trending">Trending</string>
<string name="new_singles">New singles</string>
<string name="new_albums">New albums</string>
<string name="notification">Notification</string>
<string name="month_s_ago">%1$d month(s) ago</string>
<string name="day_s_ago">%1$d day(s) ago</string>
<string name="hour_s_ago">%1$d hour(s) ago</string>
<string name="no_notification">No notification</string>
<string name="created_at">Created at %1$s</string>
<string name="unknown">Unknown</string>
<string name="repeat_one">Repeat One</string>
<string name="repeat_all">Repeat All</string>
<string name="repeat_off">Repeat Off</string>
<string name="youtube_transcript">YouTube Transcript</string>
<string name="user_interface">Interface</string>
<string name="translucent_bottom_navigation_bar">Translucent bottom navigation bar</string>
<string name="you_can_see_the_content_below_the_bottom_bar">You can see the content below the bottom bar</string>
<string name="donation">If you love my work, give me a coffee</string>
<string name="relax">Relax</string>
<string name="sleep">Sleep</string>
<string name="energize">Energize</string>
<string name="sad">Sad</string>
<string name="romance">Romance</string>
<string name="feel_good">Feel Good</string>
<string name="workout">Workout</string>
<string name="party">Party</string>
<string name="commute">Commute</string>
<string name="focus">Focus</string>
<string name="updated">Updated</string>
<string name="updated_to_youtube_playlist">Updated to YouTube Playlist</string>
<string name="can_t_add_to_youtube_playlist">Can\'t add to YouTube Playlist</string>
<string name="can_t_delete_from_youtube_playlist">Can\'t delete song from YouTube Playlist</string>
<string name="loading">Loading</string>
<string name="updating">Updating</string>
<string name="go_to_log_in_page">Go to log in page</string>
<string name="log_in_warning">YouTube Music now requires you to log in to stream music, Piped Instances sometimes can\'t work too. You should log in to YouTube to get a better experience with SimpMusic.</string>
<string name="spotify_canvas_cache">Spotify Canvas Cache</string>
<string name="clear_canvas_cache">Clear canvas cache</string>
<string name="proxy">Proxy</string>
<string name="proxy_description">Using Proxy to bypass country content blocking</string>
<string name="proxy_type">Proxy type</string>
<string name="http">HTTP</string>
<string name="socks">Socks</string>
<string name="proxy_host">Proxy host</string>
<string name="invalid_host">Invalid host</string>
<string name="proxy_port">Proxy port</string>
<string name="invalid_port">Invalid port</string>
<string name="proxy_host_message">Please enter your Proxy host</string>
<string name="proxy_port_message">Please enter your Proxy port</string>
<string name="five_seconds">Five seconds</string>
<string name="lrclib" translatable="false">LRCLIB</string>
<string name="lyrics_provider_lrc">Lyrics provided by LRCLIB</string>
<string name="sync_first">Sync this playlist to YouTube Music first</string>
<string name="endless_queue">Endless queue</string>
<string name="do_not_show_again">Do not show again</string>
<string name="auto_check_for_update">Automatic check for update</string>
<string name="auto_check_for_update_description">Checking for update when you open app</string>
<string name="blur_fullscreen_lyrics">Blur fullscreen lyrics effect</string>
<string name="blur_fullscreen_lyrics_description">Blurring the background of the Fullscreen lyrics screen effect</string>
<string name="playback_speed_pitch"><![CDATA[Playback speed & pitch]]></string>
<string name="playback_speed">Playback speed</string>
<string name="pitch">Pitch</string>
<string name="blur_player_background">Blur player background</string>
<string name="blur_player_background_description">Blurring the background of the now playing screen effect</string>
<string name="merging_audio_and_video">Merging audio and video</string>
<string name="error_occurred">Error occurred</string>
<string name="downloading_audio">Downloading audio: %1$s </string>
<string name="downloading_video">Downloading video: %1$s </string>
<string name="ok">OK</string>
<string name="to_download_folder">" to Download folder"</string>
<string name="download_speed">Download speed: %1$s </string>
<string name="shuffle">Shuffle</string>
<string name="other_version">Other version</string>
<string name="later">Later</string>
<string name="give_a_star">Give a star</string>
<string name="enjoying_simpmusic">Enjoying SimpMusic</string>
<string name="if_you_enjoy_using_simpmusic_star_simpmusic_on_github_or_leave_a_review_on">If you enjoy using SimpMusic, star SimpMusic on GitHub or leave a review on</string>
<string name="if_you_love_my_work_consider">"If you love my work, consider "</string>
<string name="buying_me_a_coffee">buying me a coffee.</string>
<string name="fade_audio_effect">Fade audio effect</string>
<string name="disabled">Disable</string>
<string name="fade_audio_effect_duration">Fade audio effect duration (ms) (Set to 0 for disable)</string>
<string name="duration">Duration</string>
<string name="invalid_number">Invalid number</string>
<string name="shuffle_not_available">Shuffle endpoint is not available</string>
<string name="radio_not_available">Radio Endpoint is not available</string>
<string name="visitor_data_retrieved">Visitor Data Retrieved</string>
<string name="data_sync_id_retrieved">DataSyncId retrieved</string>
<string name="retrieve_youtube_data">Retrieve YouTube Data</string>
<string name="no_results_found">No results found</string>
<string name="ai">AI</string>
<string name="ai_provider">AI provider</string>
<string name="openai">OpenAI</string>
<string name="gemini">Gemini</string>
<string name="ai_api_key">Your AI API Key</string>
<string name="invalid_api_key">Invalid API key</string>
<string name="custom_ai_model_id">Custom AI model ID</string>
<string name="default_models">Default models are \"gemini-2.0-flash\" and \"gpt-4o\"</string>
<string name="invalid">Invalid</string>
<string name="custom_model_id_messages">Please enter the exactly model ID from your AI provider.</string>
<string name="favorite_podcasts">Favorite Podcasts</string>
<string name="no_favorite_podcasts">No favorite podcasts</string>
<string name="your_sp_dc_param_of_spotify_cookie">Your sp_dc param of Spotify cookie</string>
<string name="your_youtube_cookie">Your YouTube Cookie</string>
<string name="can_not_be_empty">Can not be empty</string>
<string name="processing">Processing</string>
<string name="website">Website</string>
<string name="download_this_song_video_file_to_your_device">Download this song/video file to your device</string>
<string name="kill_service_on_exit">Kill service on exit</string>
<string name="kill_service_on_exit_description">Stop background music player when exiting app</string>
<string name="crossfade">Crossfade (BETA)</string>
<string name="crossfade_enabled">Enabled (%1$ds)</string>
<string name="crossfade_disabled">Disabled</string>
<string name="crossfade_duration">Crossfade Duration</string>
<string name="set_crossfade_duration">Set crossfade duration in seconds (%1$ds)</string>
<string name="youtube_subtitle_language">YouTube Subtitle Translation Language</string>
<string name="youtube_subtitle_language_message">Type language code (Eg: en) (2 letters). This is the preferred translation language for YouTube subtitles.</string>
<string name="use_anonymous">Use anonymous name to contribute</string>
<string name="contributor_name">Contributor name</string>
<string name="contributor_email">Contributor email</string>
<string name="anonymous">Anonymous</string>
<string name="simpmusic_lyrics">SimpMusic Lyrics</string>
<string name="lyrics_provider_simpmusic">Lyrics provided by SimpMusic Lyrics</string>
<string name="backup_in_progress">Backup in progress</string>
<string name="restore_in_progress">Restore in progress</string>
<string name="backup_downloaded">Backup downloaded data</string>
<string name="backup_downloaded_description">Backup all downloaded songs\'s data</string>
<string name="no_playlist_found">No local playlists found, please create one first</string>
<string name="list_all_cookies_of_this_page">List all cookies of this page</string>
<string name="copied_to_clipboard">Copied to clipboard</string>
<string name="update_channel">Update channel</string>
<string name="enable_liquid_glass_effect">Enable liquid glass (BETA)</string>
<string name="enable_liquid_glass_effect_description">Enable iOS\'s liquid glass effect in some position (Android 12+)</string>
<string name="your_library">Your library</string>
<string name="play_explicit_content">Play explicit content</string>
<string name="play_explicit_content_description">Enable to play explicit content</string>
<string name="explicit_content_blocked">Explicit content is skipped</string>
<string name="mix_for_you">Mix for you</string>
<string name="no_mixes_found">No mixes found</string>
</resources>