diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-04-14 02:26:51 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-04-14 02:26:51 +0000 |
commit | 7081c63d093761df353f71542e5cca3cb1d71072 (patch) | |
tree | e673f400762ab4f06970213ec0e0856d3591f194 /lib/l10n/ja.js | |
parent | 23b8e4a1d4e3d3f54d18f6c7f1be57baf8f75795 (diff) | |
download | nextcloud-server-7081c63d093761df353f71542e5cca3cb1d71072.tar.gz nextcloud-server-7081c63d093761df353f71542e5cca3cb1d71072.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/ja.js')
-rw-r--r-- | lib/l10n/ja.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 50e5c2ce575..12f8b2c8725 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -71,6 +71,10 @@ OC.L10N.register( "seconds ago" : "数秒前", "Empty file" : "空白のファイル", "Module with ID: %s does not exist. Please enable it in your apps settings or contact your administrator." : "ID: %sのモジュールは存在しません。アプリ設定で有効にするか、管理者に問い合わせてください。", + "File already exists" : "ファイルが既に存在します", + "Invalid path" : "パスが無効", + "Failed to create file from template" : "テンプレートからファイルを作成できませんでした", + "Templates" : "テンプレート", "File name is a reserved word" : "ファイル名が予約された単語です", "File name contains at least one invalid character" : "ファイル名に1文字以上の無効な文字が含まれています", "File name is too long" : "ファイル名が長すぎます", @@ -117,6 +121,8 @@ OC.L10N.register( "Files can’t be shared with create permissions" : "作成権限つきでファイルを共有できません。", "Expiration date is in the past" : "有効期限が切れています", "Can’t set expiration date more than %s days in the future" : "有効期限を%s日以降に設定できません。", + "Sharing is only allowed with group members" : "共有はグループメンバーにのみ許可されます", + "Sharing %s failed, because this item is already shared with user %s" : "このアイテム%sはすでにユーザー%sと共有されているため、共有に失敗しました", "%1$s shared »%2$s« with you" : "%1$s は »%2$s« をあなたと共有しました", "%1$s shared »%2$s« with you." : "%1$sが あなたと »%2$s« を共有しました。", "Click the button below to open it." : "開くには下のボタンをクリック", @@ -167,6 +173,7 @@ OC.L10N.register( "Oct." : "10月", "Nov." : "11月", "Dec." : "12月", + "The user limit has been reached and the user was not created." : "ユーザー制限に達し、ユーザーは作成されませんでした。", "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-'\"" : "ユーザー名で利用できる文字列は、次のものです: \"a-z\", \"A-Z\", \"0-9\", \"_.@-\"", "A valid username must be provided" : "有効なユーザー名を指定する必要があります", "Username contains whitespace at the beginning or at the end" : "ユーザー名の最初か最後に空白が含まれています", |