l10n ko_KR -> ko
This commit is contained in:
parent
0d06590304
commit
3cfbc75f68
@ -1113,6 +1113,8 @@
|
||||
4C090A1A210FD9C7001FD7F9 /* HapticFeedback.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = HapticFeedback.swift; path = UserInterface/HapticFeedback.swift; sourceTree = "<group>"; };
|
||||
4C11AA4F20FD59C700351FBD /* MessageStatusView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageStatusView.swift; sourceTree = "<group>"; };
|
||||
4C13C9F520E57BA30089A98B /* ColorPickerViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorPickerViewController.swift; sourceTree = "<group>"; };
|
||||
4C1D233C218B96A000A0598F /* typing-animation.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; name = "typing-animation.gif"; path = "../../../../../Downloads/typing-animation.gif"; sourceTree = "<group>"; };
|
||||
4C1D2333218B692800A0598F /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = translations/ko.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
4C20B2B820CA10DE001BAC90 /* ConversationSearchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversationSearchViewController.swift; sourceTree = "<group>"; };
|
||||
4C23A5F1215C4ADE00534937 /* SheetViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetViewController.swift; sourceTree = "<group>"; };
|
||||
4C2F454E214C00E1004871FF /* AvatarTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarTableViewCell.swift; sourceTree = "<group>"; };
|
||||
@ -1192,7 +1194,6 @@
|
||||
B676BCF01AA544F5009637B8 /* el_GR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el_GR; path = translations/el_GR.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
B676BCF11AA5451E009637B8 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = translations/es.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
B67EBF5C19194AC60084CCFD /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Settings.bundle; path = SettingsBundle/Settings.bundle; sourceTree = SOURCE_ROOT; };
|
||||
B68CB7D71AA546B80065AC3F /* ko_KR */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko_KR; path = translations/ko_KR.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
B68CB7D81AA546C30065AC3F /* lv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = lv; path = translations/lv.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
B68CB7D91AA546CE0065AC3F /* nb_NO */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nb_NO; path = translations/nb_NO.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
B68CB7DA1AA546F50065AC3F /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = translations/nl.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
@ -2767,6 +2768,7 @@
|
||||
fa,
|
||||
et,
|
||||
zh_TW,
|
||||
ko,
|
||||
);
|
||||
mainGroup = D221A07E169C9E5E00537ABF;
|
||||
productRefGroup = D221A08A169C9E5E00537ABF /* Products */;
|
||||
@ -3539,7 +3541,6 @@
|
||||
B646D1141AA54674004133BA /* hu */,
|
||||
B646D1151AA5467E004133BA /* it_IT */,
|
||||
B60341CD1AA5469800A01E42 /* ja_JP */,
|
||||
B68CB7D71AA546B80065AC3F /* ko_KR */,
|
||||
B68CB7D81AA546C30065AC3F /* lv */,
|
||||
B68CB7D91AA546CE0065AC3F /* nb_NO */,
|
||||
B68CB7DA1AA546F50065AC3F /* nl */,
|
||||
@ -3568,6 +3569,7 @@
|
||||
341458471FBE11C4005ABCF9 /* fa */,
|
||||
3478505A1FD999D5007B8332 /* et */,
|
||||
3478505C1FD99A1F007B8332 /* zh_TW */,
|
||||
4C1D2333218B692800A0598F /* ko */,
|
||||
);
|
||||
name = Localizable.strings;
|
||||
sourceTree = "<group>";
|
||||
|
||||
@ -684,6 +684,9 @@
|
||||
Title of the debug log alert. */
|
||||
"DEBUG_LOG_ALERT_TITLE" = "One More Step";
|
||||
|
||||
/* Error indicating that the app could not launch the Email app. */
|
||||
"DEBUG_LOG_COULD_NOT_EMAIL" = "Could not open Email app.";
|
||||
|
||||
/* Message of the alert before redirecting to GitHub Issues. */
|
||||
"DEBUG_LOG_GITHUB_ISSUE_ALERT_MESSAGE" = "The gist link was copied in your clipboard. You are about to be redirected to the GitHub issue list.";
|
||||
|
||||
@ -1206,9 +1209,6 @@
|
||||
/* Label for the MIME type of attachments in the 'message metadata' view. */
|
||||
"MESSAGE_METADATA_VIEW_ATTACHMENT_MIME_TYPE" = "MIME type";
|
||||
|
||||
/* Label for 'not yet downloaded' attachments in the 'message metadata' view. */
|
||||
"MESSAGE_METADATA_VIEW_ATTACHMENT_NOT_YET_DOWNLOADED" = "Not yet downloaded";
|
||||
|
||||
/* Status label for messages which are delivered. */
|
||||
"MESSAGE_METADATA_VIEW_MESSAGE_STATUS_DELIVERED" = "Delivered";
|
||||
|
||||
@ -1673,6 +1673,9 @@
|
||||
/* No comment provided by engineer. */
|
||||
"REGISTER_RATE_LIMITING_BODY" = "You have tried too often. Please wait a minute before trying again.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"REGISTER_RATE_LIMITING_ERROR" = "You have tried too often. Please wait a minute before trying again.";
|
||||
|
||||
/* Title of alert shown when push tokens sync job fails. */
|
||||
"REGISTRATION_BODY" = "Failed to re-register for push notifications.";
|
||||
|
||||
@ -1904,9 +1907,6 @@
|
||||
/* Table header for the 'censorship circumvention' section. */
|
||||
"SETTINGS_ADVANCED_CENSORSHIP_CIRCUMVENTION_HEADER" = "Censorship Circumvention";
|
||||
|
||||
/* Label for setting that enables dark theme. */
|
||||
"SETTINGS_ADVANCED_DARK_THEME" = "Dark Theme";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"SETTINGS_ADVANCED_DEBUGLOG" = "디버그 파일 활성화시키기";
|
||||
|
||||
@ -2093,6 +2093,24 @@
|
||||
/* Title for the 'two factor auth' section of the privacy settings. */
|
||||
"SETTINGS_TWO_FACTOR_AUTH_TITLE" = "Registration Lock";
|
||||
|
||||
/* Label for a link to more info about unidentified delivery. */
|
||||
"SETTINGS_UNIDENTIFIED_DELIVERY_LEARN_MORE" = "Learn More";
|
||||
|
||||
/* table section label */
|
||||
"SETTINGS_UNIDENTIFIED_DELIVERY_SECTION_TITLE" = "Sealed Sender";
|
||||
|
||||
/* switch label */
|
||||
"SETTINGS_UNIDENTIFIED_DELIVERY_SHOW_INDICATORS" = "Display Indicators";
|
||||
|
||||
/* table section footer */
|
||||
"SETTINGS_UNIDENTIFIED_DELIVERY_SHOW_INDICATORS_FOOTER" = "Show a status icon when you select \"More Info\" on messages that were delivered using sealed sender.";
|
||||
|
||||
/* switch label */
|
||||
"SETTINGS_UNIDENTIFIED_DELIVERY_UNRESTRICTED_ACCESS" = "Allow from Anyone";
|
||||
|
||||
/* table section footer */
|
||||
"SETTINGS_UNIDENTIFIED_DELIVERY_UNRESTRICTED_ACCESS_FOOTER" = "Enable sealed sender for incoming messages from non-contacts and people with whom you have not shared your profile.";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"SETTINGS_VERSION" = "버전";
|
||||
|
||||
@ -2156,9 +2174,6 @@
|
||||
/* Label for button to verify a user's safety number. */
|
||||
"SYSTEM_MESSAGE_ACTION_VERIFY_SAFETY_NUMBER" = "Verify Safety Number";
|
||||
|
||||
/* No comment provided by engineer. */
|
||||
"THEME_SECTION" = "Theme";
|
||||
|
||||
/* {{number of days}} embedded in strings, e.g. 'Alice updated disappearing messages expiration to {{5 days}}'. See other *_TIME_AMOUNT strings */
|
||||
"TIME_AMOUNT_DAYS" = "%@ days";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user