send.ftl 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. # Send is a brand name and should not be localized.
  2. title = Send
  3. importingFile = 가져오는 중…
  4. encryptingFile = 암호화 중…
  5. decryptingFile = 복호화 중…
  6. downloadCount = 다운로드 { $num }회
  7. timespanHours = { $num }시간
  8. copiedUrl = 복사 완료!
  9. unlockInputPlaceholder = 비밀번호
  10. unlockButtonLabel = 잠금 해제
  11. downloadButtonLabel = 다운로드
  12. downloadFinish = 다운로드 완료
  13. fileSizeProgress = ({ $partialSize } / { $totalSize })
  14. sendYourFilesLink = Send 써보기
  15. errorPageHeader = 오류가 발생했습니다!
  16. fileTooBig = 파일의 크기가 너무 큽니다. { $size } 보다 작아야 합니다.
  17. linkExpiredAlt = 링크가 만료됨
  18. notSupportedHeader = 이 브라우저는 지원되지 않습니다.
  19. notSupportedLink = 왜 이 브라우저는 지원이 되지 않나요?
  20. notSupportedOutdatedDetail = 안타깝게도 사용중인 Firefox 버전에서는 Send에 사용되는 웹 기술을 지원하지 않습니다. 브라우저 업데이트가 필요합니다.
  21. updateFirefox = Firefox 업데이트
  22. deletePopupCancel = 아니오
  23. deleteButtonHover = 삭제
  24. passwordTryAgain = 비밀번호가 맞지 않습니다. 다시 시도해 주세요.
  25. javascriptRequired = Send는 JavaScript를 필요로 합니다
  26. whyJavascript = 왜 Send에 JavaScript가 필요하죠?
  27. enableJavascript = JavaScript를 활성화하고 다시 시도해 주세요.
  28. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  29. expiresHoursMinutes = { $hours }시간 { $minutes }분
  30. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  31. expiresMinutes = { $minutes }분
  32. # A short status message shown when the user enters a long password
  33. maxPasswordLength = 최대 비밀번호 길이: { $length }
  34. # A short status message shown when there was an error setting the password
  35. passwordSetError = 이 비밀번호를 설정할 수 없었습니다
  36. ## Send version 2 strings
  37. -send-brand = Send
  38. -send-short-brand = Send
  39. -firefox = Firefox
  40. -mozilla = Mozilla
  41. introTitle = 간단하고, 사생활을 보호하는 파일 공유
  42. introDescription = { -send-brand }를 사용하면 종단 암호화와 자동으로 만료되는 링크를 사용해 파일을 공유할 수 있습니다. 안전하게 공유할 수 있고 공유된 파일이 계속 온라인에 남지 않게 됩니다.
  43. notifyUploadEncryptDone = 파일이 암호화 되어서 보낼 수 있게 됐습니다
  44. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  45. archiveExpiryInfo = { $downloadCount } 혹은 { $timespan } 후 만료됨
  46. timespanMinutes =
  47. { $num ->
  48. *[other] { $num }분
  49. }
  50. timespanDays =
  51. { $num ->
  52. *[other] { $num }일
  53. }
  54. timespanWeeks =
  55. { $num ->
  56. *[other] { $num }주
  57. }
  58. fileCount =
  59. { $num ->
  60. *[other] { $num } 파일
  61. }
  62. # byte abbreviation
  63. bytes = B
  64. # kibibyte abbreviation
  65. kb = KB
  66. # mebibyte abbreviation
  67. mb = MB
  68. # gibibyte abbreviation
  69. gb = GB
  70. # localized number and byte abbreviation. example "2.5MB"
  71. fileSize = { $num }{ $units }
  72. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  73. totalSize = 전체 크기: { $size }
  74. # the next line after the colon contains a file name
  75. copyLinkDescription = 링크를 복사해서 파일을 공유하세요:
  76. copyLinkButton = 링크 복사
  77. downloadTitle = 파일 다운로드
  78. downloadDescription = 이 파일은 종단간 암호화 및 자동으로 만료되는 링크를 지원하는 { -send-brand }를 통해 공유되었습니다.
  79. trySendDescription = 간단하고 안전한 파일 공유를 원하시나요? { -send-brand }를 사용해보세요.
  80. # count will always be > 10
  81. tooManyFiles =
  82. { $count ->
  83. *[other] 한번에 { $count }개의 파일만 업로드 할 수 있습니다.
  84. }
  85. # count will always be > 10
  86. tooManyArchives =
  87. { $count ->
  88. *[other] { $count }개의 아카이브만 허용됩니다.
  89. }
  90. expiredTitle = 이 링크는 만료되었습니다.
  91. notSupportedDescription = { -send-brand }는 이 브라우저와 작동하지 않습니다. { -send-short-brand }는 최신 { -firefox }와 가장 잘 작동하며, 대부분의 최신 웹 브라우저와도 잘 작동합니다.
  92. downloadFirefox = { -firefox } 다운로드
  93. legalTitle = { -send-short-brand } 개인정보처리방침
  94. legalDateStamp = 버전 1.0, 2019년 3월 12일자
  95. # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
  96. expiresDaysHoursMinutes = { $days }일 { $hours }시간 { $minutes }분
  97. addFilesButton = 업로드할 파일들을 선택하세요
  98. uploadButton = 업로드
  99. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  100. dragAndDropFiles = 파일들을 여기에 끌어서 놓으세요
  101. # the second part of the string 'Drag and drop files or click to send up to 1GB'
  102. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  103. orClickWithSize = 또는 여기를 클릭하여 { $size }까지의 파일을 공유하세요.
  104. addPassword = 비밀번호로 파일 보호
  105. emailPlaceholder = 이메일 입력
  106. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  107. signInSizeBump = { $size }까지 파일을 보낼 수 있게 로그인
  108. signInOnlyButton = 로그인
  109. accountBenefitTitle = { -firefox } 계정 생성 또는 로그인
  110. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  111. accountBenefitLargeFiles = { $size }까지의 파일 공유
  112. accountBenefitDownloadCount = 더 많은 사람들과 함께 파일 공유
  113. accountBenefitTimeLimit =
  114. { $count ->
  115. *[other] 최대 { $count }일까지 링크 유지
  116. }
  117. accountBenefitSync = 어떤 기기에서든지 공유된 링크 관리
  118. accountBenefitMoz = 다른 { -mozilla } 서비스에 대해 알아보기
  119. signOut = 로그아웃
  120. okButton = 확인
  121. downloadingTitle = 다운로드 중
  122. noStreamsWarning = 이 브라우저는 이렇게 큰 파일은 암호화 해제를 못할 수도 있습니다.
  123. noStreamsOptionCopy = 다른 브라우저에서 열 수 있도록 링크를 복사
  124. noStreamsOptionFirefox = 우리가 애용하는 브라우저를 사용해 보세요
  125. noStreamsOptionDownload = 이 브라우저로 계속하기
  126. downloadFirefoxPromo = 완전히 새로운 { -firefox }로 { -send-short-brand }가 제공됩니다.
  127. # the next line after the colon contains a file name
  128. shareLinkDescription = 파일 링크 공유:
  129. shareLinkButton = 링크 공유
  130. # $name is the name of the file
  131. shareMessage = { -send-brand }으로 “{ $name }” 파일을 내려받으세요: 쉽고 안전한 파일 공유입니다.
  132. trailheadPromo = 개인 정보를 보호하는 방법이 있습니다. Firefox에 가입하세요.
  133. learnMore = 더 알아보기.