send.ftl 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. title = Send
  2. importingFile = ইম্পোর্ট হচ্ছে...
  3. encryptingFile = ইনক্রিপট হচ্ছে...
  4. decryptingFile = ডিক্রিপট হচ্ছে...
  5. downloadCount =
  6. { $num ->
  7. [one] 1 ডাউনলোড
  8. *[other] { $num } ডাউনলোডগুলো
  9. }
  10. timespanHours =
  11. { $num ->
  12. [one] 1 ঘন্টা
  13. *[other] { $num } ঘন্টা
  14. }
  15. copiedUrl = কপি করা হয়েছে!
  16. unlockInputPlaceholder = পাসওয়ার্ড
  17. unlockButtonLabel = আনলক করুন
  18. downloadButtonLabel = ডাউনলোড
  19. downloadFinish = ডাউনলোড সম্পন্ন
  20. fileSizeProgress = ({ $totalSize } এর { $partialSize })
  21. sendYourFilesLink = Send পরখ করে দেখুন
  22. errorPageHeader = কোন সমস্যা হয়েছে!
  23. fileTooBig = ফাইলটি আপলোড করার জন্যে খুব বড়। এটি { $size } এর চেয়ে কম হওয়া উচিত।
  24. linkExpiredAlt = লিঙ্ক মেয়াদউত্তীর্ণ হয়েছে
  25. notSupportedHeader = আপনার ব্রাউজার সমর্থিত নয়।
  26. notSupportedLink = আমার ব্রাউজার কেন সমর্থিত নয়?
  27. notSupportedOutdatedDetail = দুর্ভাগ্যবশত Firefox এই সংস্করণটি ওয়েব প্রযুক্তিকে সমর্থন করে না যা Send কে সমর্থন করে। আপনাকে আপনার ব্রাউজারটি আপডেট করতে হবে।
  28. updateFirefox = Firefox হালনাগাদ করুন
  29. deletePopupCancel = বাতিল
  30. deleteButtonHover = মুছে ফেলুন
  31. passwordTryAgain = ভুল পাসওয়ার্ড। আবার চেষ্টা করুন।
  32. javascriptRequired = Send এর জাভাস্ক্রিপ্ট প্রয়োজন।
  33. whyJavascript = কেন Send এর জাভাস্ক্রিপ্ট প্রয়োজন?
  34. enableJavascript = জাভাস্ক্রিপ্ট সক্রিয় করুন এবং আবার চেষ্টা করুন।
  35. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  36. expiresHoursMinutes = { $hours }ঘ { $minutes }মি
  37. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  38. expiresMinutes = { $minutes }মি
  39. # A short status message shown when the user enters a long password
  40. maxPasswordLength = সর্বোচ্চ পাসওয়ার্ড দৈর্ঘ্য:{ $length }
  41. # A short status message shown when there was an error setting the password
  42. passwordSetError = এই পাসওয়ার্ড সেট করা যাবে না
  43. ## Send version 2 strings
  44. -send-brand = Send
  45. -send-short-brand = প্রেরণ
  46. -firefox = Firefox
  47. -mozilla = Mozilla
  48. introTitle = সহজ, ব্যক্তিগত ফাইল শেয়ার
  49. introDescription = { -send-brand } ফাইল এনক্রিপশন ও স্বয়ংক্রিয়ভাবে মেয়াদ শেষ হবে এমন একটি লিঙ্কের মাধ্যমে শুরু-থেকে-শেষ পর্যন্ত শেয়ার করতে দেয়। একারণে আপনি যা শেয়ার করেন তা গোপন রাখতে এবং আপনার জিনিস চিরদিনের জন্য অনলাইনে থাকবে না তা নিশ্চিত করতে পারেন।
  50. notifyUploadEncryptDone = আপনার ফাইল এনক্রিপ্ট করা হয়েছে এবং প্রেরণ করতে প্রস্তুত
  51. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  52. archiveExpiryInfo = { $downloadCount } বা { $timespan } পরে মেয়াদ শেষ হবে
  53. timespanMinutes =
  54. { $num ->
  55. [one] ১ মিনিট
  56. *[other] { $num } মিনিট
  57. }
  58. timespanDays =
  59. { $num ->
  60. [one] ১ দিন
  61. *[other] { $num } দিন
  62. }
  63. timespanWeeks =
  64. { $num ->
  65. [one] ১ সপ্তাহ
  66. *[other] { $num } সপ্তাহ
  67. }
  68. fileCount =
  69. { $num ->
  70. [one] ১টি ফাইল
  71. *[other] { $num }টি ফাইল
  72. }
  73. # byte abbreviation
  74. bytes = B
  75. # kibibyte abbreviation
  76. kb = KB
  77. # mebibyte abbreviation
  78. mb = MB
  79. # gibibyte abbreviation
  80. gb = GB
  81. # localized number and byte abbreviation. example "2.5MB"
  82. fileSize = { $num }{ $units }
  83. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  84. totalSize = মোট আকার: { $size }
  85. # the next line after the colon contains a file name
  86. copyLinkDescription = আপনার ফাইল শেয়ার করতে লিঙ্ক অনুলিপি করুন:
  87. copyLinkButton = লিঙ্ক অনুলিপি
  88. downloadTitle = ফাইল ডাউনলোড
  89. downloadDescription = ফাইলটি { -send-brand } এর মাধ্যমে এনক্রিপশন ও স্বয়ংক্রিয় মেয়াদ শেষ হবে এমন একটি লিঙ্কের মাধ্যমে শুরু-থেকে-শেষ পর্যন্ত শেয়ার করা হয়েছে।
  90. trySendDescription = সহজ ও নিরাপদ ফাইল শেয়ারের জন্য { -send-brand } ব্যবহার করুন।
  91. # count will always be > 10
  92. tooManyFiles =
  93. { $count ->
  94. [one] একবারে কেবল ১টি ফাইল আপলোড করা যাবে।
  95. *[other] একবারে কেবল { $count }টি ফাইল আপলোড করা যাবে।
  96. }
  97. # count will always be > 10
  98. tooManyArchives =
  99. { $count ->
  100. [one] কেবল ১টি আর্কাইভ অনুমোদিত।
  101. *[other] কেবল { $count } আর্কাইভ অনুমোদিত।
  102. }
  103. expiredTitle = এই লিঙ্কের মেয়াদ শেষ হয়ে গেছে।
  104. notSupportedDescription = { -send-brand } এই ব্রাউজারের সাথে কাজ করবে না। { -firefox } এর সাম্প্রতিকতম সংস্করণে { -send-short-brand } সর্বোত্তমভাবে কাজ করবে, এবং এটি বেশিরভাগ ব্রাউজারের বর্তমান সংস্করণে কাজ করবে।
  105. downloadFirefox = { -firefox } ডাউনলোড করুন
  106. legalTitle = { -send-short-brand } গোপনীয়তা নোটিশ
  107. legalDateStamp = সংস্করণ ১.০, ১২ মার্চ, ২০১৯ তারিখ
  108. # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
  109. expiresDaysHoursMinutes = { $days }দি { $hours }ঘ { $minutes }মি
  110. addFilesButton = আপলোডের জন্য ফাইল নির্বাচন করুন
  111. uploadButton = আপলোড
  112. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  113. dragAndDropFiles = ফাইল টেনে এনে ছাড়ুন
  114. # the second part of the string 'Drag and drop files or click to send up to 1GB'
  115. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  116. orClickWithSize = বা সর্বোচ্চ { $size } আকারের ফাইল পাঠাতে ক্লিক করুন
  117. addPassword = পাসওয়ার্ড দ্বারা সুরক্ষিত রাখুন
  118. emailPlaceholder = আপনার ইমেইল দিন
  119. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  120. signInSizeBump = সর্বোচ্চ { $size } আকারের ফাইল প্রেরণ করতে সাইন ইন করুন
  121. signInOnlyButton = সাইন ইন
  122. accountBenefitTitle = { -firefox } অ্যাকাউন্ট তৈরি অথবা সাইন ইন করুন
  123. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  124. accountBenefitLargeFiles = সর্বোচ্চ { $size } আকারের ফাইল শেয়ার করুন
  125. accountBenefitDownloadCount = আরও মানুষের সাথে ফাইল শেয়ার করুন
  126. accountBenefitTimeLimit =
  127. { $count ->
  128. [one] ১ দিন পর্যন্ত লিঙ্ক সক্রিয় রাখুন
  129. *[other] { $count } দিন পর্যন্ত লিঙ্ক সক্রিয় রাখুন
  130. }
  131. accountBenefitSync = যেকোন ডিভাইস থেকে শেয়ার করা ফাইল পরিচালনা করুন
  132. accountBenefitMoz = অন্যান্য { -mozilla } সেবা সম্পর্কে জানুন
  133. signOut = সাইন আউট
  134. okButton = ঠিক আছে
  135. downloadingTitle = ডাউনলোড হচ্ছে
  136. noStreamsWarning = এই ব্রাউজার এতো বড় একটি ফাইল ডিক্রিপ্ট করতে সক্ষম নয়।
  137. noStreamsOptionCopy = অন্য ব্রাউজারে খুলতে লিঙ্ক অনুলিপি করুন
  138. noStreamsOptionFirefox = আমাদের জনপ্রিয় ব্রাউজার ব্যবহার করুন
  139. noStreamsOptionDownload = এই ব্রাউজার ব্যবহার অব্যহত রাখুন
  140. downloadFirefoxPromo = { -send-short-brand } আপনারদের জন্য নিয়ে এসেছে একেবারে নতুন { -firefox }।
  141. # the next line after the colon contains a file name
  142. shareLinkDescription = আপনার ফাইলে লিঙ্ক শেয়ার করুন:
  143. shareLinkButton = লিঙ্ক শেয়ার করুন
  144. # $name is the name of the file
  145. shareMessage = { -send-brand } এর মাধ্যমে "{ $name }" ডাউনলোড করুন: সরল, নিরাপদ ফাইল শেয়ারিং
  146. trailheadPromo = আপনার গোপনীয়তা রক্ষা করার একটি উপায় আছে। Firefox এ যোগ দিন।
  147. learnMore = আরও জানুন।