1555 lines
121 KiB
Plaintext
1555 lines
121 KiB
Plaintext
/* Notification that a user reacted to a note that the current user was tagged in */
|
||
"reacted_tagged_in_1" = "%@ 님이 내가 태그된 노트에 리액션을 보냈습니다";
|
||
|
||
/* Notification that 2 users reacted to a note that the current user was tagged in */
|
||
"reacted_tagged_in_2" = "%@ 님과 %@ 님이 내가 태그된 노트에 리액션을 보냈습니다";
|
||
|
||
/* Notification that a user reposted a note that the current user was tagged in */
|
||
"reposted_tagged_in_1" = "%@ 님이 내가 태그된 노트를 리포스팅했습니다";
|
||
|
||
/* Notification that 2 users reposted a note that the current user was tagged in */
|
||
"reposted_tagged_in_2" = "%@ 님과 %@ 님이 내가 태그된 노트를 리포스팅했습니다";
|
||
|
||
/* Notification that a user zapped a note that the current user was tagged in */
|
||
"zapped_tagged_in_1" = "%@ 님이 내가 태그된 노트에 잽을 날렸습니다";
|
||
|
||
/* Notification that 2 users zapped a note that the current user was tagged in */
|
||
"zapped_tagged_in_2" = "%@ 님과 %@ 님이 내가 태그된 노트에 잽을 날렸습니다";
|
||
|
||
/* Notification that a user reacted to the current user's note */
|
||
"reacted_your_note_1" = "%@ 님이 내 노트에 리액션을 보냈습니다";
|
||
|
||
/* Notification that 2 users reacted to the current user's profile */
|
||
"reacted_your_note_2" = "%@ 님과 %@ 님이 내 노트에 리액션을 보냈습니다";
|
||
|
||
/* Notification that a user reposted the current user's note */
|
||
"reposted_your_note_1" = "%@ 님이 내 노트를 리포스팅했습니다";
|
||
|
||
/* Notification that 2 users reposted the current user's note */
|
||
"reposted_your_note_2" = "%@ 님과 %@ 님이 내 노트를 리포스팅했습니다";
|
||
|
||
/* Notification that a user zapped the current user's note */
|
||
"zapped_your_note_1" = "%@ 님이 내 노트에 잽을 날렸습니다";
|
||
|
||
/* Notification that 2 users zapped the current user's note */
|
||
"zapped_your_note_2" = "%@ 님과 %@ 님이 내 노트에 잽을 날렸습니다";
|
||
|
||
/* Notification that a user reacted to the current user's profile */
|
||
"reacted_your_profile_1" = "%@ 님이 내 프로필에 리액션을 보냈습니다";
|
||
|
||
/* Notification that 2 users reacted to the current user's profile */
|
||
"reacted_your_profile_2" = "%@ 님과 %@ 님이 내 프로필에 리액션을 보냈습니다";
|
||
|
||
/* Notification that a user reposted the current user's profile */
|
||
"reposted_your_profile_1" = "%@ 님이 내 프로필을 리포스팅했습니다";
|
||
|
||
/* Notification that 2 users reposted the current user's profile */
|
||
"reposted_your_profile_2" = "%@ 님과 %@ 님이 내 프로필을 리포스팅했습니다";
|
||
|
||
/* Notification that a user zapped the current user's profile */
|
||
"zapped_your_profile_1" = "%@ 님이 잽을 날렸습니다";
|
||
|
||
/* Notification that 2 users zapped the current user's profile */
|
||
"zapped_your_profile_2" = "%@ 님과 %@ 님이 잽을 날렸습니다";
|
||
/* Sentence composed of 2 variables to describe how many imports were performed from loading a NostrScript. In source English, the first variable is the number of imports, and the second variable is 'Import' or 'Imports'.
|
||
Sentence composed of 2 variables to describe how many people are following a user. In source English, the first variable is the number of followers, and the second variable is 'Follower' or 'Followers'.
|
||
Sentence composed of 2 variables to describe how many profiles a user is following. In source English, the first variable is the number of profiles being followed, and the second variable is 'Following'.
|
||
Sentence composed of 2 variables to describe how many reactions there are on a post. In source English, the first variable is the number of reactions, and the second variable is 'Reaction' or 'Reactions'.
|
||
Sentence composed of 2 variables to describe how many relay servers a user is connected. In source English, the first variable is the number of relay servers, and the second variable is 'Relay' or 'Relays'.
|
||
Sentence composed of 2 variables to describe how many reposts. In source English, the first variable is the number of reposts, and the second variable is 'Repost' or 'Reposts'.
|
||
Sentence composed of 2 variables to describe how many zap payments there are on a post. In source English, the first variable is the number of zap payments, and the second variable is 'Zap' or 'Zaps'. */
|
||
"%@ %@" = "%1$@ %2$@";
|
||
|
||
/* Alert message that informs a user was muted. */
|
||
"%@ has been muted" = "%@ 님을 뮤트했습니다.";
|
||
|
||
/* When a note or profile is not found when searching for it via its note id */
|
||
"%@ not found" = "%@ 을(를) 찾을 수 없습니다";
|
||
|
||
/* Reacted by heading in local notification */
|
||
"%@ reacted with %@" = "%1$@ 님이 %2$@ 로 리액션을 보냈습니다";
|
||
|
||
/* Percentage of additional zap that should be sent to support Damus development. */
|
||
"%@%" = "%1$@%2$";
|
||
|
||
/* Explanation of what is done to keep personally identifiable information private. There is a heading that precedes this explanation which is a variable to this string. */
|
||
"%@. Creating an account doesn't require a phone number, email or name. Get started right away with zero friction." = "%@. 계정을 생성하는데 전화번호, 이메일, 이름과 같은 정보가 필요하지 않습니다. 방해물 없이 지금 바로 시작하세요.";
|
||
|
||
/* Explanation of what is done to keep private data encrypted. There is a heading that precedes this explanation which is a variable to this string. */
|
||
"%@. End-to-End encrypted private messaging. Keep Big Tech out of your DMs" = "%@. 종단간 암호화 기술로 메시지 내용을 보호합니다. 대형 플랫폼 기업으로 부터 당신의 대화를 지키세요.";
|
||
|
||
/* Explanation of what can be done by users to earn money. There is a heading that precedes this explanation which is a variable to this string. */
|
||
"%@. Tip your friends and stack sats with Bitcoin⚡️, the native currency of the internet." = "%@. 인터넷의 기본 통화인 비트코인⚡️으로 친구들과 팁을 주고받으며 사토시를 모아보세요.";
|
||
|
||
/* Fraction of how many of the user's relay servers that are operational. */
|
||
"%@/%@" = "%1$@/%2$@";
|
||
|
||
/* Description of why the Nostr address is invalid. */
|
||
"'%@' is an invalid Nostr address. It should look like an email address." = "'%@' 는 유효하지 않은 Nostr 주소입니다. 이메일처럼 보여야 합니다.";
|
||
|
||
/* Label on push notification indicating that the contents of the message are encrypted */
|
||
"(Contents are encrypted)" = "(내용이 암호화됨)";
|
||
|
||
/* No comment provided by engineer. */
|
||
"@" = "@";
|
||
|
||
/* Label to prompt for about text entry for user to describe about themself. */
|
||
"About" = "소개";
|
||
|
||
/* Label for About Me section of user profile form. */
|
||
"About Me" = "자기소개";
|
||
|
||
/* Placeholder text for About Me description. */
|
||
"Absolute Boss" = "절대강자";
|
||
|
||
/* Section header for accessibility settings */
|
||
"Accessibility" = "접근성";
|
||
|
||
/* Label for Purple account creation date */
|
||
"Account creation" = "계정 생성";
|
||
|
||
/* Title for confirmation dialog to either share, report, or mute a profile. */
|
||
"Actions" = "작업";
|
||
|
||
/* Badge indicating user has an active Damus Purple account */
|
||
"Active account" = "활성 계정";
|
||
|
||
/* Button to add relay server to list.
|
||
Button to confirm adding user inputted emoji. */
|
||
"Add" = "추가하기";
|
||
|
||
/* Button label to re-add all original participants as profiles to reply to in a note */
|
||
"Add all" = "모두 추가하기";
|
||
|
||
/* Placeholder as an example of what the user could set so that the link is opened when the status is tapped. */
|
||
"Add an external link" = "외부 링크 추가하기";
|
||
|
||
/* Button text to add bookmark to a note. */
|
||
"Add Bookmark" = "북마크 추가하기";
|
||
|
||
/* Context menu option for adding a note bookmark. */
|
||
"Add bookmark" = "북마크";
|
||
|
||
/* Label for section for adding an emoji to the reactions list. */
|
||
"Add Emoji" = "이모지 추가하기";
|
||
|
||
/* Title text to indicate user to an add a relay. */
|
||
"Add relay" = "릴레이 추가하기";
|
||
|
||
/* Prompt given to the user during onboarding, suggesting them to write their first post */
|
||
"Add your first post" = "첫 포스트 작성하기";
|
||
|
||
/* Header text to prompt user to optionally provide additional information when reporting a user or note. */
|
||
"Additional information" = "추가 정보";
|
||
|
||
/* Label to display relay contact user. */
|
||
"Admin" = "관리자";
|
||
|
||
/* Label for filter for all notifications. */
|
||
"All" = "전체";
|
||
|
||
/* A label indicating that the notes being displayed below it are all recent notes */
|
||
"All recent notes" = "모든 최근 노트";
|
||
|
||
/* Ask the user if they already have an account on Nostr */
|
||
"Already on Nostr?" = "이미 Nostr를 사용하고 계신가요?";
|
||
|
||
/* Developer mode setting to always show onboarding suggestions. */
|
||
"Always show onboarding" = "항상 온보딩 보기";
|
||
|
||
/* Text indicating that they can contribute zaps to support Damus development. */
|
||
"An additional percentage of each zap will be sent to support Damus development" = "각 잽의 추가 비율만큼 Damus 개발 후원을 위해 지불됩니다";
|
||
|
||
/* Toggle to enable or disable image animation */
|
||
"Animations" = "애니메이션";
|
||
|
||
/* Annual renewal of purple subscription */
|
||
"Annually" = "연간";
|
||
|
||
/* Button text to indicate that the zap type is a anonymous zap.
|
||
Picker option to indicate that a zap should be sent anonymously and not identify the user as who sent it.
|
||
Placeholder display name of anonymous user. */
|
||
"Anonymous" = "익명";
|
||
|
||
/* Any amount of sats */
|
||
"Any" = "백지수표";
|
||
|
||
/* Prompt for optional entry of API Key to use translation server. */
|
||
"API Key (optional)" = "API 키 (선택사항)";
|
||
|
||
/* Prompt for required entry of API Key to use translation server. */
|
||
"API Key (required)" = "API 키 (필수)";
|
||
|
||
/* Navigation title for text and appearance settings.
|
||
Section header for text and appearance settings */
|
||
"Appearance" = "출력";
|
||
|
||
/* Section header for text, appearance, and content filter settings */
|
||
"Appearance and filters" = "출력 및 필터";
|
||
|
||
/* Text asking the user if they are lost in the app. */
|
||
"Are you lost?" = "길을 잃으셨나요?";
|
||
|
||
/* Prompt to ask user if they want to attach their Nostr Wallet Connect lightning wallet. */
|
||
"Are you sure you want to attach this wallet?" = "정말로 이 지갑을 연결하시겠습니까?";
|
||
|
||
/* Message explaining what it means to clear the cache, asking if user wants to proceed. */
|
||
"Are you sure you want to clear the cache? This will free space, but images may take longer to load again." = "캐시를 지우시겠습니까? 이 작업은 저장 공간을 확보할 수 있지만, 이미지를 다시 불러오는 데 시간이 더 걸릴 수 있습니다.";
|
||
|
||
/* Alert for deleting all of the bookmarks. */
|
||
"Are you sure you want to delete all of your bookmarks?" = "정말로 모든 북마크를 삭제하시겠습니까?";
|
||
|
||
/* Alert message asking if the user wants to upload an image. */
|
||
"Are you sure you want to upload this image?" = "정말로 이 이미지를 업로드하시겠습니까?";
|
||
|
||
/* Alert message asking if the user wants to upload media. */
|
||
"Are you sure you want to upload this media?" = "정말로 이 미디어를 업로드하시겠습니까?";
|
||
|
||
/* Message notifying the user that they get auto-translations as part of their service */
|
||
"As part of your Damus Purple membership, you get complimentary and automated translations. Would you like to enable Damus Purple translations?\n\nTip: You can always change this later in Settings → Translations" = "Damus 퍼플 멤버십의 일환으로, 무료로 자동 번역을 이용할 수 있습니다. Damus 퍼플 번역을 활성화하시겠습니까?\n\n팁: 설정 → 번역에서 나중에 언제든지 이 설정을 변경할 수 있습니다.";
|
||
|
||
/* Text for button to attach Nostr Wallet Connect lightning wallet. */
|
||
"Attach" = "연결하기";
|
||
|
||
/* Navigation title for attaching Nostr Wallet Connect lightning wallet. */
|
||
"Attach a Wallet" = "지갑 연결하기";
|
||
|
||
/* Button to attach an Alby Wallet, a service that provides a Lightning wallet for zapping sats. Alby is the name of the service and should not be translated. */
|
||
"Attach Alby Wallet" = "Alby 지갑 연결하기";
|
||
|
||
/* Text for button to attach Nostr Wallet Connect lightning wallet. */
|
||
"Attach Wallet" = "지갑 연결하기";
|
||
|
||
/* Label to display that authentication to a server has succeeded. */
|
||
"Authenticated" = "인증됨";
|
||
|
||
/* Header label to display authentication details for a given relay. */
|
||
"Authentication" = "인증";
|
||
|
||
/* Part 1 of 2 in message 'You unlocked automatic translations' the user gets when they sign up for Damus Purple */
|
||
"Automatic translations" = "자동 번역";
|
||
|
||
/* Toggle to automatically translate notes. */
|
||
"Automatically translate notes" = "자동으로 노트 번역하기";
|
||
|
||
/* Label for Banner Image section of user profile form. */
|
||
"Banner Image" = "배너 이미지";
|
||
|
||
/* Description of new features to be expected */
|
||
"Be the first to access upcoming premium features: Automatic translations, longer note storage, and more" = "곧 출시될 프리미엄 기능을 제일 먼저 사용해 보세요: 자동 번역, 더 긴 노트 저장 등";
|
||
|
||
/* Reminder to user that they should save their account information. */
|
||
"Before we get started, you'll need to save your account info, otherwise you won't be able to login in the future if you ever uninstall Damus." = "반드시 시작하기 전에 계정 정보를 저장하십시오. 만일 저장하지 않고 Damus를 삭제해버린다면 향후 동일한 계정으로 로그인할 수 없습니다.";
|
||
|
||
/* Label for Bitcoin Lightning Tips section of user profile form. */
|
||
"Bitcoin Lightning Tips" = "비트코인 라이트닝 팁";
|
||
|
||
/* Setting to blur images */
|
||
"Blur images" = "이미지 흐리게 하기";
|
||
|
||
/* Sidebar menu label for Bookmarks view.
|
||
Title of bookmarks view */
|
||
"Bookmarks" = "북마크";
|
||
|
||
/* Button to broadcast note to all your relays
|
||
Context menu option for broadcasting the user's note to all of the user's connected relay servers. */
|
||
"Broadcast" = "전파하기";
|
||
|
||
/* Toggle to enable or disable broadcasting what music is being played on Apple Music in their profile status. */
|
||
"Broadcast music playing on Apple Music" = "Apple Music에서 재생 중인 음악 방송하기";
|
||
|
||
/* Ask the user if they already have an account on Nostr */
|
||
"By signing up, you agree to our " = "가입하면 동의하는 것으로 간주됩니다";
|
||
|
||
/* Message indicating that the cache was successfully cleared. */
|
||
"Cache has been cleared" = "캐시를 지웠습니다";
|
||
|
||
/* Alert button to cancel out of alert for muting a user.
|
||
Button to cancel a repost.
|
||
Button to cancel any interaction with the QRCode link.
|
||
Button to cancel out of alert that creates a new mutelist.
|
||
Button to cancel out of posting a note.
|
||
Button to cancel out of search text entry mode.
|
||
Button to cancel out of view adding user inputted emoji.
|
||
Button to cancel the upload.
|
||
Cancel button text for dismissing profile status settings view.
|
||
Cancel deleting bookmarks.
|
||
Cancel deleting the user.
|
||
Cancel out of logging out the user.
|
||
Cancel out of search view.
|
||
Text for button to cancel out of connecting Nostr Wallet Connect lightning ewallet. */
|
||
"Cancel" = "취소";
|
||
|
||
/* Message explaining consequences of changing the 'enable animation' setting */
|
||
"Changing this setting will cause the cache to be cleared. This will free space, but images may take longer to load again. Are you sure you want to proceed?" = "이 설정을 변경하면 캐시가 지워집니다. 이 작업은 저장 공간을 확보할 수 있지만, 이미지를 다시 불러오는 데 시간이 더 걸릴 수 있습니다. 정말로 진행하시겠습니까?";
|
||
|
||
/* Option to select photo from library */
|
||
"Choose from Library" = "라이브러리에서 선택하기";
|
||
|
||
/* Button for clearing bookmarks data. */
|
||
"Clear All" = "모두 지우기";
|
||
|
||
/* Button to clear image cache. */
|
||
"Clear Cache" = "캐시 비우기";
|
||
|
||
/* Label to prompt user to select an expiration time for the profile status to clear. */
|
||
"Clear status" = "상태 초기화";
|
||
|
||
/* Loading message indicating that the cache is being cleared. */
|
||
"Clearing Cache" = "캐시 지우는 중";
|
||
|
||
/* Feature is still in development and will be available soon */
|
||
"Coming soon" = "곧 출시 예정";
|
||
|
||
/* Label announcing Purple, and inviting the user to learn more on the website */
|
||
"Coming soon! Visit our website to learn more" = "곧 출시됩니다! 자세한 내용은 웹사이트를 참고하세요";
|
||
|
||
/* Button to allow Damus Purple to be configured */
|
||
"Configure Damus Purple" = "Damus 퍼플 설정하기";
|
||
|
||
/* Confirmation dialog title */
|
||
"Confirmation" = "확인";
|
||
|
||
/* Button to connect to the relay. */
|
||
"Connect To Relay" = "릴레이에 연결하기";
|
||
|
||
/* Relay status label that indicates a relay is connecting. */
|
||
"Connecting" = "연결 중";
|
||
|
||
/* Label to display relay contact information. */
|
||
"Contact" = "연락처";
|
||
|
||
/* Section title for content filtering/moderation configuration. */
|
||
"Content filters" = "콘텐츠 필터";
|
||
|
||
/* Button to dismiss suggested users view and continue to the main app
|
||
Continue with bookmarks.
|
||
Continue with deleting the user.
|
||
Prompt to user to continue */
|
||
"Continue" = "계속하기";
|
||
|
||
/* Label indicating that a user's key was copied. */
|
||
"Copied" = "복사됨";
|
||
|
||
/* Button to copy a relay server address.
|
||
Button to copy an emoji reaction
|
||
Button to copy the value found.
|
||
Context menu option for copying the version of damus. */
|
||
"Copy" = "복사하기";
|
||
|
||
/* Context menu option for copying the ID of the account that created the note. */
|
||
"Copy Account ID" = "계정 아이디 복사하기";
|
||
|
||
/* Context menu option to copy an image into clipboard. */
|
||
"Copy Image" = "이미지 복사하기";
|
||
|
||
/* Context menu option to copy the URL of an image into clipboard. */
|
||
"Copy Image URL" = "이미지 URL 복사하기";
|
||
|
||
/* Title of section for copying a Lightning invoice identifier. */
|
||
"Copy invoice" = "인보이스 복사하기";
|
||
|
||
/* Button to copy link to note */
|
||
"Copy Link" = "링크 복사하기";
|
||
|
||
/* Context menu option for copying a user's Lightning URL. */
|
||
"Copy LNURL" = "LNURL 복사하기";
|
||
|
||
/* Context menu option for copying the ID of the note. */
|
||
"Copy note ID" = "노트 아이디 복사하기";
|
||
|
||
/* Context menu option for copying the JSON text from the note. */
|
||
"Copy note JSON" = "노트 JSON 복사하기";
|
||
|
||
/* Button to copy report ID. */
|
||
"Copy Report ID" = "신고 아이디 복사하기";
|
||
|
||
/* Context menu option for copying the text from an note. */
|
||
"Copy text" = "텍스트 복사하기";
|
||
|
||
/* Label for button in context menu to copy URL of the selected uploaded media asset. */
|
||
"Copy URL" = "URL 복사하기";
|
||
|
||
/* Context menu option for copying the ID of the user who created the note. */
|
||
"Copy user public key" = "사용자 공개키 복사하기";
|
||
|
||
/* Indicates that there are no users found. */
|
||
"Could not find the user you're looking for" = "사용자를 찾을 수 없습니다";
|
||
|
||
/* Alert message to indicate that the muted user could not be found. */
|
||
"Could not find user to mute..." = "뮤트할 사용자를 찾을 수 없습니다...";
|
||
|
||
/* Button to navigate to create account view. */
|
||
"Create account" = "계정 만들기";
|
||
|
||
/* Button to create account. */
|
||
"Create account now" = "지금 계정 만들기";
|
||
|
||
/* Title of alert prompting the user to create a new mutelist. */
|
||
"Create new mutelist" = "새로운 뮤트 목록 만들기";
|
||
|
||
/* Example description about Bitcoin creator(s), Satoshi Nakamoto. */
|
||
"Creator(s) of Bitcoin. Absolute legend." = "비트코인 창시자(들). 절대적인 전설.";
|
||
|
||
/* Dropdown option for selecting a custom translation server. */
|
||
"Custom" = "사용자 지정";
|
||
|
||
/* Dropdown option for selecting Damus Purple as a translation service. */
|
||
"Damus Purple" = "Damus 퍼플";
|
||
|
||
/* Prompt selection of the Damus purple environment (Developer feature to switch between real/production mode to test modes). */
|
||
"Damus Purple environment" = "Damus 퍼플 환경";
|
||
|
||
/* Dropdown option for selecting DeepL as the translation service. */
|
||
"DeepL (Proprietary, Higher Accuracy)" = "DeepL (독점, 높은 정확도)";
|
||
|
||
/* Button to pay a Lightning invoice with the user's default Lightning wallet. */
|
||
"Default Wallet" = "기본 지갑";
|
||
|
||
/* Title for section in zap settings that controls the default zap amount in sats. */
|
||
"Default Zap Amount in sats" = "잽 기본 sats 수량";
|
||
|
||
/* Button for deleting the users account.
|
||
Button to remove a user from their mutelist. */
|
||
"Delete" = "삭제하기";
|
||
|
||
/* Button to delete the user's account. */
|
||
"Delete Account" = "계정 삭제하기";
|
||
|
||
/* Label to display relay description. */
|
||
"Description" = "설명";
|
||
|
||
/* Navigation title for developer settings
|
||
Section header for developer settings */
|
||
"Developer" = "개발자";
|
||
|
||
/* Setting to enable developer mode */
|
||
"Developer Mode" = "개발자 모드";
|
||
|
||
/* Section header for Developer Settings view */
|
||
"Developer Mode enables features and options that may help developers diagnose issues and improve this app. Most users will not need Developer Mode." = "개발자 모드는 개발자가 앱의 문제를 진단하고 개선하는 데 도움을 주는 기능과 옵션을 활성화합니다. 대부분의 사용자는 개발자 모드가 필요하지 않습니다.";
|
||
|
||
/* Button to disconnect from a relay server. */
|
||
"Disconnect" = "연결 끊기";
|
||
|
||
/* Button to disconnect from the relay. */
|
||
"Disconnect From Relay" = "릴레이와 연결 끊기";
|
||
|
||
/* Text for button to disconnect from Nostr Wallet Connect lightning wallet. */
|
||
"Disconnect Wallet" = "지갑 연결 해제하기";
|
||
|
||
/* Button to dismiss alert */
|
||
"Dismiss" = "닫기";
|
||
|
||
/* Label to prompt display name entry. */
|
||
"Display name" = "표시되는 이름";
|
||
|
||
/* Navigation title for DMs view, where DM is the English abbreviation for Direct Message.
|
||
Navigation title for view of DMs, where DM is an English abbreviation for Direct Message.
|
||
Picker option for DM selector for seeing only DMs that have been responded to. DM is the English abbreviation for Direct Message.
|
||
Setting to enable DM Local Notification
|
||
Toolbar label for DMs view, where DM is the English abbreviation for Direct Message. */
|
||
"DMs" = "메시지";
|
||
|
||
/* Button to dismiss wallet selection view for paying Lightning invoice. */
|
||
"Done" = "닫기";
|
||
|
||
/* Title of the duplicate relay error message. */
|
||
"Duplicate relay" = "중복된 릴레이";
|
||
|
||
/* Label for profile status expiration duration picker. */
|
||
"Duration" = "지속 기간";
|
||
|
||
/* Heading indicating that this application allows users to earn money. */
|
||
"Earn Money" = "수익 창출하기";
|
||
|
||
/* Button to edit user's profile. */
|
||
"Edit" = "수정하기";
|
||
|
||
/* Section title for emoji reactions that are currently added. */
|
||
"Emoji Reactions" = "이모지 리액션들";
|
||
|
||
/* Developer mode setting to enable experimental Purple API support. */
|
||
"Enable experimental Purple API support" = "실험적인 퍼플 API 지원 활성화";
|
||
|
||
/* Developer mode setting to enable experimental Purple In-app purchase support. */
|
||
"Enable experimental Purple In-app purchase support" = "실험적인 퍼플 인앱 결제 지원 활성화";
|
||
|
||
/* Developer mode setting to enable experimental push notifications. */
|
||
"Enable experimental push notifications" = "실험적인 푸시 알림 활성화";
|
||
|
||
/* Label for button that allows users to enable Damus Purple translations */
|
||
"Enable Purple auto-translations" = "퍼플 자동 번역 활성화";
|
||
|
||
/* Heading indicating that this application keeps private messaging end-to-end encrypted. */
|
||
"Encrypted" = "암호화";
|
||
|
||
/* Prompt for user to enter an account key to login. */
|
||
"Enter your account key" = "계정 키를 입력하세요";
|
||
|
||
/* Label to display that authentication to a server has failed.
|
||
Relay status label that indicates a relay had an error when connecting */
|
||
"Error" = "오류";
|
||
|
||
/* Message to display when there was an error fetching a lightning invoice while attempting to zap. */
|
||
"Error fetching lightning invoice" = "오류로 인해 라이트닝 인보이스를 가져오지 못했습니다.";
|
||
|
||
/* Error message indicating why saving keys failed. */
|
||
"Error: %@" = "오류: %@";
|
||
|
||
/* Navigation title of view that shows the EULA, an acronym for End User License Agreement. */
|
||
"EULA" = "최종 사용자 라이선스 계약";
|
||
|
||
/* Description of public zap type where the zap is sent publicly and identifies the user who sent it. */
|
||
"Everyone will see that you zapped" = "당신이 날린 잽을 모두가 볼 수 있습니다";
|
||
|
||
/* Features only available on subscription service */
|
||
"Exclusive features" = "독점 기능";
|
||
|
||
/* Indication that the execution of running a NostrScript finished successfully, while providing a numeric return code. */
|
||
"Executed successfully, returned with code %@" = "성공적으로 실행하여 %@ 코드가 반환되었습니다";
|
||
|
||
/* Badge indicating user has an expired Damus Purple account */
|
||
"Expired account" = "만료된 계정";
|
||
|
||
/* Label for Purple subscription expiry date */
|
||
"Expiry date" = "만료일";
|
||
|
||
/* NostrScript error message when it fails to initialize a module. */
|
||
"Failed to initialize" = "초기화에 실패했습니다";
|
||
|
||
/* NostrScript error message when it fails to parse a script. */
|
||
"Failed to parse" = "파싱에 실패했습니다";
|
||
|
||
/* Button to follow a user. */
|
||
"Follow" = "팔로우";
|
||
|
||
/* Button to follow all users in this section */
|
||
"Follow All" = "모두 팔로우하기";
|
||
|
||
/* Button to follow a user back. */
|
||
"Follow Back" = "맞 팔로우";
|
||
|
||
/* Button to follow a given hashtag. */
|
||
"Follow hashtag" = "해시태그 팔로우하기";
|
||
|
||
/* Text on QR code view to prompt viewer looking at screen to follow the user. */
|
||
"Follow me on Nostr" = "Nostr에서 팔로우하세요";
|
||
|
||
/* Text to indicate that the user is followed by one of our follows. */
|
||
"Followed by %@" = "%@ 님이 팔로우했습니다 ";
|
||
|
||
/* Text to indicate that the user is followed by two of our follows. */
|
||
"Followed by %@ & %@" = "%1$@ 님과 %2$@ 님이 팔로우했습니다";
|
||
|
||
/* Text to indicate that the user is followed by three of our follows. */
|
||
"Followed by %@, %@ & %@" = "%1$@, %2$@ 님과 %3$@ 님이 팔로우했습니다";
|
||
|
||
/* Label describing followers of a user.
|
||
Navigation bar title for view that shows who is following a user. */
|
||
"Followers" = "팔로워";
|
||
|
||
/* Navigation bar title for view that shows who is following a user. */
|
||
"Followers You Know" = "내가 알고 있는 팔로워";
|
||
|
||
/* Navigation bar title for view that shows who a user is following. */
|
||
"Following" = "팔로우 중";
|
||
|
||
/* Label to indicate that the user is in the process of following another user. */
|
||
"Following..." = "팔로우 중...";
|
||
|
||
/* Text to indicate that a user is following your profile. */
|
||
"Follows you" = "나를 팔로우합니다";
|
||
|
||
/* Section label for font size settings. */
|
||
"Font Size" = "글자 크기";
|
||
|
||
/* First post example given to the user during onboarding, as a suggestion as to what they could post first */
|
||
"For #Introductions! I’m a software developer.\n\nMy side interests include languages and I am striving to be a #polyglot - I am a native English speaker and can speak French, German and Japanese." = "저를 #소개 합니다! 저는 소프트웨어 개발자입니다.\n\n저는 언어에 관심이 많아 #다국어 구사를 위해 열심히 공부하고 있습니다 - 영어를 모국어로 하고 있으며 프랑스어, 독일어, 일본어를 구사할 수 있습니다.";
|
||
|
||
/* Alert message asking if the user wants to open the link. */
|
||
"Found\n \(qrCodeValue)" = "찾았습니다\n \(qrCodeValue)";
|
||
|
||
/* Dropdown option for selecting Free plan for DeepL translation service. */
|
||
"Free" = "무료";
|
||
|
||
/* Supporter badge description */
|
||
"Get a special badge on your profile to show everyone your contribution to Freedom tech" = "프로필에 특별한 배지를 달아 자유 기술에 대한 기여를 모두에게 보여주세요";
|
||
|
||
/* Button to navigate to DeepL website to get a translation API key. */
|
||
"Get API Key" = "API 키 얻기";
|
||
|
||
/* Button to navigate to nokyctranslate website to get a translation API key.
|
||
Button to navigate to translate.nostr.wine to get a translation API key. */
|
||
"Get API Key with BTC/Lightning" = "BTC/라이트닝으로 API 키 얻기";
|
||
|
||
/* Label for filter for seeing only hashtag follows. */
|
||
"Hashtags" = "해시태그";
|
||
|
||
/* First post example given to the user during onboarding, as a suggestion as to what they could post first */
|
||
"Hello everybody!\n\nThis is my first post on Damus, I am happy to meet you all 🤙. What’s up?\n\n#introductions" = "여러분 안녕하세요!\n\n제 첫 Damus 포스트입니다. 여러분을 만나서 기쁩니다 🤙. 잘 지내시나요?\n\n#소개";
|
||
|
||
/* No comment provided by engineer. */
|
||
"Hello, World!" = "안녕하세요!";
|
||
|
||
/* Title for funding future damus development */
|
||
"Help Build The Future" = "미래를 함께 만들어 가기";
|
||
|
||
/* Text indicating the goal of developing Damus which the user can help with. */
|
||
"Help build the future of decentralized communication on the web." = "웹에서 탈중앙화된 커뮤니케이션의 미래를 구축하는 데 도움을 주세요.";
|
||
|
||
/* Damus purple subscription pitch */
|
||
"Help us stay independent in our mission for Freedom tech with our Purple subscription, and look cool doing it!" = "자유 기술을 향한 저희의 사명을 독립적으로 유지할 수 있도록 도와주세요. 퍼플 구독으로 멋지게 해내세요!";
|
||
|
||
/* Button to hide a note from a user who has been muted. */
|
||
"Hide" = "숨기기";
|
||
|
||
/* Section footer describing OnlyZaps mode */
|
||
"Hide all 🤙's" = "모든 🤙을 숨기기";
|
||
|
||
/* Setting to hide notes with the #nsfw (not safe for work) tags */
|
||
"Hide notes with #nsfw tags" = "#nsfw 태그가 있는 노트를 숨기기";
|
||
|
||
/* Navigation bar title for Home view where notes and replies appear from those who the user is following. */
|
||
"Home" = "홈";
|
||
|
||
/* First post example given to the user during onboarding, as a suggestion as to what they could post first */
|
||
"Howdy! I’m a graphic designer during the day and coder at night, but I’m also trying to spend more time outdoors.\n\nHope to meet folks who are on their own journeys to a peaceful and free life!" = "안녕하세요! 저는 낮에는 그래픽 디자이너이고 밤에는 코더입니다만, 많은 시간을 야외에서 보내려고 노력하고 있어요.\n\n평화롭고 자유로운 삶을 위해 자신만의 여정을 걷고 있는 사람들을 만나 뵙고 싶어요!";
|
||
|
||
/* Placeholder example text for profile picture URL. */
|
||
"https://example.com/pic.jpg" = "https://example.com/pic.jpg";
|
||
|
||
/* Placeholder example text for website URL for user profile. */
|
||
"https://jb55.com" = "https://jb55.com";
|
||
|
||
/* Description of report type for illegal content. */
|
||
"Illegal Content" = "불법 콘텐츠";
|
||
|
||
/* Prompt selection of user's image uploader */
|
||
"Image uploader" = "이미지 업로더";
|
||
|
||
/* Section title for images configuration. */
|
||
"Images" = "이미지";
|
||
|
||
/* Description of report type for impersonation. */
|
||
"Impersonation" = "사징";
|
||
|
||
/* Error message indicating that an invalid account key was entered for login. */
|
||
"Invalid key" = "유효하지 않은 키입니다";
|
||
|
||
/* Message to display when there was an error attempting to zap due to an invalid lightning address. */
|
||
"Invalid lightning address" = "유효하지 않은 라이트닝 주소입니다";
|
||
|
||
/* Error message when an invalid Nostr wallet connection string is provided. */
|
||
"Invalid Nostr wallet connection string" = "유효하지 않은 Nostr 지갑 연결 문자열";
|
||
|
||
/* Title of alerting as invalid tip address. */
|
||
"Invalid Tip Address" = "유효하지 않은 팁 주소";
|
||
|
||
/* Confirmation dialog question asking users if they want their translation settings to be automatically switched to the Damus Purple translation service */
|
||
"It seems that you already have a translation service configured. Would you like to switch to Damus Purple as your translator?" = "이미 번역 서비스를 설정하셨네요. 번역기를 Damus 퍼플로 변경하시겠습니까?";
|
||
|
||
/* Placeholder example text for identifier used for Nostr addresses. */
|
||
"jb55@jb55.com" = "jb55@jb55.com";
|
||
|
||
/* Navigation title for managing keys.
|
||
Settings section for managing keys */
|
||
"Keys" = "키";
|
||
|
||
/* Button that opens up a webpage where the user can learn more about Nostr. */
|
||
"Learn more about Nostr" = "Nostr에 대해 더 알아보기";
|
||
|
||
/* Label for a link to the Damus website, to allow the user to learn more about the features of Purple */
|
||
"Learn more about the features" = "기능에 대해 자세히 알아보기";
|
||
|
||
/* Moves the post button to the left side of the screen */
|
||
"Left Handed" = "왼손잡이";
|
||
|
||
/* Button to continue to login page. */
|
||
"Let's get started!" = "이제 시작하세요!";
|
||
|
||
/* Button to complete account creation and start using the app. */
|
||
"Let's go!" = "시작하기!";
|
||
|
||
/* Dropdown option for selecting LibreTranslate as the translation service. */
|
||
"LibreTranslate (Open Source)" = "LibreTranslate (오픈소스)";
|
||
|
||
/* Placeholder text for entry of Lightning Address or LNURL. */
|
||
"Lightning Address or LNURL" = "라이트닝 주소 또는 LNURL";
|
||
|
||
/* Indicates that the view is for paying a Lightning invoice. */
|
||
"Lightning Invoice" = "라이트닝 인보이스";
|
||
|
||
/* Accessibility Label for Like button */
|
||
"Like" = "좋아요";
|
||
|
||
/* Setting to enable Like Local Notification */
|
||
"Likes" = "좋아요";
|
||
|
||
/* Text indicator that the video is a livestream. */
|
||
"LIVE" = "실시간";
|
||
|
||
/* Button to show media in note. */
|
||
"Load media" = "미디어 불러오기";
|
||
|
||
/* Face ID usage description shown when trying to access private key */
|
||
"Local authentication to access private key" = "개인키 접근을 위한 로컬 인증";
|
||
|
||
/* Dropdown option label for system default for Lightning wallet. */
|
||
"Local default" = "기기 기본 앱";
|
||
|
||
/* Section header for damus local notifications user configuration */
|
||
"Local Notifications" = "로컬 알림";
|
||
|
||
/* Label to display developer mode logs. */
|
||
"Log" = "로그";
|
||
|
||
/* Button to log into account.
|
||
Button to navigate to login view. */
|
||
"Login" = "로그인";
|
||
|
||
/* Alert for logging out the user.
|
||
Button for logging out the user. */
|
||
"Logout" = "로그아웃";
|
||
|
||
/* Label that appears when searching for note or profile */
|
||
"Looking for %@..." = "%@ 찾는 중...";
|
||
|
||
/* Button label to indicate that tapping it will make the selected zap type be the default for future zaps. */
|
||
"Make Default" = "기본값으로 설정하기";
|
||
|
||
/* Reminder message in alert to get customer to verify that their private security account key is saved saved before logging out. */
|
||
"Make sure your nsec account key is saved before you logout or you will lose access to this account" = "로그아웃하기 전에 nsec 계정 키를 저장했는지 확인하십시오. 저장하지 않았다면 이후 계정에 접근할 수 없게 됩니다.";
|
||
|
||
/* Manage the damus subscription */
|
||
"Manage" = "관리하기";
|
||
|
||
/* Setting to show media */
|
||
"Media previews" = "미디어 미리보기";
|
||
|
||
/* Mentioned by heading in local notification */
|
||
"Mentioned by %@" = "%@ 님이 멘션했습니다 ";
|
||
|
||
/* Label for filter for seeing mention notifications (replies, etc).
|
||
Setting to enable Mention Local Notification */
|
||
"Mentions" = "멘션";
|
||
|
||
/* Sidebar menu label for merch store link. */
|
||
"Merch" = "상점";
|
||
|
||
/* Button label that allows the user to start a direct message conversation with the user shown on-screen */
|
||
"Message" = "메시지";
|
||
|
||
/* Monthly renewal of purple subscription */
|
||
"Monthly" = "월간";
|
||
|
||
/* Alert button to mute a user.
|
||
Button to mute a profile. */
|
||
"Mute" = "뮤트하기";
|
||
|
||
/* Alert message prompt to ask if a user should be muted. */
|
||
"Mute %@?" = "%@ 님을 뮤트하시겠습니까? ";
|
||
|
||
/* Context menu option for muting a conversation. */
|
||
"Mute conversation" = "대화 뮤트하기";
|
||
|
||
/* Title of alert for muting a user. */
|
||
"Mute User" = "사용자 뮤트하기";
|
||
|
||
/* Context menu option for muting users. */
|
||
"Mute user" = "사용자 뮤트하기";
|
||
|
||
/* Sidebar menu label for muted users view. */
|
||
"Muted" = "뮤트";
|
||
|
||
/* Navigation title of view to see list of muted users. */
|
||
"Muted Users" = "뮤트한 사용자";
|
||
|
||
/* Section title for relay servers that the user is connected to. */
|
||
"My Relays" = "나의 릴레이";
|
||
|
||
/* Profile status duration setting of never expiring. */
|
||
"Never" = "하지 않음";
|
||
|
||
/* Notification that the user has received a new direct message */
|
||
"New encrypted direct message" = "암호화된 새로운 메시지";
|
||
|
||
/* Title label for push notifications where a direct message was sent to the user */
|
||
"New message" = "새로운 메시지";
|
||
|
||
/* Title label for push notifications where someone reacted to the user's post with a specific emoji */
|
||
"New note reaction" = "새로운 노트 리액션";
|
||
|
||
/* Ask the user if they are new to Nostr */
|
||
"New to Nostr?" = "Nostr가 처음이신가요?";
|
||
|
||
/* User confirm No */
|
||
"No" = "아니요";
|
||
|
||
/* Text indicating that there is no data available to show for specific metadata about a relay server. */
|
||
"No data available" = "사용 가능한 데이터가 없습니다.";
|
||
|
||
/* Label to indicate that there are no developer mode logs available to be displayed on the screen */
|
||
"No logs to display" = "표시할 로그 없음";
|
||
|
||
/* Alert message prompt that asks if the user wants to create a new mute list, overwriting previous mute lists. */
|
||
"No mute list found, create a new one? This will overwrite any previous mute lists." = "뮤트 목록이 없습니다. 새로 만드시겠습니까? 이전 뮤트 목록은 덮어씌워집니다.";
|
||
|
||
/* Description of anonymous zap type where the zap is sent anonymously and does not identify the user who sent it. */
|
||
"No one will see that you zapped" = "당신이 날린 잽을 아무도 볼 수 없습니다";
|
||
|
||
/* A label indicating that note search resulted in no results */
|
||
"No results" = "결과 없음";
|
||
|
||
/* Description of non-zap type where sats are sent to the user's wallet as a regular Lightning payment, not as a zap. */
|
||
"No zaps will be sent, only a lightning payment." = "잽을 날리진 않고, 라이트닝 결제만 전송됩니다.";
|
||
|
||
/* Label for button that allows users to reject enabling Damus Purple translations */
|
||
"No, thanks" = "아니요, 괜찮습니다";
|
||
|
||
/* Dropdown option for selecting NoKYCTranslate.com as the translation service. */
|
||
"NoKYCTranslate.com (Prepay with BTC)" = "NoKYCTranslate.com (BTC로 선결제)";
|
||
|
||
/* Button text to indicate that the zap type is a private zap.
|
||
Picker option to indicate that sats should be sent to the user's wallet as a regular Lightning payment, not as a zap. */
|
||
"None" = "안 함";
|
||
|
||
/* No search results. */
|
||
"none" = "없음";
|
||
|
||
/* Dropdown option for selecting no translation service. */
|
||
"none_translation_service" = "사용 안 함";
|
||
|
||
/* Label for the Nostr Address section of user profile form. */
|
||
"Nostr Address" = "Nosrt 주소";
|
||
|
||
/* Description about what is Nostr. */
|
||
"Nostr is a protocol, designed for simplicity, that aims to create a censorship-resistant global social network" = "Nostr는 검열에 저항하는 글로벌 소셜 네트워크를 만드는 것을 목표로 단순성을 위해 고안된 프로토콜입니다.";
|
||
|
||
/* Navigation title for the view showing NostrScript. */
|
||
"NostrScript" = "NostrScript";
|
||
|
||
/* Text indicating that there was an error with loading NostrScript. There is a more descriptive error message shown separately underneath. */
|
||
"NostrScript Error" = "NostrScript 오류";
|
||
|
||
/* Text to indicate that what is being shown is a note from a user who has been muted. */
|
||
"Note from a user you've muted" = "뮤트한 사용자의 노트";
|
||
|
||
/* A label indicating that the notes being displayed below it are from a timeline, not search results
|
||
Label for filter for seeing only notes (instead of notes and replies).
|
||
Label for filter for seeing only your notes (instead of notes and replies). */
|
||
"Notes" = "노트";
|
||
|
||
/* Label for filter for seeing notes and replies (instead of only notes).
|
||
Label for filter for seeing your notes and replies (instead of only your notes). */
|
||
"Notes & Replies" = "노트 및 답글";
|
||
|
||
/* Section footer clarifying what #nsfw (not safe for work) tags mean */
|
||
"Notes with the #nsfw tag usually contains adult content or other \"Not safe for work\" content" = "#nsfw 태그가 있는 노트는 일반적으로 성인용 또는 기타 '직장에서 보기에 안전하지 않은' 내용을 포함합니다";
|
||
|
||
/* Indicates that there are no notes in the timeline to view. */
|
||
"Nothing to see here. Check back later!" = "지금은 보여드릴 것이 없네요. 나중에 다시 확인해 보세요.";
|
||
|
||
/* Section header for notification indicator dot settings */
|
||
"Notification Dots" = "알림 배지";
|
||
|
||
/* Section header for Notification Preferences */
|
||
"Notification Preference" = "알림 설정";
|
||
|
||
/* Section header for Damus notifications
|
||
Toolbar label for Notifications view. */
|
||
"Notifications" = "알림";
|
||
|
||
/* String indicating that a given timestamp just occurred */
|
||
"now" = "방금";
|
||
|
||
/* Prompt for user to enter in an account key to login. This text shows the characters the key could start with if it was a private key. */
|
||
"nsec1..." = "nsec1...";
|
||
|
||
/* Description of report type for nudity. */
|
||
"Nudity" = "노출";
|
||
|
||
/* Button label indicating user wants to proceed.
|
||
Button label to dismiss an error dialog */
|
||
"OK" = "확인";
|
||
|
||
/* Button to dismiss the alert. */
|
||
"Ok" = "확인";
|
||
|
||
/* Relay status label that indicates a relay is connected. */
|
||
"Online" = "온라인";
|
||
|
||
/* Help text on green lock icon that explains that only the current user can see the message of a zap event and who sent the zap. */
|
||
"Only you can see this message and who sent it." = "보낸 사람과 메시지를 나만 볼 수 있습니다.";
|
||
|
||
/* Section header for enabling OnlyZaps mode (hide reactions) */
|
||
"OnlyZaps" = "OnlyZaps";
|
||
|
||
/* Non-tappable text in context menu that shows up when the zap button on profile is long pressed to indicate that the user has enabled OnlyZaps, meaning that they would like to be only zapped and not accept reactions to their notes. */
|
||
"OnlyZaps Enabled" = "OnlyZaps를 활성화하였습니다";
|
||
|
||
/* Setting toggle to hide reactions. */
|
||
"OnlyZaps mode" = "OnlyZaps 모드";
|
||
|
||
/* Button to open the value found in browser. */
|
||
"Open in browser" = "브라우저에서 열기";
|
||
|
||
/* Button to open the value found in browser. */
|
||
"Open in wallet" = "지갑에서 열기";
|
||
|
||
/* Label indicating that a form input is optional. */
|
||
"optional" = "선택 사항";
|
||
|
||
/* Prompt to enter optional additional information when reporting an account or content. */
|
||
"Optional" = "선택사항";
|
||
|
||
/* Section header that indicates the relay server requires payment. */
|
||
"Paid Relay" = "유료 릴레이";
|
||
|
||
/* Button to paste a Nostr Wallet Connect string to connect the wallet for use in Damus for zaps. */
|
||
"Paste" = "붙여넣기";
|
||
|
||
/* Button to pay a Lightning invoice. */
|
||
"Pay" = "결제하기";
|
||
|
||
/* Navigation bar title for view to pay Lightning invoice. */
|
||
"Pay the Lightning invoice" = "라이트닝 인보이스 결제";
|
||
|
||
/* Label to display that authentication to a server is pending. */
|
||
"Pending" = "대기 중";
|
||
|
||
/* Label for filter for seeing only people follows. */
|
||
"People" = "사람들";
|
||
|
||
/* Alert for deleting the users account.
|
||
Section title for deleting the user */
|
||
"Permanently Delete Account" = "계정 영구 삭제하기";
|
||
|
||
/* Prompt selection of DeepL subscription plan to perform machine translations on notes */
|
||
"Plan" = "요금제";
|
||
|
||
/* Instructions on how to filter a specific timeline feed by choosing relay servers to filter on. */
|
||
"Please choose relays from the list below to filter the current feed:" = "현재 피드를 필터링하려면 아래 목록에서 릴레이를 선택하세요:";
|
||
|
||
/* Button to post a note. */
|
||
"Post" = "포스팅하기";
|
||
|
||
/* Button text to indicate that the zap type is a private zap.
|
||
Heading indicating that this application keeps personally identifiable information private. A sentence describing what is done to keep data private comes after this heading.
|
||
Picker option to indicate that a zap should be sent privately and not identify the user to the public. */
|
||
"Private" = "비공개";
|
||
|
||
/* Label to indicate that the text below is the user's private key used by only the user themself as a secret to login to access their account.
|
||
Title of the secure field that holds the user's private key. */
|
||
"Private Key" = "개인키";
|
||
|
||
/* Title of notification when a private zap is received. */
|
||
"Private Zap" = "비공개 잽";
|
||
|
||
/* Description of private zap type where the zap is sent privately and does not identify the user to the public. */
|
||
"private_zap_description" = "'%@' 님만 당신이 날린 잽을 볼 수 있습니다";
|
||
|
||
/* Dropdown option for selecting Pro plan for DeepL translation service. */
|
||
"Pro" = "프로";
|
||
|
||
/* Label indicating the production environment for Damus Purple */
|
||
"Production" = "프로덕션";
|
||
|
||
/* Description of report type for profanity. */
|
||
"Profanity" = "욕설";
|
||
|
||
/* Sidebar menu label for Profile view. */
|
||
"Profile" = "프로필";
|
||
|
||
/* Section footer clarifying what the profile action sheet feature does */
|
||
"Profile action sheets allow you to follow, zap, or DM profiles more quickly without having to view their full profile" = "프로필 액션 시트를 사용하면 전체 프로필을 볼 필요 없이 더 빠르게 팔로우하거나 잽을 날리거나 메시지를 전송할 수 있습니다.";
|
||
|
||
/* Label for Profile Picture section of user profile form. */
|
||
"Profile Picture" = "프로필 사진";
|
||
|
||
/* Section title for profile view configuration. */
|
||
"Profiles" = "프로필";
|
||
|
||
/* Button text to indicate that the zap type is a public zap.
|
||
Picker option to indicate that a zap should be sent publicly and identify the user as who sent it. */
|
||
"Public" = "공개";
|
||
|
||
/* Section title for the user's public account ID. */
|
||
"Public Account ID" = "공개 계정 아이디";
|
||
|
||
/* Label indicating that the text is a user's public account key. */
|
||
"Public key" = "공개키";
|
||
|
||
/* Label to indicate the public key of the account. */
|
||
"Public Key" = "공개키";
|
||
|
||
/* Indicating when the user purchased the subscription */
|
||
"Purchased on" = "구매일";
|
||
|
||
/* User purchased a subscription */
|
||
"Purchased!" = "구매 완료!";
|
||
|
||
/* Subscription service name */
|
||
"Purple" = "퍼플";
|
||
|
||
/* Button to view profile's qr code. */
|
||
"QR Code" = "QR 코드";
|
||
|
||
/* Button to compose a quoted note */
|
||
"Quote" = "인용문";
|
||
|
||
/* Indication that a NostrScript was run until it reached a suspended state. */
|
||
"Ran to suspension." = "일시 중단되었습니다.";
|
||
|
||
/* Navigation bar title for Reactions view.
|
||
Section header for reactions settings
|
||
Title of emoji reactions view */
|
||
"Reactions" = "리액션";
|
||
|
||
/* Section title for recommend emojis */
|
||
"Recommended Emojis" = "추천 이모지";
|
||
|
||
/* Title for view of recommended relays. */
|
||
"Recommended relays" = "추천 릴레이";
|
||
|
||
/* Label to display relay address. */
|
||
"Relay" = "릴레이";
|
||
|
||
/* Navigation bar title that shows the list of relays for a user.
|
||
Sidebar menu label for Relays view.
|
||
Title of relays view */
|
||
"Relays" = "릴레이";
|
||
|
||
/* Description of what was done as a result of sending a report to relay servers. */
|
||
"Relays have been notified and clients will be able to use this information to filter content. Thank you!" = "릴레이에 신고 내용이 전달되었습니다. 이제 클라이언트가 이 정보를 사용하여 콘텐츠를 필터링할 수 있습니다. 감사합니다!";
|
||
|
||
/* Button label to remove all participants from a note reply. */
|
||
"Remove all" = "모두 제거하기";
|
||
|
||
/* Context menu option for removing a note bookmark. */
|
||
"Remove bookmark" = "북마크에서 삭제하기";
|
||
|
||
/* Button text to remove bookmark from a note. */
|
||
"Remove Bookmark" = "북마크에서 삭제하기";
|
||
|
||
/* Indicating when the subscription will renew */
|
||
"Renews on" = "갱신일";
|
||
|
||
/* Accessibility label for reply button */
|
||
"Reply" = "답글";
|
||
|
||
/* Text indicating that the view is used for editing which participants are replied to in a note. */
|
||
"Replying to" = "답글 대상:";
|
||
|
||
/* Indicating that the user is replying to the following listed people.
|
||
Indicating that the user is replying to the themself and no one else, where the parameter is 'self' in US English.
|
||
Label to indicate that the user is replying to 1 user. */
|
||
"Replying to %@" = "%@ 님에게 보내는 답글";
|
||
|
||
/* Label to indicate that the user is replying to 2 users. */
|
||
"Replying to %@ & %@" = "%1$@ 님과 %2$@ 님에게 보내는 답글";
|
||
|
||
/* Label to indicate that the user is replying to themself. */
|
||
"Replying to self" = "자신에게 보내는 답글";
|
||
|
||
/* Button to report a profile.
|
||
Context menu option for reporting content.
|
||
Label indicating that the current view is for the user to report content. */
|
||
"Report" = "신고하기";
|
||
|
||
/* Label indicating that the text underneath is the identifier of the report that was sent to relay servers. */
|
||
"Report ID:" = "신고 ID:";
|
||
|
||
/* Button to report a note. */
|
||
"Report Note" = "노트 신고하기";
|
||
|
||
/* Message indicating that a report was successfully sent to relay servers. */
|
||
"Report sent!" = "신고가 전송되었습니다!";
|
||
|
||
/* Button to report a user. */
|
||
"Report User" = "사용자 신고하기";
|
||
|
||
/* Button to repost a note */
|
||
"Repost" = "리포스팅";
|
||
|
||
/* Text indicating that the note was reposted (i.e. re-shared). */
|
||
"Reposted" = "리포스팅";
|
||
|
||
/* Reposted by heading in local notification */
|
||
"Reposted by %@" = "%@ 님이 리포스팅했습니다 ";
|
||
|
||
/* Accessibility label for boosts button
|
||
Navigation bar title for Reposts view.
|
||
Setting to enable Repost Local Notification */
|
||
"Reposts" = "리포스팅";
|
||
|
||
/* Picker option for DM selector for seeing only message requests (DMs that someone else sent the user which has not been responded to yet). DM is the English abbreviation for Direct Message. */
|
||
"Requests" = "요청";
|
||
|
||
/* Button to retry completing account creation after an error occurred. */
|
||
"Retry" = "다시 시도하기";
|
||
|
||
/* Button that runs a NostrScript. */
|
||
"Run" = "실행하기";
|
||
|
||
/* Indication that the execution of a NostrScript is running. */
|
||
"Running..." = "실행 중...";
|
||
|
||
/* Indication that a runtime error occurred when running a NostrScript. */
|
||
"Runtime error" = "런타임 오류";
|
||
|
||
/* Name of Bitcoin creator(s). */
|
||
"Satoshi Nakamoto" = "나카모토 사토시";
|
||
|
||
/* Button for saving profile. */
|
||
"Save" = "저장하기";
|
||
|
||
/* Percentage of purchase price the user will save */
|
||
"Save 14%" = "14% 할인";
|
||
|
||
/* Savings for purchasing an annual subscription */
|
||
"Save 20% off on an annual subscription" = "연간 구독 시 20% 할인";
|
||
|
||
/* Context menu option to save an image. */
|
||
"Save Image" = "이미지 저장하기";
|
||
|
||
/* Toggle to save private key to the Apple secure keychain. */
|
||
"Save Key in Secure Keychain" = "안전한 키체인에 키 저장하기";
|
||
|
||
/* Text to prompt scanning a QR code of a user's pubkey to open their profile. */
|
||
"Scan a user's pubkey" = "사용자 공개키 스캔하기";
|
||
|
||
/* Button to switch to scan QR Code page. */
|
||
"Scan Code" = "코드 스캔하기";
|
||
|
||
/* Context menu option to scan image for a QR Code. */
|
||
"Scan for QR Code" = "QR 코드 스캔하기";
|
||
|
||
/* Text on QR code view to prompt viewer to scan the QR code on screen with their device camera. */
|
||
"Scan the code" = "코드를 스캔하세요";
|
||
|
||
/* Text to prompt scanning a QR code of a user's privkey to login to their profile. */
|
||
"Scan Your Private Key QR" = "개인 키 QR 코드를 스캔하세요";
|
||
|
||
/* Default title for the search screen when it is in an unknown state.
|
||
Title of the text field for searching. */
|
||
"Search" = "검색";
|
||
|
||
/* Navigation link to search hashtag. */
|
||
"Search hashtag: #%@" = "해시태그 검색하기: #%@";
|
||
|
||
/* Placeholder text to prompt entry of search query. */
|
||
"Search..." = "검색하기...";
|
||
|
||
/* Navigation title for universe/search settings.
|
||
Section header for search/universe settings */
|
||
"Search/Universe" = "검색/유니버스";
|
||
|
||
/* Section title for user's secret account login key. */
|
||
"Secret Account Login Key" = "계정 로그인 비밀키";
|
||
|
||
/* Title of section for selecting a Lightning wallet to pay a Lightning invoice. */
|
||
"Select a Lightning wallet" = "라이트닝 지갑 선택하기";
|
||
|
||
/* Prompt selection of user's default emoji reaction */
|
||
"Select default emoji" = "기본 이모지 선택하기";
|
||
|
||
/* Prompt selection of user's default wallet */
|
||
"Select default wallet" = "기본 지갑 선택하기";
|
||
|
||
/* Part of a larger sentence 'Replying to self' in US English. 'self' indicates that the user is replying to themself and no one else. */
|
||
"self" = "나";
|
||
|
||
/* Text prompt for user to send a message to the other user. */
|
||
"Send a message to start the conversation..." = "메시지를 보내 대화를 시작하세요...";
|
||
|
||
/* Placeholder text for a comment to send as part of a zap to the user. */
|
||
"Send a message with your zap..." = "잽을 날리며 메시지 보내기...";
|
||
|
||
/* Developer mode setting to send device token metadata to a local server instead of the damus.io server. */
|
||
"Send device token to localhost" = "디바이스 토큰을 로컬 호스트로 전송하기";
|
||
|
||
/* Prompt selection of LibreTranslate server to perform machine translations on notes */
|
||
"Server" = "서버";
|
||
|
||
/* Prompt selection of translation service provider. */
|
||
"Service" = "서비스";
|
||
|
||
/* Sidebar menu label to set user status */
|
||
"Set Status" = "상태 설정하기";
|
||
|
||
/* Navigation title for Settings view.
|
||
Sidebar menu label for accessing the app settings */
|
||
"Settings" = "설정";
|
||
|
||
/* Button to share a note
|
||
Button to share an image.
|
||
Button to share the link to a profile.
|
||
Save button text for saving profile status settings. */
|
||
"Share" = "공유하기";
|
||
|
||
/* Title text to indicate that the buttons below are meant to be used to share a note with others. */
|
||
"Share Note" = "노트 공유하기";
|
||
|
||
/* Button to present iOS share sheet */
|
||
"Share Via..." = "공유하기...";
|
||
|
||
/* Button to show a note from a user who has been muted.
|
||
Toggle to show or hide user's secret account login key. */
|
||
"Show" = "보기";
|
||
|
||
/* Settings toggle for enabling general user statuses */
|
||
"Show general statuses" = "일반 상태 보기";
|
||
|
||
/* Button to show less of a long profile description. */
|
||
"Show less" = "덜 보기";
|
||
|
||
/* Button to show entire note.
|
||
Button to show more of a long profile description. */
|
||
"Show more" = "더 보기";
|
||
|
||
/* Settings toggle for enabling now playing music statuses */
|
||
"Show music statuses" = "음악 상태 보기";
|
||
|
||
/* Setting to Show notifications only associated to users your follow */
|
||
"Show only from users you follow" = "내가 팔로우하는 사용자만 보기";
|
||
|
||
/* Toggle to show notes that are only in the device's preferred languages on the Universe feed and hide notes that are in other languages. */
|
||
"Show only preferred languages on Universe feed" = "유니버스 피드에서 선호하는 언어만 보기";
|
||
|
||
/* Setting to show profile action sheets when clicking on a user's profile picture */
|
||
"Show profile action sheets" = "프로필 액션 시트 보기";
|
||
|
||
/* Button to show recommended relays. */
|
||
"Show recommended relays" = "추천 릴레이 보기";
|
||
|
||
/* Toggle to show or hide selection of wallet. */
|
||
"Show wallet selector" = "지갑 선택 창 보기";
|
||
|
||
/* Title of view to log into an account. */
|
||
"Sign in" = "로그인";
|
||
|
||
/* Section title for signing out */
|
||
"Sign Out" = "로그아웃";
|
||
|
||
/* Sidebar menu label to sign out of the account. */
|
||
"Sign out" = "로그아웃";
|
||
|
||
/* Button to dismiss the suggested users screen */
|
||
"Skip" = "건너뛰기";
|
||
|
||
/* Description about why Nostr is needed. */
|
||
"Social media has developed into a key way information flows around the world. Unfortunately, our current social media systems are broken" = "소셜 미디어는 전 세계적으로 정보가 교류되는 핵심 수단으로 발전해 왔습니다. 안타깝게도, 지금의 소셜 미디어 시스템은 문제가 있습니다.";
|
||
|
||
/* Label to display relay software. */
|
||
"Software" = "소프트웨어";
|
||
|
||
/* Title label for push notification where someone posted a note */
|
||
"Someone posted a note" = "누군가 노트를 게시했습니다";
|
||
|
||
/* Generic title label for push notifications where someone reacted to the user's post */
|
||
"Someone reacted to your note" = "누군가 내 노트에 리액션을 보냈습니다";
|
||
|
||
/* Body label for push notifications where someone reacted to the user's post with a specific emoji */
|
||
"Someone reacted to your note with %@" = "누군가 내 노트에 %@ 리액션을 보냈습니다";
|
||
|
||
/* Title label for a push notification where someone zapped the user */
|
||
"Someone zapped you ⚡️" = "누군가 내게 잽을 날렸습니다 ⚡️";
|
||
|
||
/* Description of report type for spam.
|
||
Section header for Universe/Search spam */
|
||
"Spam" = "스팸";
|
||
|
||
/* Label indicating a staging test environment for Damus Purple functionality (Developer feature) */
|
||
"Staging" = "스테이징";
|
||
|
||
/* Placeholder as an example of what the user could set as their profile status. */
|
||
"Staying humble..." = "겸손함을 유지하며...";
|
||
|
||
/* Label for Purple account subscriber number */
|
||
"Subscriber number" = "구독자 번호";
|
||
|
||
/* Ah dang there was an error loading subscription information from the AppStore. Please try again later :( */
|
||
"Subscription Error" = "구독 오류";
|
||
|
||
/* A label indicating that the items below it are suggested hashtags */
|
||
"Suggested hashtags" = "추천 해시태그";
|
||
|
||
/* Text calling for the user to support Damus through zaps */
|
||
"Support Damus" = "Damus 지원하기";
|
||
|
||
/* Reason for supporting damus development */
|
||
"Support Damus development to help build the future of decentralized communication on the web." = "Damus 개발을 지원하여 웹에서 탈중앙화된 커뮤니케이션의 미래를 구축하는 데 도움을 주세요.";
|
||
|
||
/* Label to display relay's supported NIPs. */
|
||
"Supported NIPs" = "지원하는 NIP";
|
||
|
||
/* Title for supporter badge */
|
||
"Supporter Badge" = "서포터 배지";
|
||
|
||
/* Option to take a photo with the camera */
|
||
"Take Photo" = "사진 촬영하기";
|
||
|
||
/* Label indicating a localhost test environment for Damus Purple functionality (Developer feature) */
|
||
"Test (localhost)" = "테스트 (로컬호스트)";
|
||
|
||
/* Section header for damus text truncation user configuration */
|
||
"Text Truncation" = "텍스트 잘라내기";
|
||
|
||
/* Appreciation to user for purchasing subscription service */
|
||
"Thank you very much for signing up for Damus\u{00A0}Purple. Your contribution helps us continue our fight for a more Open and Free\u{00A0}internet.\n\nYou will also get access to premium features, and a star badge on your profile.\n\nEnjoy!" = "Damus\u{00A0}퍼플에 가입해 주셔서 대단히 감사합니다. 여러분의 기여 덕분에 저희는 더 개방적이고 자유로운\u{00A0}인터넷을 위해 계속 싸워나갈 수 있습니다.\n\n프리미엄 기능에 접근할 수 있으며, 프로필에 별 배지도 부여됩니다.\n\n즐겁게 사용하세요!";
|
||
|
||
/* Button to close out of alert that informs that the action to muted a user was successful. */
|
||
"Thanks!" = "감사합니다!";
|
||
|
||
/* Giving the description of the alert message. */
|
||
"The address should either begin with LNURL or should look like an email address." = "주소는 LNURL로 시작하거나 이메일 주소 형식이어야 합니다.";
|
||
|
||
/* Quick description of what Damus is */
|
||
"The go-to iOS Nostr client" = "선호하는 iOS Nostr 클라이언트";
|
||
|
||
/* An error message that appears when the user attempts to add a relay that has already been added. */
|
||
"The relay you are trying to add is already added.\nYou're all set!" = "추가하려는 릴레이는 이미 추가되어 있습니다.\n모두 설정되었습니다!";
|
||
|
||
/* Error label when Purple account information fails to load */
|
||
"There was an error loading your account. Please try again later. If problem persists, please contact us at support@damus.io" = "계정을 불러오는 중 오류가 발생했습니다. 나중에 다시 시도해 주세요. 문제가 지속되면 support@damus.io로 연락 주시기 바랍니다.";
|
||
|
||
/* Footer description that explains that the relay server requires payment to post. */
|
||
"This is a paid relay, you must pay for notes to be accepted." = "이 릴레이는 유료이므로 노트가 받아들여지기 위해선 비용을 지불해야 합니다.";
|
||
|
||
/* Warning that the inputted account key is a public key and the result of what happens because of it. */
|
||
"This is a public key, you will not be able to make notes or interact in any way. This is used for viewing accounts from their perspective." = "이 값은 공개키입니다. 공개키로는 노트를 작성하거나 상호 작용을 할 수 없습니다. 다른 사람들이 계정을 보는데 사용됩니다.";
|
||
|
||
/* First post example given to the user during onboarding, as a suggestion as to what they could post first */
|
||
"This is my first post on Nostr 💜. I love drawing and folding Origami!\n\nNice to meet you all! #introductions #plebchain " = "Nostr 에서의 첫 번째 포스트입니다 💜. 저는 그림 그리기와 종이 접기를 좋아합니다!\n\n모두 만나서 반가워요! #소개 #plebchain";
|
||
|
||
/* Label to describe that a private key is the user's secret account key and what they should do with it. */
|
||
"This is your secret account key. You need this to access your account. Don't share this with anyone! Save it in a password manager and keep it safe!" = "이 값은 계정의 비밀키입니다. 계정에 접근하려면 이 키가 필요합니다. 절대 그 누구와도 공유하지 마세요! 암호 관리 도구에 저장하여 안전하게 보관하세요!";
|
||
|
||
/* Error message indicating that a note is too big and cannot be rendered */
|
||
"This note contains too many items and cannot be rendered" = "이 노트에는 너무 많은 항목이 포함되어 있어 렌더링할 수 없습니다";
|
||
|
||
/* Navigation bar title for note thread. */
|
||
"Thread" = "스레드";
|
||
|
||
/* Instruction on how to verify npub during Damus Purple checkout */
|
||
"To continue your Purple subscription checkout, please verify your npub by clicking on the button below" = "퍼플 구독 결제를 계속하려면, 아래의 버튼을 클릭하여 npub을 인증해 주세요.";
|
||
|
||
/* A label indicating that the notes being displayed below it are all top note search results */
|
||
"Top hits" = "최상위 결과";
|
||
|
||
/* Text indicating that this zap is the one with the highest amount of sats. */
|
||
"Top Zap" = "탑 잽";
|
||
|
||
/* Toggle to translate direct messages. */
|
||
"Translate DMs" = "메시지 번역하기";
|
||
|
||
/* Button to translate note from different language. */
|
||
"Translate Note" = "노트 번역하기";
|
||
|
||
/* Dropdown option for selecting translate.nostr.wine as the translation service. */
|
||
"translate.nostr.wine (DeepL, Pay with BTC)" = "translate.nostr.wine (DeepL, BTC로 결제)";
|
||
|
||
/* Button to indicate that the note has been translated from a different language. */
|
||
"Translated from %@" = "%@ 로 번역하기";
|
||
|
||
/* Navigation title for translation settings.
|
||
Section header for text and appearance settings */
|
||
"Translation" = "번역";
|
||
|
||
/* Section title for selecting the translation service. */
|
||
"Translations" = "번역";
|
||
|
||
/* Setting to truncate text in mention notifications */
|
||
"Truncate notification mention text" = "멘션 알림 텍스트 잘라내기";
|
||
|
||
/* Setting to truncate text in timeline */
|
||
"Truncate timeline text" = "타임라인 텍스트 잘라내기";
|
||
|
||
/* Text field prompt asking user to type DELETE in all caps to confirm that they want to proceed with deleting their account. */
|
||
"Type %@ to delete" = "삭제하려면 %@를 입력하세요";
|
||
|
||
/* Text box prompt to ask user to type their note. */
|
||
"Type your note here..." = "여기에 노트를 작성하세요...";
|
||
|
||
/* Alert message letting user know a QR Code was not found. */
|
||
"Unable to find a QR Code" = "QR 코드를 찾을 수 없습니다";
|
||
|
||
/* Button to unfollow a user. */
|
||
"Unfollow" = "언팔로우";
|
||
|
||
/* Button to unfollow a given hashtag. */
|
||
"Unfollow hashtag" = "해시태그 팔로우 취소하기";
|
||
|
||
/* Label to indicate that the user is in the process of unfollowing another user. */
|
||
"Unfollowing..." = "언팔로우 중...";
|
||
|
||
/* Toolbar label for the universal view where notes from all connected relay servers appear. */
|
||
"Universe 🛸" = "유니버스 🛸";
|
||
|
||
/* Button to unmute a profile. */
|
||
"Unmute" = "뮤트 해제하기";
|
||
|
||
/* Context menu option for unmuting a conversation. */
|
||
"Unmute conversation" = "대화 뮤트 해제하기";
|
||
|
||
/* Text indicating that the long-form note title is untitled. */
|
||
"Untitled" = "제목없음";
|
||
|
||
/* Button to proceed with uploading. */
|
||
"Upload" = "업로드하기";
|
||
|
||
/* Example URL to LibreTranslate server */
|
||
"URL" = "URL";
|
||
|
||
/* Alert message that informs a user was muted. */
|
||
"User has been muted" = "사용자가 뮤트되었습니다";
|
||
|
||
/* Alert message to indicate the user has been muted */
|
||
"User muted" = "사용자를 뮤트했습니다";
|
||
|
||
/* Section header for user profile status settings. */
|
||
"User Statuses" = "사용자 상태";
|
||
|
||
/* Label for Username section of user profile form. */
|
||
"Username" = "사용자 이름";
|
||
|
||
/* Instructions after the user has verified their npub for Damus Purple purchase checkout */
|
||
"Verified!" = "인증되었습니다!";
|
||
|
||
/* Button label to verify the user's npub for the purpose of Purple subscription checkout */
|
||
"Verify my npub" = "npub 인증하기";
|
||
|
||
/* Label to display relay software version.
|
||
Section title for displaying the version number of the Damus app. */
|
||
"Version" = "버전";
|
||
|
||
/* A button label that allows the user to see the full profile of the profile they are previewing */
|
||
"View full profile" = "전체 프로필 보기";
|
||
|
||
/* Setting to only see 1 event per user (npub) in the search/universe */
|
||
"View multiple events per user" = "사용자당 여러 이벤트 보기";
|
||
|
||
/* Button to switch to view users QR Code */
|
||
"View QR Code" = "QR 코드 보기";
|
||
|
||
/* Instruction on how to manage billing externally */
|
||
"Visit the Damus website on a web browser to manage billing" = "웹 브라우저에서 Damus 웹사이트에 접속하여 결제를 관리하세요";
|
||
|
||
/* Text telling the user to wake up, where the argument is their display name. */
|
||
"Wake up, %@" = "%@ 님, 깨어나세요. ";
|
||
|
||
/* Navigation title for Wallet view
|
||
Sidebar menu label for Wallet view.
|
||
Title for section in zap settings that controls the Lightning wallet selection. */
|
||
"Wallet" = "지갑";
|
||
|
||
/* Alert for deleting the users account. */
|
||
"WARNING:\n\nTHIS WILL SIGN AN EVENT THAT DELETES THIS ACCOUNT.\n\nYOU WILL NO LONGER BE ABLE TO LOG INTO DAMUS USING THIS ACCOUNT KEY.\n\n ARE YOU SURE YOU WANT TO CONTINUE?" = "경고:\n\n계정을 삭제하는 이벤트에 서명합니다.\n\n더 이상 이 계정 키를 이용해 Damus에 로그인할 수 없습니다.\n\n정말 진행하시겠습니까?";
|
||
|
||
/* Label for Website section of user profile form. */
|
||
"Website" = "웹사이트";
|
||
|
||
/* Welcome text shown on the first screen when user is not logged in. */
|
||
"Welcome to Damus" = "Damus에 오신 것을 환영합니다";
|
||
|
||
/* Greeting to subscription service */
|
||
"Welcome to Purple" = "퍼플에 오신 것을 환영합니다";
|
||
|
||
/* Welcoming message to the reader. The variable is 'you', the reader. */
|
||
"Welcome to the social network %@ control." = "%@ 님이 관리하는 소셜 네트워크에 오신 것을 환영합니다.";
|
||
|
||
/* Welcome text */
|
||
"Welcome to the social network you control" = "직접 관리하는 소셜 네트워크에 오신 것을 환영합니다.";
|
||
|
||
/* Text to welcome user. */
|
||
"Welcome!" = "환영합니다!";
|
||
|
||
/* Text to welcome user. */
|
||
"Welcome, %@!" = "%@ 님, 환영합니다! ";
|
||
|
||
/* Header text to prompt user what issue they want to report. */
|
||
"What do you want to report?" = "어떤 문제를 신고하시겠어요?";
|
||
|
||
/* Heading text for section describing what is Nostr. */
|
||
"What is Nostr?" = "Nostr란 무엇인가요?";
|
||
|
||
/* Title for a screen displaying suggestions of who to follow */
|
||
"Who to Follow" = "팔로우 추천";
|
||
|
||
/* Heading text for section describing why Nostr is needed. */
|
||
"Why we need Nostr?" = "왜 Nostr가 필요한가요?";
|
||
|
||
/* Placeholder example for relay server address. */
|
||
"wss://some.relay.com" = "wss://some.relay.com";
|
||
|
||
/* User confirm Yes */
|
||
"Yes" = "예";
|
||
|
||
/* Text of button that confirms to overwrite the existing mutelist. */
|
||
"Yes, Overwrite" = "덮어쓰기";
|
||
|
||
/* You, in this context, is the person who controls their own social network. You is used in the context of a larger sentence that welcomes the reader to the social network that they control themself. */
|
||
"you" = "당신";
|
||
|
||
/* Text telling the user that they are dreaming. */
|
||
"You are dreaming..." = "꿈 꾸는 중...";
|
||
|
||
/* Text indicating that there are no bookmarks to be viewed */
|
||
"You have no bookmarks yet, add them in the context menu" = "아직 북마크가 없습니다. 컨텍스트 메뉴에서 북마크를 추가해보세요.";
|
||
|
||
/* Part 1 of 2 in message 'You unlocked automatic translations' the user gets when they sign up for Damus Purple */
|
||
"You unlocked" = "잠금 해제";
|
||
|
||
/* Label for Your Name section of user profile form. */
|
||
"Your Name" = "이름";
|
||
|
||
/* Footer text to inform user what will happen when the report is submitted. */
|
||
"Your report will be sent to the relays you are connected to" = "신고서를 연결된 릴레이로 전송합니다";
|
||
|
||
/* Accessibility label for zap button
|
||
Button label that allows the user to zap (i.e. send a Bitcoin tip via the lightning network) the user shown on-screen
|
||
Text underneath the number of sats indicating that it's the amount used for zaps.
|
||
Title of notification when a non-private zap is received. */
|
||
"Zap" = "잽";
|
||
|
||
/* Message to display when sending a zap from the user's connected wallet failed. */
|
||
"Zap attempt from connected wallet failed." = "연결된 지갑에서 잽을 날리다 실패했습니다.";
|
||
|
||
/* Message to display when a zap from the user's connected wallet was canceled. */
|
||
"Zap attempt from connected wallet was canceled." = "잽 시도가 연결된 지갑에 의해 취소되었습니다.";
|
||
|
||
/* Button label indicating that a zap action was unsuccessful (i.e. the user was unable to send a Bitcoin tip via the lightning network to the user shown on-screen)
|
||
Title of an alert indicating that a zap action failed */
|
||
"Zap failed" = "잽 날리기 실패";
|
||
|
||
/* Text to indicate that the buttons below it is for choosing the type of zap to send. */
|
||
"Zap type" = "잽 유형";
|
||
|
||
/* Button to send a zap. */
|
||
"Zap User" = "사용자에게 잽 날리기";
|
||
|
||
/* Setting to enable vibration on zap */
|
||
"Zap Vibration" = "잽 진동";
|
||
|
||
/* Button label indicating that a zap action was successful (i.e. the user is successfully sent a Bitcoin tip via the lightning network to the user shown on-screen) */
|
||
"Zapped!" = "잽을 날렸습니다!";
|
||
|
||
/* Button label indicating that a zap action is in progress (i.e. the user is currently sending a Bitcoin tip via the lightning network to the user shown on-screen) */
|
||
"Zapping" = "잽 날리는 중";
|
||
|
||
/* Text to indicate that the app is in the process of sending a zap. */
|
||
"Zapping..." = "잽 날리는 중...";
|
||
|
||
/* Label for filter for zap notifications.
|
||
Navigation bar title for the Zaps view.
|
||
Navigation title for zap settings.
|
||
Section header for zap settings
|
||
Setting to enable Zap Local Notification
|
||
Title for section in zap settings that controls general zap preferences. */
|
||
"Zaps" = "잽";
|
||
|
||
/* Placeholder example for an emoji reaction */
|
||
"⚡" = "⚡";
|
||
|