mirror of
https://github.com/emanuele-f/PCAPdroid.git
synced 2026-07-03 21:21:12 +08:00
Make unlock token not translatable
This commit is contained in:
parent
773a180710
commit
9563c6177d
@ -395,7 +395,6 @@
|
||||
\n - yakalama başlatılamazsa, iptables komutunu gerçekten root olarak çalıştırabildiğinizden emin olun (örneğin termux aracılığıyla)
|
||||
\n - bu, Android 12 ve sonraki sürümlerde çalışmayabilir
|
||||
\n - Bir VPN uygulaması çalışıyorsa, şifre çözme için belirli bir uygulamayı hedeflemeli veya PCAPdroid ortadaki adam eklentisini VPN\'den hariç tutmalısınız, aksi takdirde trafik bir döngüye girecektir</string>
|
||||
<string name="unlock_token">Kilit açma belirteci</string>
|
||||
<string name="unlock_token_summary">Uygulamanın Google-Play dışı sürümlerinde (örn. F-Droid/Github) ücretli özelliklerin kilidini açmak için kullanılabilecek bir belirteç</string>
|
||||
<string name="license_service_unavailable">PCAPdroid lisans hizmeti şu anda kullanılamıyor. Lütfen birkaç dakika içinde yeniden deneyin</string>
|
||||
<string name="access_paid_features_msg">Ücretli özelliklere nasıl erişeceğinizi öğrenmek için <a href="%1$s">kullanıcı kılavuzuna</a> göz atın</string>
|
||||
|
||||
@ -420,7 +420,6 @@
|
||||
\n - 如果流量捕获无法启动,请确保你实际上可以以 root 身份运行 iptables 命令(例如,通过 termux)
|
||||
\n - 此功能可能不适用于 Android 12 及更高版本
|
||||
\n - 如果 VPN 应用正在运行,你应该针对特定应用进行解密或从 VPN 中排除 PCAPdroid mitm 附加组件,否则流量将进入循环</string>
|
||||
<string name="unlock_token">解锁令牌</string>
|
||||
<string name="unlock_token_summary">可用于解锁非 Google-Play 应用版本(例如 F-Droid/Github)中付费功能的令牌</string>
|
||||
<string name="unlock_token_error">无法请求解锁令牌 [%1$d]: %2$s</string>
|
||||
<string name="access_paid_features_msg">查看 <a href="%1$s">用户指南</a>了解如何访问付费功能</string>
|
||||
|
||||
@ -30,6 +30,7 @@
|
||||
- SourceCodePro font: <a href='https://github.com/adobe-fonts/source-code-pro/blob/release/LICENSE.md'>OFL-1.1</a>\n\n
|
||||
</string>
|
||||
<string name="connections_csv_fields" translatable="false">IPProto,SrcIP,SrcPort,DstIp,DstPort,UID,App,Proto,Status,Info,BytesSent,BytesRcvd,PktsSent,PktsRcvd,FirstSeen,LastSeen</string>
|
||||
<string name="unlock_token" translatable="false">Unlock token</string>
|
||||
|
||||
<!-- Localized -->
|
||||
<string name="start_button">Start</string>
|
||||
@ -400,7 +401,6 @@
|
||||
- this may not work on Android 12 and later\n
|
||||
- if a VPN app is running, you should either target a specific app for decryption or exclude the PCAPdroid mitm addon from the VPN, otherwise traffic will go in a loop
|
||||
</string>
|
||||
<string name="unlock_token">Unlock token</string>
|
||||
<string name="unlock_token_summary">A token which can be used to unlock the paid features in non-Google-Play builds of the app (e.g. F-Droid/Github)</string>
|
||||
<string name="unlock_token_error">Could not request unlock token [%1$d]: %2$s</string>
|
||||
<string name="access_paid_features_msg">Check out <a href='%1$s'>the user guide</a> to learn how to access the paid features</string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user