Translations improvements :

- remove duplicated string (name) and avoid potential duplicate (autoplay_never_description -> Never, autoplay_always_description -> Always because they are just "Always" or "Never"). Fixes #4268
- leakCanary string removed (fixes #4233)
This commit is contained in:
bopol 2020-09-19 18:01:51 +02:00
parent 0d345658f6
commit fce180d9b2
59 changed files with 64 additions and 116 deletions

View file

@ -298,7 +298,7 @@
<string name="create_playlist">Nowa playlista</string>
<string name="delete_playlist">Usuń</string>
<string name="rename_playlist">Zmień</string>
<string name="playlist_name_input">Nazwa</string>
<string name="name">Nazwa</string>
<string name="append_playlist">Dodaj do playlisty</string>
<string name="set_as_playlist_thumbnail">Ustaw jako miniaturę playlisty</string>
<string name="bookmark_playlist">Dodaj do zakładek</string>
@ -313,7 +313,6 @@
<string name="resize_fill">Wypełnij</string>
<string name="resize_zoom">Powiększ</string>
<string name="caption_auto_generated">Wygenerowane automatycznie</string>
<string name="enable_leak_canary_title">Wyciek danych</string>
<string name="enable_leak_canary_summary">Monitorowanie wycieków pamięci może powodować niestabilność aplikacji podczas zrzutu pamięci</string>
<string name="enable_disposed_exceptions_title">Zgłaszanie błędów poza cyklem życia</string>
<string name="enable_disposed_exceptions_summary">Wymusza raportowanie niedostarczonych wyjątków Rx poza cyklem życia fragmentu lub aktywności</string>