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>2022-04-09 05:27:45 +0300
committerNextcloud bot <bot@nextcloud.com>2022-04-09 05:27:45 +0300
commit6f9d726ccf05945484d3fec2d4fca21c4109eb74 (patch)
tree2efcfd213bb9cf887b40b7fd18bad36ae528fc83 /apps/files_sharing/l10n
parentfadad1e7d7c0ecb0a5d1acdb8f90047a0bd51326 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r--apps/files_sharing/l10n/ja.js7
-rw-r--r--apps/files_sharing/l10n/ja.json7
-rw-r--r--apps/files_sharing/l10n/pt_BR.js2
-rw-r--r--apps/files_sharing/l10n/pt_BR.json2
4 files changed, 18 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js
index 2a089b8e936..9239d6a7b47 100644
--- a/apps/files_sharing/l10n/ja.js
+++ b/apps/files_sharing/l10n/ja.js
@@ -101,6 +101,7 @@ OC.L10N.register(
"Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。",
"Could not delete share" : "共有を削除できませんでした",
"Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください",
+ "Wrong path, file/folder does not exist" : "パスが間違っています。ファイル/フォルダーがありません",
"Could not create share" : "共有を作成できませんでした",
"Invalid permissions" : "無効なパーミッション",
"Please specify a valid user" : "正しいユーザーを指定してください",
@@ -122,6 +123,8 @@ OC.L10N.register(
"Could not lock node" : "ノードをロックできませんでした",
"Could not lock path" : "パスをロックできませんでした",
"Wrong or no update parameter given" : "間違っているか、またはパラメータが更新されていません",
+ "Share must at least have READ or CREATE permissions" : "共有には少なくとも 読み込み または 作成の権限が必要です",
+ "Share must have READ permission if UPDATE or DELETE permission is set" : "更新 または 削除権限が設定されている場合、共有者は 読み込み権限を持っている必要があります。",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Nextcloud Talkが有効になっていないため、ファイルまたはフォルダーを共有するための「NextcloudTalkによるパスワードの送信」ができませんでした。",
"shared by %s" : "%s が共有",
"Download all files" : "すべてのファイルをダウンロード",
@@ -150,6 +153,10 @@ OC.L10N.register(
"Read only" : "読み込み専用",
"Allow upload and editing" : "アップロードと編集を許可",
"File drop (upload only)" : "ファイルドロップ(アップロードのみ)",
+ "Custom permissions" : "カスタム権限",
+ "Read" : "読み込み",
+ "Upload" : "アップロード",
+ "Edit" : "編集",
"Allow creating" : "作成許可",
"Allow deleting" : "削除許可",
"Allow resharing" : "再共有を許可する",
diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json
index 5a7824cbce4..6341081b872 100644
--- a/apps/files_sharing/l10n/ja.json
+++ b/apps/files_sharing/l10n/ja.json
@@ -99,6 +99,7 @@
"Wrong share ID, share doesn't exist" : "共有IDが間違っています。共有がありません。",
"Could not delete share" : "共有を削除できませんでした",
"Please specify a file or folder path" : "ファイルかフォルダーのパスを指定してください",
+ "Wrong path, file/folder does not exist" : "パスが間違っています。ファイル/フォルダーがありません",
"Could not create share" : "共有を作成できませんでした",
"Invalid permissions" : "無効なパーミッション",
"Please specify a valid user" : "正しいユーザーを指定してください",
@@ -120,6 +121,8 @@
"Could not lock node" : "ノードをロックできませんでした",
"Could not lock path" : "パスをロックできませんでした",
"Wrong or no update parameter given" : "間違っているか、またはパラメータが更新されていません",
+ "Share must at least have READ or CREATE permissions" : "共有には少なくとも 読み込み または 作成の権限が必要です",
+ "Share must have READ permission if UPDATE or DELETE permission is set" : "更新 または 削除権限が設定されている場合、共有者は 読み込み権限を持っている必要があります。",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "Nextcloud Talkが有効になっていないため、ファイルまたはフォルダーを共有するための「NextcloudTalkによるパスワードの送信」ができませんでした。",
"shared by %s" : "%s が共有",
"Download all files" : "すべてのファイルをダウンロード",
@@ -148,6 +151,10 @@
"Read only" : "読み込み専用",
"Allow upload and editing" : "アップロードと編集を許可",
"File drop (upload only)" : "ファイルドロップ(アップロードのみ)",
+ "Custom permissions" : "カスタム権限",
+ "Read" : "読み込み",
+ "Upload" : "アップロード",
+ "Edit" : "編集",
"Allow creating" : "作成許可",
"Allow deleting" : "削除許可",
"Allow resharing" : "再共有を許可する",
diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js
index 73194661c8b..89a55906e80 100644
--- a/apps/files_sharing/l10n/pt_BR.js
+++ b/apps/files_sharing/l10n/pt_BR.js
@@ -101,6 +101,7 @@ OC.L10N.register(
"Wrong share ID, share doesn't exist" : "ID de compartilhamento errado, o compartilhamento não existe",
"Could not delete share" : "Não foi possível excluir o compartilhamento",
"Please specify a file or folder path" : "Por favor especifique um arquivo ou um caminho de pasta",
+ "Wrong path, file/folder does not exist" : "Caminho errado, arquivo/pasta não existe",
"Could not create share" : "Não foi possível criar o compartilhamento",
"Invalid permissions" : "Permissões inválidas",
"Please specify a valid user" : "Por favor especifique um usuário válido",
@@ -123,6 +124,7 @@ OC.L10N.register(
"Could not lock path" : "Não foi possível bloquear o caminho",
"Wrong or no update parameter given" : "O parâmetro da atualização fornecido está errado ou não existe",
"Share must at least have READ or CREATE permissions" : "O compartilhamento deve ter pelo menos permissões de LER ou CRIAR",
+ "Share must have READ permission if UPDATE or DELETE permission is set" : "O compartilhamento deve ter permissão de LEITURA se a permissão ATUALIZAÇÃO ou EXCLUSÃO estiver definida",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "O \"envio da senha pelo Bate Papo Nextcloud\" para compartilhar um arquivo ou pasta falhou porque o Bate Papo Nextcloud não está habilitado. ",
"shared by %s" : "compartilhado por %s",
"Download all files" : "Baixar todos os arquivos",
diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json
index 830f320bc72..6f879565f0c 100644
--- a/apps/files_sharing/l10n/pt_BR.json
+++ b/apps/files_sharing/l10n/pt_BR.json
@@ -99,6 +99,7 @@
"Wrong share ID, share doesn't exist" : "ID de compartilhamento errado, o compartilhamento não existe",
"Could not delete share" : "Não foi possível excluir o compartilhamento",
"Please specify a file or folder path" : "Por favor especifique um arquivo ou um caminho de pasta",
+ "Wrong path, file/folder does not exist" : "Caminho errado, arquivo/pasta não existe",
"Could not create share" : "Não foi possível criar o compartilhamento",
"Invalid permissions" : "Permissões inválidas",
"Please specify a valid user" : "Por favor especifique um usuário válido",
@@ -121,6 +122,7 @@
"Could not lock path" : "Não foi possível bloquear o caminho",
"Wrong or no update parameter given" : "O parâmetro da atualização fornecido está errado ou não existe",
"Share must at least have READ or CREATE permissions" : "O compartilhamento deve ter pelo menos permissões de LER ou CRIAR",
+ "Share must have READ permission if UPDATE or DELETE permission is set" : "O compartilhamento deve ter permissão de LEITURA se a permissão ATUALIZAÇÃO ou EXCLUSÃO estiver definida",
"\"Sending the password by Nextcloud Talk\" for sharing a file or folder failed because Nextcloud Talk is not enabled." : "O \"envio da senha pelo Bate Papo Nextcloud\" para compartilhar um arquivo ou pasta falhou porque o Bate Papo Nextcloud não está habilitado. ",
"shared by %s" : "compartilhado por %s",
"Download all files" : "Baixar todos os arquivos",