Skip to content

Commit

Permalink
Add Korean Translation (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
NANNADA4 committed Apr 18, 2023
1 parent c366aba commit 107a06f
Show file tree
Hide file tree
Showing 3 changed files with 78 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 @@ -90,6 +90,8 @@
2BCB5C5228D4EFFF00CD1AC9 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.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>"; };
4905903829EDCA40003A8252 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/InfoPlist.strings; sourceTree = "<group>"; };
65E1D67F28B72C610032D987 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Localizable.strings"; sourceTree = "<group>"; };
65E1D68028B72C620032D987 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
7102422F25F55D5600451D15 /* ReminderInterval.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReminderInterval.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -443,6 +445,7 @@
pl,
fr,
uk,
ko,
);
mainGroup = 712C32A724BF939100AC75E2;
packageReferences = (
Expand Down Expand Up @@ -586,6 +589,7 @@
71163AFB298A0169008FEDBD /* pl */,
8206522829B779B500CE522F /* fr */,
4672933A29E052CC00120D57 /* uk */,
4905903729EDCA40003A8252 /* ko */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand All @@ -604,6 +608,7 @@
71163AFC298A0169008FEDBD /* pl */,
8206522929B779B500CE522F /* fr */,
4672933B29E052CC00120D57 /* uk */,
4905903829EDCA40003A8252 /* ko */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
Expand Down
1 change: 1 addition & 0 deletions reminders-menubar/Resources/ko.lproj/InfoPlist.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"NSRemindersUsageDescription" = "이 프로그램은 미리 알림의 항목을 사용합니다. 미리 알림을 보거나 편집하려면 접근 권한이 필요합니다.";
72 changes: 72 additions & 0 deletions reminders-menubar/Resources/ko.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
"newReminderTextFielPlaceholder" = "미리 알림 내용을 입력 후 엔터를 누르세요";
"newReminderCalendarSelectionToSaveHelp" = "새로운 미리 알림이 저장될 곳을 선택";
"newReminderAddDateButton" = "날짜 추가";
"newReminderAddTimeButton" = "시간 추가";
"newReminderAutoSuggestTodayOption" = "오늘 날짜를 자동 제안";
"newReminderRemoveParsedDateOption" = "제목에서 분석된 날짜 제거";
"remindersOptionsButtonHelp" = "미리 알림 수정 옵션";
"editReminderOptionButton" = "수정";
"editReminderTitleTextFieldPlaceholder" = "제목";
"editReminderNotesTextFieldPlaceholder" = "메모";
"editReminderRemindMeSection" = "나에게 미리 알림";
"editReminderRemindDateOption" = "특정 날짜";
"editReminderRemindTimeOption" = "특정 시간";
"editReminderPrioritySection" = "우선 순위";
"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 107a06f

Please sign in to comment.