diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-29 14:10:40 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-29 14:10:40 -0500 |
commit | 1b18c5a047e451b77a777f94602603761d9f6816 (patch) | |
tree | 3e967c8bb181fbef0a32063b62cbdc818a6ad2b6 /core/l10n/ja_JP.php | |
parent | 3c62de90fd7223562401241466d41fad4002c538 (diff) | |
download | nextcloud-server-1b18c5a047e451b77a777f94602603761d9f6816.tar.gz nextcloud-server-1b18c5a047e451b77a777f94602603761d9f6816.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/ja_JP.php')
-rw-r--r-- | core/l10n/ja_JP.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/core/l10n/ja_JP.php b/core/l10n/ja_JP.php index e918ac042fb..10a16ec903b 100644 --- a/core/l10n/ja_JP.php +++ b/core/l10n/ja_JP.php @@ -68,7 +68,7 @@ $TRANSLATIONS = array( "Shared with you and the group {group} by {owner}" => "あなたと {owner} のグループ {group} で共有中", "Shared with you by {owner}" => "{owner} と共有中", "Share with user or group …" => "ユーザもしくはグループと共有 ...", -"Share link" => "共有リンク", +"Share link" => "URLで共有", "Password protect" => "パスワード保護", "Password" => "パスワード", "Allow Public Upload" => "アップロードを許可", @@ -102,6 +102,7 @@ $TRANSLATIONS = array( "Edit tags" => "タグを編集", "Error loading dialog template: {error}" => "メッセージテンプレートの読み込みエラー: {error}", "No tags selected for deletion." => "削除するタグが選択されていません。", +"Please reload the page." => "ページをリロードしてください。", "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 パスワードリセット", @@ -132,6 +133,7 @@ $TRANSLATIONS = array( "Access forbidden" => "アクセスが禁止されています", "Cloud not found" => "見つかりません", "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" => "こんにちは、\n\n%s があなたと %s を共有したことをお知らせします。\nそれを表示: %s\n", +"The share will expire on %s." => "共有は %s で有効期限が切れます。", "Cheers!" => "それでは!", "Security Warning" => "セキュリティ警告", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "あなたのPHPのバージョンには、Null Byte攻撃(CVE-2006-7243)という脆弱性が含まれています。", @@ -164,6 +166,8 @@ $TRANSLATIONS = array( "Log in" => "ログイン", "Alternative Logins" => "代替ログイン", "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "こんにちは、<br><br>%sがあなたと »%s« を共有したことをお知らせします。<br><a href=\"%s\">それを表示</a><br><br>", +"This ownCloud instance is currently in single user mode." => "この ownCloud インスタンスは、現在シングルユーザモードです。", +"This means only administrators can use the instance." => "これは、管理者のみがインスタンスを利用できることを意味しています。", "Contact your system administrator if this message persists or appeared unexpectedly." => "このメッセージが引き続きもしくは予期せず現れる場合は、システム管理者に連絡してください。", "Thank you for your patience." => "しばらくお待ちください。", "Updating ownCloud to version %s, this may take a while." => "ownCloud をバージョン %s に更新しています、しばらくお待ち下さい。", |