Blame view

sources/lib/l10n/ja_JP.php 3.95 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  <?php $TRANSLATIONS = array(
  "Help" => "ヘルプ",
  "Personal" => "個人設定",
  "Settings" => "設定",
  "Users" => "ユーザ",
  "Apps" => "アプリ",
  "Admin" => "管理者",
  "ZIP download is turned off." => "ZIPダウンロードは無効です。",
  "Files need to be downloaded one by one." => "ファイルは1つずつダウンロードする必要があります。",
  "Back to Files" => "ファイルに戻る",
  "Selected files too large to generate zip file." => "選択したファイルはZIPファイルの生成には大きすぎます。",
  "couldn't be determined" => "測定できませんでした",
  "Application is not enabled" => "アプリケーションは無効です",
  "Authentication error" => "認証エラー",
  "Token expired. Please reload page." => "トークンが無効になりました。ページを再読込してください。",
  "Files" => "ファイル",
  "Text" => "TTY TDD",
  "Images" => "画像",
  "Set an admin username." => "管理者のユーザ名を設定。",
  "Set an admin password." => "管理者のパスワードを設定。",
  "Specify a data folder." => "データフォルダを指定。",
  "%s enter the database username." => "%s のデータベースのユーザ名を入力してください。",
  "%s enter the database name." => "%s のデータベース名を入力してください。",
  "%s you may not use dots in the database name" => "%s ではデータベース名にドットを利用できないかもしれません。",
  "%s set the database host." => "%s にデータベースホストを設定します。",
  "PostgreSQL username and/or password not valid" => "PostgreSQLのユーザ名もしくはパスワードは有効ではありません",
  "You need to enter either an existing account or the administrator." => "既存のアカウントもしくは管理者のどちらかを入力する必要があります。",
  "Oracle username and/or password not valid" => "Oracleのユーザ名もしくはパスワードは有効ではありません",
  "MySQL username and/or password not valid" => "MySQLのユーザ名もしくはパスワードは有効ではありません",
  "DB Error: \"%s\"" => "DBエラー: \"%s\"",
  "Offending command was: \"%s\"" => "違反コマンド: \"%s\"",
  "MySQL user '%s'@'localhost' exists already." => "MySQLのユーザ '%s'@'localhost' はすでに存在します。",
  "Drop this user from MySQL" => "MySQLからこのユーザを削除",
  "MySQL user '%s'@'%%' already exists" => "MySQLのユーザ '%s'@'%%' はすでに存在します。",
  "Drop this user from MySQL." => "MySQLからこのユーザを削除する。",
  "Offending command was: \"%s\", name: %s, password: %s" => "違反コマンド: \"%s\"、名前: %s、パスワード: %s",
  "MS SQL username and/or password not valid: %s" => "MS SQL サーバーのユーザー名/パスワードが正しくありません: %s",
  "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "WebDAVインタフェースが動作していないと考えられるため、あなたのWEBサーバはまだファイルの同期を許可するように適切な設定がされていません。",
  "Please double check the <a href='%s'>installation guides</a>." => "<a href='%s'>インストールガイド</a>をよく確認してください。",
  "seconds ago" => "秒前",
  "1 minute ago" => "1分前",
  "%d minutes ago" => "%d 分前",
  "1 hour ago" => "1 時間前",
  "%d hours ago" => "%d 時間前",
  "today" => "今日",
  "yesterday" => "昨日",
  "%d days ago" => "%d 日前",
  "last month" => "先月",
  "%d months ago" => "%d 分前",
  "last year" => "昨年",
  "years ago" => "年前",
  "%s is available. Get <a href=\"%s\">more information</a>" => "%s が利用可能です。<a href=\"%s\">詳細情報</a> を確認ください",
  "up to date" => "最新です",
  "updates check is disabled" => "更新チェックは無効です",
  "Could not find category \"%s\"" => "カテゴリ \"%s\" が見つかりませんでした"
  );