Skip to content

Commit

Permalink
Add zh-Hant Localization (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Jun 15, 2024
1 parent b709be2 commit 9fb5242
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 0 deletions.
5 changes: 5 additions & 0 deletions reminders-menubar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
197D6DE42726AC650011E1AB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2BCB5C5128D4EFDA00CD1AC9 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/InfoPlist.strings; sourceTree = "<group>"; };
2BCB5C5228D4EFFF00CD1AC9 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = "<group>"; };
2F1E4A472BBEE0D60080857A /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
2F1E4A482BBEE0D60080857A /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
4672933A29E052CC00120D57 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
4672933B29E052CC00120D57 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/InfoPlist.strings; sourceTree = "<group>"; };
4905903729EDCA40003A8252 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -479,6 +481,7 @@
vi,
sk,
ru,
"zh-Hant",
);
mainGroup = 712C32A724BF939100AC75E2;
packageReferences = (
Expand Down Expand Up @@ -634,6 +637,7 @@
1021C8982A14D20600E5F6C2 /* vi */,
71EB85912B5D878D00F81222 /* sk */,
ECF5660E2BB6BFA2004E98DB /* ru */,
2F1E4A472BBEE0D60080857A /* zh-Hant */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -657,6 +661,7 @@
1021C8992A14D20600E5F6C2 /* vi */,
71EB85922B5D878D00F81222 /* sk */,
ECF5660F2BB6BFA2004E98DB /* ru */,
2F1E4A482BBEE0D60080857A /* zh-Hant */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"NSRemindersUsageDescription" = "此應用程式使用 Apple 提醒事項作為列表和任務的資料來源。需要存取權限以查看與編輯提醒事項。";
73 changes: 73 additions & 0 deletions reminders-menubar/Resources/zh-Hant.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
"newReminderTextFielPlaceholder" = "輸入提醒事項,然後按下 Enter ↩︎";
"newReminderCalendarSelectionToSaveHelp" = "選擇新建立的提醒事項儲存位置";
"newReminderAddDateButton" = "加入日期";
"newReminderAddTimeButton" = "加入時間";
"newReminderAutoSuggestTodayOption" = "自動建議今天作為日期";
"newReminderRemoveParsedDateOption" = "從標題中移除已辨識的日期";
"remindersOptionsButtonHelp" = "編輯提醒事項的選項";
"editReminderOptionButton" = "編輯";
"editReminderTitleTextFieldPlaceholder" = "標題";
"editReminderNotesTextFieldPlaceholder" = "附註";
"editReminderRemindMeSection" = "提醒我";
"editReminderRemindDateOption" = "指定日期";
"editReminderRemindTimeOption" = "指定時間";
"editReminderPrioritySection" = "重要性";
"changeReminderPriorityMenuOption" = "重要性";
"editReminderPriorityLowOption" = "低";
"editReminderPriorityMediumOption" = "中";
"editReminderPriorityHighOption" = "高";
"editReminderPriorityNoneOption" = "無";
"removeReminderOptionButton" = "刪除";
"removeReminderAlertTitle" = "刪除此提醒事項?";
"removeReminderAlertMessage" = "再次確認將刪除 '%@' 且無法恢復?";
"removeReminderAlertConfirmButton" = "刪除";
"removeReminderAlertCancelButton" = "取消";
"reminderMoveToMenuOption" = "移至 ...";
"emptyListNoRemindersMessage" = "無提醒事項";
"emptyListNoRemindersFilterTitle" = "無提醒事項可顯示";
"emptyListNoRemindersFilterMessage" = "更改提醒事項篩選選項";
"emptyListAllItemsCompletedMessage" = "所有項目已完成";
"emptyListNoUpcomingRemindersMessage" = "無即將到來的提醒事項";
"upcomingRemindersTitle" = "即將到來的提醒事項";
"remindersFilterSelectionHelp" = "篩選要顯示的提醒事項";
"showCompletedRemindersToggleButtonHelp" = "切換顯示已完成提醒事項與否";
"updateAvailableNoticeButton" = "有新版本可用";
"launchAtLoginOptionButton" = "登入後啟動";
"appAppearanceMenu" = "外觀";
"appAppearanceMoreOpaqueOptionButton" = "不透明";
"appAppearanceMoreTransparentOptionButton" = "更透明";
"appAppearanceColorSystemModeOptionButton" = "系統外觀";
"appAppearanceColorLightModeOptionButton" = "明亮模式";
"appAppearanceColorDarkModeOptionButton" = "暗色模式";
"menuBarIconSettingsMenu" = "選單列圖示";
"menuBarCounterSettingsMenu" = "選單列計數";
"showMenuBarTodayCountOptionButton" = "顯示今日的計數";
"showMenuBarAllRemindersCountOptionButton" = "顯示所有提醒事項計數";
"showMenuBarNoCountOptionButton" = "不顯示計數";
"keyboardShortcutOptionButton" = "快捷鍵";
"reloadRemindersDataButton" = "重新載入資料";
"appAboutButton" = "關於";
"appQuitButton" = "退出";
"settingsButtonHelp" = "設定";
"aboutRemindersMenuBarWindowTitle" = "關於 %@";
"appVersionDescription" = "版本 %@";
"remindersMenuBarAppAboutDescription" = "%@ 是 %@ 授權條款的開放原始碼軟體。";
"remindersMenuBarGitHubAboutDescription" = "在 GitHub 上提供的功能與更新";
"seeMoreOnGitHubButton" = "於 GitHub 專案了解更多";
"keyboardShortcutWindowTitle" = "快捷鍵設定";
"keyboardShortcutEnableOpenShortcutOption" = "啟用快捷鍵開啟 %@";
"keyboardShortcutRestoreDefaultButton" = "回復至預設值";
"upcomingRemindersIntervalSelectionHelp" = "選擇要顯示的即將到來提醒事項範圍";
"upcomingRemindersTodayTitle" = "今日";
"upcomingRemindersInAWeekTitle" = "未來一週";
"upcomingRemindersInAMonthTitle" = "未來一個月";
"upcomingRemindersAllTitle" = "全部";
"appNoRemindersAccessAlertMessage" = "%@ 存取提醒事項的權限未啟用";
"appNoRemindersAccessAlertDescription" = "
%@ 需要存取提醒事項的權限才可以正常運作。
在系統設定中賦予 %@ 使用權限。
";
"openSystemPreferencesButton" = "開啟系統設定";
"okButton" = "確認";
"preferredLanguageMenu" = "語言";
"preferredLanguageSystemOptionButton" = "使用系統語言";

0 comments on commit 9fb5242

Please sign in to comment.