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:
Diffstat (limited to 'apps/files')
-rw-r--r--apps/files/l10n/hu.js2
-rw-r--r--apps/files/l10n/hu.json2
-rw-r--r--apps/files/l10n/pt_BR.js2
-rw-r--r--apps/files/l10n/pt_BR.json2
-rw-r--r--apps/files/l10n/zh_TW.js2
-rw-r--r--apps/files/l10n/zh_TW.json2
6 files changed, 12 insertions, 0 deletions
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js
index 171f0e1c769..8d43d7e870a 100644
--- a/apps/files/l10n/hu.js
+++ b/apps/files/l10n/hu.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["%n fájl","%n fájl"],
"{dirs} and {files}" : "{dirs} és {files}",
"_including %n hidden_::_including %n hidden_" : ["köztük %n rejtett","köztük %n rejtett"],
+ "You do not have permission to upload or create files here" : "Nincs jogosultsága fájlok ide feltöltéséhez vagy létrehozásához",
"_Uploading %n file_::_Uploading %n files_" : ["%n fájl feltöltése","%n fájl feltöltése"],
"New" : "Új",
"Select file range" : "Válasszon fájltartományt",
@@ -170,6 +171,7 @@ OC.L10N.register(
"Transfer {path} to {userid}" : "{path} átruházása {userid} számára",
"Invalid path selected" : "Érvénytelen útvonal kiválasztva",
"Ownership transfer request sent" : "Tulajdonjog átruházási kérés elküldve",
+ "Cannot transfer ownership of a file or folder you do not own" : "Nem ruházható át olyan fájl vagy mappa tulajdonjoga, amely nem Öné",
"Tags" : "Címkék",
"Unable to change the favourite state of the file" : "Nem lehet megváltoztatni a fájl kedvenc állapotát",
"Error while loading the file data" : "Hiba történt a fájladatok betöltése közben",
diff --git a/apps/files/l10n/hu.json b/apps/files/l10n/hu.json
index 6a3ae3f3c5e..37db8217a75 100644
--- a/apps/files/l10n/hu.json
+++ b/apps/files/l10n/hu.json
@@ -70,6 +70,7 @@
"_%n file_::_%n files_" : ["%n fájl","%n fájl"],
"{dirs} and {files}" : "{dirs} és {files}",
"_including %n hidden_::_including %n hidden_" : ["köztük %n rejtett","köztük %n rejtett"],
+ "You do not have permission to upload or create files here" : "Nincs jogosultsága fájlok ide feltöltéséhez vagy létrehozásához",
"_Uploading %n file_::_Uploading %n files_" : ["%n fájl feltöltése","%n fájl feltöltése"],
"New" : "Új",
"Select file range" : "Válasszon fájltartományt",
@@ -168,6 +169,7 @@
"Transfer {path} to {userid}" : "{path} átruházása {userid} számára",
"Invalid path selected" : "Érvénytelen útvonal kiválasztva",
"Ownership transfer request sent" : "Tulajdonjog átruházási kérés elküldve",
+ "Cannot transfer ownership of a file or folder you do not own" : "Nem ruházható át olyan fájl vagy mappa tulajdonjoga, amely nem Öné",
"Tags" : "Címkék",
"Unable to change the favourite state of the file" : "Nem lehet megváltoztatni a fájl kedvenc állapotát",
"Error while loading the file data" : "Hiba történt a fájladatok betöltése közben",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index fc138804bb3..5dd0310aa30 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -72,6 +72,7 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["%n arquivo","%n arquivos","%n arquivos"],
"{dirs} and {files}" : "{dirs} e {files}",
"_including %n hidden_::_including %n hidden_" : ["incluindo %n oculto","incluindo %n ocultos","incluindo %n ocultos"],
+ "You do not have permission to upload or create files here" : "Você não tem permissão para upload ou criar arquivos aqui",
"_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos","Enviando %n arquivos"],
"New" : "Novo",
"Select file range" : "Selecionar o intervalo de arquivos",
@@ -170,6 +171,7 @@ OC.L10N.register(
"Transfer {path} to {userid}" : "Transferir {path} para {userid}",
"Invalid path selected" : "Caminho inválido selecionado",
"Ownership transfer request sent" : "Solicitação de transferência de propriedade enviada",
+ "Cannot transfer ownership of a file or folder you do not own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não possui",
"Tags" : "Etiquetas",
"Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo",
"Error while loading the file data" : "Erro ao carregar os dados do arquivo",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 3b469e828b5..cf373b8eca4 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -70,6 +70,7 @@
"_%n file_::_%n files_" : ["%n arquivo","%n arquivos","%n arquivos"],
"{dirs} and {files}" : "{dirs} e {files}",
"_including %n hidden_::_including %n hidden_" : ["incluindo %n oculto","incluindo %n ocultos","incluindo %n ocultos"],
+ "You do not have permission to upload or create files here" : "Você não tem permissão para upload ou criar arquivos aqui",
"_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos","Enviando %n arquivos"],
"New" : "Novo",
"Select file range" : "Selecionar o intervalo de arquivos",
@@ -168,6 +169,7 @@
"Transfer {path} to {userid}" : "Transferir {path} para {userid}",
"Invalid path selected" : "Caminho inválido selecionado",
"Ownership transfer request sent" : "Solicitação de transferência de propriedade enviada",
+ "Cannot transfer ownership of a file or folder you do not own" : "Não é possível transferir a propriedade de um arquivo ou pasta que você não possui",
"Tags" : "Etiquetas",
"Unable to change the favourite state of the file" : "Não foi possível alterar o estado favorito do arquivo",
"Error while loading the file data" : "Erro ao carregar os dados do arquivo",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 64a45f48002..202344b99f6 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.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" : "載入檔案資料時發生錯誤",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 661faaf9d10..379ce298457 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -70,6 +70,7 @@
"_%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" : "選取多個檔案",
@@ -168,6 +169,7 @@
"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" : "載入檔案資料時發生錯誤",