Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-06 06:19:03 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-06 06:19:03 +0300
commit6fc3e67c37fac99f9d22ef176cc984b5b9000e50 (patch)
treed90aa067b9a70e6caba239ec5c51ea22fd594ff6
parent339d191379c88fb646e00c95f839872402effd9a (diff)
[tx-robot] updated from transifexv22.2.4rc1
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/it.js16
-rw-r--r--l10n/it.json16
-rw-r--r--l10n/pt_BR.js14
-rw-r--r--l10n/pt_BR.json14
-rw-r--r--l10n/tr.js14
-rw-r--r--l10n/tr.json14
6 files changed, 88 insertions, 0 deletions
diff --git a/l10n/it.js b/l10n/it.js
index 28134f763..22ccf41ed 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "Nuovo documento di testo",
+ "The file was uploaded" : "Il file è stato caricato",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
+ "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
+ "No file was uploaded" : "Nessun file caricato",
+ "Missing a temporary folder" : "Manca una cartella temporanea",
+ "Could not write file to disk" : "Impossibile scrivere il file su disco",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
+ "No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
"Nextcloud Text" : "Testo di Nextcloud",
"text document" : "documento di testo",
"Readme" : "Leggimi",
@@ -23,6 +32,8 @@ OC.L10N.register(
"Save guest name" : "Salva nome ospite",
"Formatting help" : "Guida di formattazione",
"Speed up your writing with simple shortcuts." : "Velocizza la scrittura con semplici scorciatoie.",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "Digita la sintassi di Markdown o usa le scorciatoie da tastiera da qua sotto.",
+ "Just type the Markdown syntax from below." : "Digita la sintassi di Markdown da qua sotto.",
"Style" : "Stile",
"Syntax" : "Sintassi",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
@@ -49,7 +60,12 @@ OC.L10N.register(
"Code block" : "Blocco di codice",
"Some code" : "Codice",
"Insert emoji" : "Inserisci emoji",
+ "Upload from computer" : "Carica dal computer",
+ "Insert from Files" : "Inserisci dai file",
+ "Insert from link" : "Inserisci da collegamento",
+ "Image link to insert" : "Collegamento immagine da inserire",
"Insert image" : "Inserisci immagine",
+ "Image format not supported" : "Formato immagine non supportato",
"Insert an image" : "Inserisci un'immagine",
"Alt" : "Alt",
"Update Link" : "Aggiorna collegamento",
diff --git a/l10n/it.json b/l10n/it.json
index 09fbf72ff..48de354f9 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -1,5 +1,14 @@
{ "translations": {
"New text document" : "Nuovo documento di testo",
+ "The file was uploaded" : "Il file è stato caricato",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Il file caricato supera la direttiva upload_max_filesize in php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Il file caricato supera la direttiva MAX_FILE_SIZE specificata nel modulo HTML",
+ "The file was only partially uploaded" : "Il file è stato caricato solo parzialmente",
+ "No file was uploaded" : "Nessun file caricato",
+ "Missing a temporary folder" : "Manca una cartella temporanea",
+ "Could not write file to disk" : "Impossibile scrivere il file su disco",
+ "A PHP extension stopped the file upload" : "Un'estensione PHP ha fermato il caricamento del file",
+ "No file uploaded or file size exceeds maximum of %s" : "Nessun file caricato o la dimensione del file supera il massimo di %s",
"Nextcloud Text" : "Testo di Nextcloud",
"text document" : "documento di testo",
"Readme" : "Leggimi",
@@ -21,6 +30,8 @@
"Save guest name" : "Salva nome ospite",
"Formatting help" : "Guida di formattazione",
"Speed up your writing with simple shortcuts." : "Velocizza la scrittura con semplici scorciatoie.",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "Digita la sintassi di Markdown o usa le scorciatoie da tastiera da qua sotto.",
+ "Just type the Markdown syntax from below." : "Digita la sintassi di Markdown da qua sotto.",
"Style" : "Stile",
"Syntax" : "Sintassi",
"Keyboard shortcuts" : "Scorciatoie da tastiera",
@@ -47,7 +58,12 @@
"Code block" : "Blocco di codice",
"Some code" : "Codice",
"Insert emoji" : "Inserisci emoji",
+ "Upload from computer" : "Carica dal computer",
+ "Insert from Files" : "Inserisci dai file",
+ "Insert from link" : "Inserisci da collegamento",
+ "Image link to insert" : "Collegamento immagine da inserire",
"Insert image" : "Inserisci immagine",
+ "Image format not supported" : "Formato immagine non supportato",
"Insert an image" : "Inserisci un'immagine",
"Alt" : "Alt",
"Update Link" : "Aggiorna collegamento",
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 640a9ce14..bf7d8cf98 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "Novo documento de texto",
+ "The file was uploaded" : "O arquivo foi carregado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize no 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 envio do arquivo",
+ "No file uploaded or file size exceeds maximum of %s" : "Nenhum arquivo carregado ou o tamanho do arquivo excede o máximo de%s",
"Nextcloud Text" : "Nextcloud Texto",
"text document" : "documento de texto",
"Readme" : "Leiame",
@@ -51,7 +60,12 @@ OC.L10N.register(
"Code block" : "Bloco de código",
"Some code" : "Algum código",
"Insert emoji" : "Inserir emoji ",
+ "Upload from computer" : "Enviar do computador",
+ "Insert from Files" : "Inserir de arquivos",
+ "Insert from link" : "Inserir do link",
+ "Image link to insert" : "Link da imagem para inserir",
"Insert image" : "Inserir imagem",
+ "Image format not supported" : "Formato de imagem não compatível",
"Insert an image" : "Inserir uma imagem",
"Alt" : "Alt",
"Update Link" : "Atualizar Link",
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 4114a30e4..379eb8786 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -1,5 +1,14 @@
{ "translations": {
"New text document" : "Novo documento de texto",
+ "The file was uploaded" : "O arquivo foi carregado",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "O arquivo enviado excede a diretiva upload_max_filesize no 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 envio do arquivo",
+ "No file uploaded or file size exceeds maximum of %s" : "Nenhum arquivo carregado ou o tamanho do arquivo excede o máximo de%s",
"Nextcloud Text" : "Nextcloud Texto",
"text document" : "documento de texto",
"Readme" : "Leiame",
@@ -49,7 +58,12 @@
"Code block" : "Bloco de código",
"Some code" : "Algum código",
"Insert emoji" : "Inserir emoji ",
+ "Upload from computer" : "Enviar do computador",
+ "Insert from Files" : "Inserir de arquivos",
+ "Insert from link" : "Inserir do link",
+ "Image link to insert" : "Link da imagem para inserir",
"Insert image" : "Inserir imagem",
+ "Image format not supported" : "Formato de imagem não compatível",
"Insert an image" : "Inserir uma imagem",
"Alt" : "Alt",
"Update Link" : "Atualizar Link",
diff --git a/l10n/tr.js b/l10n/tr.js
index 5551e1ffc..874b9fb56 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "Yeni metin belgesi",
+ "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",
+ "No file uploaded or file size exceeds maximum of %s" : "Herhangi bir dosya yüklenmedi ya da %s olan en büyük dosya boyutu sınırı aşıldı",
"Nextcloud Text" : "Nextcloud Metin",
"text document" : "metin belgesi",
"Readme" : "Benioku",
@@ -51,7 +60,12 @@ OC.L10N.register(
"Code block" : "Kod bloğu",
"Some code" : "Kod metni",
"Insert emoji" : "Emoji ekle",
+ "Upload from computer" : "Bilgisayardan yükle",
+ "Insert from Files" : "Dosyalar uygulamasından ekle",
+ "Insert from link" : "Bağlantıdan ekle",
+ "Image link to insert" : "Eklenecek görsel bağlantısı",
"Insert image" : "Görsel ekle",
+ "Image format not supported" : "Görsel biçimi desteklenmiyor",
"Insert an image" : "Bir görsel ekle",
"Alt" : "Alt",
"Update Link" : "Bağlantıyı güncelle",
diff --git a/l10n/tr.json b/l10n/tr.json
index ff09a46ec..6ade64ec6 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -1,5 +1,14 @@
{ "translations": {
"New text document" : "Yeni metin belgesi",
+ "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",
+ "No file uploaded or file size exceeds maximum of %s" : "Herhangi bir dosya yüklenmedi ya da %s olan en büyük dosya boyutu sınırı aşıldı",
"Nextcloud Text" : "Nextcloud Metin",
"text document" : "metin belgesi",
"Readme" : "Benioku",
@@ -49,7 +58,12 @@
"Code block" : "Kod bloğu",
"Some code" : "Kod metni",
"Insert emoji" : "Emoji ekle",
+ "Upload from computer" : "Bilgisayardan yükle",
+ "Insert from Files" : "Dosyalar uygulamasından ekle",
+ "Insert from link" : "Bağlantıdan ekle",
+ "Image link to insert" : "Eklenecek görsel bağlantısı",
"Insert image" : "Görsel ekle",
+ "Image format not supported" : "Görsel biçimi desteklenmiyor",
"Insert an image" : "Bir görsel ekle",
"Alt" : "Alt",
"Update Link" : "Bağlantıyı güncelle",