ja.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. OC.L10N.register(
  2. "workflowengine",
  3. {
  4. "Successfully saved" : "保存しました",
  5. "Saving failed:" : "保存に失敗しました:",
  6. "matches" : "合致",
  7. "does not match" : "合致しない",
  8. "File size (upload)" : "ファイルサイズ(アップロード)",
  9. "less or equals" : "より小さいか等しい",
  10. "greater or equals" : "大きいか等しい",
  11. "greater" : "大きい",
  12. "File system tag" : "ファイルシステムタグ",
  13. "is tagged with" : "に次のタグが付いている",
  14. "is not tagged with" : "に次のタグが付いていない",
  15. "Select tag…" : "タグを選択...",
  16. "matches IPv4" : "次の IPv4アドレスに合致",
  17. "does not match IPv4" : "次の IPv4アドレスに合致しない",
  18. "matches IPv6" : "次の IPv6アドレスに合致",
  19. "does not match IPv6" : "次の IPv6アドレスに合致しない",
  20. "Request time" : "ルール適用の時刻",
  21. "Start" : "開始",
  22. "End" : "終了",
  23. "Select timezone…" : "タイムゾーンを選択...",
  24. "Request URL" : "呼びだしたURL",
  25. "Predefined URLs" : "定義済みのURL",
  26. "Files WebDAV" : "ファイルWebDAV",
  27. "Request user agent" : "リクエスト時のユーザーエージェント",
  28. "Sync clients" : "同期クライアントタイプ",
  29. "Android client" : "アンドロイドクライアント",
  30. "iOS client" : "iOSクライアント",
  31. "Desktop client" : "デスクトップクライアント",
  32. "User group membership" : "ユーザーがグループのメンバーかどうか",
  33. "is member of" : "が次のグループのメンバーである",
  34. "is not member of" : "が次のグループのメンバーではない",
  35. "The given operator is invalid" : "指定された演算子は無効",
  36. "The given regular expression is invalid" : "指定の正規表現は無効",
  37. "The given file size is invalid" : "指定されたファイルサイズは無効",
  38. "The given tag id is invalid" : "指定されたIDタグは無効",
  39. "The given IP range is invalid" : "指定されたIP範囲は無効",
  40. "The given IP range is not valid for IPv4" : "指定されたIPはIPv4の範囲ではありません",
  41. "The given IP range is not valid for IPv6" : "指定されたIPはIPv6の範囲ではありません",
  42. "The given time span is invalid" : "指定された期間は無効です",
  43. "The given start time is invalid" : "指定された開始時刻は無効です",
  44. "The given end time is invalid" : "指定された終了時刻は無効です",
  45. "The given group does not exist" : "指定されたグループは存在しません",
  46. "Check %s is invalid or does not exist" : "%sのチェックは無効か存在しません",
  47. "Operation #%s does not exist" : "#%s 操作は存在しません",
  48. "Operation %s does not exist" : "%s 操作は存在しません",
  49. "Operation %s is invalid" : "%s 操作は無効です",
  50. "Check %s does not exist" : "チェック %s は存在しません",
  51. "Check %s is invalid" : "チェック %s は無効です",
  52. "Check #%s does not exist" : "チェック #%s は存在しません",
  53. "Workflow" : "ワークフロー",
  54. "Open documentation" : "ドキュメントを開く",
  55. "Add rule group" : "ルールグループを追加する",
  56. "Short rule description" : "ルールの簡潔な説明",
  57. "Add rule" : "ルールを追加",
  58. "Reset" : "リセット",
  59. "Save" : "保存",
  60. "Saving…" : "保存中...",
  61. "Loading…" : "読み込み中..."
  62. },
  63. "nplurals=1; plural=0;");