mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add plugin title translations
This commit is contained in:
@@ -24,5 +24,8 @@
|
||||
<system:String x:Key="wox_plugin_websearch_input_url">Please input URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">ActionWord has existed, please input a new one</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_succeed">Succeed</system:String>
|
||||
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_plugin_name">Web Searches</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_plugin_description">Provide the web search ability</system:String>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,28 +1,31 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_delete">删除</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_edit">编辑</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_add">添加</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword">触发关键字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_url">URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable_suggestion">启用搜索建议</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">请选择一项</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_delete_warning">你确定要删除 {0} 吗?</system:String>
|
||||
|
||||
|
||||
<!--web search edit-->
|
||||
<system:String x:Key="wox_plugin_websearch_title">标题</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable">启用</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_icon">图标</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_select_icon">选择图标</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_cancel">取消</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_invalid_web_search">非法的网页搜索</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_title">请输入标题</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_action_keyword">请输入触发关键字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_url">请输入URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">触发关键字已经存在,请选择一个新的关键字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_succeed">操作成功</system:String>
|
||||
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_delete">删除</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_edit">编辑</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_add">添加</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword">触发关键字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_url">URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable_suggestion">启用搜索建议</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">请选择一项</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_delete_warning">你确定要删除 {0} 吗?</system:String>
|
||||
|
||||
|
||||
<!--web search edit-->
|
||||
<system:String x:Key="wox_plugin_websearch_title">标题</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable">启用</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_icon">图标</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_select_icon">选择图标</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_cancel">取消</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_invalid_web_search">非法的网页搜索</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_title">请输入标题</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_action_keyword">请输入触发关键字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_url">请输入URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">触发关键字已经存在,请选择一个新的关键字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_succeed">操作成功</system:String>
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_plugin_name">网页搜索</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_plugin_description">提供网页搜索能力</system:String>
|
||||
|
||||
</ResourceDictionary>
|
||||
@@ -1,28 +1,31 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_delete">刪除</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_edit">編輯</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_add">添加</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword">觸發關鍵字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_url">URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable_suggestion">啟用搜索建議</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">請選擇一項</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_delete_warning">你確定要刪除 {0} 嗎?</system:String>
|
||||
|
||||
|
||||
<!--web search edit-->
|
||||
<system:String x:Key="wox_plugin_websearch_title">標題</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable">啟用</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_icon">圖標</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_select_icon">選擇圖標</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_cancel">取消</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_invalid_web_search">非法的網頁搜索</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_title">請輸入標題</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_action_keyword">請輸入觸發關鍵字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_url">請輸入URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">觸發關鍵字已經存在,請選擇一個新的關鍵字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_succeed">操作成功</system:String>
|
||||
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_delete">刪除</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_edit">編輯</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_add">添加</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword">觸發關鍵字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_url">URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable_suggestion">啟用搜索建議</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">請選擇一項</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_delete_warning">你確定要刪除 {0} 嗎?</system:String>
|
||||
|
||||
|
||||
<!--web search edit-->
|
||||
<system:String x:Key="wox_plugin_websearch_title">標題</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable">啟用</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_icon">圖標</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_select_icon">選擇圖標</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_cancel">取消</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_invalid_web_search">非法的網頁搜索</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_title">請輸入標題</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_action_keyword">請輸入觸發關鍵字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_input_url">請輸入URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword_exist">觸發關鍵字已經存在,請選擇一個新的關鍵字</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_succeed">操作成功</system:String>
|
||||
|
||||
<system:String x:Key="wox_plugin_websearch_plugin_name">網頁搜索</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_plugin_description">提供網頁搜索能力</system:String>
|
||||
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user