send.ftl 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. title = Send
  2. importingFile = Đang nhập...
  3. encryptingFile = Đang mã hóa...
  4. decryptingFile = Đang giải mã...
  5. downloadCount =
  6. { $num ->
  7. *[other] { $num } lượt tải
  8. }
  9. timespanHours =
  10. { $num ->
  11. *[other] { $num } giờ
  12. }
  13. copiedUrl = Đã sao chép!
  14. unlockInputPlaceholder = Mật khẩu
  15. unlockButtonLabel = Mở khóa
  16. downloadButtonLabel = Tải xuống
  17. downloadFinish = Tải xuống hoàn tất
  18. fileSizeProgress = ({ $partialSize } trong { $totalSize })
  19. sendYourFilesLink = Dùng thử Send
  20. errorPageHeader = Có gì đó không ổn!
  21. fileTooBig = Tập tin này quá lớn để tải lên. Kích thước tập tin phải nhỏ hơn { $size }.
  22. linkExpiredAlt = Liên kết đã hết hạn
  23. notSupportedHeader = Trình duyệt của bạn không được hỗ trợ.
  24. notSupportedLink = Tại sao trình duyệt của tôi không được hỗ trợ?
  25. notSupportedOutdatedDetail = Thật không may là phiên bản Firefox này không hỗ trợ công nghệ được sử dụng trong Send. Bạn cần cập nhật trình duyệt của bạn.
  26. updateFirefox = Cập nhật Firefox
  27. deletePopupCancel = Hủy bỏ
  28. deleteButtonHover = Xóa
  29. passwordTryAgain = Sai mật khẩu. Vui lòng thử lại.
  30. javascriptRequired = Send cần JavaScript
  31. whyJavascript = Tại sao Send cần JavaScript?
  32. enableJavascript = Vui lòng kích hoạt JavaScript và thử lại.
  33. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  34. expiresHoursMinutes = { $hours } giờ { $minutes } phút
  35. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  36. expiresMinutes = { $minutes } phút
  37. # A short status message shown when the user enters a long password
  38. maxPasswordLength = Độ dài mật khẩu tối đa: { $length }
  39. # A short status message shown when there was an error setting the password
  40. passwordSetError = Không thể đặt mật khẩu này
  41. ## Send version 2 strings
  42. -send-brand = Send
  43. -send-short-brand = Send
  44. -firefox = Firefox
  45. -mozilla = Mozilla
  46. introTitle = Chia sẻ tập tin đơn giản, riêng tư
  47. introDescription = { -send-brand } cho phép bạn chia sẻ các tập tin với mã hóa đầu cuối và một liên kết tự động hết hạn. Vì vậy, bạn có thể giữ những gì bạn chia sẻ riêng tư và đảm bảo dữ liệu của bạn không trực tuyến vĩnh viễn.
  48. notifyUploadEncryptDone = Tập tin của bạn được mã hóa và sẵn sàng để gửi
  49. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  50. archiveExpiryInfo = Hết hạn sau { $downloadCount } hoặc { $timespan }
  51. timespanMinutes =
  52. { $num ->
  53. *[other] { $num } phút
  54. }
  55. timespanDays =
  56. { $num ->
  57. *[other] { $num } ngày
  58. }
  59. timespanWeeks =
  60. { $num ->
  61. *[other] { $num } tuần
  62. }
  63. fileCount =
  64. { $num ->
  65. *[other] { $num } tập tin
  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 = Tổng kích thước: { $size }
  79. # the next line after the colon contains a file name
  80. copyLinkDescription = Sao chép liên kết để chia sẻ tập tin của bạn:
  81. copyLinkButton = Sao chép liên kết
  82. downloadTitle = Tải xuống tập tin
  83. downloadDescription = Tập tin này đã được chia sẻ qua { -send-brand } với mã hóa đầu cuối và liên kết tự động hết hạn.
  84. trySendDescription = Hãy thử { -send-brand } để chia sẻ tập tin đơn giản, an toàn.
  85. # count will always be > 10
  86. tooManyFiles =
  87. { $count ->
  88. *[other] Chỉ { $count } tập tin có thể tải lên mỗi lần.
  89. }
  90. # count will always be > 10
  91. tooManyArchives =
  92. { $count ->
  93. *[other] Chỉ cho phép { $count } lưu trữ.
  94. }
  95. expiredTitle = Liên kết này đã hết hạn.
  96. notSupportedDescription = { -send-brand } sẽ không hoạt động với trình duyệt này. { -send-short-brand } hoạt động tốt nhất với phiên bản { -firefox } mới nhất và sẽ hoạt động với phiên bản hiện tại của hầu hết các trình duyệt.
  97. downloadFirefox = Tải xuống { -firefox }
  98. legalTitle = Thông báo bảo mật { -send-short-brand }
  99. legalDateStamp = Phiên bản 1.0, ngày 12 tháng 3 năm 2019
  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 } ngày { $hours } giờ { $minutes } phút
  102. addFilesButton = Chọn tập tin để tải lên
  103. uploadButton = Tải lên
  104. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  105. dragAndDropFiles = Kéo và thả tập tin
  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 = hoặc nhấp để gửi tối đa { $size }
  109. addPassword = Bảo vệ bằng mật khẩu
  110. emailPlaceholder = Nhập email của bạn
  111. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  112. signInSizeBump = Đăng nhập để gửi tối đa { $size }
  113. signInOnlyButton = Đăng nhập
  114. accountBenefitTitle = Tạo tài khoản { -firefox } hoặc đăng nhập
  115. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  116. accountBenefitLargeFiles = Chia sẻ tập tin lên tới { $size }
  117. accountBenefitDownloadCount = Chia sẻ tập tin với nhiều người hơn
  118. accountBenefitTimeLimit =
  119. { $count ->
  120. *[other] Giữ liên kết hoạt động tối đa { $count } ngày
  121. }
  122. accountBenefitSync = Quản lý tập tin được chia sẻ từ mọi thiết bị
  123. accountBenefitMoz = Tìm hiểu về các dịch vụ khác của { -mozilla }
  124. signOut = Đăng xuất
  125. okButton = OK
  126. downloadingTitle = Đang tải xuống
  127. noStreamsWarning = Trình duyệt này có khả năng không thể giải mã một tập tin lớn này.
  128. noStreamsOptionCopy = Sao chép liên kết để mở trong một trình duyệt khác
  129. noStreamsOptionFirefox = Hãy dùng thử trình duyệt yêu thích của chúng tôi
  130. noStreamsOptionDownload = Tiếp tục với trình duyệt này
  131. downloadFirefoxPromo = { -send-short-brand } được mang đến cho bạn bởi { -firefox } hoàn toàn mới.
  132. # the next line after the colon contains a file name
  133. shareLinkDescription = Chia sẻ liên kết đến tập tin của bạn:
  134. shareLinkButton = Chia sẻ liên kết
  135. # $name is the name of the file
  136. shareMessage = Tải xuống “{ $name }“ với { -send-brand }: chia sẻ tập tin đơn giản, an toàn
  137. trailheadPromo = Đây là một cách để bảo vệ sự riêng tư của bạn. Tham gia Firefox.
  138. learnMore = Tìm hiểu thêm.