send.ftl 7.1 KB

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