mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
337a2cf319
* update zh-tw locale strings for plugins
12 lines
616 B
XML
12 lines
616 B
XML
<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_url_open_url">開啟連結:{0}</system:String>
|
|
<system:String x:Key="wox_plugin_url_canot_open_url">無法開啟連結:{0}</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_url_plugin_name">URL</system:String>
|
|
<system:String x:Key="wox_plugin_url_plugin_description">從 Wox 開啟連結</system:String>
|
|
|
|
</ResourceDictionary>
|