Skip to content

Commit

Permalink
Simplified Chinese translations
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeerias committed Feb 27, 2024
1 parent 8292053 commit 1c968c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@
needs to request permission to access the device's external storage such as the
sdcard. '%1$s' will be replaced at runtime with the website's domain name. -->
<string name="permission_persistent_storage">您是否要允许 %1$s 持久存储数据?</string>

<!-- Dialog providing a rationale about why a permission is required. -->
<string name="permission_rationale_title">需要额外权限</string>
<string name="permission_camera_rationale">需要使用您的相机权限才能继续。</string>
<string name="permission_microphone_rationale">需要使用您的麦克风权限才能继续。</string>
<string name="permission_camera_and_microphone_rationale">需要使用您的相机和麦克风权限才能继续。</string>
<string name="permission_location_rationale">需要获取您的位置权限才能继续。</string>
<string name="permission_notification_rationale">需要发送通知的权限才能继续。</string>
<string name="permission_read_external_storage_rationale">需要读取您的外部存储权限才能继续。</string>
<string name="permission_persistent_storage_rationale">需要在持久存储中存储数据的权限才能继续。</string>

<!-- This string is displayed in the Settings dialog box and is used to label an
On/Off switch which toggles whether an application crash is reported without first
prompting the user. -->
Expand Down

0 comments on commit 1c968c0

Please sign in to comment.