Flow.Launcher/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Languages/zh-cn.xaml
Jeremy Wu 2c6fa48473
New Crowdin updates (#2011)
New translations
2023-03-31 00:24:58 +03:00

28 lines
3 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<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">
<!-- Plugin Info -->
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_name">浏览器书签</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_plugin_description">搜索您的浏览器书签</system:String>
<!-- Settings -->
<system:String x:Key="flowlauncher_plugin_browserbookmark_bookmarkDataSetting">书签数据</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_openBookmarks">在以下位置打开书签:</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newWindow">新窗口</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_newTab">新标签</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_setBrowserFromPath">设置浏览器路径:</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_settings_choose">选择</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_title">复制网址</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_copyurl_subtitle">将书签的网址复制到剪贴板</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_loadBrowserFrom">从以下浏览器加载:</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserName">浏览器名称</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserBookmarkDataDirectory">数据文件路径</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_addBrowserBookmark">添加</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_editBrowserBookmark">编辑</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_removeBrowserBookmark">删除</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_browseBrowserBookmark">浏览</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_others">其他</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_browserEngine">浏览器引擎</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage01">如果你没有使用 Chrome、 Firefox 或 Edge或者正在使用它们的绿色版 那么你需要添加书签数据目录并选择正确的浏览器引擎才能使此插件正常工作。</system:String>
<system:String x:Key="flowlauncher_plugin_browserbookmark_guideMessage02">例如Brave 浏览器的引擎是 Chromium其默认书签数据位置是 &quot;%LOCALAPPDATA%\BraveSoftware\Brave-Browser\UserData&quot;。 对于 Firefox 引擎的浏览器,书签目录是 places.sqlite 文件所在的用户数据文件夹。</system:String>
</ResourceDictionary>