-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
604 additions
and
0 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
...se.Resources/Locales/Portal/Controls/DisplayPreferences/Portal.DisplayPreferences.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.DisplayPreferences.Title">显示首选项</system:String> | ||
<system:String x:Key="Portal.DisplayPreferences.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Expander">布局模式</system:String> | ||
<system:String x:Key="Portal.DisplayPreferences.Expander.Description">如何应用壁纸到活动屏幕。</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Screen">仅选定的屏幕</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Expand">扩展跨屏</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Expand.Monitor">所有显示器</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Expand.Hint">选择扩展跨屏模式</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Duplicate">复制相同的壁纸</system:String> | ||
|
||
<system:String x:Key="Portal.DisplayPreferences.Duplicate.Hint">选择复制相同的壁纸模式</system:String> | ||
</ResourceDictionary> |
11 changes: 11 additions & 0 deletions
11
...ibrary/Sucrose.Resources/Locales/Portal/Controls/ExpanderCard/Portal.ExpanderCard.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ExpanderCard.TitleText">标题</system:String> | ||
<system:String x:Key="Portal.ExpanderCard.DescriptionText">描述</system:String> | ||
|
||
<system:String x:Key="Portal.ExpanderCard.ExpandUpTip">折叠</system:String> | ||
<system:String x:Key="Portal.ExpanderCard.ExpandDownTip">展开</system:String> | ||
</ResourceDictionary> |
20 changes: 20 additions & 0 deletions
20
src/Library/Sucrose.Resources/Locales/Portal/Controls/LibraryCard/Portal.LibraryCard.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.LibraryCard.TitleText">标题</system:String> | ||
<system:String x:Key="Portal.LibraryCard.DescriptionText">描述</system:String> | ||
|
||
<system:String x:Key="Portal.LibraryCard.MoreTip">更多</system:String> | ||
<system:String x:Key="Portal.LibraryCard.VersionTip">升级 Sucrose 以使用此主题</system:String> | ||
|
||
<system:String x:Key="Portal.LibraryCard.MenuReview">查看</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuUse">使用</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuPreview">预览</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuCustomize">自定义</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuFind">查找</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuShare">分享</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuDelete">删除</system:String> | ||
<system:String x:Key="Portal.LibraryCard.MenuEdit">编辑</system:String> | ||
</ResourceDictionary> |
25 changes: 25 additions & 0 deletions
25
src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherAbout/Portal.OtherAbout.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.OtherAbout.Title">关于</system:String> | ||
<system:String x:Key="Portal.OtherAbout.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.About">你好,我的名字是 Bayram Emekli,也被称为 Taiizor 用户名。我是 Sucrose Wallpaper Engine 应用的免费和开源开发者。感谢你使用我开发的应用。</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.Update">版本:v{0}</system:String> | ||
<system:String x:Key="Portal.OtherAbout.Update.Description">上次检查:{0}</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.Update.Notes">更新说明</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.Partners">合作伙伴</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.Contributors">贡献者</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.TermsOfService">服务条款</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.PrivacyPolicy">隐私政策</system:String> | ||
|
||
<system:String x:Key="Portal.OtherAbout.CodeOfConduct">社区行为准则</system:String> | ||
</ResourceDictionary> |
23 changes: 23 additions & 0 deletions
23
src/Library/Sucrose.Resources/Locales/Portal/Controls/OtherHelp/Portal.OtherHelp.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.OtherHelp.Title">帮助</system:String> | ||
<system:String x:Key="Portal.OtherHelp.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.OtherHelp.WebPage">网站</system:String> | ||
<system:String x:Key="Portal.OtherHelp.WebPage.Description">Sucrose Wallpaper Engine 官方网站</system:String> | ||
|
||
<system:String x:Key="Portal.OtherHelp.Documentation">文档</system:String> | ||
<system:String x:Key="Portal.OtherHelp.Documentation.Description">Sucrose Wallpaper Engine 官方文档页面</system:String> | ||
|
||
<system:String x:Key="Portal.OtherHelp.Repository">源代码</system:String> | ||
<system:String x:Key="Portal.OtherHelp.Repository.Description">Sucrose Wallpaper Engine 官方源代码页面</system:String> | ||
|
||
<system:String x:Key="Portal.OtherHelp.Discussions">讨论</system:String> | ||
<system:String x:Key="Portal.OtherHelp.Discussions.Description">Sucrose Wallpaper Engine 官方讨论页面</system:String> | ||
|
||
<system:String x:Key="Portal.OtherHelp.Report">报告问题</system:String> | ||
<system:String x:Key="Portal.OtherHelp.Report.Description">Sucrose Wallpaper Engine 官方问题报告页面</system:String> | ||
</ResourceDictionary> |
7 changes: 7 additions & 0 deletions
7
src/Library/Sucrose.Resources/Locales/Portal/Controls/Pagination/Portal.Pagination.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.Pagination.PageJump">跳转</system:String> | ||
</ResourceDictionary> |
13 changes: 13 additions & 0 deletions
13
src/Library/Sucrose.Resources/Locales/Portal/Controls/StoreCard/Portal.StoreCard.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.StoreCard.TitleText">标题</system:String> | ||
<system:String x:Key="Portal.StoreCard.DescriptionText">描述</system:String> | ||
|
||
<system:String x:Key="Portal.StoreCard.VersionTip">请更新 Sucrose 以使用此主题</system:String> | ||
|
||
<system:String x:Key="Portal.StoreCard.MenuInstall">安装</system:String> | ||
<system:String x:Key="Portal.StoreCard.MenuReport">报告</system:String> | ||
</ResourceDictionary> |
58 changes: 58 additions & 0 deletions
58
src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeCreate/Portal.ThemeCreate.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ThemeCreate.Title">主题创建</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Create">创建</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.Gif">Gif 主题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Gif.Description">创建您自己的 Gif 主题。</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.Url">Url 主题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Url.Description">创建您自己的 Url 主题。</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.Web">Web 主题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Web.Description">创建您自己的 Web 主题。</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.Video">视频主题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Video.Description">创建您自己的 Video 主题。</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.YouTube">YouTube 主题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.YouTube.Description">创建您自己的 YouTube 主题。</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.Application">Application主题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.Application.Description">创建您自己的 Application 主题。</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.ThemeUrl">Url</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeThumbnail">封面</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemePreview">预览</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeTitle">标题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeDescription">描述</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeAuthor">作者</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeContact">联系方式</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeTags">标签</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeArguments">参数</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.ThemeUrl.Hint">请输入有效的 url 地址</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeThumbnail.Hint">请选择一张封面图片</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemePreview.Hint">请选择一个预览文件</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeTitle.Hint">请输入有效的标题</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeDescription.Hint">请输入有效的描述</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeAuthor.Hint">请输入有效的作者姓名</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeContact.Hint">请输入有效的联系方式</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeTags.Hint">请输入有效的主题标签</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeArguments.Hint">请输入有效的应用程序参数</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.DragDrop.Delete">撤销</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.DragDrop.Gif">将您的 Gif 文件拖放到这里</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.DragDrop.Video">将您的视频文件拖放到这里</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.ThemeThumbnail.Title">选择封面图片</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemeThumbnail.Filter">图像文件 (*.png;*.jpg;*.jpeg;*.tiff;*.webp)|*.png;*.jpg;*.jpeg;*.tiff;*.webp</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeCreate.ThemePreview.Title">选择预览文件</system:String> | ||
<system:String x:Key="Portal.ThemeCreate.ThemePreview.Filter">Gif 文件 (*.gif)|*.gif</system:String> | ||
</ResourceDictionary> |
26 changes: 26 additions & 0 deletions
26
src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeDelete/Portal.ThemeDelete.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ThemeDelete.Title">删除主题</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.Delete">删除</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeDelete.ThemeTitle">标题</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeDescription">描述</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeType">类型</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeTypeName">Gif</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeAuthor">作者</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeAuthorName">Taiizor</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeSize">大小</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeSizeTotal">0 b</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeVersion">版本</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeVersionText">0.0.0.0 (0.0.0.0)</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeTags">标签</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeTagsText">无</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeCreate">创建日期</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeCreateDate">未知</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeModify">修改日期</system:String> | ||
<system:String x:Key="Portal.ThemeDelete.ThemeModifyDate">未知</system:String> | ||
</ResourceDictionary> |
23 changes: 23 additions & 0 deletions
23
src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeEdit/Portal.ThemeEdit.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ThemeEdit.Title">主题编辑</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.Close">关闭</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.Save">保存</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeEdit.ThemeTitle">标题</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeDescription">描述</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeAuthor">作者</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeContact">联系方式</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeTags">标签</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeArguments">参数</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeEdit.ThemeTitle.Hint">请输入有效的标题</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeDescription.Hint">请输入有效的描述</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeAuthor.Hint">请输入有效的作者姓名</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeContact.Hint">请输入有效的联系方式</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeTags.Hint">请输入有效的主题标签</system:String> | ||
<system:String x:Key="Portal.ThemeEdit.ThemeArguments.Hint">请输入有效的应用程序参数</system:String> | ||
</ResourceDictionary> |
11 changes: 11 additions & 0 deletions
11
src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeImport/Portal.ThemeImport.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ThemeImport.Title">主题导入</system:String> | ||
<system:String x:Key="Portal.ThemeImport.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeImport.Info">主题信息</system:String> | ||
<system:String x:Key="Portal.ThemeImport.Type">原因说明</system:String> | ||
</ResourceDictionary> |
26 changes: 26 additions & 0 deletions
26
src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeReview/Portal.ThemeReview.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ThemeReview.Title">主题审查</system:String> | ||
<system:String x:Key="Portal.ThemeReview.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeReview.ThemeTitle">标题</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeDescription">描述</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeType">类型</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeTypeName">Gif</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeAuthor">作者</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeAuthorName">Taiizor</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeSize">大小</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeSizeTotal">0 b</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeVersion">版本</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeVersionText">0.0.0.0 (0.0.0.0)</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeTags">标签</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeTagsText">无</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeCreate">创建日期</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeCreateDate">未知</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeModify">修改日期</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeModifyDate">未知</system:String> | ||
<system:String x:Key="Portal.ThemeReview.ThemeContact">主题联系地址</system:String> | ||
</ResourceDictionary> |
18 changes: 18 additions & 0 deletions
18
src/Library/Sucrose.Resources/Locales/Portal/Controls/ThemeShare/Portal.ThemeShare.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.ThemeShare.Title">主题分享</system:String> | ||
<system:String x:Key="Portal.ThemeShare.Close">关闭</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeShare.ThemeTitle">标题</system:String> | ||
<system:String x:Key="Portal.ThemeShare.ThemeDescription">描述</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeShare.ThemeExport">导出</system:String> | ||
<system:String x:Key="Portal.ThemeShare.ThemePublish">发布到商店</system:String> | ||
<system:String x:Key="Portal.ThemeShare.ThemeCopy">复制链接</system:String> | ||
|
||
<system:String x:Key="Portal.ThemeShare.SaveDialogFilter">ZIP 文件 (*.zip)|*.zip|所有文件 (*.*)|*.*</system:String> | ||
<system:String x:Key="Portal.ThemeShare.SaveDialogTitle">保存主题文件</system:String> | ||
</ResourceDictionary> |
19 changes: 19 additions & 0 deletions
19
...e.Resources/Locales/Portal/SettingPage/DonateSettingPage/Portal.DonateSettingPage.ZH.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<ResourceDictionary | ||
xmlns:system="clr-namespace:System;assembly=mscorlib" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
> | ||
<system:String x:Key="Portal.DonateSettingPage.Title">DonateSettingPage</system:String> | ||
|
||
<system:String x:Key="Portal.DonateSettingPage.DonateMenu">捐赠菜单</system:String> | ||
<system:String x:Key="Portal.DonateSettingPage.DonateMenu.Description">界面上捐赠菜单的可见性。</system:String> | ||
|
||
<system:String x:Key="Portal.DonateSettingPage.DonateMenu.DonateVisible.Show">显示</system:String> | ||
<system:String x:Key="Portal.DonateSettingPage.DonateMenu.DonateVisible.Hide">隐藏</system:String> | ||
|
||
<system:String x:Key="Portal.DonateSettingPage.Advertising">广告支持</system:String> | ||
<system:String x:Key="Portal.DonateSettingPage.Advertising.Description">通过观看广告来支持应用程序的开发。</system:String> | ||
|
||
<system:String x:Key="Portal.DonateSettingPage.Advertising.AdvertisingDelay">广告间隔(分钟):</system:String> | ||
<system:String x:Key="Portal.DonateSettingPage.Advertising.AdvertisingHint">提示:广告将以尽量减少打扰您的方式显示。</system:String> | ||
</ResourceDictionary> |
Oops, something went wrong.