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
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-04-10 05:31:40 +0300
committerNextcloud bot <bot@nextcloud.com>2021-04-10 05:31:40 +0300
commit08c65167f4d2a791a170b730260268e7cdbecfdc (patch)
tree764c835781e7b40574acb20611a80e5c34eb42d7 /core
parent2843b84b43195f1a66036df31256e90e7c962764 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r--core/l10n/cs.js8
-rw-r--r--core/l10n/cs.json8
-rw-r--r--core/l10n/de_DE.js8
-rw-r--r--core/l10n/de_DE.json8
-rw-r--r--core/l10n/es.js8
-rw-r--r--core/l10n/es.json8
-rw-r--r--core/l10n/pl.js8
-rw-r--r--core/l10n/pl.json8
-rw-r--r--core/l10n/pt_BR.js8
-rw-r--r--core/l10n/pt_BR.json8
-rw-r--r--core/l10n/tr.js8
-rw-r--r--core/l10n/tr.json8
-rw-r--r--core/l10n/zh_CN.js8
-rw-r--r--core/l10n/zh_CN.json8
14 files changed, 112 insertions, 0 deletions
diff --git a/core/l10n/cs.js b/core/l10n/cs.js
index 04e2fbabbbc..dc39a510aea 100644
--- a/core/l10n/cs.js
+++ b/core/l10n/cs.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Soubor je příliš velký",
"The selected file is not an image." : "Vybraný soubor není obrázek.",
"The selected file cannot be read." : "Vybraný soubor se nedaří přečíst.",
+ "The file was uploaded" : "Soubor byl nahrán",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, které bylo zadáno v HTML formuláři",
+ "The file was only partially uploaded" : "Soubor byl nahrán pouze částečně",
+ "No file was uploaded" : "Nebyl nahrán žádný soubor",
+ "Missing a temporary folder" : "Chybí složka pro dočasné soubory",
+ "Could not write file to disk" : "Soubor se nedaří zapsat na úložiště",
+ "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru",
"Invalid file provided" : "Zadán neplatný soubor",
"No image or file provided" : "Neposkytnut žádný obrázek nebo soubor",
"Unknown filetype" : "Neznámý typ souboru",
diff --git a/core/l10n/cs.json b/core/l10n/cs.json
index 82c27922292..d10d62dc15a 100644
--- a/core/l10n/cs.json
+++ b/core/l10n/cs.json
@@ -3,6 +3,14 @@
"File is too big" : "Soubor je příliš velký",
"The selected file is not an image." : "Vybraný soubor není obrázek.",
"The selected file cannot be read." : "Vybraný soubor se nedaří přečíst.",
+ "The file was uploaded" : "Soubor byl nahrán",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Velikost nahrávaného souboru překračuje limit nastavení direktivou upload_max_filesize v php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Nahraný soubor překračuje nastavení MAX_FILE_SIZE, které bylo zadáno v HTML formuláři",
+ "The file was only partially uploaded" : "Soubor byl nahrán pouze částečně",
+ "No file was uploaded" : "Nebyl nahrán žádný soubor",
+ "Missing a temporary folder" : "Chybí složka pro dočasné soubory",
+ "Could not write file to disk" : "Soubor se nedaří zapsat na úložiště",
+ "A PHP extension stopped the file upload" : "PHP rozšíření zastavilo nahrávání souboru",
"Invalid file provided" : "Zadán neplatný soubor",
"No image or file provided" : "Neposkytnut žádný obrázek nebo soubor",
"Unknown filetype" : "Neznámý typ souboru",
diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js
index c4ff28848a5..19d390bc02d 100644
--- a/core/l10n/de_DE.js
+++ b/core/l10n/de_DE.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Datei ist zu groß",
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
"The selected file cannot be read." : "Die ausgewählte Datei kann nicht gelesen werden.",
+ "The file was uploaded" : "Die Datei wurde hochgeladen",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist",
+ "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
+ "No file was uploaded" : "Es wurde keine Datei hochgeladen",
+ "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
+ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
+ "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json
index 08a084ece8c..7c25771a731 100644
--- a/core/l10n/de_DE.json
+++ b/core/l10n/de_DE.json
@@ -3,6 +3,14 @@
"File is too big" : "Datei ist zu groß",
"The selected file is not an image." : "Die ausgewählte Datei ist kein Bild.",
"The selected file cannot be read." : "Die ausgewählte Datei kann nicht gelesen werden.",
+ "The file was uploaded" : "Die Datei wurde hochgeladen",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Die hochgeladene Datei überschreitet die upload_max_filesize-Vorgabe in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Die Datei ist größer als die MAX_FILE_SIZE-Vorgabe, die im HTML-Formular angegeben ist",
+ "The file was only partially uploaded" : "Die Datei konnte nur teilweise hochgeladen werden",
+ "No file was uploaded" : "Es wurde keine Datei hochgeladen",
+ "Missing a temporary folder" : "Kein temporärer Ordner vorhanden",
+ "Could not write file to disk" : "Die Datei konnte nicht auf die Festplatte geschrieben werden",
+ "A PHP extension stopped the file upload" : "Eine PHP-Erweiterung hat das Hochladen der Datei gestoppt",
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
diff --git a/core/l10n/es.js b/core/l10n/es.js
index 1cbaeb3397a..7973e6cd812 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "El archivo es demasiado grande",
"The selected file is not an image." : "El archivo seleccionado no es una imagen.",
"The selected file cannot be read." : "El archivo seleccionado no puede ser leído.",
+ "The file was uploaded" : "El archivo fue subido",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize del php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE_SIZE que fue especificada en el formulario HTML",
+ "The file was only partially uploaded" : "El archivo fue subido parcialmente",
+ "No file was uploaded" : "El archivo no fue subido",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Could not write file to disk" : "No se pudo escribir el archivo en el disco",
+ "A PHP extension stopped the file upload" : "Una extensión PHP detuvola subida del archivo",
"Invalid file provided" : "Archivo no válido",
"No image or file provided" : "No se especificó ningún archivo o imagen",
"Unknown filetype" : "Tipo de archivo desconocido",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index d902a55de8d..8f9ffa86fcb 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -3,6 +3,14 @@
"File is too big" : "El archivo es demasiado grande",
"The selected file is not an image." : "El archivo seleccionado no es una imagen.",
"The selected file cannot be read." : "El archivo seleccionado no puede ser leído.",
+ "The file was uploaded" : "El archivo fue subido",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido excede la directiva upload_max_filesize del php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido excede la directiva MAX_FILE_SIZE que fue especificada en el formulario HTML",
+ "The file was only partially uploaded" : "El archivo fue subido parcialmente",
+ "No file was uploaded" : "El archivo no fue subido",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Could not write file to disk" : "No se pudo escribir el archivo en el disco",
+ "A PHP extension stopped the file upload" : "Una extensión PHP detuvola subida del archivo",
"Invalid file provided" : "Archivo no válido",
"No image or file provided" : "No se especificó ningún archivo o imagen",
"Unknown filetype" : "Tipo de archivo desconocido",
diff --git a/core/l10n/pl.js b/core/l10n/pl.js
index 54ca37a8cad..fdde7eeefb5 100644
--- a/core/l10n/pl.js
+++ b/core/l10n/pl.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Plik jest za duży",
"The selected file is not an image." : "Wybrany plik nie jest obrazem.",
"The selected file cannot be read." : "Wybrany plik nie może być odczytany.",
+ "The file was uploaded" : "Plik został wysłany",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wysłany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wartość MAX_FILE_SIZE określoną w formularzu HTML",
+ "The file was only partially uploaded" : "Plik został wysłany tylko częściowo",
+ "No file was uploaded" : "Nie wysłano żadnego pliku",
+ "Missing a temporary folder" : "Brak katalogu tymczasowego",
+ "Could not write file to disk" : "Nie można zapisać pliku na dysku",
+ "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku",
"Invalid file provided" : "Wskazano nieprawidłowy plik",
"No image or file provided" : "Brak obrazu lub pliku",
"Unknown filetype" : "Nieznany typ pliku",
diff --git a/core/l10n/pl.json b/core/l10n/pl.json
index 086ffdeadbf..d5a1ef182bb 100644
--- a/core/l10n/pl.json
+++ b/core/l10n/pl.json
@@ -3,6 +3,14 @@
"File is too big" : "Plik jest za duży",
"The selected file is not an image." : "Wybrany plik nie jest obrazem.",
"The selected file cannot be read." : "Wybrany plik nie może być odczytany.",
+ "The file was uploaded" : "Plik został wysłany",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Wysłany plik przekracza wartość upload_max_filesize zdefiniowaną w php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Wysłany plik przekracza wartość MAX_FILE_SIZE określoną w formularzu HTML",
+ "The file was only partially uploaded" : "Plik został wysłany tylko częściowo",
+ "No file was uploaded" : "Nie wysłano żadnego pliku",
+ "Missing a temporary folder" : "Brak katalogu tymczasowego",
+ "Could not write file to disk" : "Nie można zapisać pliku na dysku",
+ "A PHP extension stopped the file upload" : "Rozszerzenie PHP zatrzymało wysyłanie pliku",
"Invalid file provided" : "Wskazano nieprawidłowy plik",
"No image or file provided" : "Brak obrazu lub pliku",
"Unknown filetype" : "Nieznany typ pliku",
diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js
index 76026e8a271..fb086535c4a 100644
--- a/core/l10n/pt_BR.js
+++ b/core/l10n/pt_BR.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "O arquivo é muito grande",
"The selected file is not an image." : "O arquivo selecionado não é uma imagem",
"The selected file cannot be read." : "O arquivo selecionado não pôde ser lido",
+ "The file was uploaded" : "O arquivo foi enviado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize em php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML",
+ "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente",
+ "No file was uploaded" : "Nenhum arquivo foi enviado",
+ "Missing a temporary folder" : "Faltando uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível gravar o arquivo no disco",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o upload do arquivo",
"Invalid file provided" : "Arquivo fornecido inválido",
"No image or file provided" : "Nenhuma imagem ou arquivo fornecido",
"Unknown filetype" : "Tipo de arquivo desconhecido",
diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json
index aae51a1a481..fcd9f54d1d3 100644
--- a/core/l10n/pt_BR.json
+++ b/core/l10n/pt_BR.json
@@ -3,6 +3,14 @@
"File is too big" : "O arquivo é muito grande",
"The selected file is not an image." : "O arquivo selecionado não é uma imagem",
"The selected file cannot be read." : "O arquivo selecionado não pôde ser lido",
+ "The file was uploaded" : "O arquivo foi enviado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize em php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "O arquivo enviado excede a diretiva MAX_FILE_SIZE que foi especificada no formulário HTML",
+ "The file was only partially uploaded" : "O arquivo foi carregado apenas parcialmente",
+ "No file was uploaded" : "Nenhum arquivo foi enviado",
+ "Missing a temporary folder" : "Faltando uma pasta temporária",
+ "Could not write file to disk" : "Não foi possível gravar o arquivo no disco",
+ "A PHP extension stopped the file upload" : "Uma extensão PHP interrompeu o upload do arquivo",
"Invalid file provided" : "Arquivo fornecido inválido",
"No image or file provided" : "Nenhuma imagem ou arquivo fornecido",
"Unknown filetype" : "Tipo de arquivo desconhecido",
diff --git a/core/l10n/tr.js b/core/l10n/tr.js
index 945aa4d75b8..926cbd2f1fc 100644
--- a/core/l10n/tr.js
+++ b/core/l10n/tr.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "Dosya çok büyük",
"The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.",
"The selected file cannot be read." : "Seçilmiş dosya okunamadı.",
+ "The file was uploaded" : "Dosya yüklendi",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
+ "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi",
+ "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
+ "Missing a temporary folder" : "Bir geçici klasör eksik",
+ "Could not write file to disk" : "Dosya diske yazılamadı",
+ "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi",
"Invalid file provided" : "Belirtilen dosya geçersiz",
"No image or file provided" : "Bir görsel ya da dosya belirtilmemiş",
"Unknown filetype" : "Dosya türü bilinmiyor",
diff --git a/core/l10n/tr.json b/core/l10n/tr.json
index ff13665afc2..da59da7f9f0 100644
--- a/core/l10n/tr.json
+++ b/core/l10n/tr.json
@@ -3,6 +3,14 @@
"File is too big" : "Dosya çok büyük",
"The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.",
"The selected file cannot be read." : "Seçilmiş dosya okunamadı.",
+ "The file was uploaded" : "Dosya yüklendi",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor",
+ "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi",
+ "No file was uploaded" : "Herhangi bir dosya yüklenmedi",
+ "Missing a temporary folder" : "Bir geçici klasör eksik",
+ "Could not write file to disk" : "Dosya diske yazılamadı",
+ "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi",
"Invalid file provided" : "Belirtilen dosya geçersiz",
"No image or file provided" : "Bir görsel ya da dosya belirtilmemiş",
"Unknown filetype" : "Dosya türü bilinmiyor",
diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js
index 15e0f2ef99a..99190819d38 100644
--- a/core/l10n/zh_CN.js
+++ b/core/l10n/zh_CN.js
@@ -5,6 +5,14 @@ OC.L10N.register(
"File is too big" : "文件太大",
"The selected file is not an image." : "所选文件不是一张图片。",
"The selected file cannot be read." : "无法读取所选文件。",
+ "The file was uploaded" : "文件已上传 ",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了 php.ini 中的 upload_max_filesize 指令",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指令",
+ "The file was only partially uploaded" : "文件只有部分被上传 ",
+ "No file was uploaded" : "没有文件被上传 ",
+ "Missing a temporary folder" : "缺少临时文件夹 ",
+ "Could not write file to disk" : "无法将文件写入磁盘",
+ "A PHP extension stopped the file upload" : "一个PHP扩展程序停止了文件上传",
"Invalid file provided" : "提供了无效文件",
"No image or file provided" : "没有提供图片或文件",
"Unknown filetype" : "未知的文件类型",
diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json
index 6856e0a49b8..1a55d748f96 100644
--- a/core/l10n/zh_CN.json
+++ b/core/l10n/zh_CN.json
@@ -3,6 +3,14 @@
"File is too big" : "文件太大",
"The selected file is not an image." : "所选文件不是一张图片。",
"The selected file cannot be read." : "无法读取所选文件。",
+ "The file was uploaded" : "文件已上传 ",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "上传的文件超过了 php.ini 中的 upload_max_filesize 指令",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "上传的文件超过了 HTML 表单中指定的 MAX_FILE_SIZE 指令",
+ "The file was only partially uploaded" : "文件只有部分被上传 ",
+ "No file was uploaded" : "没有文件被上传 ",
+ "Missing a temporary folder" : "缺少临时文件夹 ",
+ "Could not write file to disk" : "无法将文件写入磁盘",
+ "A PHP extension stopped the file upload" : "一个PHP扩展程序停止了文件上传",
"Invalid file provided" : "提供了无效文件",
"No image or file provided" : "没有提供图片或文件",
"Unknown filetype" : "未知的文件类型",