send.ftl 10 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 = ({ $partialSize } { $totalSize }-იდან)
  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 საჭიროებს JavaScript-ს
  33. whyJavascript = რატომ საჭიროებს Send JavaScript-ს?
  34. enableJavascript = გთხოვთ ჩართოთ JavaScript და სცადოთ ხელახლა.
  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 = Send
  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] 1 წუთი
  56. *[other] { $num } წუთი
  57. }
  58. timespanDays =
  59. { $num ->
  60. [one] 1 დღე
  61. *[other] { $num } დღე
  62. }
  63. timespanWeeks =
  64. { $num ->
  65. [one] 1 კვირა
  66. *[other] { $num } კვირა
  67. }
  68. fileCount =
  69. { $num ->
  70. [one] 1 ფაილი
  71. *[other] { $num } ფაილი
  72. }
  73. # byte abbreviation
  74. bytes = ბ
  75. # kibibyte abbreviation
  76. kb = კბ
  77. # mebibyte abbreviation
  78. mb = მბ
  79. # gibibyte abbreviation
  80. 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] მხოლოდ 1 ფაილი შეიძლება აიტვირთოს ერთ ჯერზე.
  95. *[other] მხოლოდ { $count } ფაილი შეიძლება აიტვირთოს ერთ ჯერზე.
  96. }
  97. # count will always be > 10
  98. tooManyArchives =
  99. { $count ->
  100. [one] მხოლოდ 1 არქივია დაშვებული.
  101. *[other] მხოლოდ { $count } არქივია დაშვებული.
  102. }
  103. expiredTitle = ბმული ვადაგასულია.
  104. notSupportedDescription = { -send-brand } არ იმუშავებს ამ ბრაუზერთან. { -send-short-brand } საუკეთესოდ მუშაობს ახალ { -firefox }-ზე და აგრეთვე უმეტესი ბრაუზერების უახლეს ვერსიებზე.
  105. downloadFirefox = ჩამოტვირთეთ { -firefox }
  106. legalTitle = { -send-short-brand } პირადულობის განაცხადი
  107. legalDateStamp = ვერსია 1.0, დათარიღებული 12 მარტით, 2019
  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] დატოვეთ ფაილები 1 დღემდე
  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 = ჩამოტვირთეთ „{ $name }“ { -send-brand }-ით: ფაილების გაზიარება მარტივად, უსაფრთხოდ
  146. trailheadPromo = გზა, თქვენი პირადულობის დასაცავად. შემოუერთდით Firefox-ს.
  147. learnMore = იხილეთ ვრცლად.