Merge remote-tracking branch 'Weblate/dev' into dev

This commit is contained in:
TobiGr 2019-12-12 20:58:22 +01:00
commit 443db9e024
27 changed files with 910 additions and 201 deletions

View file

@ -498,7 +498,20 @@
<string name="download_choose_new_path">變更下載資料夾以使其生效</string>
<string name="drawer_header_description">切換服務,目前已選取:</string>
<plurals name="videos">
<item quantity="other">%s 影片</item>
<item quantity="one">影片</item>
<item quantity="other"/>
</plurals>
<string name="default_kiosk_page_sumatry">預設 Kiosk</string>
<string name="no_one_watching">沒有人在看</string>
<plurals name="watching">
<item quantity="one">%s 個觀眾</item>
<item quantity="other"/>
</plurals>
<string name="no_one_listening">沒有人正在聽</string>
<plurals name="listening">
<item quantity="one">%s 個聽眾</item>
<item quantity="other"/>
</plurals>
<string name="localization_changes_requires_app_restart">語言將會在重新啟動應用程式後變更。</string>
<string name="default_kiosk_page_summary">預設 Kiosk</string>
</resources>