ja.js 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "Web link" : "Webリンク",
  22. "Slogan" : "スローガン",
  23. "Color" : "色",
  24. "Logo" : "ロゴ",
  25. "Upload new logo" : "新しいロゴをアップロード",
  26. "Login image" : "ログイン画像",
  27. "Upload new login background" : "新しいログイン背景画像をアップロード",
  28. "Remove background image" : "背景画像を削除",
  29. "Legal notice link" : "法的通知のリンク",
  30. "Privacy policy link" : "プライバシーポリシーのリンク",
  31. "Install the Imagemagick PHP extension with support for SVG images to automatically generate favicons based on the uploaded logo and color." : "アップロードしたロゴと色に基づいてfaviconを自動的に生成するには、SVG画像をサポートしているimagemagick PHP拡張をインストールしてください。",
  32. "You are already using a custom theme" : "すでにカスタムテーマを利用しています",
  33. "reset to default" : "デフォルトに戻す",
  34. "Web address" : "Webアドレス",
  35. "Web address https://…" : "Webアドレス https://...",
  36. "There is no error, the file uploaded with success" : "ファイルはエラーなくアップロードされました",
  37. "Failed to write file to disk." : "ファイルをディスクに書き込めませんでした",
  38. "A PHP extension stopped the file upload." : "PHP拡張でファイルのアップロードが停止されています"
  39. },
  40. "nplurals=1; plural=0;");