Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-08-16 03:08:33 +0300
committerNextcloud bot <bot@nextcloud.com>2017-08-16 03:08:33 +0300
commitd7406e515952bfa2c2659ecd44599bb0e5afbeec (patch)
treeb3ed3fe74bda63f5132e61e797fec09fad57084c /lib/l10n/ja.js
parent8c97218b95ce43f393d7100b6df8c18aa5d4f1c4 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r--lib/l10n/ja.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js
index 70f61ce0c8d..f9f50d57290 100644
--- a/lib/l10n/ja.js
+++ b/lib/l10n/ja.js
@@ -88,11 +88,8 @@ OC.L10N.register(
"Not allowed to create a federated share with the same user" : "同じユーザーでフェデレーション共有を作成することは出来ません",
"Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s を共有できませんでした。%s が見つかりませんでした。現在サーバーに接続できないようです。",
"Share type %s is not valid for %s" : "%s の共有方法は、%s には適用できません。",
- "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s を共有できませんでした。%s に許可されている権限を越えています。",
- "Setting permissions for %s failed, because the item was not found" : "%s を共有できませんでした。アイテムが存在しません。",
"Cannot set expiration date. Shares cannot expire later than %s after they have been shared" : "有効期限を設定できません。共有開始から %s 以降に有効期限を設定することはできません。",
"Cannot set expiration date. Expiration date is in the past" : "有効期限を設定できません。有効期限が過去を示しています。",
- "Cannot clear expiration date. Shares are required to have an expiration date." : "有効期限を解除できません。共有するには有効期限を設定する必要があります。",
"Sharing backend %s must implement the interface OCP\\Share_Backend" : "%s のバックエンドの共有には、OCP\\Share_Backend インターフェースを実装しなければなりません。",
"Sharing backend %s not found" : "共有バックエンド %s が見つかりません",
"Sharing backend for %s not found" : "%s のための共有バックエンドが見つかりません",
@@ -201,6 +198,9 @@ OC.L10N.register(
"Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator." : "id: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。",
"Server settings" : "サーバー設定",
"You need to enter either an existing account or the administrator." : "既存のアカウントもしくは管理者のどちらかを入力する必要があります。",
+ "Setting permissions for %s failed, because the permissions exceed permissions granted to %s" : "%s を共有できませんでした。%s に許可されている権限を越えています。",
+ "Setting permissions for %s failed, because the item was not found" : "%s を共有できませんでした。アイテムが存在しません。",
+ "Cannot clear expiration date. Shares are required to have an expiration date." : "有効期限を解除できません。共有するには有効期限を設定する必要があります。",
"Cannot increase permissions of %s" : "%s の権限を強化できません",
"Files can't be shared with delete permissions" : "削除権限つきでファイルを共有できません。",
"Files can't be shared with create permissions" : "作成権限つきでファイルを共有できません。",