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

@ -293,7 +293,7 @@
<string name="create_playlist">नई प्लेलिस्ट</string>
<string name="delete_playlist">हटाएं</string>
<string name="rename_playlist">नाम बदलें</string>
<string name="playlist_name_input">नाम</string>
<string name="name">नाम</string>
<string name="append_playlist">प्लेलिस्ट में जोड़ें</string>
<string name="set_as_playlist_thumbnail">प्लेलिस्ट थंबनेल के रूप में सेट करें</string>
<string name="bookmark_playlist">प्लेलिस्ट बुकमार्क करें</string>
@ -309,7 +309,6 @@
<string name="resize_zoom">ज़ूम करें</string>
<string name="settings_category_debug_title">डीबग करें</string>
<string name="caption_auto_generated">ऑटो-जनरेटेड</string>
<string name="enable_leak_canary_title">LeakCanary सक्षम करें</string>
<string name="enable_leak_canary_summary">हीप डंप करने के दौरान मेमोरी लीक मॉनिटरिंग ऐप को अनुत्तरदायी बना सकता है</string>
<string name="enable_disposed_exceptions_title">Out-of-Lifecycle त्रुटियों की रिपोर्ट करें</string>
<string name="download_thumbnail_title">छायाप्रारुप लोड करें</string>