send.ftl 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. title = Send
  2. importingFile = Mengimpor…
  3. encryptingFile = Mengenkripsi...
  4. decryptingFile = Mendekripsi...
  5. downloadCount =
  6. { $num ->
  7. *[other] { $num } unduhan
  8. }
  9. timespanHours =
  10. { $num ->
  11. *[other] { $num } jam
  12. }
  13. copiedUrl = Tersalin!
  14. unlockInputPlaceholder = Sandi
  15. unlockButtonLabel = Buka
  16. downloadButtonLabel = Unduh
  17. downloadFinish = Unduhan Selesai
  18. fileSizeProgress = ({ $partialSize } dari { $totalSize })
  19. sendYourFilesLink = Coba Send
  20. errorPageHeader = Terjadi kesalahan!
  21. fileTooBig = Berkas terlalu besar untuk diunggah. Harus kurang dari { $size }.
  22. linkExpiredAlt = Tautan kedaluwarsa
  23. notSupportedHeader = Peramban Anda tidak mendukung.
  24. notSupportedLink = Mengapa peramban saya tidak didukung?
  25. notSupportedOutdatedDetail = Sayangnya Firefox versi ini tidak mendukung teknologi web yang menggerakkan Send. Anda perlu memperbarui peramban Anda.
  26. updateFirefox = Perbarui Firefox
  27. deletePopupCancel = Batal
  28. deleteButtonHover = Hapus
  29. passwordTryAgain = Sandi salah. Silakan coba lagi.
  30. javascriptRequired = Send membutuhkan JavaScript.
  31. whyJavascript = Mengapa Send membutuhkan JavaScript?
  32. enableJavascript = Silakan aktifkan JavaScript dan coba lagi.
  33. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  34. expiresHoursMinutes = { $hours }j { $minutes }m
  35. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  36. expiresMinutes = { $minutes }m
  37. # A short status message shown when the user enters a long password
  38. maxPasswordLength = Panjang sandi maksimal: { $length }
  39. # A short status message shown when there was an error setting the password
  40. passwordSetError = Tidak bisa menyetel sandi ini
  41. ## Send version 2 strings
  42. -send-brand = Send
  43. -send-short-brand = Send
  44. -firefox = Firefox
  45. -mozilla = Mozilla
  46. introTitle = Berbagi berkas dengan mudah dan privat
  47. introDescription = { -send-brand } mudahkan Anda membagikan berkas dengan enkripsi ujung-ke-ujung dan tautan yang otomatis kadaluarsa. Sehingga Anda dapat menjaga apa yang Anda bagikan secara privat dan memastikan barang Anda tidak selamanya ada di daring.
  48. notifyUploadEncryptDone = Berkas Anda terenkripsi dan siap untuk dikirim
  49. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  50. archiveExpiryInfo = Berakhir setelah { $downloadCount } atau { $timespan }
  51. timespanMinutes =
  52. { $num ->
  53. *[other] { $num } menit
  54. }
  55. timespanDays =
  56. { $num ->
  57. *[other] { $num } hari
  58. }
  59. timespanWeeks =
  60. { $num ->
  61. *[other] { $num } pekan
  62. }
  63. fileCount =
  64. { $num ->
  65. *[other] { $num } berkas
  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 = Total ukuran: { $size }
  79. # the next line after the colon contains a file name
  80. copyLinkDescription = Salin tautan untuk membagikan berkas Anda:
  81. copyLinkButton = Salin tautan
  82. downloadTitle = Unduh berkas
  83. downloadDescription = Berkas ini dibagikan lewat { -send-brand } dengan enkripsi ujung-ke-ujung dan tautan yang otomatis kadaluarsa.
  84. trySendDescription = Coba { -send-brand } untuk berbagi berkas dengan mudah dan aman.
  85. # count will always be > 10
  86. tooManyFiles =
  87. { $count ->
  88. *[other] Hanya { $count } berkas dapat diunggah dalam sekali waktu.
  89. }
  90. # count will always be > 10
  91. tooManyArchives =
  92. { $count ->
  93. *[other] Hanya { $count } arsip diperbolehkan.
  94. }
  95. expiredTitle = Tautan ini telah kadaluarsa.
  96. notSupportedDescription = { -send-brand } tidak dapat digunakan dengan peramban ini. { -send-short-brand } bekerja maksimal dengan versi terbaru { -firefox }, dan akan bekerja dengan versi terkini mayoritas peramban.
  97. downloadFirefox = Unduh { -firefox }
  98. legalTitle = Pemberitahuan Privasi { -send-short-brand }
  99. legalDateStamp = Versi 1.0, tertanggal 12 Maret 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 }h { $hours }j { $minutes }m
  102. addFilesButton = Pilih berkas untuk diunggah
  103. uploadButton = Unggah
  104. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  105. dragAndDropFiles = Seret dan jatuhkan berkas
  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 = atau klik untuk mengirim hingga { $size }
  109. addPassword = Lindungi dengan kata sandi
  110. emailPlaceholder = Masukkan surel Anda
  111. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  112. signInSizeBump = Masuk untuk dapat mengirim hingga { $size }
  113. signInOnlyButton = Masuk
  114. accountBenefitTitle = Buat { -firefox } Account atau masuk
  115. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  116. accountBenefitLargeFiles = Bagikan berkas hingga { $size }
  117. accountBenefitDownloadCount = Bagikan berkas kepada lebih banyak orang
  118. accountBenefitTimeLimit =
  119. { $count ->
  120. *[other] Buat tautan aktif selama { $count } hari
  121. }
  122. accountBenefitSync = Kelola berkas yang dibagikan dari perangkat apa pun
  123. accountBenefitMoz = Pelajari tentang layanan { -mozilla } lainnya
  124. signOut = Keluar
  125. okButton = Oke
  126. downloadingTitle = Mengunduh
  127. noStreamsWarning = Peramban ini mungkin tidak dapat mendekripsi berkas sebesar ini.
  128. noStreamsOptionCopy = Salin tautan untuk dibuka di peramban lainnya
  129. noStreamsOptionFirefox = Coba peramban favorit kami
  130. noStreamsOptionDownload = Lanjutkan dengan peramban ini
  131. downloadFirefoxPromo = { -send-short-brand } dipersembahkan untuk Anda oleh { -firefox } terbaru.
  132. # the next line after the colon contains a file name
  133. shareLinkDescription = Bagikan tautan ke berkas Anda:
  134. shareLinkButton = Bagikan tautan
  135. # $name is the name of the file
  136. shareMessage = Unduh "{ $name }" dengan { -send-brand }: berbagi berkas dengan sederhana dan aman
  137. trailheadPromo = Ada cara untuk melindungi privasi Anda. Bergabunglah dengan Firefox.
  138. learnMore = Pelajari lebih lanjut.