diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-12 02:27:53 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-12 02:27:53 +0000 |
commit | af0b50daa51c6e7edbbf82d41f2ebd1b146f8871 (patch) | |
tree | d06f5e8e5271b5fefaab12aa5f7186c38f2fef8d /apps/files/l10n/ja.js | |
parent | a7b932cb52f6d0a332d6f7410b633b3cacc7e66b (diff) | |
download | nextcloud-server-af0b50daa51c6e7edbbf82d41f2ebd1b146f8871.tar.gz nextcloud-server-af0b50daa51c6e7edbbf82d41f2ebd1b146f8871.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/ja.js')
-rw-r--r-- | apps/files/l10n/ja.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/ja.js b/apps/files/l10n/ja.js index ad41566599e..0953348b021 100644 --- a/apps/files/l10n/ja.js +++ b/apps/files/l10n/ja.js @@ -72,6 +72,7 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n 個のファイル"], "{dirs} and {files}" : "{dirs} と {files}", "_including %n hidden_::_including %n hidden_" : ["%n 個の隠しファイルが含まれています"], + "You do not have permission to upload or create files here" : "ここにファイルをアップロードまたは作成する権限がありません", "_Uploading %n file_::_Uploading %n files_" : ["%n 個のファイルをアップロード中"], "New" : "新規作成", "Select file range" : "ファイルを範囲選択", @@ -170,6 +171,7 @@ OC.L10N.register( "Transfer {path} to {userid}" : "{path} を {userid} に転送する", "Invalid path selected" : "無効なパスが選択されました", "Ownership transfer request sent" : "所有権転送のリクエストを送信しました", + "Cannot transfer ownership of a file or folder you do not own" : "所有していないファイルまたはフォルダーの所有権を譲渡することはできません", "Tags" : "タグ", "Unable to change the favourite state of the file" : "ファイルのお気に入りの状態を変更できません", "Error while loading the file data" : "ファイルデータの読み込み中にエラーが発生しました", |