mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-14 18:26:11 -04:00
None of these are referenced from any source set: a fixed-string grep over app/src (Kotlin, Java, XML including the manifest, excluding res/values*) finds zero hits for each, and the app has no getIdentifier-style dynamic resource lookup, so nothing can reach them by name at runtime. 43 lost their last usage in an identifiable commit, mostly the Compose migration (63692595), the upgrade/billing rework (c072b908,3651bb3d,e35bce4d,abb189f4) and the device-settings card grouping (65a74e9b,32ff7e5b,8a3a6cad). The other 6 were never referenced at all after the commit that added them: debug_debuglog_recording_progress, troubleshooter_ble_result_failure_body, profilessettings_maindevice_identitykey_description, profiles_maindevice_encryptionkey_description, pods_dual_left_short_label and pods_dual_right_short_label. Removed from the three base files and from all 75 locale files each, so a Crowdin pull does not reintroduce them.
22 lines
1.9 KiB
XML
22 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="upgrade_foss_preamble">CAPod FOSS 是免費且開源的。如果您覺得它對您有幫助,請考慮贊助開發以支持項目繼續運行。</string>
|
|
<string name="upgrade_foss_sponsor_action">贊助開發</string>
|
|
<string name="upgrade_foss_sponsor_subtitle">沒有廣告。沒有追蹤。沒有 Google Play 鎖定。</string>
|
|
<string name="upgrade_foss_sponsor_returned_early">這麼快就要離開?您的支持讓 CAPod 繼續存活。</string>
|
|
<string name="upgrade_foss_supporter_since">自 %s 起成為贊助者</string>
|
|
<string name="upgrade_foss_supporter_thanks">感謝你支持 CAPod 的開發!</string>
|
|
<string name="upgrade_foss_sponsor_again_action">開啟贊助頁面</string>
|
|
<string name="upgrade_foss_sponsor_label">贊助 CAPod</string>
|
|
<string name="settings_upgrade_status_description">您的贊助者身份。</string>
|
|
<string name="upgrade_screen_why_title">升級優勢</string>
|
|
<string name="upgrade_screen_how_title">如何協助</string>
|
|
<string name="upgrade_screen_how_body">成為贊助者並贊助開發!輕觸下面的按鈕,啟用所有額外功能,並開啟我的 Github 贊助者設定檔。</string>
|
|
<string name="upgrade_screen_status_free_title">免費版本</string>
|
|
<string name="upgrade_screen_status_free_body">您正在使用 CAPod 的免費版本。透過支持開發可以解鎖更多功能。</string>
|
|
<string name="upgrade_screen_status_free_action">查看升級選項</string>
|
|
<string name="upgrade_screen_status_upgraded_title">升級已啟用</string>
|
|
<string name="upgrade_screen_recurring_title">繼續支持</string>
|
|
<string name="upgrade_screen_recurring_body">CAPod 透過更新和修復不斷演進。如果您想支持我們,請考慮透過 GitHub Sponsors 進行定期捐款。</string>
|
|
</resources>
|