diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-01 01:11:06 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-01 01:11:06 +0000 |
commit | 2e6e969fbcc3835a23461a99ca332752898c5f70 (patch) | |
tree | bdf02dbe0264d5f49d652008fa2566d22b51c458 /lib/l10n/ja.js | |
parent | 88d5f6ec637fd7b3e540b0616e0283b747a79969 (diff) | |
download | nextcloud-server-2e6e969fbcc3835a23461a99ca332752898c5f70.tar.gz nextcloud-server-2e6e969fbcc3835a23461a99ca332752898c5f70.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 3f362a13741..5e5f9b2d9c2 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -174,8 +174,6 @@ OC.L10N.register( "Could not create user" : "ユーザーを作成できませんでした", "User disabled" : "ユーザーは無効です", "Login canceled by app" : "アプリによりログインが中止されました", - "No app name specified" : "アプリ名が未指定", - "App '%s' could not be installed!" : "'%s' アプリをインストールできませんでした。", "App \"%s\" cannot be installed because the following dependencies are not fulfilled: %s" : "次の依存関係が満たされないため、\"%s\" アプリをインストールできません:%s", "a safe home for all your data" : "あなたの全データの安全な家", "File is currently busy, please try again later" : "現在ファイルはビジーです。後でもう一度試してください。", @@ -234,6 +232,8 @@ OC.L10N.register( "Cannot set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。", "Personal" : "個人", "Admin" : "管理", + "No app name specified" : "アプリ名が未指定", + "App '%s' could not be installed!" : "'%s' アプリをインストールできませんでした。", "This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." : "多くの場合、これは %s Webサーバーにappsディレクトリ %s への書き込み権限を与えるか、設定ファイルでアプリストアを無効化することで解決できます。", "Cannot create \"data\" directory (%s)" : "\"data\" ディレクトリ (%s) を作成できません", "This can usually be fixed by <a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">giving the webserver write access to the root directory</a>." : "通常、<a href=\"%s\" target=\"_blank\" rel=\"noreferrer\">Webサーバーにルートディレクトリへの書き込み権限を与える</a>ことで解決できます。", |