ja.js 2.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. OC.L10N.register(
  2. "theming",
  3. {
  4. "Loading preview…" : "プレビューを読込み中...",
  5. "Saved" : "保存済み",
  6. "Admin" : "管理者",
  7. "a safe home for all your data" : "あなたのデータを安全に保管するプラットフォーム",
  8. "The given name is too long" : "名前が長すぎます",
  9. "The given web address is too long" : "Webアドレスが長すぎます",
  10. "The given slogan is too long" : "スローガンが長すぎます",
  11. "The given color is invalid" : "無効な色です",
  12. "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "アップロードファイルサイズが、php.ini の upload_max_filesize を超過しています",
  13. "No file was uploaded" : "ファイルはアップロードされませんでした",
  14. "Missing a temporary folder" : "一時領域フォルダーがありません",
  15. "No file uploaded" : "ファイルがアップロードされていません",
  16. "Unsupported image type" : "サポートされていない画像形式です",
  17. "Theming" : "テーマ",
  18. "Theming makes it possible to easily customize the look and feel of your instance and supported clients. This will be visible for all users." : "テーマではあなたのインスタンスとサポートされたクライアントのルック&フィールを簡単に変更できます。この変更は全てのユーザが対象となります。",
  19. "Name" : "名前",
  20. "Reset to default" : "デフォルトに戻す",
  21. "Slogan" : "スローガン",
  22. "Color" : "色",
  23. "Logo" : "ロゴ",
  24. "Upload new logo" : "新しいロゴをアップロード",
  25. "Login image" : "ログイン画像",
  26. "Upload new login background" : "新しいログイン背景画像をアップロード",
  27. "Remove background image" : "背景画像を削除",
  28. "You are already using a custom theme" : "あなたは既にカスタムテーマを利用しています",
  29. "reset to default" : "デフォルトに戻す",
  30. "Web address" : "Webアドレス",
  31. "Web address https://…" : "Webアドレス https://...",
  32. "There is no error, the file uploaded with success" : "ファイルはエラーなくアップロードされました",
  33. "Failed to write file to disk." : "ファイルをディスクに書き込めませんでした",
  34. "A PHP extension stopped the file upload." : "PHP拡張でファイルのアップロードが停止されています"
  35. },
  36. "nplurals=1; plural=0;");