[Feature] Shorten selection title format.

Otherwise the user very likely can't see the number of files in some locales.
This commit is contained in:
Hai Zhang 2023-08-10 02:51:22 -07:00
parent 3dca5a7c65
commit a57e68c1e6
3 changed files with 3 additions and 3 deletions

View File

@ -263,7 +263,7 @@
<string name="file_list_action_add_bookmark">添加书签</string>
<string name="file_list_action_create_shortcut">创建快捷方式</string>
<string name="file_list_breadcrumb_action_open_in_new_task">在新窗口中打开</string>
<string name="file_list_select_title_format">已选择 %1$,d</string>
<string name="file_list_select_title_format">%1$,d</string>
<string name="file_list_select_current_directory_format">选择“%1$s”</string>
<string name="file_list_paste_move_title_format">移动 %1$,d</string>
<string name="file_list_paste_copy_title_format">复制 %1$,d</string>

View File

@ -263,7 +263,7 @@
<string name="file_list_action_add_bookmark">新增書籤</string>
<string name="file_list_action_create_shortcut">建立捷徑</string>
<string name="file_list_breadcrumb_action_open_in_new_task">在新窗口中開啟</string>
<string name="file_list_select_title_format">已選取 %1$,d</string>
<string name="file_list_select_title_format">%1$,d</string>
<string name="file_list_select_current_directory_format">選取「%1$s」</string>
<string name="file_list_paste_move_title_format">移動 %1$,d</string>
<string name="file_list_paste_copy_title_format">複製 %1$,d</string>

View File

@ -296,7 +296,7 @@
<string name="file_list_action_create_shortcut">Create shortcut</string>
<string name="file_list_breadcrumb_action_copy_path" translatable="false">@string/file_list_action_copy_path</string>
<string name="file_list_breadcrumb_action_open_in_new_task">Open in new window</string>
<string name="file_list_select_title_format">%1$,d selected</string>
<string name="file_list_select_title_format">%1$,d</string>
<string name="file_list_select_action_extract" translatable="false">@string/file_item_action_extract</string>
<string name="file_list_select_action_archive" translatable="false">@string/file_item_action_archive</string>
<string name="file_list_select_current_directory_format">Select “%1$s”</string>