ja.js 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  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 giving the webserver write access to the config directory. See %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. "%1$s and %2$s" : "%1$s と %2$s",
  11. "%1$s, %2$s and %3$s" : "%1$s と %2$s、%3$s",
  12. "%1$s, %2$s, %3$s and %4$s" : "%1$s と %2$s、%3$s、%4$s",
  13. "%1$s, %2$s, %3$s, %4$s and %5$s" : "%1$s と %2$s、%3$s、%4$s、%5$s",
  14. "Education Edition" : "教育向けエディション",
  15. "Enterprise bundle" : "エンタープライズ バンドル",
  16. "Groupware bundle" : "グループウェア バンドル",
  17. "Social sharing bundle" : "SNS バンドル",
  18. "PHP %s or higher is required." : "PHP %s 以上が必要です。",
  19. "PHP with a version lower than %s is required." : "%s 以前のバージョンのPHPが必要です。",
  20. "%sbit or higher PHP required." : "%sbit 以上の新しいバージョンのPHPが必要です。",
  21. "Following databases are supported: %s" : "次のデータベースをサポートしています: %s",
  22. "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。",
  23. "The library %s is not available." : " %s ライブラリーが利用できません。",
  24. "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s",
  25. "Server version %s or higher is required." : "サーバーの %s よりも高いバージョンが必要です。",
  26. "Server version %s or lower is required." : "サーバーの %s よりも低いバージョンが必要です。",
  27. "Logged in user must be an admin" : "ログインユーザーは管理者である必要があります",
  28. "Unknown filetype" : "不明なファイルタイプ",
  29. "Invalid image" : "無効な画像",
  30. "Avatar image is not square" : "アバター画像が正方形ではありません",
  31. "today" : "今日",
  32. "tomorrow" : "明日",
  33. "yesterday" : "昨日",
  34. "_in %n day_::_in %n days_" : ["%n 日"],
  35. "_%n day ago_::_%n days ago_" : ["%n 日前"],
  36. "next month" : "来月",
  37. "last month" : "先月",
  38. "_in %n month_::_in %n months_" : ["%n ヶ月"],
  39. "_%n month ago_::_%n months ago_" : ["%n ヶ月前"],
  40. "next year" : "来年",
  41. "last year" : "去年",
  42. "_in %n year_::_in %n years_" : ["%n 年"],
  43. "_%n year ago_::_%n years ago_" : ["%n 年前"],
  44. "_in %n hour_::_in %n hours_" : ["%n 時間"],
  45. "_%n hour ago_::_%n hours ago_" : ["%n 時間前"],
  46. "_in %n minute_::_in %n minutes_" : ["%n 分"],
  47. "_%n minute ago_::_%n minutes ago_" : ["%n 分前"],
  48. "in a few seconds" : "数秒",
  49. "seconds ago" : "数秒前",
  50. "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
  51. "File name is a reserved word" : "ファイル名が予約された単語です",
  52. "File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています",
  53. "File name is too long" : "ファイル名が長すぎます",
  54. "Dot files are not allowed" : "ドットファイルは許可されていません",
  55. "Empty filename is not allowed" : "空のファイル名は許可されていません",
  56. "App \"%s\" cannot be installed because appinfo file cannot be read." : "appinfoファイルが読み込めないため、アプリ名 \"%s\" がインストールできません。",
  57. "App \"%s\" cannot be installed because it is not compatible with this version of the server." : "\"%s\" アプリは、このバージョンのサーバーと互換性がないためインストールされませんでした。",
  58. "__language_name__" : "Japanese (日本語)",
  59. "This is an automatically sent email, please do not reply." : "これは自動的に生成されたメールです。返信しないでください。",
  60. "Help" : "ヘルプ",
  61. "Apps" : "アプリ",
  62. "Settings" : "設定",
  63. "Log out" : "ログアウト",
  64. "Users" : "ユーザー",
  65. "Unknown user" : "不明なユーザー",
  66. "Overview" : "概要",
  67. "Basic settings" : "基本設定",
  68. "Sharing" : "共有",
  69. "Security" : "セキュリティ",
  70. "Groupware" : "グループウェア",
  71. "Additional settings" : "追加設定",
  72. "Personal info" : "個人情報",
  73. "Mobile & desktop" : "モバイル & デスクトップ",
  74. "%s enter the database username and name." : "%s データベース名とデータベースのユーザー名を入力してください。",
  75. "%s enter the database username." : "%s のデータベースのユーザー名を入力してください。",
  76. "%s enter the database name." : "%s のデータベース名を入力してください。",
  77. "%s you may not use dots in the database name" : "%s ではデータベース名にドットを利用できないかもしれません。",
  78. "Oracle connection could not be established" : "Oracleへの接続が確立できませんでした。",
  79. "Oracle username and/or password not valid" : "Oracleのユーザー名またはパスワードが有効ではありません",
  80. "PostgreSQL username and/or password not valid" : "PostgreSQLのユーザー名またはパスワードが有効ではありません",
  81. "You need to enter details of an existing account." : "既存のアカウントの詳細を入力してください。",
  82. "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は正常に動作しないかもしれません。ご自身の責任においてご利用ください。",
  83. "For the best results, please consider using a GNU/Linux server instead." : "最も良い方法としては、代わりにGNU/Linuxサーバーを利用することをご検討ください。",
  84. "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以上のファイルで問題が発生するため、この設定を利用しないことをお勧めします。",
  85. "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "php.ini から open_basedir 設定を削除するか、64bit PHPに切り替えてください。",
  86. "Set an admin username." : "管理者のユーザー名を設定",
  87. "Set an admin password." : "管理者のパスワードを設定",
  88. "Can't create or write into the data directory %s" : "%s データディレクトリに作成、書き込みができません",
  89. "Invalid Federated Cloud ID" : "無効なクラウド共有ID",
  90. "Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。",
  91. "Sharing backend %s not found" : "共有バックエンド %s が見つかりません",
  92. "Sharing backend for %s not found" : "%s のための共有バックエンドが見つかりません",
  93. "Open »%s«" : "»%s«を開く",
  94. "You are not allowed to share %s" : "%s を共有することを許可されていません。",
  95. "Can’t increase permissions of %s" : "%s の権限を追加できません",
  96. "Files can’t be shared with delete permissions" : "削除権限つきでファイルを共有できません。",
  97. "Files can’t be shared with create permissions" : "作成権限つきでファイルを共有できません。",
  98. "Expiration date is in the past" : "有効期限が切れています",
  99. "Can’t set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。",
  100. "Click the button below to open it." : "開くには下のボタンをクリック",
  101. "The requested share does not exist anymore" : "この共有はもう存在しません。",
  102. "Could not find category \"%s\"" : "カテゴリ \"%s\" が見つかりませんでした",
  103. "Sunday" : "日曜日",
  104. "Monday" : "月曜日",
  105. "Tuesday" : "火曜日",
  106. "Wednesday" : "水曜日",
  107. "Thursday" : "木曜日",
  108. "Friday" : "金曜日",
  109. "Saturday" : "土曜日",
  110. "Sun." : "日",
  111. "Mon." : "月",
  112. "Tue." : "火",
  113. "Wed." : "水",
  114. "Thu." : "木",
  115. "Fri." : "金",
  116. "Sat." : "土",
  117. "Su" : "日",
  118. "Mo" : "月",
  119. "Tu" : "火",
  120. "We" : "水",
  121. "Th" : "木",
  122. "Fr" : "金",
  123. "Sa" : "土",
  124. "January" : "1月",
  125. "February" : "2月",
  126. "March" : "3月",
  127. "April" : "4月",
  128. "May" : "5月",
  129. "June" : "6月",
  130. "July" : "7月",
  131. "August" : "8月",
  132. "September" : "9月",
  133. "October" : "10月",
  134. "November" : "11月",
  135. "December" : "12月",
  136. "Jan." : "1月",
  137. "Feb." : "2月",
  138. "Mar." : "3月",
  139. "Apr." : "4月",
  140. "May." : "5月",
  141. "Jun." : "6月",
  142. "Jul." : "7月",
  143. "Aug." : "8月",
  144. "Sep." : "9月",
  145. "Oct." : "10月",
  146. "Nov." : "11月",
  147. "Dec." : "12月",
  148. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", \"_.@-\"",
  149. "A valid username must be provided" : "有効なユーザー名を指定する必要があります",
  150. "Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています",
  151. "Username must not consist of dots only" : "ユーザー名は、ドットのみではつけられません",
  152. "A valid password must be provided" : "有効なパスワードを指定する必要があります",
  153. "The username is already being used" : "ユーザー名はすでに使われています",
  154. "Could not create user" : "ユーザーを作成できませんでした",
  155. "User disabled" : "ユーザーは無効です",
  156. "Login canceled by app" : "アプリによりログインが中止されました",
  157. "App \"%1$s\" cannot be installed because the following dependencies are not fulfilled: %2$s" : "次の依存関係を満たしていないため、アプリ \"%1$s\" をインストールできません: %2$s",
  158. "a safe home for all your data" : "あなたの全データの安全な家",
  159. "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。",
  160. "Can't read file" : "ファイルを読み込めません",
  161. "Application is not enabled" : "アプリケーションは無効です",
  162. "Authentication error" : "認証エラー",
  163. "Token expired. Please reload page." : "トークンが無効になりました。ページを再読込してください。",
  164. "No database drivers (sqlite, mysql, or postgresql) installed." : "データベースドライバー (sqlite, mysql, postgresql) がインストールされていません。",
  165. "Cannot write into \"config\" directory" : "\"config\" ディレクトリに書き込みができません",
  166. "Cannot write into \"apps\" directory" : "\"apps\" ディレクトリに書き込みができません",
  167. "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file. See %s" : "多くの場合、これは Webサーバーにappsディレクトリへの書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで直ります。%s を見てください。",
  168. "Cannot create \"data\" directory" : "\"data\" ディレクトリを作成できません",
  169. "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "多くの場合、Webサーバーのルートディレクトリに書き込み権限を与えることで直ります。%s を見てください。",
  170. "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Webサーバーのルートディレクトリに書き込み権限パーミッションが必要です。%s を見てください。",
  171. "Setting locale to %s failed" : "ロケールを %s に設定できませんでした",
  172. "Please install one of these locales on your system and restart your webserver." : "これらのロケールのうちいずれかをシステムにインストールし、Webサーバーを再起動してください。",
  173. "Please ask your server administrator to install the module." : "サーバー管理者にモジュールのインストールを依頼してください。",
  174. "PHP module %s not installed." : "PHP のモジュール %s がインストールされていません。",
  175. "PHP setting \"%s\" is not set to \"%s\"." : "PHP設定の\"%s\"は \"%s\"に設定されていません",
  176. "Adjusting this setting in php.ini will make Nextcloud run again" : "php.ini のこの設定を調整して、再度 Nextcloudを起動してください。",
  177. "mbstring.func_overload is set to \"%s\" instead of the expected value \"0\"" : "mbstring.func_overload の値は \"0\" であるべきですが、\"%s\" に設定されています",
  178. "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> に設定してください。",
  179. "libxml2 2.7.0 is at least required. Currently %s is installed." : "libxml2 バージョン 2.7.0 が最低必要です。現在 %s がインストールされています。",
  180. "To fix this issue update your libxml2 version and restart your web server." : "この問題を解決するには、libxml2 を更新して、Webサーバーを再起動してください。",
  181. "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。",
  182. "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。",
  183. "PHP modules have been installed, but they are still listed as missing?" : "PHP モジュールはインストールされていますが、まだ一覧に表示されていますか?",
  184. "Please ask your server administrator to restart the web server." : "サーバー管理者にWebサーバーを再起動するよう依頼してください。",
  185. "PostgreSQL >= 9 required" : "PostgreSQL 9以上が必要です",
  186. "Please upgrade your database version" : "新しいバージョンのデータベースにアップグレードしてください",
  187. "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "ディレクトリが他のユーザーから見えないように、パーミッションを 0770 に変更してください。",
  188. "Your data directory is readable by other users" : "データディレクトリは、他のユーザーから読み取り専用です",
  189. "Your data directory must be an absolute path" : "データディレクトリは、絶対パスにする必要があります",
  190. "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。",
  191. "Your data directory is invalid" : "データディレクトリが無効です",
  192. "Ensure there is a file called \".ocdata\" in the root of the data directory." : "データディレクトリの直下に \".ocdata\" ファイルがあるのを確認してください。",
  193. "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。",
  194. "Storage unauthorized. %s" : "権限のないストレージです。 %s",
  195. "Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s",
  196. "Storage connection error. %s" : "ストレージへの接続エラー。 %s",
  197. "Storage is temporarily not available" : "ストレージは一時的に利用できません",
  198. "Storage connection timeout. %s" : "ストレージへの接続がタイムアウト。 %s",
  199. "Library %s with a version higher than %s is required - available version %s." : "%s ライブラリーは、%s よりも新しいバージョンが必要です。利用可能なバージョンは、 %s です。",
  200. "Library %s with a version lower than %s is required - available version %s." : "%s ライブラリーは、%s よりも古いバージョンが必要です。利用可能なバージョンは、 %s です。",
  201. "Create" : "作成",
  202. "Change" : "変更",
  203. "Delete" : "削除",
  204. "Share" : "共有",
  205. "Unlimited" : "無制限",
  206. "Verifying" : "検証中",
  207. "Verifying …" : "検証中",
  208. "Verify" : "検証",
  209. "Sharing %s failed, because the backend does not allow shares from type %i" : "%s を共有できませんでした。%i タイプからの共有は許可されていません。",
  210. "Sharing %s failed, because the file does not exist" : "%s を共有できませんでした。そのファイルは存在しません。",
  211. "Sharing %s failed, because you can not share with yourself" : "%s を共有できませんでした。自分自身に共有することはできません。",
  212. "Sharing %s failed, because the user %s does not exist" : "%s を共有できませんでした。ユーザー %s が存在しません。",
  213. "Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "%s を共有できませんでした。ユーザー %s はどのグループにも属していません。%s は、次のグループのメンバーです",
  214. "Sharing %s failed, because this item is already shared with %s" : "%s を共有できませんでした。このアイテムはすでに %s に共有されています。",
  215. "Sharing %s failed, because this item is already shared with user %s" : "%s を共有できませんでした。このアイテムは、ユーザー %s によりすでに共有されています。",
  216. "Sharing %s failed, because the group %s does not exist" : "%s を共有できませんでした。グループ %s は存在しません。",
  217. "Sharing %s failed, because %s is not a member of the group %s" : "%s を共有できませんでした。%s は、グループ %s のメンバーではありません。",
  218. "You need to provide a password to create a public link, only protected links are allowed" : "公開用リンクの作成にはパスワードの設定が必要です",
  219. "Sharing %s failed, because sharing with links is not allowed" : "%s を共有できませんでした。リンクでの共有は許可されていません。",
  220. "Not allowed to create a federated share with the same user" : "同じユーザーでフェデレーション共有は作成できません。",
  221. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。",
  222. "Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。",
  223. "Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。",
  224. "Cannot set expiration date. Expiration date is in the past" : "有効期限を設定できません。有効期限が過去を示しています。",
  225. "Sharing failed, because the user %s is the original sharer" : "共有できませんでした。ユーザー %sは元々の共有者です。",
  226. "Sharing %s failed, because the permissions exceed permissions granted to %s" : "%s を共有できませんでした。%s に許可されている権限を越えています。",
  227. "Sharing %s failed, because resharing is not allowed" : "%s を共有できませんでした。再共有は許可されていません。",
  228. "Sharing %s failed, because the sharing backend for %s could not find its source" : "%s の共有に失敗しました。%s のバックエンド共有に必要なソースが見つかりませんでした。",
  229. "Sharing %s failed, because the file could not be found in the file cache" : "%s の共有に失敗しました。ファイルキャッシュにファイルがありませんでした。",
  230. "%s shared »%s« with you" : "%sが あなたと »%s«を共有しました",
  231. "%s shared »%s« with you." : "%sが あなたと »%s«を共有しました",
  232. "%s via %s" : "%s に %s から",
  233. "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s"
  234. },
  235. "nplurals=1; plural=0;");