Skip to content

Commit

Permalink
Fix: Fix zh-CN translation of image
Browse files Browse the repository at this point in the history
Following AOSP translations.
  • Loading branch information
zhanghai committed Mar 3, 2024
1 parent 5eb066c commit 481e848
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh-rCN/mime_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<string name="file_type_name_email">%1$s 电子邮件</string>
<string name="file_type_name_font">%1$s 字体</string>
<string name="file_type_name_generic">%1$s 文件</string>
<string name="file_type_name_image">%1$s 图像</string>
<string name="file_type_name_image">%1$s 图片</string>
<string name="file_type_name_pdf">PDF 文档</string>
<string name="file_type_name_presentation">%1$s 演示文稿</string>
<string name="file_type_name_spreadsheet">%1$s 电子表格</string>
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<string name="file_open_as_title">打开为…</string>
<string name="file_open_as_title_format">将“%1$s”打开为</string>
<string name="file_open_as_type_text">文本</string>
<string name="file_open_as_type_image">图像</string>
<string name="file_open_as_type_image">图片</string>
<string name="file_open_as_type_audio">音频</string>
<string name="file_open_as_type_video">视频</string>
<string name="file_open_as_type_directory">文件夹</string>
Expand Down Expand Up @@ -337,7 +337,7 @@
<string name="file_properties_permissions_set_selinux_context_title">更改 SELinux 上下文</string>
<string name="file_properties_permissions_set_selinux_context_restore">还原</string>
<string name="file_properties_permissions_recursive">应用到包含的文件</string>
<string name="file_properties_image">图像</string>
<string name="file_properties_image">图片</string>
<string name="file_properties_media_dimensions">尺寸</string>
<string name="file_properties_media_dimensions_format">%1$d \u00d7 %2$d</string>
<string name="file_properties_media_date_time">拍摄时间</string>
Expand Down Expand Up @@ -539,7 +539,7 @@
<string name="navigation_edit_bookmark_directory_path">路径</string>

<string name="archive_viewer_title">归档文件查看器</string>
<string name="image_viewer_title">图像查看器</string>
<string name="image_viewer_title">图片查看器</string>
<string name="image_viewer_subtitle_format">%1$,d/%2$,d</string>
<string name="text_editor_title">文本编辑器</string>
<string name="text_editor_title_format">%1$s</string>
Expand Down

0 comments on commit 481e848

Please sign in to comment.