summaryrefslogtreecommitdiffstats
path: root/apps/files/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2024-02-01 00:19:21 +0000
committerNextcloud bot <bot@nextcloud.com>2024-02-01 00:19:21 +0000
commitdb036ae84edea867160d2fb3779587100e8fbc9c (patch)
treebd214ed7908d9d46d75b38e2ecf6eb3c4b6348c4 /apps/files/l10n
parent1c4162bddfe27c54359d719ca41c90c11b7e4934 (diff)
downloadnextcloud-server-db036ae84edea867160d2fb3779587100e8fbc9c.tar.gz
nextcloud-server-db036ae84edea867160d2fb3779587100e8fbc9c.zip
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n')
-rw-r--r--apps/files/l10n/ar.js1
-rw-r--r--apps/files/l10n/ar.json1
-rw-r--r--apps/files/l10n/ca.js1
-rw-r--r--apps/files/l10n/ca.json1
-rw-r--r--apps/files/l10n/de_DE.js1
-rw-r--r--apps/files/l10n/de_DE.json1
-rw-r--r--apps/files/l10n/es.js3
-rw-r--r--apps/files/l10n/es.json3
-rw-r--r--apps/files/l10n/ko.js4
-rw-r--r--apps/files/l10n/ko.json4
-rw-r--r--apps/files/l10n/pt_BR.js9
-rw-r--r--apps/files/l10n/pt_BR.json9
-rw-r--r--apps/files/l10n/sr.js1
-rw-r--r--apps/files/l10n/sr.json1
-rw-r--r--apps/files/l10n/sv.js1
-rw-r--r--apps/files/l10n/sv.json1
-rw-r--r--apps/files/l10n/zh_CN.js1
-rw-r--r--apps/files/l10n/zh_CN.json1
-rw-r--r--apps/files/l10n/zh_TW.js1
-rw-r--r--apps/files/l10n/zh_TW.json1
20 files changed, 44 insertions, 2 deletions
diff --git a/apps/files/l10n/ar.js b/apps/files/l10n/ar.js
index e4e408d09a9..79ee4f477c1 100644
--- a/apps/files/l10n/ar.js
+++ b/apps/files/l10n/ar.js
@@ -240,6 +240,7 @@ OC.L10N.register(
"Open the files app settings" : "إفتح إعدادات تطبيق الملفات",
"Files settings" : "إعدادات الملفات",
"File cannot be accessed" : "الملف لم يمكن الوصول إليه",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "إمّا أن الملف غير موجود أو أنك لا تمتلك الصلاحية لعرضه. أُطلُب من المُرسل أن يتشاركه معك.",
"Sort favorites first" : "فرز المفضلات أولا",
"Sort folders before files" : "فرز المجلدات قبل الملفات",
"Show hidden files" : "عرض الملفات المخفية",
diff --git a/apps/files/l10n/ar.json b/apps/files/l10n/ar.json
index dc03f40155f..79de79eb988 100644
--- a/apps/files/l10n/ar.json
+++ b/apps/files/l10n/ar.json
@@ -238,6 +238,7 @@
"Open the files app settings" : "إفتح إعدادات تطبيق الملفات",
"Files settings" : "إعدادات الملفات",
"File cannot be accessed" : "الملف لم يمكن الوصول إليه",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "إمّا أن الملف غير موجود أو أنك لا تمتلك الصلاحية لعرضه. أُطلُب من المُرسل أن يتشاركه معك.",
"Sort favorites first" : "فرز المفضلات أولا",
"Sort folders before files" : "فرز المجلدات قبل الملفات",
"Show hidden files" : "عرض الملفات المخفية",
diff --git a/apps/files/l10n/ca.js b/apps/files/l10n/ca.js
index cfbe71700f4..e616a167cb1 100644
--- a/apps/files/l10n/ca.js
+++ b/apps/files/l10n/ca.js
@@ -240,6 +240,7 @@ OC.L10N.register(
"Open the files app settings" : "Obre els paràmetres de l'aplicació Fitxers",
"Files settings" : "Paràmetres de Fitxers",
"File cannot be accessed" : "No es pot accedir al fitxer",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "No s'ha trobat el fitxer o no teniu permisos per a visualitzar-lo. Demaneu al remitent que el comparteixi.",
"Sort favorites first" : "Ordena primer els preferits",
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"Show hidden files" : "Mostra els fitxers ocults",
diff --git a/apps/files/l10n/ca.json b/apps/files/l10n/ca.json
index 34930d27632..10d385c437e 100644
--- a/apps/files/l10n/ca.json
+++ b/apps/files/l10n/ca.json
@@ -238,6 +238,7 @@
"Open the files app settings" : "Obre els paràmetres de l'aplicació Fitxers",
"Files settings" : "Paràmetres de Fitxers",
"File cannot be accessed" : "No es pot accedir al fitxer",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "No s'ha trobat el fitxer o no teniu permisos per a visualitzar-lo. Demaneu al remitent que el comparteixi.",
"Sort favorites first" : "Ordena primer els preferits",
"Sort folders before files" : "Ordena les carpetes abans dels fitxers",
"Show hidden files" : "Mostra els fitxers ocults",
diff --git a/apps/files/l10n/de_DE.js b/apps/files/l10n/de_DE.js
index f15b30f402d..80911234797 100644
--- a/apps/files/l10n/de_DE.js
+++ b/apps/files/l10n/de_DE.js
@@ -240,6 +240,7 @@ OC.L10N.register(
"Open the files app settings" : "Einstellungen der Dateien-App öffnen",
"Files settings" : "Dateien-Einstellungen",
"File cannot be accessed" : "Auf die Datei kann nicht zugegriffen werden",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Die Datei konnte nicht gefunden werden oder Sie haben keine Berechtigungen, um sie anzuzeigen. Bitten Sie den Absender, die Datei zu teilen.",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Show hidden files" : "Versteckte Dateien anzeigen",
diff --git a/apps/files/l10n/de_DE.json b/apps/files/l10n/de_DE.json
index 4138ed36c98..f02ade3d20b 100644
--- a/apps/files/l10n/de_DE.json
+++ b/apps/files/l10n/de_DE.json
@@ -238,6 +238,7 @@
"Open the files app settings" : "Einstellungen der Dateien-App öffnen",
"Files settings" : "Dateien-Einstellungen",
"File cannot be accessed" : "Auf die Datei kann nicht zugegriffen werden",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Die Datei konnte nicht gefunden werden oder Sie haben keine Berechtigungen, um sie anzuzeigen. Bitten Sie den Absender, die Datei zu teilen.",
"Sort favorites first" : "Favoriten zuerst sortieren",
"Sort folders before files" : "Ordner vor Dateien sortieren",
"Show hidden files" : "Versteckte Dateien anzeigen",
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js
index 11b8e556757..36abf89e3fc 100644
--- a/apps/files/l10n/es.js
+++ b/apps/files/l10n/es.js
@@ -240,7 +240,9 @@ OC.L10N.register(
"Open the files app settings" : "Abrir la configuración de la app Archivos",
"Files settings" : "Configuración de archivos",
"File cannot be accessed" : "El archivo no puede ser accesado",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "El archivo no fue encontrado o no tiene permisos para verlo. Solicite al remitente que lo comparta.",
"Sort favorites first" : "Ordenar los favoritos primero",
+ "Sort folders before files" : "Ordenar carpetas antes que archivos",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"Enable the grid view" : "Habilitar vista de cuadrícula",
@@ -273,6 +275,7 @@ OC.L10N.register(
"Copy to {target}" : "Copiar a {target}",
"Move to {target}" : "Mover a {target}",
"Cancelled move or copy operation" : "Se canceló la operación de mover o copiar",
+ "Move or copy operation failed" : "La operación de mover o copiar falló",
"Open folder {displayName}" : "Abrir carpeta {displayName}",
"Open in Files" : "Abrir en Archivos",
"Open details" : "Abrir detalles",
diff --git a/apps/files/l10n/es.json b/apps/files/l10n/es.json
index 4d732d44bf5..5eecfe6215e 100644
--- a/apps/files/l10n/es.json
+++ b/apps/files/l10n/es.json
@@ -238,7 +238,9 @@
"Open the files app settings" : "Abrir la configuración de la app Archivos",
"Files settings" : "Configuración de archivos",
"File cannot be accessed" : "El archivo no puede ser accesado",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "El archivo no fue encontrado o no tiene permisos para verlo. Solicite al remitente que lo comparta.",
"Sort favorites first" : "Ordenar los favoritos primero",
+ "Sort folders before files" : "Ordenar carpetas antes que archivos",
"Show hidden files" : "Mostrar archivos ocultos",
"Crop image previews" : "Recortar la previsualización de las imágenes",
"Enable the grid view" : "Habilitar vista de cuadrícula",
@@ -271,6 +273,7 @@
"Copy to {target}" : "Copiar a {target}",
"Move to {target}" : "Mover a {target}",
"Cancelled move or copy operation" : "Se canceló la operación de mover o copiar",
+ "Move or copy operation failed" : "La operación de mover o copiar falló",
"Open folder {displayName}" : "Abrir carpeta {displayName}",
"Open in Files" : "Abrir en Archivos",
"Open details" : "Abrir detalles",
diff --git a/apps/files/l10n/ko.js b/apps/files/l10n/ko.js
index 0751bea660a..b47f93071c8 100644
--- a/apps/files/l10n/ko.js
+++ b/apps/files/l10n/ko.js
@@ -240,7 +240,9 @@ OC.L10N.register(
"Open the files app settings" : "파일 앱 설정을 열기",
"Files settings" : "파일 설정",
"File cannot be accessed" : "파일에 접근할 수 없음",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "파일을 찾을 수 없거나 볼 권한이 없습니다. 보낸 이에게 공유를 요청하세요.",
"Sort favorites first" : "즐겨찾기를 처음에 나열",
+ "Sort folders before files" : "폴더를 파일보다 먼저 정렬",
"Show hidden files" : "숨김 파일 보이기",
"Crop image previews" : "이미지 미리보기 확대",
"Enable the grid view" : "바둑판식 보기 활성화",
@@ -314,7 +316,7 @@ OC.L10N.register(
"Shared with others" : "다른 사람과 공유됨",
"Shared with you" : "나와 공유됨",
"Deleted shares" : "삭제된 공유",
- "Pending shares" : "진행중인 공유",
+ "Pending shares" : "보류 중인 공유",
"This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음",
"This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음",
"Select the row for {displayName}" : "{displayName}을 위한 행을 선택",
diff --git a/apps/files/l10n/ko.json b/apps/files/l10n/ko.json
index 1f98b8f0484..c44d80dafe3 100644
--- a/apps/files/l10n/ko.json
+++ b/apps/files/l10n/ko.json
@@ -238,7 +238,9 @@
"Open the files app settings" : "파일 앱 설정을 열기",
"Files settings" : "파일 설정",
"File cannot be accessed" : "파일에 접근할 수 없음",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "파일을 찾을 수 없거나 볼 권한이 없습니다. 보낸 이에게 공유를 요청하세요.",
"Sort favorites first" : "즐겨찾기를 처음에 나열",
+ "Sort folders before files" : "폴더를 파일보다 먼저 정렬",
"Show hidden files" : "숨김 파일 보이기",
"Crop image previews" : "이미지 미리보기 확대",
"Enable the grid view" : "바둑판식 보기 활성화",
@@ -312,7 +314,7 @@
"Shared with others" : "다른 사람과 공유됨",
"Shared with you" : "나와 공유됨",
"Deleted shares" : "삭제된 공유",
- "Pending shares" : "진행중인 공유",
+ "Pending shares" : "보류 중인 공유",
"This file has the tag {tag}" : "이 파일에 {tag} 태그가 있음",
"This file has the tags {firstTags} and {lastTag}" : "이 파일에 {firstTags}와 {lastTag} 태그가 있음",
"Select the row for {displayName}" : "{displayName}을 위한 행을 선택",
diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js
index ad21383be30..99ea82c67c2 100644
--- a/apps/files/l10n/pt_BR.js
+++ b/apps/files/l10n/pt_BR.js
@@ -178,6 +178,8 @@ OC.L10N.register(
"Upload successful" : "Carregamento bem-sucedido",
"\"{displayName}\" action executed successfully" : "Ação \"{displayName}\" executada com sucesso",
"\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou",
+ "Toggle selection for file \"{displayName}\"" : "Alternar seleção do arquivo \"{displayName}\"",
+ "Toggle selection for folder \"{displayName}\"" : "Alternar seleção da pasta \"{displayName}\"",
"Rename file" : "Renomear arquivo",
"File name" : "Nome do arquivo",
"Folder name" : "Nome da pasta",
@@ -195,6 +197,7 @@ OC.L10N.register(
"Could not copy {file}. {message}" : "Não foi possível copiar {file}. {message}",
"Could not move {file}. {message}" : "Não foi possível mover {file}. {message}",
"Total rows summary" : "Resumo total de linhas",
+ "Toggle selection for all files and folders" : "Alternar seleção para todos os arquivos e pastas",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos",
"\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso",
"List of files and folders." : "Lista de arquivos e pastas.",
@@ -232,11 +235,14 @@ OC.L10N.register(
"Switch to list view" : "Mudar para a visualizar lista",
"Switch to grid view" : "Mudar para visualização em grade",
"Error during upload: {message}" : "Erro durante o upload: {message}",
+ "Error during upload, status code {status}" : "Erro durante o upload, código de status {status}",
"Unknown error during upload" : "Erro desconhecido durante o upload",
"Open the files app settings" : "Abra as configurações do aplicativo de arquivos",
"Files settings" : "Configurações de arquivos",
"File cannot be accessed" : "File cannot be accessed",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "O arquivo não foi encontrado ou você não tem permissão para visualizá-lo. Peça ao remetente para compartilhá-lo.",
"Sort favorites first" : "Ordenar favoritos primeiro",
+ "Sort folders before files" : "Classifique as pastas antes dos arquivos",
"Show hidden files" : "Mostrar arquivos ocultos",
"Crop image previews" : "Cortar visualizações de imagem",
"Enable the grid view" : "Habilite a visualização em grade",
@@ -260,6 +266,8 @@ OC.L10N.register(
"Destination is not a folder" : "O destino não é uma pasta",
"This file/folder is already in that directory" : "Este arquivo/pasta já está nesse diretório",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Você não pode mover um arquivo/pasta para si mesmo ou para uma subpasta dele mesmo",
+ "(copy)" : "(cópia)",
+ "(copy %n)" : "(copiar %n)",
"A file or folder with that name already exists in this folder" : "Já existe um arquivo ou pasta com esse nome nesta pasta",
"The files is locked" : "Os arquivos estão bloqueados",
"The file does not exist anymore" : "O arquivo não existe mais",
@@ -267,6 +275,7 @@ OC.L10N.register(
"Copy to {target}" : "Copiar para {target}",
"Move to {target}" : "Mover para {target}",
"Cancelled move or copy operation" : "Operação de movimentação ou cópia cancelada",
+ "Move or copy operation failed" : "Falha na operação de movimentação ou cópia",
"Open folder {displayName}" : "Abra a pasta {displayName}",
"Open in Files" : "Abrir em arquivos",
"Open details" : "Abrir detalhes",
diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json
index 6c0b00787ca..8c3cee19b89 100644
--- a/apps/files/l10n/pt_BR.json
+++ b/apps/files/l10n/pt_BR.json
@@ -176,6 +176,8 @@
"Upload successful" : "Carregamento bem-sucedido",
"\"{displayName}\" action executed successfully" : "Ação \"{displayName}\" executada com sucesso",
"\"{displayName}\" action failed" : "A ação \"{displayName}\" falhou",
+ "Toggle selection for file \"{displayName}\"" : "Alternar seleção do arquivo \"{displayName}\"",
+ "Toggle selection for folder \"{displayName}\"" : "Alternar seleção da pasta \"{displayName}\"",
"Rename file" : "Renomear arquivo",
"File name" : "Nome do arquivo",
"Folder name" : "Nome da pasta",
@@ -193,6 +195,7 @@
"Could not copy {file}. {message}" : "Não foi possível copiar {file}. {message}",
"Could not move {file}. {message}" : "Não foi possível mover {file}. {message}",
"Total rows summary" : "Resumo total de linhas",
+ "Toggle selection for all files and folders" : "Alternar seleção para todos os arquivos e pastas",
"\"{displayName}\" failed on some elements " : "\"{displayName}\" falhou em alguns elementos",
"\"{displayName}\" batch action executed successfully" : "Ação em lote \"{displayName}\" executada com sucesso",
"List of files and folders." : "Lista de arquivos e pastas.",
@@ -230,11 +233,14 @@
"Switch to list view" : "Mudar para a visualizar lista",
"Switch to grid view" : "Mudar para visualização em grade",
"Error during upload: {message}" : "Erro durante o upload: {message}",
+ "Error during upload, status code {status}" : "Erro durante o upload, código de status {status}",
"Unknown error during upload" : "Erro desconhecido durante o upload",
"Open the files app settings" : "Abra as configurações do aplicativo de arquivos",
"Files settings" : "Configurações de arquivos",
"File cannot be accessed" : "File cannot be accessed",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "O arquivo não foi encontrado ou você não tem permissão para visualizá-lo. Peça ao remetente para compartilhá-lo.",
"Sort favorites first" : "Ordenar favoritos primeiro",
+ "Sort folders before files" : "Classifique as pastas antes dos arquivos",
"Show hidden files" : "Mostrar arquivos ocultos",
"Crop image previews" : "Cortar visualizações de imagem",
"Enable the grid view" : "Habilite a visualização em grade",
@@ -258,6 +264,8 @@
"Destination is not a folder" : "O destino não é uma pasta",
"This file/folder is already in that directory" : "Este arquivo/pasta já está nesse diretório",
"You cannot move a file/folder onto itself or into a subfolder of itself" : "Você não pode mover um arquivo/pasta para si mesmo ou para uma subpasta dele mesmo",
+ "(copy)" : "(cópia)",
+ "(copy %n)" : "(copiar %n)",
"A file or folder with that name already exists in this folder" : "Já existe um arquivo ou pasta com esse nome nesta pasta",
"The files is locked" : "Os arquivos estão bloqueados",
"The file does not exist anymore" : "O arquivo não existe mais",
@@ -265,6 +273,7 @@
"Copy to {target}" : "Copiar para {target}",
"Move to {target}" : "Mover para {target}",
"Cancelled move or copy operation" : "Operação de movimentação ou cópia cancelada",
+ "Move or copy operation failed" : "Falha na operação de movimentação ou cópia",
"Open folder {displayName}" : "Abra a pasta {displayName}",
"Open in Files" : "Abrir em arquivos",
"Open details" : "Abrir detalhes",
diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js
index 301fb2b9ceb..ab0a6941816 100644
--- a/apps/files/l10n/sr.js
+++ b/apps/files/l10n/sr.js
@@ -240,6 +240,7 @@ OC.L10N.register(
"Open the files app settings" : "Отвори подешавања апликације фајлови",
"Files settings" : "Подешавања фајлова",
"File cannot be accessed" : "Фајлу не може да се приступи",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Фајл није могао да се пронађе или немате дозволу да га прегледате. Замолите пошиљаоца да га подели.",
"Sort favorites first" : "Сортирај прво омиљене",
"Sort folders before files" : "Поређај фолдере испред фајлова",
"Show hidden files" : "Прикажи скривене фајлове",
diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json
index a6f055e3407..30ba7db566c 100644
--- a/apps/files/l10n/sr.json
+++ b/apps/files/l10n/sr.json
@@ -238,6 +238,7 @@
"Open the files app settings" : "Отвори подешавања апликације фајлови",
"Files settings" : "Подешавања фајлова",
"File cannot be accessed" : "Фајлу не може да се приступи",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Фајл није могао да се пронађе или немате дозволу да га прегледате. Замолите пошиљаоца да га подели.",
"Sort favorites first" : "Сортирај прво омиљене",
"Sort folders before files" : "Поређај фолдере испред фајлова",
"Show hidden files" : "Прикажи скривене фајлове",
diff --git a/apps/files/l10n/sv.js b/apps/files/l10n/sv.js
index dd6e5e32e7e..1fa0852e0bf 100644
--- a/apps/files/l10n/sv.js
+++ b/apps/files/l10n/sv.js
@@ -240,6 +240,7 @@ OC.L10N.register(
"Open the files app settings" : "Öppna filappens inställningar",
"Files settings" : "Filinställningar",
"File cannot be accessed" : "Det går inte att komma åt filen",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Filen kunde inte hittas eller så har du inte behörighet att visa den. Be avsändaren att dela den.",
"Sort favorites first" : "Sortera favoriter först",
"Sort folders before files" : "Sortera mappar före filer",
"Show hidden files" : "Visa dolda filer",
diff --git a/apps/files/l10n/sv.json b/apps/files/l10n/sv.json
index 0325d9c8b06..11bcda9d018 100644
--- a/apps/files/l10n/sv.json
+++ b/apps/files/l10n/sv.json
@@ -238,6 +238,7 @@
"Open the files app settings" : "Öppna filappens inställningar",
"Files settings" : "Filinställningar",
"File cannot be accessed" : "Det går inte att komma åt filen",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "Filen kunde inte hittas eller så har du inte behörighet att visa den. Be avsändaren att dela den.",
"Sort favorites first" : "Sortera favoriter först",
"Sort folders before files" : "Sortera mappar före filer",
"Show hidden files" : "Visa dolda filer",
diff --git a/apps/files/l10n/zh_CN.js b/apps/files/l10n/zh_CN.js
index c707e5d4edf..2f59545cb00 100644
--- a/apps/files/l10n/zh_CN.js
+++ b/apps/files/l10n/zh_CN.js
@@ -169,6 +169,7 @@ OC.L10N.register(
"The ownership transfer of {path} from {user} has completed." : "来自 {user} 的 {path} 的所有权转移已完成。",
"in %s" : "在 %s",
"File Management" : "文件管理",
+ "Current directory path" : "当前文件目录",
"Reload current directory" : "重新载入当前目录",
"Go to the \"{dir}\" directory" : "前往“{dir}”目录",
"Drag and drop files here to upload" : "将文件拖拽至此处以上传",
diff --git a/apps/files/l10n/zh_CN.json b/apps/files/l10n/zh_CN.json
index 73b14e85d22..2e4cedc3c9c 100644
--- a/apps/files/l10n/zh_CN.json
+++ b/apps/files/l10n/zh_CN.json
@@ -167,6 +167,7 @@
"The ownership transfer of {path} from {user} has completed." : "来自 {user} 的 {path} 的所有权转移已完成。",
"in %s" : "在 %s",
"File Management" : "文件管理",
+ "Current directory path" : "当前文件目录",
"Reload current directory" : "重新载入当前目录",
"Go to the \"{dir}\" directory" : "前往“{dir}”目录",
"Drag and drop files here to upload" : "将文件拖拽至此处以上传",
diff --git a/apps/files/l10n/zh_TW.js b/apps/files/l10n/zh_TW.js
index 05f7660b58b..12e7c88ff0a 100644
--- a/apps/files/l10n/zh_TW.js
+++ b/apps/files/l10n/zh_TW.js
@@ -240,6 +240,7 @@ OC.L10N.register(
"Open the files app settings" : "開啟檔案應用程式設定",
"Files settings" : "檔案設定",
"File cannot be accessed" : "無法存取檔案",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到該檔案,或是您沒有檢視該檔案的權限。請寄件者分享。",
"Sort favorites first" : "先排序最愛",
"Sort folders before files" : "將資料夾排序在檔案前",
"Show hidden files" : "顯示隱藏檔",
diff --git a/apps/files/l10n/zh_TW.json b/apps/files/l10n/zh_TW.json
index 03928a35392..8731cf8c7e5 100644
--- a/apps/files/l10n/zh_TW.json
+++ b/apps/files/l10n/zh_TW.json
@@ -238,6 +238,7 @@
"Open the files app settings" : "開啟檔案應用程式設定",
"Files settings" : "檔案設定",
"File cannot be accessed" : "無法存取檔案",
+ "The file could not be found or you do not have permissions to view it. Ask the sender to share it." : "找不到該檔案,或是您沒有檢視該檔案的權限。請寄件者分享。",
"Sort favorites first" : "先排序最愛",
"Sort folders before files" : "將資料夾排序在檔案前",
"Show hidden files" : "顯示隱藏檔",