Fix "Multiple substitutions specified in non-positional format" (#727)

This commit is contained in:
Luna712 2023-10-28 16:52:58 -06:00 committed by GitHub
parent d542febcda
commit b2e0b7dec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

View File

@ -77,11 +77,11 @@
<string name="rew_text_regular_format" formatted="true" translatable="false">%d</string> <string name="rew_text_regular_format" formatted="true" translatable="false">%d</string>
<string name="rating_format" formatted="true" translatable="false">%.1f/10.0</string> <string name="rating_format" formatted="true" translatable="false">%.1f/10.0</string>
<string name="year_format" formatted="true" translatable="false">%d</string> <string name="year_format" formatted="true" translatable="false">%d</string>
<string name="app_dub_sub_episode_text_format" formatted="true">%s Ep %d</string> <string name="app_dub_sub_episode_text_format" formatted="true">%1$s Ep %2$d</string>
<string name="cast_format" formatted="true">Cast: %s</string> <string name="cast_format" formatted="true">Cast: %s</string>
<string name="next_episode_format" formatted="true">Episode %d will be released in</string> <string name="next_episode_format" formatted="true">Episode %d will be released in</string>
<string name="next_episode_time_day_format" formatted="true">%dd %dh %dm</string> <string name="next_episode_time_day_format" formatted="true">%1$dd %2$dh %3$dm</string>
<string name="next_episode_time_hour_format" formatted="true">%dh %dm</string> <string name="next_episode_time_hour_format" formatted="true">%1$dh %2$dm</string>
<string name="next_episode_time_min_format" formatted="true">%dm</string> <string name="next_episode_time_min_format" formatted="true">%dm</string>
<!-- IS NOT NEEDED TO TRANSLATE AS THEY ARE ONLY USED FOR SCREEN READERS AND WONT SHOW UP TO NORMAL USERS --> <!-- IS NOT NEEDED TO TRANSLATE AS THEY ARE ONLY USED FOR SCREEN READERS AND WONT SHOW UP TO NORMAL USERS -->
<string name="result_poster_img_des">Poster</string> <string name="result_poster_img_des">Poster</string>
@ -97,7 +97,7 @@
<!-- TRANSLATE, BUT DON'T FORGET FORMAT --> <!-- TRANSLATE, BUT DON'T FORGET FORMAT -->
<string name="player_speed_text_format" formatted="true">Speed (%.2fx)</string> <string name="player_speed_text_format" formatted="true">Speed (%.2fx)</string>
<string name="rated_format" formatted="true">Rated: %.1f</string> <string name="rated_format" formatted="true">Rated: %.1f</string>
<string name="new_update_format" formatted="true">New update found!\n%s -&gt; %s</string> <string name="new_update_format" formatted="true">New update found!\n%1$s -&gt; %2$s</string>
<string name="filler" formatted="true">Filler</string> <string name="filler" formatted="true">Filler</string>
<string name="duration_format" formatted="true">%d min</string> <string name="duration_format" formatted="true">%d min</string>
<string name="app_name">CloudStream</string> <string name="app_name">CloudStream</string>
@ -276,12 +276,12 @@
developers developers
</string> </string>
<string name="season">Season</string> <string name="season">Season</string>
<string name="season_format">%s %d%s</string> <string name="season_format">%1$s %2$d%3$s</string>
<string name="no_season">No Season</string> <string name="no_season">No Season</string>
<string name="episode">Episode</string> <string name="episode">Episode</string>
<string name="episodes">Episodes</string> <string name="episodes">Episodes</string>
<string name="episodes_range">%d-%d</string> <string name="episodes_range">%1$d-%2$d</string>
<string name="episode_format" formatted="true">%d %s</string> <string name="episode_format" formatted="true">%1$d %2$s</string>
<string name="season_short">S</string> <string name="season_short">S</string>
<string name="episode_short">E</string> <string name="episode_short">E</string>
<string name="no_episodes_found">No Episodes found</string> <string name="no_episodes_found">No Episodes found</string>
@ -471,7 +471,7 @@
<string name="kitsu_account_settings" translatable="false">Kitsu</string> <string name="kitsu_account_settings" translatable="false">Kitsu</string>
<string name="trakt_account_settings" translatable="false">Trakt</string> <string name="trakt_account_settings" translatable="false">Trakt</string>
--> -->
<string name="login_format" formatted="true">%s %s</string> <string name="login_format" formatted="true">%1$s %2$s</string>
<string name="account">account</string> <string name="account">account</string>
<string name="logout">Log out</string> <string name="logout">Log out</string>
<string name="login">Log in</string> <string name="login">Log in</string>
@ -572,8 +572,8 @@
<string name="plugin_deleted">Plugin Deleted</string> <string name="plugin_deleted">Plugin Deleted</string>
<string name="plugin_load_fail" formatted="true">Could not load %s</string> <string name="plugin_load_fail" formatted="true">Could not load %s</string>
<string name="is_adult">18+</string> <string name="is_adult">18+</string>
<string name="batch_download_start_format" formatted="true">Started downloading %d %s…</string> <string name="batch_download_start_format" formatted="true">Started downloading %1$d %2$s…</string>
<string name="batch_download_finish_format" formatted="true">Downloaded %d %s</string> <string name="batch_download_finish_format" formatted="true">Downloaded %1$d %2$s</string>
<string name="batch_download_nothing_to_download_format" formatted="true">All %s already downloaded</string> <string name="batch_download_nothing_to_download_format" formatted="true">All %s already downloaded</string>
<string name="no_plugins_found_error">No plugins found in repository</string> <string name="no_plugins_found_error">No plugins found in repository</string>
<string name="no_repository_found_error">Repository not found, check the URL and try VPN</string> <string name="no_repository_found_error">Repository not found, check the URL and try VPN</string>
@ -699,16 +699,16 @@
<string name="duplicate_add">Add</string> <string name="duplicate_add">Add</string>
<string name="duplicate_replace">Replace</string> <string name="duplicate_replace">Replace</string>
<string name="duplicate_replace_all">Replace All</string> <string name="duplicate_replace_all">Replace All</string>
<string name="duplicate_cancel" translatable="false">@string/cancel</string> <string name="duplicate_cancel" translatable="false">@string/sort_cancel</string>
<string name="duplicate_message_single"> <string name="duplicate_message_single">
It appears that a potentially duplicate item already exists in your library: \'%1$s.\' It appears that a potentially duplicate item already exists in your library: \'%1$s.\'
\n\nWould you like to add this item anyway, replace the existing one, or cancel the action? \n\nWould you like to add this item anyway, replace the existing one, or cancel the action?
</string> </string>
<string name="duplicate_message_multiple"> <string name="duplicate_message_multiple" formatted="true">
Potential duplicate items have been found in your library: Potential duplicate items have been found in your library:
\n\n%1$s \n\n%s
\n\nWould you like to add this item anyway, replace the existing ones, or cancel the action? \n\nWould you like to add this item anyway, replace the existing ones, or cancel the action?
</string> </string>