nextcloud/lib/l10n/ja_JP.php

53 lines
3.7 KiB
PHP
Raw Normal View History

2012-09-01 04:04:00 +04:00
<?php $TRANSLATIONS = array(
"Help" => "ヘルプ",
2013-04-27 04:24:29 +04:00
"Personal" => "個人",
2012-09-01 04:04:00 +04:00
"Settings" => "設定",
"Users" => "ユーザ",
"Apps" => "アプリ",
2013-04-27 04:24:29 +04:00
"Admin" => "管理",
2012-09-01 04:04:00 +04:00
"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ファイルの生成には大きすぎます。",
2013-01-19 03:05:38 +04:00
"couldn't be determined" => "測定できませんでした",
2012-09-01 04:04:00 +04:00
"Application is not enabled" => "アプリケーションは無効です",
"Authentication error" => "認証エラー",
"Token expired. Please reload page." => "トークンが無効になりました。ページを再読込してください。",
2012-10-25 04:11:53 +04:00
"Files" => "ファイル",
"Text" => "TTY TDD",
"Images" => "画像",
2013-02-12 18:12:46 +04:00
"%s enter the database username." => "%s のデータベースのユーザ名を入力してください。",
"%s enter the database name." => "%s のデータベース名を入力してください。",
"%s you may not use dots in the database name" => "%s ではデータベース名にドットを利用できないかもしれません。",
2013-06-30 04:13:07 +04:00
"MS SQL username and/or password not valid: %s" => "MS SQL サーバーのユーザー名/パスワードが正しくありません: %s",
2013-02-12 18:12:46 +04:00
"You need to enter either an existing account or the administrator." => "既存のアカウントもしくは管理者のどちらかを入力する必要があります。",
"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からこのユーザを削除する。",
2013-06-30 04:13:07 +04:00
"Oracle connection could not be established" => "Oracleへの接続が確立できませんでした。",
2013-05-24 04:02:43 +04:00
"Oracle username and/or password not valid" => "Oracleのユーザ名もしくはパスワードは有効ではありません",
2013-02-12 18:12:46 +04:00
"Offending command was: \"%s\", name: %s, password: %s" => "違反コマンド: \"%s\"、名前: %s、パスワード: %s",
2013-06-30 04:13:07 +04:00
"PostgreSQL username and/or password not valid" => "PostgreSQLのユーザ名もしくはパスワードは有効ではありません",
"Set an admin username." => "管理者のユーザ名を設定。",
"Set an admin password." => "管理者のパスワードを設定。",
2013-02-12 18:12:46 +04:00
"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>をよく確認してください。",
2013-04-16 04:17:30 +04:00
"seconds ago" => "数秒前",
2013-04-27 04:24:29 +04:00
"1 minute ago" => "1 分前",
2012-09-01 04:04:00 +04:00
"%d minutes ago" => "%d 分前",
2012-11-16 03:03:47 +04:00
"1 hour ago" => "1 時間前",
"%d hours ago" => "%d 時間前",
2012-09-01 04:04:00 +04:00
"today" => "今日",
"yesterday" => "昨日",
"%d days ago" => "%d 日前",
2013-04-27 04:24:29 +04:00
"last month" => "一月前",
2012-11-16 03:03:47 +04:00
"%d months ago" => "%d 分前",
2013-04-27 04:24:29 +04:00
"last year" => "一年前",
2012-09-04 04:03:21 +04:00
"years ago" => "年前",
2012-11-16 03:03:47 +04:00
"Could not find category \"%s\"" => "カテゴリ \"%s\" が見つかりませんでした"
2012-09-01 04:04:00 +04:00
);