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

@ -357,7 +357,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>
@ -374,7 +374,6 @@
<string name="caption_auto_generated">स्वतः उत्पन्न</string>
<string name="caption_setting_title">क्याप्सनहरु</string>
<string name="caption_setting_description">प्लायेरको क्याप्सन आकार मात्रा र पृष्ठभूमि शैलीहरू परिवर्तन। प्रभाव लागु हुन एप पुन: सुरु गर्न आवश्यक छ।</string>
<string name="enable_leak_canary_title">लिक केनरी (LeakCanary)</string>
<string name="enable_leak_canary_summary">मेमोरी लिक अनुगमनका कारण हिप डम्पिङ्ग (heap dumping) गर्दा एप अडकिन सक्छ</string>
<string name="enable_disposed_exceptions_title">बाहिर-को-जीवनचक्र त्रुटिहरू रिपोर्ट गर</string>
<string name="enable_disposed_exceptions_summary">शक्ति निपटान पछि खण्ड वा गतिविधि जीवनचक्र को undeliverable Rx अपवाद बाहिर को रिपोर्ट</string>