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
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-28 06:18:36 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-28 06:18:36 +0300
commit7d6cae4b5f8b9d726a74acc6075907a49faa488a (patch)
tree10335224626f01600659e4426413f04785912fef /l10n
parent42b22b5d33574af20b9ba9027f86271ee630679b (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'l10n')
-rw-r--r--l10n/es.js40
-rw-r--r--l10n/es.json40
-rw-r--r--l10n/it.js2
-rw-r--r--l10n/it.json2
4 files changed, 84 insertions, 0 deletions
diff --git a/l10n/es.js b/l10n/es.js
index 261879afd..3eb4c980e 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -2,6 +2,15 @@ OC.L10N.register(
"text",
{
"New text document" : "Nuevo documento de texto",
+ "The file was uploaded" : "El archivo ha sido subido",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido supera el tamaño máximo especificado por la directiva upload_max_filesize en php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido supera el tamaño máximo especificado por la directiva MAX_FILE_SIZE del formulario HTML",
+ "The file was only partially uploaded" : "El archivo ha sido cargado parcialmente",
+ "No file was uploaded" : "No se ha subido ningún archivo",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Could not write file to disk" : "No se ha podido escribir el archivo en el disco",
+ "A PHP extension stopped the file upload" : "Una extensión PHP ha detenido la subida del archivo",
+ "No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo o el tamaño del archivo supera el máximo de %s",
"Nextcloud Text" : "Texto Nextcloud",
"text document" : "documento de texto",
"Readme" : "Léeme",
@@ -21,19 +30,50 @@ OC.L10N.register(
"Enter your name so other users can see who is editing" : "Introduce tu nombre para que otros usuarios puedan ver quién está editando",
"Edit guest name" : "Editar nombre del invitado",
"Save guest name" : "Guardar nombre del invitado",
+ "Formatting help" : "Ayuda de formato",
+ "Speed up your writing with simple shortcuts." : "Mejora tu velocidad de escritura con atajos de teclado sencillos.",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "Escribe la sintaxis Markdown o usa los atajos de teclado que se muestran más abajo.",
+ "Just type the Markdown syntax from below." : "Escribe la sintaxis Markdown que se muestra a continuación.",
+ "Style" : "Estilo",
+ "Syntax" : "Sintaxis",
+ "Keyboard shortcuts" : "Atajos de teclado",
"Bold" : "Negrita",
+ "Bold text" : "Texto en negrita",
+ "Ctrl" : "Ctrl",
"Italic" : "Cursiva",
+ "Italicized text" : "Texto en cursiva",
"Strikethrough" : "Tachado",
+ "Mistaken text" : "Texto tachado",
+ "Underline" : "Subrayado",
+ "Underlined text" : "Texto subrayado",
"Heading 1" : "Título 1",
+ "Heading level 1" : "Cabecera de nivel 1",
+ "Shift" : "Mayús",
"Heading 6" : "Título 6",
+ "Heading level 6" : "Cabecera de nivel 6",
"Unordered list" : "Lista desordenada",
+ "An item" : "Un elemento",
"Ordered list" : "Lista ordenada",
+ "First item" : "Primer element",
+ "Checklist" : "Lista de tareas",
+ "Todo item" : "Elemento a completar",
"Blockquote" : "Bloque citado",
+ "Quoted text" : "Texto de cita",
"Code block" : "Bloque de código",
+ "Some code" : "Algo de código",
"Insert emoji" : "Insertar emoji",
+ "Upload from computer" : "Cargar desde el ordenador",
+ "Insert from Files" : "Insertar desde Archivos",
+ "Insert from link" : "Insertar desde un enlace",
+ "Image link to insert" : "Enlace de la imagen a insertar",
"Insert image" : "Insertar imagen",
+ "Image format not supported" : "Formato de imagen no soportado",
"Insert an image" : "Insertar imagen",
+ "Alt" : "Alt",
+ "Update Link" : "Actualizar Enlace",
+ "Add Link" : "Añadir Enlace",
"Link file" : "Enlace al archivo",
+ "Remove Link" : "Eliminar Enlace",
"Select file to link to" : "Selecciona un archivo para enlazar",
"Show author colors" : "Ver colores del autor",
"Author colors are only shown until everyone has closed the document." : "Los colores del autor sólo se muestran cuando todo el mundo ha cerrado el documento.",
diff --git a/l10n/es.json b/l10n/es.json
index 9357471e6..cc9514d49 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -1,5 +1,14 @@
{ "translations": {
"New text document" : "Nuevo documento de texto",
+ "The file was uploaded" : "El archivo ha sido subido",
+ "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "El archivo subido supera el tamaño máximo especificado por la directiva upload_max_filesize en php.ini",
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "El archivo subido supera el tamaño máximo especificado por la directiva MAX_FILE_SIZE del formulario HTML",
+ "The file was only partially uploaded" : "El archivo ha sido cargado parcialmente",
+ "No file was uploaded" : "No se ha subido ningún archivo",
+ "Missing a temporary folder" : "Falta una carpeta temporal",
+ "Could not write file to disk" : "No se ha podido escribir el archivo en el disco",
+ "A PHP extension stopped the file upload" : "Una extensión PHP ha detenido la subida del archivo",
+ "No file uploaded or file size exceeds maximum of %s" : "No se ha subido ningún archivo o el tamaño del archivo supera el máximo de %s",
"Nextcloud Text" : "Texto Nextcloud",
"text document" : "documento de texto",
"Readme" : "Léeme",
@@ -19,19 +28,50 @@
"Enter your name so other users can see who is editing" : "Introduce tu nombre para que otros usuarios puedan ver quién está editando",
"Edit guest name" : "Editar nombre del invitado",
"Save guest name" : "Guardar nombre del invitado",
+ "Formatting help" : "Ayuda de formato",
+ "Speed up your writing with simple shortcuts." : "Mejora tu velocidad de escritura con atajos de teclado sencillos.",
+ "Just type the Markdown syntax or use keyboard shortcuts from below." : "Escribe la sintaxis Markdown o usa los atajos de teclado que se muestran más abajo.",
+ "Just type the Markdown syntax from below." : "Escribe la sintaxis Markdown que se muestra a continuación.",
+ "Style" : "Estilo",
+ "Syntax" : "Sintaxis",
+ "Keyboard shortcuts" : "Atajos de teclado",
"Bold" : "Negrita",
+ "Bold text" : "Texto en negrita",
+ "Ctrl" : "Ctrl",
"Italic" : "Cursiva",
+ "Italicized text" : "Texto en cursiva",
"Strikethrough" : "Tachado",
+ "Mistaken text" : "Texto tachado",
+ "Underline" : "Subrayado",
+ "Underlined text" : "Texto subrayado",
"Heading 1" : "Título 1",
+ "Heading level 1" : "Cabecera de nivel 1",
+ "Shift" : "Mayús",
"Heading 6" : "Título 6",
+ "Heading level 6" : "Cabecera de nivel 6",
"Unordered list" : "Lista desordenada",
+ "An item" : "Un elemento",
"Ordered list" : "Lista ordenada",
+ "First item" : "Primer element",
+ "Checklist" : "Lista de tareas",
+ "Todo item" : "Elemento a completar",
"Blockquote" : "Bloque citado",
+ "Quoted text" : "Texto de cita",
"Code block" : "Bloque de código",
+ "Some code" : "Algo de código",
"Insert emoji" : "Insertar emoji",
+ "Upload from computer" : "Cargar desde el ordenador",
+ "Insert from Files" : "Insertar desde Archivos",
+ "Insert from link" : "Insertar desde un enlace",
+ "Image link to insert" : "Enlace de la imagen a insertar",
"Insert image" : "Insertar imagen",
+ "Image format not supported" : "Formato de imagen no soportado",
"Insert an image" : "Insertar imagen",
+ "Alt" : "Alt",
+ "Update Link" : "Actualizar Enlace",
+ "Add Link" : "Añadir Enlace",
"Link file" : "Enlace al archivo",
+ "Remove Link" : "Eliminar Enlace",
"Select file to link to" : "Selecciona un archivo para enlazar",
"Show author colors" : "Ver colores del autor",
"Author colors are only shown until everyone has closed the document." : "Los colores del autor sólo se muestran cuando todo el mundo ha cerrado el documento.",
diff --git a/l10n/it.js b/l10n/it.js
index aa34491b2..a2d8854d5 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -44,6 +44,8 @@ OC.L10N.register(
"Italicized text" : "Corsivo",
"Strikethrough" : "Sbarrato",
"Mistaken text" : "Barrato",
+ "Underline" : "Sottolinea",
+ "Underlined text" : "Testo sottolineato",
"Heading 1" : "Intestazione 1",
"Heading level 1" : "Livello di intestazione 1",
"Shift" : "Shift",
diff --git a/l10n/it.json b/l10n/it.json
index 167ff83b7..6d1f3e8ae 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -42,6 +42,8 @@
"Italicized text" : "Corsivo",
"Strikethrough" : "Sbarrato",
"Mistaken text" : "Barrato",
+ "Underline" : "Sottolinea",
+ "Underlined text" : "Testo sottolineato",
"Heading 1" : "Intestazione 1",
"Heading level 1" : "Livello di intestazione 1",
"Shift" : "Shift",