diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-18 01:56:40 -0500 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-12-18 01:56:40 -0500 |
commit | 5c6e08213e6ed52517f9f729ae91a2973f09c182 (patch) | |
tree | 88919cee5769c018a20c5fe757b89df719933739 /lib/l10n/ja.js | |
parent | a341f96f9117d38a476a555a3ba07e38a0088afa (diff) | |
download | nextcloud-server-5c6e08213e6ed52517f9f729ae91a2973f09c182.tar.gz nextcloud-server-5c6e08213e6ed52517f9f729ae91a2973f09c182.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index a6f3795a4e0..4c551827289 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -12,6 +12,8 @@ OC.L10N.register( "Following databases are supported: %s" : "次のデータベースをサポートしています: %s", "The command line tool %s could not be found" : "コマンド '%s' は見つかりませんでした。", "Following platforms are supported: %s" : "次のプラットフォームをサポートしています: %s", + "ownCloud %s or higher is required." : "ownCloud %s 以上が必要です。", + "ownCloud with a version lower than %s is required." : "ownCloud %s 以下が必要です。", "Help" : "ヘルプ", "Personal" : "個人", "Settings" : "設定", @@ -19,16 +21,17 @@ OC.L10N.register( "Admin" : "管理", "Recommended" : "推奨", "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "アプリ \\\"%s\\\" をインストールできません。現在のownCloudのバージョンと互換性がありません。", + "App \\\"%s\\\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係は無いため\\\"%s\\\"のアプリをインストールできません:%s", "No app name specified" : "アプリ名が未指定", "Unknown filetype" : "不明なファイルタイプ", "Invalid image" : "無効な画像", "today" : "今日", "yesterday" : "1日前", - "_%n day ago_::_%n days ago_" : [""], + "_%n day ago_::_%n days ago_" : ["%n 日前"], "last month" : "1ヶ月前", "_%n month ago_::_%n months ago_" : ["%nヶ月前"], "last year" : "1年前", - "_%n year ago_::_%n years ago_" : [""], + "_%n year ago_::_%n years ago_" : ["%n 年前"], "_%n hour ago_::_%n hours ago_" : ["%n 時間前"], "_%n minute ago_::_%n minutes ago_" : ["%n 分前"], "seconds ago" : "数秒前", |