send.ftl 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. # Firefox Send is a brand name and should not be localized.
  2. title = Firefox Send
  3. importingFile = インポート中...
  4. encryptingFile = 暗号化中...
  5. decryptingFile = 復号化中...
  6. downloadCount =
  7. { $num ->
  8. *[other] { $num } 回のダウンロード
  9. }
  10. timespanHours =
  11. { $num ->
  12. *[other] { $num } 時間
  13. }
  14. copiedUrl = コピー完了!
  15. unlockInputPlaceholder = パスワード
  16. unlockButtonLabel = ロック解除
  17. downloadButtonLabel = ダウンロード
  18. downloadFinish = ダウンロード完了
  19. fileSizeProgress = ({ $partialSize } / { $totalSize })
  20. sendYourFilesLink = Firefox Send を試す
  21. errorPageHeader = 何か問題が発生しました。
  22. fileTooBig = このファイルは大きすぎるためアップロードできません。上限は { $size } です。
  23. linkExpiredAlt = リンク期限切れ
  24. notSupportedHeader = お使いのブラウザーには対応していません。
  25. notSupportedLink = なぜ私のブラウザーには対応していないのでしょうか?
  26. notSupportedOutdatedDetail = 残念ながらお使いのバージョンの Firefox は Firefox Send が活用しているウェブ技術に対応していません。ブラウザーを更新する必要があります。
  27. updateFirefox = Firefox を更新
  28. deletePopupCancel = キャンセル
  29. deleteButtonHover = 削除
  30. footerLinkLegal = 法的情報
  31. footerLinkPrivacy = プライバシー
  32. footerLinkCookies = Cookie
  33. passwordTryAgain = パスワードが正しくありません。再度入力してください。
  34. javascriptRequired = Firefox Send を使うには JavaScript が必要です
  35. whyJavascript = Firefox Send が JavaScript を必要とする理由
  36. enableJavascript = JavaScript を有効にして再度試してください。
  37. # A short representation of a countdown timer containing the number of hours and minutes remaining as digits, example "13h 47m"
  38. expiresHoursMinutes = { $hours } 時間 { $minutes } 分
  39. # A short representation of a countdown timer containing the number of minutes remaining as digits, example "56m"
  40. expiresMinutes = { $minutes } 分
  41. # A short status message shown when the user enters a long password
  42. maxPasswordLength = パスワード最長文字数: { $length }
  43. # A short status message shown when there was an error setting the password
  44. passwordSetError = このパスワードは設定できませんでした
  45. ## Send version 2 strings
  46. # Firefox Send, Send, Firefox, Mozilla are proper names and should not be localized
  47. -send-brand = Firefox Send
  48. -send-short-brand = Send
  49. -firefox = Firefox
  50. -mozilla = Mozilla
  51. introTitle = 簡単に、プライベートにファイル共有
  52. introDescription = { -send-brand } では、暗号化してファイル共有でき、リンクは自動的に期限切れになります。そのため、共有するものをプライベートに保管でき、オンライン上に永遠に残さないようにできます。
  53. notifyUploadEncryptDone = ファイルが暗号化され、送信する準備ができました
  54. # downloadCount is from the downloadCount string and timespan is a timespanMinutes string. ex. 'Expires after 2 downloads or 25 minutes'
  55. archiveExpiryInfo = 有効期間: { $downloadCount } または { $timespan }
  56. timespanMinutes =
  57. { $num ->
  58. *[other] { $num } 分
  59. }
  60. timespanDays =
  61. { $num ->
  62. *[other] { $num } 日
  63. }
  64. timespanWeeks =
  65. { $num ->
  66. *[other] { $num } 週間
  67. }
  68. fileCount =
  69. { $num ->
  70. *[other] { $num } ファイル
  71. }
  72. # byte abbreviation
  73. bytes = B
  74. # kibibyte abbreviation
  75. kb = KB
  76. # mebibyte abbreviation
  77. mb = MB
  78. # gibibyte abbreviation
  79. gb = GB
  80. # localized number and byte abbreviation. example "2.5MB"
  81. fileSize = { $num }{ $units }
  82. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  83. totalSize = 合計サイズ: { $size }
  84. # the next line after the colon contains a file name
  85. copyLinkDescription = リンクをコピーしてファイルを共有:
  86. copyLinkButton = リンクをコピー
  87. downloadTitle = ファイルをダウンロード
  88. downloadDescription = このファイルは { -send-brand } により、暗号化されて共有されました。リンクは自動的に期限切れになります。
  89. trySendDescription = 簡単で安全なファイル共有ができる { -send-brand } を試してください。
  90. # count will always be > 10
  91. tooManyFiles =
  92. { $count ->
  93. *[other] 一度にアップロードできるのは { $count } ファイルまでです。
  94. }
  95. # count will always be > 10
  96. tooManyArchives =
  97. { $count ->
  98. *[other] { $count } 回までしかダウンロードできません。
  99. }
  100. expiredTitle = このリンクは期限切れです。
  101. notSupportedDescription = { -send-brand } は、このブラウザーでは動作しません。{ -send-short-brand } は最新バージョンの { -firefox } で最もよく動作し、その他の現バージョンのブラウザーでも動作します。
  102. downloadFirefox = { -firefox } をダウンロード
  103. legalTitle = { -send-short-brand } プライバシー通知
  104. legalDateStamp = バージョン 1.0, 2019年3月12日時点
  105. # A short representation of a countdown timer containing the number of days, hours, and minutes remaining as digits, example "2d 11h 56m"
  106. expiresDaysHoursMinutes = { $days } 日 { $hours } 時 { $minutes } 分
  107. addFilesButton = アップロードするファイルを選択
  108. trustWarningMessage = 機密データを共有する場合は、受信者が信頼できる相手であることを確認してください。
  109. uploadButton = アップロード
  110. # the first part of the string 'Drag and drop files or click to send up to 1GB'
  111. dragAndDropFiles = ファイルをドラッグ&ドロップ
  112. # the second part of the string 'Drag and drop files or click to send up to 1GB'
  113. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  114. orClickWithSize = または、クリックして最大 { $size } のファイルを送信
  115. addPassword = パスワードで保護
  116. emailPlaceholder = メールアドレスを入力
  117. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  118. signInSizeBump = ログインすると最大 { $size } のファイルを送信できます
  119. signInOnlyButton = ログイン
  120. accountBenefitTitle = { -firefox } アカウントを作成またはログイン
  121. # $size is the size of the file, displayed using the fileSize message as format (e.g. "2.5MB")
  122. accountBenefitLargeFiles = 最大 { $size } までのファイルを共有
  123. accountBenefitDownloadCount = より多くの人とファイルを共有
  124. accountBenefitTimeLimit =
  125. { $count ->
  126. *[other] リンクを { $count } 日間有効化
  127. }
  128. accountBenefitSync = 様々な端末から共有したファイルを管理
  129. accountBenefitMoz = { -mozilla } の他のサービスについて詳しく学ぶ
  130. signOut = ログアウト
  131. okButton = OK
  132. downloadingTitle = ダウンロード中
  133. noStreamsWarning = このブラウザーは、この大きさのファイルを復号化できません。
  134. noStreamsOptionCopy = リンクをコピーして他のブラウザーで開いてください
  135. noStreamsOptionFirefox = Firefox を試してみる
  136. noStreamsOptionDownload = このブラウザーで続ける
  137. downloadFirefoxPromo = { -send-short-brand } はすべてが新しくなった { -firefox } により提供されています。
  138. # the next line after the colon contains a file name
  139. shareLinkDescription = ファイルへのリンクを共有しましょう:
  140. shareLinkButton = リンクを共有
  141. # $name is the name of the file
  142. shareMessage = { -send-brand } で "{ $name }" をダウンロード: シンプルで安全なファイル共有
  143. trailheadPromo = プライバシーを保護する方法があります。Firefox を試してください。
  144. learnMore = 詳細情報
  145. downloadFlagged = サービス利用規約に違反しているため、このリンクは無効になっています。
  146. downloadConfirmTitle = さらにもう一つ
  147. downloadConfirmDescription = このファイルが端末に悪影響を及ぼさないことを確かめられないため、送信者が信頼できる相手であることを確認してください。
  148. # This string has a special case for '1' and [other] (default). If necessary for
  149. # your language, you can add {$count} to your translations and use the
  150. # standard CLDR forms, or only use the form for [other] if both strings should
  151. # be identical.
  152. downloadTrustCheckbox =
  153. { $count ->
  154. *[other] ファイルの送信者を信頼します
  155. }
  156. # This string has a special case for '1' and [other] (default). If necessary for
  157. # your language, you can add {$count} to your translations and use the
  158. # standard CLDR forms, or only use the form for [other] if both strings should
  159. # be identical.
  160. reportFile =
  161. { $count ->
  162. *[other] 疑わしいファイルとして報告する
  163. }
  164. reportDescription = 詳しく調べるためにお知らせください。これらのファイルの何が問題だと思われますか?
  165. reportUnknownDescription = 報告したい内容のリンクの URL にアクセスし、“{ reportFile }” をクリックしてください。
  166. reportButton = 問題を報告
  167. reportReasonMalware = これらのファイルにはマルウェアが含まれているか、フィッシング詐欺攻撃の一部です。
  168. reportReasonPii = これらのファイルには私に関する個人情報が含まれています。
  169. reportReasonAbuse = これらのファイルには違法または虐待的なコンテンツが含まれています。
  170. reportReasonCopyright = 著作権または商標の侵害を報告するには、<a>このページ</a> に記載された手続きに従ってください。
  171. reportedTitle = ファイルを報告しました
  172. reportedDescription = ご協力ありがとうございました。これらのファイルに関する報告を受け取りました。