Skip to content

Commit

Permalink
Minor Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Oct 27, 2023
1 parent 91c19ea commit b5df796
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<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.SearchLibraryPage.Title">SearchLibraryPage</system:String>

<system:String x:Key="Portal.SearchLibraryPage.TitleText">당신의 라이브러리가 거미줄에 감겨 있습니다</system:String>
<system:String x:Key="Portal.SearchLibraryPage.DescriptionText">벽지 선택의 꼼꼼함으로 벽지 공간이 부족해졌습니다</system:String>
</ResourceDictionary>
4 changes: 2 additions & 2 deletions src/Library/Sucrose.Resources/Locales/Update/Update.KO.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
>
<system:String x:Key="Update.HelpText">문제 해결</system:String>

<system:String x:Key="Update.UpdateBox.WindowTitle">설피로즈 업데이트</system:String>
<system:String x:Key="Update.UpdateBox.WindowTitle">Sucrose 업데이트</system:String>
<system:String x:Key="Update.UpdateBox.InstallText">업데이트 설치</system:String>

<system:String x:Key="Update.InfoBox.WindowTitle">설피로즈 업데이트</system:String>
<system:String x:Key="Update.InfoBox.WindowTitle">Sucrose 업데이트</system:String>
<system:String x:Key="Update.InfoBox.TextMessage">메시지</system:String>
<system:String x:Key="Update.InfoBox.CloseText">닫기</system:String>

Expand Down

0 comments on commit b5df796

Please sign in to comment.