Skip to content

Commit

Permalink
补充一定的描述
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru committed Sep 25, 2023
1 parent d5ca45b commit ca62000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class ScreenShotPage : BasePage() {
TextSummaryWithSwitch(
TextSummaryV(
textId = R.string.privacy_mosaic,
tipsId = R.string.privacy_mosaic_summary,
),
SwitchV("privacy_mosaic", false)
)
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ja-rJP/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
<string name="save_as_png">PNG形式でスクリーンショットを保存する</string>
<string name="device_shell">カスタムシェル付きのスクリーンショット機種</string>
<string name="privacy_mosaic">スマートプライバシーモザイク</string>
<string name="privacy_mosaic_summary">システムに新しいバージョンの MiAI エンジンが必要です</string>

<string name="Market_As">デバイスを偽装:</string>
<string name="device_market">商店提供モデル</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,7 @@
<string name="save_as_png">截图格式为 PNG</string>
<string name="device_shell">自定义带壳截图的机型</string>
<string name="privacy_mosaic">智能隐私打码</string>
<string name="privacy_mosaic_summary">需要系统里存在较新版本的 MiAI引擎</string>

<string name="Market_As">伪装机型为:</string>
<string name="device_market">商店推送的机型</string>
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,7 @@
<string name="save_as_png">Save screenshots as PNG</string>
<string name="device_shell">Customize device with shell for screenshots</string>
<string name="privacy_mosaic">Intelligent Privacy Mosaic</string>
<string name="privacy_mosaic_summary">Requires a newer version of the Mi AI Engine in the system.</string>

<string name="Market_As">Disguise your model as what in the GetApps</string>
<string name="device_market">Device Market Models</string>
Expand Down

0 comments on commit ca62000

Please sign in to comment.