Skip to content

Commit e4ff514

Browse files
committed
improve string resources
1 parent 522dd95 commit e4ff514

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/Flow.Launcher.Plugin.ClipboardPlus/Languages/en.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_image_file_subtitle">Copy this record as image file</system:String>
4848
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_files_title">Copy as files</system:String>
4949
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_files_subtitle">Copy this record as files</system:String>
50-
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_title">Copy as files by sorting paths ascendingly</system:String>
50+
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_title">Copy as files by ascend paths</system:String>
5151
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_subtitle">Copy this record as files by sorting file paths ascendingly</system:String>
52-
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_title">Copy as files by sorting paths descendingly</system:String>
52+
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_title">Copy as files by descen paths</system:String>
5353
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_subtitle">Copy this record as files by sorting file paths descendingly</system:String>
5454
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_file_path_title">Copy as file path</system:String>
5555
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_file_path_subtitle">Copy this record as file path</system:String>

src/Flow.Launcher.Plugin.ClipboardPlus/Languages/zh-cn.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_image_file_subtitle">复制记录为图像文件</system:String>
4848
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_files_title">复制为文件</system:String>
4949
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_files_subtitle">复制记录为文件</system:String>
50-
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_title">以路径上升排序方式复制为文件</system:String>
50+
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_title">以路径上升方式复制为文件</system:String>
5151
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_subtitle">以文件路径上升排序的方式复制为文件</system:String>
52-
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_title">以路径下降排序方式复制为文件</system:String>
52+
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_title">以路径下降方式复制为文件</system:String>
5353
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_subtitle">以文件路径下降排序的方式复制为文件</system:String>
5454
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_file_path_title">复制为文件路径</system:String>
5555
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_file_path_subtitle">复制记录为文件路径</system:String>

src/Flow.Launcher.Plugin.ClipboardPlus/Languages/zh-tw.xaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_image_file_subtitle">複製記録為圖像文件</system:String>
4848
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_files_title">複製為文件</system:String>
4949
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_files_subtitle">複製記録為文件</system:String>
50-
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_title">以路徑上升排序方式複製為文件</system:String>
50+
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_title">以路徑上升方式複製為文件</system:String>
5151
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_asc_subtitle">以文件路徑上升排序的方式複製為文件</system:String>
52-
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_title">以路徑下降排序方式複製為文件</system:String>
52+
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_title">以路徑下降方式複製為文件</system:String>
5353
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_sort_name_desc_subtitle">以文件路徑下降排序的方式複製為文件</system:String>
5454
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_file_path_title">複製為文件路徑</system:String>
5555
<system:String x:Key="flowlauncher_plugin_clipboardplus_copy_file_path_subtitle">複製記録為文件路徑</system:String>

0 commit comments

Comments
 (0)