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.8 KiB
XML
22 lines
1.8 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>
|