diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-16 00:31:48 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-16 00:31:48 -0400 |
commit | 630be99ddf8508dd5d4b84bd5b9493bf84cc2e6a (patch) | |
tree | 388d3a25609a938e98ca5e632b09b247363ec4f5 /core/l10n/ja_JP.php | |
parent | 04ea419f50746fb07ab6861b9b14610f564e7827 (diff) | |
download | nextcloud-server-630be99ddf8508dd5d4b84bd5b9493bf84cc2e6a.tar.gz nextcloud-server-630be99ddf8508dd5d4b84bd5b9493bf84cc2e6a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index 00587e85301..b0c519e3a1c 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -1,6 +1,7 @@ <?php $TRANSLATIONS = array( "%s shared »%s« with you" => "%sが あなたと »%s«を共有しました", +"Couldn't send mail to following users: %s " => "次のユーザにメールを送信できませんでした: %s", "group" => "グループ", "Turned on maintenance mode" => "メンテナンスモードがオンになりました", "Turned off maintenance mode" => "メンテナンスモードがオフになりました", @@ -81,6 +82,7 @@ $TRANSLATIONS = array( "Resharing is not allowed" => "再共有は許可されていません", "Shared in {item} with {user}" => "{item} 内で {user} と共有中", "Unshare" => "共有解除", +"notify user by email" => "ユーザにメールで通知", "can edit" => "編集可能", "access control" => "アクセス権限", "create" => "作成", @@ -94,8 +96,11 @@ $TRANSLATIONS = array( "Email sent" => "メールを送信しました", "Warning" => "警告", "The object type is not specified." => "オブジェクタイプが指定されていません。", +"Enter new" => "新規に入力", "Delete" => "削除", "Add" => "追加", +"Edit tags" => "タグを編集", +"No tags selected for deletion." => "削除するタグが選択されていません。", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "更新に成功しました。この問題を <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a> にレポートしてください。", "The update was successful. Redirecting you to ownCloud now." => "更新に成功しました。今すぐownCloudにリダイレクトします。", "%s password reset" => "%s パスワードリセット", @@ -116,8 +121,14 @@ $TRANSLATIONS = array( "Apps" => "アプリ", "Admin" => "管理", "Help" => "ヘルプ", +"Error loading tags" => "タグの読み込みエラー", +"Tag already exists" => "タグはすでに存在します", +"Error deleting tag(s)" => "タグの削除エラー", +"Error tagging" => "タグの付与エラー", +"Error untagging" => "タグの解除エラー", "Access forbidden" => "アクセスが禁止されています", "Cloud not found" => "見つかりません", +"The share will expire on %s.\n\n" => "共有は %s で有効期限が切れます。\n\n", "Security Warning" => "セキュリティ警告", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", "Please update your PHP installation to use %s securely." => "%s を安全に利用する為に インストールされているPHPをアップデートしてください。", @@ -136,15 +147,19 @@ $TRANSLATIONS = array( "Database tablespace" => "データベースの表領域", "Database host" => "データベースのホスト名", "Finish setup" => "セットアップを完了します", +"Finishing …" => "終了しています ...", "%s is available. Get more information on how to update." => "%s が利用可能です。更新方法に関してさらに情報を取得して下さい。", "Log out" => "ログアウト", "Automatic logon rejected!" => "自動ログインは拒否されました!", "If you did not change your password recently, your account may be compromised!" => "最近パスワードを変更していない場合、あなたのアカウントは危険にさらされているかもしれません。", "Please change your password to secure your account again." => "アカウント保護の為、パスワードを再度の変更をお願いいたします。", +"Server side authentication failed!" => "サーバサイドの認証に失敗しました!", +"Please contact your administrator." => "管理者に問い合わせてください。", "Lost your password?" => "パスワードを忘れましたか?", "remember" => "パスワードを記憶する", "Log in" => "ログイン", "Alternative Logins" => "代替ログイン", +"The share will expire on %s.<br><br>" => "共有は %s で有効期限が切れます。<br><br>", "Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。" ); $PLURAL_FORMS = "nplurals=1; plural=0;"; |