ja.js 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "The given operator is invalid" : "指定された演算子は無効",
  5. "The given regular expression is invalid" : "指定の正規表現は無効",
  6. "The given file size is invalid" : "指定されたファイルサイズは無効",
  7. "The given tag id is invalid" : "指定されたIDタグは無効",
  8. "The given IP range is invalid" : "指定されたIP範囲は無効",
  9. "The given IP range is not valid for IPv4" : "指定されたIPはIPv4の範囲ではありません",
  10. "The given IP range is not valid for IPv6" : "指定されたIPはIPv6の範囲ではありません",
  11. "The given time span is invalid" : "指定された期間は無効です",
  12. "The given start time is invalid" : "指定された開始時刻は無効です",
  13. "The given end time is invalid" : "指定された終了時刻は無効です",
  14. "The given group does not exist" : "指定されたグループは存在しません",
  15. "File" : "ファイル",
  16. "File created" : "ファイル作成時",
  17. "File updated" : "ファイル更新時",
  18. "File renamed" : "ファイル名変更時",
  19. "File deleted" : "ファイル削除時",
  20. "File accessed" : "ファイルアクセス時",
  21. "File copied" : "ファイル複製時",
  22. "Tag assigned" : "タグ割り当て時",
  23. "Someone" : "誰か",
  24. "%s created %s" : "%s が %s を作成",
  25. "%s modified %s" : "%s が %s を更新",
  26. "%s deleted %s" : "%s が %s を削除",
  27. "%s accessed %s" : "%s が %s にアクセス",
  28. "%s renamed %s" : "%s が %s をリネーム",
  29. "%s copied %s" : "%s を %s に複製",
  30. "%s assigned %s to %s" : "%s が %s を %s に割り当て",
  31. "Operation #%s does not exist" : "#%s 操作は存在しません",
  32. "Entity %s does not exist" : "エンティティー %s がありません",
  33. "Entity %s is invalid" : "エンティティー %s が間違っています",
  34. "No events are chosen." : "イベントが選択されていません。",
  35. "Entity %s has no event %s" : "エンティティー %s には %s のイベントはありません",
  36. "Operation %s does not exist" : "%s 操作は存在しません",
  37. "Operation %s is invalid" : "%s 操作は無効です",
  38. "At least one check needs to be provided" : "少なくともチェックを一つ設定してください",
  39. "The provided operation data is too long" : "提供された操作データが長すぎます",
  40. "Invalid check provided" : "チェック設定が正しくありません",
  41. "Check %s does not exist" : "チェック %s は存在しません",
  42. "Check %s is invalid" : "チェック %s は無効です",
  43. "Check %s is not allowed with this entity" : " チェック%s はこのエンティティーでは利用できません",
  44. "The provided check value is too long" : "提供されたチェック値が長すぎます",
  45. "Check #%s does not exist" : "チェック #%s は存在しません",
  46. "Check %s is invalid or does not exist" : "%sのチェックは無効か存在しません",
  47. "Flow" : "Flow",
  48. "Nextcloud workflow engine" : "Nextcloud ワークフローエンジン",
  49. "Select a filter" : "フィルターを選択",
  50. "Select a comparator" : "比較演算子を指定",
  51. "Select a file type" : "ファイルタイプを指定",
  52. "e.g. httpd/unix-directory" : "例: httpd/unix-directory",
  53. "Folder" : "フォルダー",
  54. "Images" : "画像",
  55. "Office documents" : "Officeドキュメント",
  56. "PDF documents" : "PDFドキュメント",
  57. "Custom mimetype" : "カスタムMIMEタイプ",
  58. "Select a tag" : "タグを選択",
  59. "No results" : "該当なし",
  60. "%s (invisible)" : "%s (不可視)",
  61. "%s (restricted)" : "%s (制限)",
  62. "Please enter a valid time span" : "正しい間隔を指定してください",
  63. "Select a request URL" : "リクエストURLを選択",
  64. "Predefined URLs" : "定義済みのURL",
  65. "Files WebDAV" : "ファイルWebDAV",
  66. "Others" : "その他",
  67. "Custom URL" : "カスタムURL",
  68. "Select a user agent" : "ユーザーエージェントを選択",
  69. "Android client" : "アンドロイドクライアント",
  70. "iOS client" : "iOSクライアント",
  71. "Desktop client" : "デスクトップクライアント",
  72. "Thunderbird & Outlook addons" : "Thunderbird & Outlook アドオン",
  73. "Custom user agent" : "カスタムユーザーエージェント",
  74. "At least one event must be selected" : "少なくともイベントを一つ指定してください",
  75. "Add new flow" : "新しいフローを追加",
  76. "When" : "いつ",
  77. "and" : "かつ",
  78. "Cancel" : "キャンセル",
  79. "Delete" : "削除",
  80. "The configuration is invalid" : "設定が正しくありません",
  81. "Active" : "アクティブ化",
  82. "Save" : "保存",
  83. "Available flows" : "利用可能なフロー",
  84. "For details on how to write your own flow, check out the development documentation." : "独自のフローを作成する方法の詳細については、開発ドキュメントを参照してください。",
  85. "More flows" : "その他のフロー",
  86. "Browse the app store" : "アプリストアをブラウザでみる",
  87. "Show less" : "表示を減らす",
  88. "Show more" : "表示を増やす",
  89. "Configured flows" : "設定済みフロー",
  90. "Your flows" : "作成したフロー",
  91. "matches" : "一致",
  92. "does not match" : "一致しない",
  93. "is" : "は",
  94. "is not" : "は異なる",
  95. "File name" : "ファイル名",
  96. "File MIME type" : "ファイルMIMEタイプ",
  97. "File size (upload)" : "ファイルサイズ(アップロード)",
  98. "less" : "より小さい",
  99. "less or equals" : "より小さいか等しい",
  100. "greater or equals" : "大きいか等しい",
  101. "greater" : "大きい",
  102. "Request remote address" : "リクエスト リモートアドレス",
  103. "matches IPv4" : "次の IPv4アドレスに合致",
  104. "does not match IPv4" : "次の IPv4アドレスに合致しない",
  105. "matches IPv6" : "次の IPv6アドレスに合致",
  106. "does not match IPv6" : "次の IPv6アドレスに合致しない",
  107. "File system tag" : "ファイルシステムタグ",
  108. "is tagged with" : "に次のタグが付いている",
  109. "is not tagged with" : "に次のタグが付いていない",
  110. "Request URL" : "呼びだしたURL",
  111. "Request time" : "ルール適用の時刻",
  112. "between" : "間",
  113. "not between" : "間ではない",
  114. "Request user agent" : "リクエスト時のユーザーエージェント",
  115. "User group membership" : "ユーザーがグループのメンバーかどうか",
  116. "is member of" : "が次のグループのメンバーである",
  117. "is not member of" : "が次のグループのメンバーではない"
  118. },
  119. "nplurals=1; plural=0;");