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
2.3 KiB
XML
22 lines
2.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="upgrade_foss_preamble">CAPod FOSS miễn phí và mã nguồn mở. Nếu bạn thấy nó hữu ích, hãy cân nhắc tài trợ cho việc phát triển để giúp duy trì dự án.</string>
|
|
<string name="upgrade_foss_sponsor_action">Tài trợ nhà phát triển</string>
|
|
<string name="upgrade_foss_sponsor_subtitle">Không quảng cáo. Không theo dõi. Không phụ thuộc Google Play.</string>
|
|
<string name="upgrade_foss_sponsor_returned_early">Quay lại rồi sao? Sự ủng hộ của bạn giúp CAPod tiếp tục tồn tại.</string>
|
|
<string name="upgrade_foss_supporter_since">Người ủng hộ từ %s</string>
|
|
<string name="upgrade_foss_supporter_thanks">Cảm ơn bạn đã ủng hộ sự phát triển của CAPod!</string>
|
|
<string name="upgrade_foss_sponsor_again_action">Mở trang tài trợ</string>
|
|
<string name="upgrade_foss_sponsor_label">Tài trợ cho CAPod</string>
|
|
<string name="settings_upgrade_status_description">Trạng thái nhà tài trợ của bạn.</string>
|
|
<string name="upgrade_screen_why_title">Lợi ích nâng cấp</string>
|
|
<string name="upgrade_screen_how_title">Làm thế nào để giúp đỡ</string>
|
|
<string name="upgrade_screen_how_body">Trở thành người bảo trợ và tài trợ phát triển! Nhấp vào nút bên dưới để kích hoạt tất cả các tính năng bổ sung và mở hồ sơ Nhà tài trợ GitHub của tôi.</string>
|
|
<string name="upgrade_screen_status_free_title">Phiên bản miễn phí</string>
|
|
<string name="upgrade_screen_status_free_body">Bạn đang sử dụng phiên bản miễn phí của CAPod. Các tính năng bổ sung có thể được mở khóa bằng cách hỗ trợ phát triển.</string>
|
|
<string name="upgrade_screen_status_free_action">Xem các tùy chọn nâng cấp</string>
|
|
<string name="upgrade_screen_status_upgraded_title">Nâng cấp đang hoạt động</string>
|
|
<string name="upgrade_screen_recurring_title">Tiếp tục hỗ trợ</string>
|
|
<string name="upgrade_screen_recurring_body">CAPod không ngừng phát triển thông qua các bản cập nhật và sửa chữa. Nếu bạn muốn duy trì điều đó, hãy xem xét quyên góp định kỳ thông qua GitHub Sponsors.</string>
|
|
</resources>
|