ja.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Shared with you" : "他ユーザーがあなたと共有中",
  5. "Nothing shared with you yet" : "あなたと共有しているファイルはありません。",
  6. "Files and folders others share with you will show up here" : "他の人から共有されたファイルやフォルダーは、ここに表示されます。",
  7. "Shared with others" : "他ユーザーと共有中",
  8. "Nothing shared yet" : "まだ何も共有されていません",
  9. "Files and folders you share will show up here" : "共有したファイルやフォルダーは、ここに表示されます。",
  10. "Shared by link" : "URLリンクで共有中",
  11. "No shared links" : "共有リンクはありません",
  12. "Files and folders you share by link will show up here" : "リンクで共有したファイルやフォルダーは、ここに表示されます。",
  13. "Deleted shares" : "共有を解除しました",
  14. "No deleted shares" : "削除された共有はありません",
  15. "Shares you deleted will show up here" : "削除した共有がここに表示されます",
  16. "Shares" : "共有",
  17. "No shares" : "共有なし",
  18. "Shares will show up here" : "共有がここに表示されます",
  19. "Restore share" : "共有を復元する",
  20. "Something happened. Unable to restore the share." : "何らかの原因で、 共有を復元できません。",
  21. "This will stop your current uploads." : "現在のアップロードが停止されます",
  22. "Move or copy" : "移動またはコピー",
  23. "Download" : "ダウンロード",
  24. "Delete" : "削除",
  25. "You can upload into this folder" : "このフォルダーにアップロードできます",
  26. "Terms of service" : "サービス利用規約",
  27. "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。",
  28. "Invalid server URL" : "サーバーのURLが無効",
  29. "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした",
  30. "No expiration date set" : "有効期限が未設定",
  31. "Shared by" : "共有者:",
  32. "File shares" : "ファイル共有",
  33. "Downloaded via public link" : "公開リンクからダウンロードしました",
  34. "Downloaded by {email}" : "{email} がダウンロードしました",
  35. "{file} downloaded via public link" : "{file} が公開リンクからダウンロードされました",
  36. "{email} downloaded {file}" : "{email}が{file}をダウンロードしました",
  37. "Shared with group {group}" : "{group} グループと共有しました",
  38. "Removed share for group {group}" : "{group} グループの共有を解除しました",
  39. "{actor} shared with group {group}" : "{actor} が {group} グループに共有しました",
  40. "{actor} removed share for group {group}" : "{actor} が {group} グループへの共有を解除しました",
  41. "Share for group {group} expired" : "グループ{group}への共有が解除されました",
  42. "You shared {file} with group {group}" : "{file} を {group} グループに共有しました",
  43. "You removed group {group} from {file}" : "{file} を {group} グループから削除しました",
  44. "{actor} shared {file} with group {group}" : "{actor} が {file} を {group} グループに共有しました",
  45. "{actor} removed group {group} from {file}" : "{actor} が {group} グループから {file} を削除しました",
  46. "Share for file {file} with group {group} expired" : "グループ{group}へのファイル:{file}の共有が解除されました",
  47. "Shared as public link" : "公開リンクとして共有",
  48. "Removed public link" : "公開リンクを削除",
  49. "Public link expired" : "公開リンクの期限が切れています",
  50. "{actor} shared as public link" : "{actor} が公開リンクとして共有しました",
  51. "{actor} removed public link" : "{actor} は公開リンクを削除しました",
  52. "Public link of {actor} expired" : "{actor} の公開リンクの期限が切れています",
  53. "You shared {file} as public link" : "{file} を公開リンクとして共有しました",
  54. "You removed public link for {file}" : "{file} の公開リンクを削除しました",
  55. "Public link expired for {file}" : "{file} の公開リンクの期限が切れています",
  56. "{actor} shared {file} as public link" : "{actor} が{file} を公開リンクとして共有しました",
  57. "{actor} removed public link for {file}" : "{actor} は{file} の公開リンクを削除しました",
  58. "Public link of {actor} for {file} expired" : "{actor} の {file} の公開リンクは期限が切れています",
  59. "{user} accepted the remote share" : "{user} は リモート共有を承認しました。",
  60. "{user} declined the remote share" : "{user} は リモート共有を拒否しました",
  61. "You received a new remote share {file} from {user}" : "{user} から {file} の新しいリモート共有が届いています",
  62. "{user} accepted the remote share of {file}" : "{user} は {file} のリモート共有を承認しました",
  63. "{user} declined the remote share of {file}" : "{user} は {file} のリモート共有を拒否しました",
  64. "{user} unshared {file} from you" : "{user} はあなたと {file} の共有を止めました。",
  65. "Shared with {user}" : "{user} と共有",
  66. "Removed share for {user}" : "{user} との共有を削除しました",
  67. "You removed yourself" : "自分自身を削除しました",
  68. "{actor} removed themselves" : "{actor} が自分自身を削除しました",
  69. "{actor} shared with {user}" : "{actor} が {user} と共有しました",
  70. "{actor} removed share for {user}" : "{actor} が {user} との共有を削除しました",
  71. "Shared by {actor}" : "{actor} から共有されました",
  72. "{actor} removed share" : "{actor} が共有を削除しました",
  73. "Share for {user} expired" : "ユーザー{user}への共有が解除されました",
  74. "Share expired" : "共有が解除されました",
  75. "You shared {file} with {user}" : "{user} と {file} を共有しました",
  76. "You removed {user} from {file}" : "{file} の {user} との共有を削除しました",
  77. "You removed yourself from {file}" : "{file} から自分自身を削除しました",
  78. "{actor} removed themselves from {file}" : "{actor} が {file} から自分自身を削除しました",
  79. "{actor} shared {file} with {user}" : "{actor} が {file} を {user} に共有しました",
  80. "{actor} removed {user} from {file}" : "{actor} が {file} の {user} との共有を削除しました",
  81. "{actor} shared {file} with you" : "{actor} が {file} を共有しました",
  82. "{actor} removed you from the share named {file}" : "{actor}さんが{file}という名前の共有を削除しました",
  83. "Share for file {file} with {user} expired" : "ユーザー{user}へのファイル:{file}の共有が解除されました",
  84. "Share for file {file} expired" : "ファイル:{file}の共有が解除されました",
  85. "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "メールまたは公開リンクにより共有されたファイルまたはフォルダーが<strong>ダウンロード</strong>されたとき",
  86. "A file or folder was shared from <strong>another server</strong>" : "ファイルまたはフォルダーが<strong>他のサーバー</strong>から共有されたとき",
  87. "A file or folder has been <strong>shared</strong>" : "ファイルまたはフォルダーが<strong>共有</strong>されたとき",
  88. "Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。",
  89. "Could not delete share" : "共有を削除できませんでした",
  90. "Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください",
  91. "Wrong path, file/folder doesn't exist" : "パスが間違っています。ファイル/フォルダーがありません",
  92. "Could not create share" : "共有を作成できませんでした",
  93. "invalid permissions" : "無効なパーミッション",
  94. "Please specify a valid user" : "正しいユーザーを指定してください",
  95. "Group sharing is disabled by the administrator" : "グループ共有が管理者によって無効にされています。",
  96. "Please specify a valid group" : "正しいグループを指定してください",
  97. "Public link sharing is disabled by the administrator" : "URL共有が管理者によって無効されています。",
  98. "Public upload disabled by the administrator" : "URL共有へのアップロードが管理者によって無効されています。",
  99. "Public upload is only possible for publicly shared folders" : "公開共有されているフォルダーにしか公開アップロードはできません。",
  100. "Sharing %s sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Talkが有効になっていないため、Nextcloud Talkでパスワードを送信した %s を共有できませんでした",
  101. "Invalid date, date format must be YYYY-MM-DD" : "無効な日付です。YYYY-MM-DDのフォーマットで日付を指定してください。",
  102. "Sharing %1$s failed because the back end does not allow shares from type %2$s" : "%1$s の共有に失敗しました。バックエンド側で %2$s タイプの共有が許可されていません。",
  103. "You cannot share to a Circle if the app is not enabled" : "アプリが無効の場合は、サークルには共有できません",
  104. "Please specify a valid circle" : "正しいサークルを指定してください",
  105. "Sharing %s failed because the back end does not support room shares" : "バックエンドがルーム共有をサポートしていないため、%s を共有できませんでした",
  106. "Unknown share type" : "不明な共有タイプ",
  107. "Not a directory" : "ディレクトリではありません",
  108. "Could not lock path" : "パスをロックできませんでした",
  109. "Wrong or no update parameter given" : "間違っているか、またはパラメータが更新されていません",
  110. "Can't change permissions for public share links" : "URLリンク共有のパーミッションを変更できません",
  111. "Sharing sending the password by Nextcloud Talk failed because Nextcloud Talk is not enabled" : "Nextcloud Talkが有効になっていないため、Nextcloud Talkによるパスワードの共有に失敗しました",
  112. "shared by %s" : "%s が共有",
  113. "Download all files" : "すべてのファイルをダウンロード",
  114. "Direct link" : "リンク",
  115. "Add to your Nextcloud" : "あなたのNextcloudに追加",
  116. "Share API is disabled" : "共有APIが無効です。",
  117. "File sharing" : "ファイル共有",
  118. "Accept" : "承諾",
  119. "Reject" : "拒否",
  120. "This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "このアプリケーションを使用すると、ユーザーはNextcloud内でファイルを共有できます。 有効にすると、管理者はファイルを共有できるグループを選択できます。 その後、該当するユーザーは、ファイルやフォルダーをNextcloud内の他のユーザーやグループと共有できます。 さらに、管理者が共有リンク機能を有効にすると、外部リンクを使用してNextcloud以外の他のユーザーとファイルを共有することができます。 管理者は、パスワード、有効期限の日付を設定し、共有リンクを介したサーバー間の共有やモバイルデバイスからの共有も可能にします。この機能をオフにすると、サーバー上のすべての共有受信者の共有ファイルとフォルダーが削除され、 クライアントアプリとモバイルアプリにも同期されます。 詳しくはNextcloudのドキュメントを参照してください。",
  121. "Sharing" : "共有",
  122. "Allow editing" : "編集を許可",
  123. "Allow resharing" : "再共有を許可する",
  124. "Expiration date enforced" : "有効期限が強制される",
  125. "Set expiration date" : "有効期限を設定",
  126. "Note to recipient" : "受取人への注意",
  127. "Unshare" : "共有を解除",
  128. "group" : "グループ",
  129. "conversation" : "会話",
  130. "remote" : "リモート",
  131. "remote group" : "リモートグループ",
  132. "guest" : "ゲスト",
  133. "Link copied" : "リンクをコピーしました",
  134. "Copy to clipboard" : "クリップボードにコピー",
  135. "Only works for users with access to this folder" : "このフォルダーにアクセスできるユーザーにのみ機能します",
  136. "Password protection" : "パスワード保護",
  137. "Enter a password" : "パスワードを入力",
  138. "Cancel" : "キャンセル",
  139. "Read only" : "読み込み専用",
  140. "Allow upload and editing" : "アップロードと編集を許可",
  141. "File drop (upload only)" : "ファイルドロップ(アップロードのみ)",
  142. "Hide download" : "ダウンロードを隠す",
  143. "Password protect" : "パスワード保護",
  144. "Add another link" : "別のリンクを追加",
  145. "Share link" : "URLで共有",
  146. "Resharing is not allowed" : "再共有は許可されていません",
  147. "Search globally" : "グローバルに検索",
  148. "Link to a file" : "ファイルへリンク",
  149. "Shared" : "共有中",
  150. "Share" : "共有",
  151. "Shared with" : "と共有",
  152. "Shared with you and the group {group} by {owner}" : "あなたと {owner} のグループ {group} で共有中",
  153. "Shared with you and {circle} by {owner}" : "{owner} が{circle}で共有中",
  154. "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました",
  155. "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました",
  156. "Shared with you by {owner}" : "{owner} と共有中",
  157. "No entries found in this folder" : "このフォルダーにはエントリーがありません",
  158. "Name" : "名前",
  159. "Share time" : "共有した時刻",
  160. "Expiration date" : "有効期限",
  161. "Sorry, this link doesn’t seem to work anymore." : "すみません。このリンクはもう利用できません。",
  162. "Reasons might be:" : "理由は以下の通りと考えられます:",
  163. "the item was removed" : "アイテムが削除されました",
  164. "the link expired" : "リンクの期限が切れています",
  165. "sharing is disabled" : "共有は無効になっています",
  166. "For more info, please ask the person who sent this link." : "不明な点は、こちらのリンクの提供者に確認をお願いします。",
  167. "Share note" : "共有ノート",
  168. "Toggle grid view" : "グリッド表示の切り替え",
  169. "Download %s" : "%s をダウンロード",
  170. "Upload files to %s" : "%s にファイルをアップロード",
  171. "Note" : "ノート",
  172. "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください",
  173. "Uploading files…" : "ファイルをアップロード中...",
  174. "Uploaded files:" : "アップロード済ファイル:",
  175. "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。",
  176. "could not delete share" : "共有を削除できませんでした"
  177. },
  178. "nplurals=1; plural=0;");