You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ja.js 4.2KB

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