Skip to content

Commit

Permalink
Translate: zh-tw
Browse files Browse the repository at this point in the history
thanks to @cmhdream
  • Loading branch information
pubpub-zz committed Jan 11, 2021
1 parent 55cf179 commit 3cf6985
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ppInk/lang/zh-tw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ButtonNameNumb = "編號 (設置 | 重置序號)"
ButtonNameText = "文字 (齊左 | 齊右)"
ButtonNameEdit = "編輯文字"
ButtonNameMagn = "吸附效應"
ButtonNameClipArt = "剪貼畫"
ButtonNameVideo = "錄製視頻"

BoardTitle = "清除桌面"
Expand All @@ -57,6 +58,13 @@ DlgTextLabel = "輸入文字"
DlgTagCaption = "標籤編號"
DlgTagLabel = "輸入起始號"

FormClipartsTitle = "剪貼畫"
ButtonInsertText = "&插入"
ButtonFromClipBText = "&從剪貼簿"
ButtonLoadImageText = "&載入圖片ˋ"
ButtonDeleteText = "&刪除"
CheckBoxAutoCloseText = "自動\n關閉"
ListFillingsText = "無框架;空;顏色填充;白色填充;黑色填充"
MenuEntryExit = "結束"
MenuEntryOptions = "選項"
MenuEntryAbout = "關於"
Expand Down
2 changes: 1 addition & 1 deletion src/BuildTimestamp.cs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
namespace gInk { public static class Build { public static string Timestamp = "10/01/2021 11:50:21.91".Substring(0,16);}}
namespace gInk { public static class Build { public static string Timestamp = "11/01/2021 13:11:53.46".Substring(0,16);}}
2 changes: 1 addition & 1 deletion src/CallForm.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Expand Down
1 change: 1 addition & 0 deletions src/FormOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ private void FormOptions_LocalReload()
VideoTabCtrl.TabPages[1].Text = Root.Local.OptionsTabPens;
VideoTabCtrl.TabPages[2].Text = Root.Local.OptionsTabHotkeys;
this.ToolBarColorLbl.Text = Root.Local.OptionsGeneralToolBarColorText;
this.ClipartsSelBtn.Text = shortTxt(Root.Local.ButtonNameClipArt);
this.AltTabActivateCb.Text = Root.Local.OptionsGeneralAltTabActivateText;
this.lblToolbarHeight.Text = Root.Local.OptionsGeneralToolbarHeight;
this.lbLanguage.Text = Root.Local.OptionsGeneralLanguage;
Expand Down

0 comments on commit 3cf6985

Please sign in to comment.