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 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "Cannot write into \"config\" directory!" : "\"config\"ディレクトリに書き込めません!",
  5. "This can usually be fixed by giving the webserver write access to the config directory" : "多くの場合、これはWebサーバーにconfigディレクトリへの書き込み権限を与えることで解決できます。",
  6. "See %s" : "%s を閲覧",
  7. "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "多くの場合、これは %s Webサーバーにconfigディレクトリ %s への書き込み権限を与えることで解決できます。",
  8. "Sample configuration detected" : "サンプル設定が見つかりました。",
  9. "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "サンプル設定がコピーされてそのままです。このままではインストールが失敗し、サポート対象外になります。config.phpを変更する前にドキュメントを確認してください。",
  10. "PHP %s or higher is required." : "PHP %s 以上が必要です。",
  11. "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。",
  12. "Following databases are supported: %s" : "次のデータベースをサポートしています: %s",
  13. "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。",
  14. "The library %s is not available." : " %s ライブラリーが利用できません。",
  15. "Library %s with a version higher than %s is required - available version %s." : "%s ライブラリーは、%s よりも新しいバージョンが必要です。利用可能なバージョンは、 %s です。",
  16. "Library %s with a version lower than %s is required - available version %s." : "%s ライブラリーは、%s よりも古いバージョンが必要です。利用可能なバージョンは、 %s です。",
  17. "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s",
  18. "ownCloud %s or higher is required." : "ownCloud %s 以上が必要です。",
  19. "ownCloud %s or lower is required." : "ownCloud %s 以下が必要です。",
  20. "Help" : "ヘルプ",
  21. "Personal" : "個人",
  22. "Users" : "ユーザー",
  23. "Admin" : "管理",
  24. "Recommended" : "おすすめ",
  25. "App \"%s\" cannot be installed because it is not compatible with this version of ownCloud." : " \"%s\" アプリは、このバージョンのownCloudと互換性がない為、インストールできません。",
  26. "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s",
  27. "No app name specified" : "アプリ名が未指定",
  28. "Unknown filetype" : "不明なファイルタイプ",
  29. "Invalid image" : "無効な画像",
  30. "today" : "今日",
  31. "yesterday" : "1日前",
  32. "_%n day ago_::_%n days ago_" : ["%n 日前"],
  33. "last month" : "1ヶ月前",
  34. "_%n month ago_::_%n months ago_" : ["%nヶ月前"],
  35. "last year" : "1年前",
  36. "_%n year ago_::_%n years ago_" : ["%n 年前"],
  37. "_%n hour ago_::_%n hours ago_" : ["%n 時間前"],
  38. "_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
  39. "seconds ago" : "数秒前",
  40. "web services under your control" : "あなたが管理するウェブサービス",
  41. "Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "id: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
  42. "Empty filename is not allowed" : "空のファイル名は許可されていません",
  43. "Dot files are not allowed" : "ドットファイルは許可されていません",
  44. "4-byte characters are not supported in file names" : "ファイル名に4バイト文字を使用するのはサポートされていません",
  45. "File name is a reserved word" : "ファイル名が予約された単語です",
  46. "File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
  47. "File name is too long" : "ファイル名が長すぎます",
  48. "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。",
  49. "Can't read file" : "ファイルを読み込めません",
  50. "App directory already exists" : "アプリディレクトリはすでに存在します",
  51. "Can't create app folder. Please fix permissions. %s" : "アプリフォルダーを作成できませんでした。%s のパーミッションを修正してください。",
  52. "No source specified when installing app" : "アプリインストール時のソースが未指定",
  53. "No href specified when installing app from http" : "アプリインストール時のhttpの URL が未指定",
  54. "No path specified when installing app from local file" : "アプリインストール時のローカルファイルのパスが未指定",
  55. "Archives of type %s are not supported" : "\"%s\"タイプのアーカイブ形式は未サポート",
  56. "Failed to open archive when installing app" : "アプリをインストール中にアーカイブファイルを開けませんでした。",
  57. "App does not provide an info.xml file" : "アプリにinfo.xmlファイルが入っていません",
  58. "App can't be installed because of not allowed code in the App" : "アプリで許可されないコードが入っているのが原因でアプリがインストールできません",
  59. "App can't be installed because it is not compatible with this version of ownCloud" : "アプリは、このバージョンのownCloudと互換性がないためインストールできません。",
  60. "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "非shippedアプリには許可されない<shipped>true</shipped>タグが含まれているためにアプリをインストールできません。",
  61. "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "info.xml/versionのバージョンがアプリストアのバージョンと合っていないため、アプリはインストールされません",
  62. "Application is not enabled" : "アプリケーションは無効です",
  63. "Authentication error" : "認証エラー",
  64. "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。",
  65. "Unknown user" : "不明なユーザー",
  66. "%s enter the database username." : "%s のデータベースのユーザー名を入力してください。",
  67. "%s enter the database name." : "%s のデータベース名を入力してください。",
  68. "%s you may not use dots in the database name" : "%s ではデータベース名にドットを利用できないかもしれません。",
  69. "Oracle connection could not be established" : "Oracleへの接続が確立できませんでした。",
  70. "Oracle username and/or password not valid" : "Oracleのユーザー名もしくはパスワードは有効ではありません",
  71. "DB Error: \"%s\"" : "DBエラー: \"%s\"",
  72. "Offending command was: \"%s\"" : "違反コマンド: \"%s\"",
  73. "You need to enter either an existing account or the administrator." : "既存のアカウントもしくは管理者のどちらかを入力する必要があります。",
  74. "Offending command was: \"%s\", name: %s, password: %s" : "違反コマンド: \"%s\"、名前: %s、パスワード: %s",
  75. "PostgreSQL username and/or password not valid" : "PostgreSQLのユーザー名もしくはパスワードは有効ではありません",
  76. "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X では、サポートされていません。このOSでは、%sは正常に動作しないかもしれません。ご自身の責任においてご利用ください。",
  77. "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。",
  78. "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "このインスタンス %s は、32bit PHP 環境で動作しており、php.ini に open_basedir が設定されているようです。4GB以上のファイルで問題が発生するため、この設定を利用しないことをお勧めします。",
  79. "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini から open_basedir 設定を削除するか、64bit PHPに切り替えてください。",
  80. "Set an admin username." : "管理者のユーザー名を設定",
  81. "Set an admin password." : "管理者のパスワードを設定。",
  82. "Can't create or write into the data directory %s" : "%s データディレクトリに作成、書き込みができません",
  83. "Invalid Federated Cloud ID" : "無効な統合されたクラウドID",
  84. "%s shared »%s« with you" : "%sが あなたと »%s«を共有しました",
  85. "%s via %s" : "%s に %s から",
  86. "Sharing %s failed, because the backend does not allow shares from type %i" : "%s の共有に失敗しました。%i タイプからの共有は許可されていないからです。",
  87. "Sharing %s failed, because the file does not exist" : "%s の共有に失敗しました。そのようなファイルは存在しないからです。",
  88. "You are not allowed to share %s" : "%s を共有することを許可されていません。",
  89. "Sharing %s failed, because the user %s is the item owner" : "%s の共有に失敗しました。ユーザー %s がアイテム所有者です。",
  90. "Sharing %s failed, because the user %s does not exist" : "%s の共有に失敗しました。ユーザー %s が存在しません。",
  91. "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s の共有に失敗しました。ユーザー %s はどのグループにも属していません。%s は、??のメンバーです。",
  92. "Sharing %s failed, because this item is already shared with %s" : "%s の共有に失敗しました。このアイテムはすでに %s で共有されています。",
  93. "Sharing %s failed, because the group %s does not exist" : "%s の共有に失敗しました。グループ %s は存在しません。",
  94. "Sharing %s failed, because %s is not a member of the group %s" : "%s の共有に失敗しました。%s は、グループ %s のメンバーではありません。",
  95. "You need to provide a password to create a public link, only protected links are allowed" : "公開用リンクの作成にはパスワードの設定が必要です",
  96. "Sharing %s failed, because sharing with links is not allowed" : "%s の共有に失敗しました。リンクでの共有は許可されていません。",
  97. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s の共有に失敗しました。%s が見つかりませんでした。現在サーバーに接続できないようです。",
  98. "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。",
  99. "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s の権限設定に失敗しました。%s に許可されている権限を越えています。",
  100. "Setting permissions for %s failed, because the item was not found" : "%s の権限設定に失敗しました。アイテムが存在しません。",
  101. "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。",
  102. "Cannot set expiration date. Expiration date is in the past" : "有効期限を設定できません。有効期限が過去を示しています。",
  103. "Cannot clear expiration date. Shares are required to have an expiration date." : "有効期限を解除できません。共有するには有効期限を設定する必要があります。",
  104. "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。",
  105. "Sharing backend %s not found" : "共有バックエンド %s が見つかりません",
  106. "Sharing backend for %s not found" : "%s のための共有バックエンドが見つかりません",
  107. "Sharing %s failed, because the user %s is the original sharer" : "%s の共有に失敗しました。ユーザー %s が元々の共有者であるからです。",
  108. "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s の共有に失敗しました。%s に付与されている許可を超えているからです。",
  109. "Sharing %s failed, because resharing is not allowed" : "%s の共有に失敗しました。再共有が許されていないからです。",
  110. "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。",
  111. "Sharing %s failed, because the file could not be found in the file cache" : "%s の共有に失敗しました。ファイルキャッシュにファイルがありませんでした。",
  112. "Could not find category \"%s\"" : "カテゴリ \"%s\" が見つかりませんでした",
  113. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"",
  114. "A valid username must be provided" : "有効なユーザー名を指定する必要があります",
  115. "A valid password must be provided" : "有効なパスワードを指定する必要があります",
  116. "The username is already being used" : "ユーザー名はすでに使われています",
  117. "No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。",
  118. "Microsoft Windows Platform is not supported" : "Microsoft Windows サーバーはサポートしていません。",
  119. "Running ownCloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "Microsoft Windowsサーバー上での ownCloud の動作は、サポートされていません。現在のサーバーOSを変更することができないのであれば、仮想マシン上で Linuxサーバーを動かすことをお勧めします。仮想マシンイメージを配置するのと同じぐらい簡単にLinuxパッケージを<a href=\"%s\">%s</a>で見つけられます。現在稼働中の設定をLinuxに移行する 移行スクリプトと注意点をこちらの<a href=\"%s\">ドキュメント</a>で確認してください。",
  120. "Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
  121. "Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
  122. "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。",
  123. "Cannot create \"data\" directory (%s)" : "\"data\" ディレクトリ (%s) を作成できません",
  124. "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "多くの場合、これは<a href=\"%s\" target=\"_blank\">Webサーバーにルートディレクトリへの書き込み権限を与える</a>ことで解決できます。",
  125. "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。",
  126. "Setting locale to %s failed" : "ロケールを %s に設定できませんでした",
  127. "Please install one of these locales on your system and restart your webserver." : "これらのロケールのうちいずれかをシステムにインストールし、Webサーバーを再起動してください。",
  128. "Please ask your server administrator to install the module." : "サーバー管理者にモジュールのインストールを依頼してください。",
  129. "PHP module %s not installed." : "PHP のモジュール %s がインストールされていません。",
  130. "PHP setting \"%s\" is not set to \"%s\"." : "PHP設定の\"%s\"は \"%s\"に設定されていません",
  131. "Adjusting this setting in php.ini will make ownCloud run again" : "php.ini 中の設定を調整するとownCloudはもう一度動作するでしょう。 ",
  132. "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload の値は \"0\" であるべきですが、\"%s\" に設定されています",
  133. "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini" : "この問題を修正するには、php.ini ファイルの <code>mbstring.func_overload</code> を <code>0</code> に設定してください。",
  134. "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。",
  135. "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。",
  136. "PHP modules have been installed, but they are still listed as missing?" : "PHP モジュールはインストールされていますが、まだ一覧に表示されていますか?",
  137. "Please ask your server administrator to restart the web server." : "サーバー管理者にWebサーバーを再起動するよう依頼してください。",
  138. "PostgreSQL >= 9 required" : "PostgreSQL >= 9 が必要です",
  139. "Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください",
  140. "Error occurred while checking PostgreSQL version" : "PostgreSQL のバージョンチェック中にエラーが発生しました",
  141. "Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" : "PostgreSQL >= 9 がインストールされているかどうか確認してください。もしくは、ログからエラーに関する詳細な情報を確認してください。",
  142. "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
  143. "Data directory (%s) is readable by other users" : "データディレクトリ (%s) は他のユーザーも閲覧することができます",
  144. "Data directory (%s) must be an absolute path" : "データディレクトリ (%s) は、絶対パスである必要があります。",
  145. "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。",
  146. "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です",
  147. "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。",
  148. "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。"
  149. },
  150. "nplurals=1; plural=0;");