[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2017-06-09 00:20:54 +00:00
parent 286071b12b
commit 6ed2161289
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
8 changed files with 24 additions and 74 deletions

View File

@ -1,12 +1,15 @@
OC.L10N.register( OC.L10N.register(
"richdocuments", "richdocuments",
{ {
"Saving…" : "Ukládání…",
"Download this revision" : "Stáhnout tuto revizi", "Download this revision" : "Stáhnout tuto revizi",
"Restore this revision" : "Obnovit tuto revizi", "Restore this revision" : "Obnovit tuto revizi",
"Latest revision" : "Poslední revize", "Latest revision" : "Poslední revize",
"More versions…" : "Více verzí…",
"Just now" : "Právě teď", "Just now" : "Právě teď",
"Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu", "Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu",
"Save" : "Uložit", "Save" : "Uložit",
"Loading documents…" : "Nahrávám dokumenty...",
"Edit" : "Upravit", "Edit" : "Upravit",
"New Document" : "Nový dokument", "New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka", "New Spreadsheet" : "Nová tabulka",

View File

@ -1,10 +1,13 @@
{ "translations": { { "translations": {
"Saving…" : "Ukládání…",
"Download this revision" : "Stáhnout tuto revizi", "Download this revision" : "Stáhnout tuto revizi",
"Restore this revision" : "Obnovit tuto revizi", "Restore this revision" : "Obnovit tuto revizi",
"Latest revision" : "Poslední revize", "Latest revision" : "Poslední revize",
"More versions…" : "Více verzí…",
"Just now" : "Právě teď", "Just now" : "Právě teď",
"Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu", "Failed to revert the document to older version" : "Nepodařilo se obnovit starší verzi dokumentu",
"Save" : "Uložit", "Save" : "Uložit",
"Loading documents…" : "Nahrávám dokumenty...",
"Edit" : "Upravit", "Edit" : "Upravit",
"New Document" : "Nový dokument", "New Document" : "Nový dokument",
"New Spreadsheet" : "Nová tabulka", "New Spreadsheet" : "Nová tabulka",

View File

@ -1,13 +1,19 @@
OC.L10N.register( OC.L10N.register(
"richdocuments", "richdocuments",
{ {
"Saving…" : "Gemmer...",
"Download this revision" : "Hent denne revision", "Download this revision" : "Hent denne revision",
"Restore this revision" : "Gendan denne revision", "Restore this revision" : "Gendan denne revision",
"Latest revision" : "Seneste revision", "Latest revision" : "Seneste revision",
"More versions…" : "Flere versioner...",
"Just now" : "Lige nu", "Just now" : "Lige nu",
"Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version", "Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version",
"Save" : "Gem", "Save" : "Gem",
"Loading documents…" : "Henter dokumenter...",
"Edit" : "Redigér", "Edit" : "Redigér",
"New Document" : "Nyt Dokument",
"New Spreadsheet" : "Nyt Regneark",
"New Presentation" : "Ny Præsentation",
"Could not create file" : "Kunne ikke oprette fil", "Could not create file" : "Kunne ikke oprette fil",
"New Document.odt" : "Nyt dokument.odt", "New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods", "New Spreadsheet.ods" : "Nyt regneark.ods",

View File

@ -1,11 +1,17 @@
{ "translations": { { "translations": {
"Saving…" : "Gemmer...",
"Download this revision" : "Hent denne revision", "Download this revision" : "Hent denne revision",
"Restore this revision" : "Gendan denne revision", "Restore this revision" : "Gendan denne revision",
"Latest revision" : "Seneste revision", "Latest revision" : "Seneste revision",
"More versions…" : "Flere versioner...",
"Just now" : "Lige nu", "Just now" : "Lige nu",
"Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version", "Failed to revert the document to older version" : "Det lykkedes ikke at gendanne dokumentet, til en ældre version",
"Save" : "Gem", "Save" : "Gem",
"Loading documents…" : "Henter dokumenter...",
"Edit" : "Redigér", "Edit" : "Redigér",
"New Document" : "Nyt Dokument",
"New Spreadsheet" : "Nyt Regneark",
"New Presentation" : "Ny Præsentation",
"Could not create file" : "Kunne ikke oprette fil", "Could not create file" : "Kunne ikke oprette fil",
"New Document.odt" : "Nyt dokument.odt", "New Document.odt" : "Nyt dokument.odt",
"New Spreadsheet.ods" : "Nyt regneark.ods", "New Spreadsheet.ods" : "Nyt regneark.ods",

View File

@ -9,8 +9,11 @@ OC.L10N.register(
"Just now" : "Ahora", "Just now" : "Ahora",
"Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua", "Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua",
"Save" : "Guardar", "Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar", "Edit" : "Editar",
"New Document" : "Nuevo documento", "New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se pudo crear el archivo", "Could not create file" : "No se pudo crear el archivo",
"New Document.odt" : "Nuevo Documento.odt", "New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva planilla de cálculo.ods", "New Spreadsheet.ods" : "Nueva planilla de cálculo.ods",

View File

@ -7,8 +7,11 @@
"Just now" : "Ahora", "Just now" : "Ahora",
"Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua", "Failed to revert the document to older version" : "No se pudo revertir el documento a la versión más antigua",
"Save" : "Guardar", "Save" : "Guardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar", "Edit" : "Editar",
"New Document" : "Nuevo documento", "New Document" : "Nuevo documento",
"New Spreadsheet" : "Nueva hoja de cálculo",
"New Presentation" : "Nueva presentación",
"Could not create file" : "No se pudo crear el archivo", "Could not create file" : "No se pudo crear el archivo",
"New Document.odt" : "Nuevo Documento.odt", "New Document.odt" : "Nuevo Documento.odt",
"New Spreadsheet.ods" : "Nueva planilla de cálculo.ods", "New Spreadsheet.ods" : "Nueva planilla de cálculo.ods",

View File

@ -1,38 +0,0 @@
OC.L10N.register(
"richdocuments",
{
"Saving…" : "Gardando",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"More versions…" : "Máis versións ...",
"Just now" : "Agora mesmo",
"Failed to revert the document to older version" : "Produciuse una falla ao reverter o documento cara a versión anterior",
"Save" : "Gardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Novo documento",
"New Spreadsheet" : "Nova folla de cálculo",
"New Presentation" : "Nova presentación",
"Could not create file" : "Non foi posíbel crear o ficheiro",
"New Document.odt" : "Novo documento.odt",
"New Spreadsheet.ods" : "Nova follaDeCalculo.ods",
"New Presentation.odp" : "Nova presentación.odp",
"New Document.docx" : "Novo documento.docx",
"New Spreadsheet.xlsx" : "Nova follaDeCalculo.xlsx",
"New Presentation.pptx" : "Nova presentación.pptx",
"Can't create document" : "Non é posíbel crear o documento",
"Saved" : "Gardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Gardado con erros: Collabora Online debe usar o mesmo protocolo que o instalado no servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor de Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (e porto) do servidor de Collabora Online que fornece a funcionalidade de edición como un cliente WOPI.",
"Apply" : "Aplicar",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para os novos ficheiros",
"Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
"Password" : "Contrasinal",
"OK" : "Aceptar",
"Guest %s" : "Convidado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},
"nplurals=2; plural=(n != 1);");

View File

@ -1,36 +0,0 @@
{ "translations": {
"Saving…" : "Gardando",
"Download this revision" : "Descargar esta revisión",
"Restore this revision" : "Restaurar esta revisión",
"Latest revision" : "Última revisión",
"More versions…" : "Máis versións ...",
"Just now" : "Agora mesmo",
"Failed to revert the document to older version" : "Produciuse una falla ao reverter o documento cara a versión anterior",
"Save" : "Gardar",
"Loading documents…" : "Cargando documentos...",
"Edit" : "Editar",
"New Document" : "Novo documento",
"New Spreadsheet" : "Nova folla de cálculo",
"New Presentation" : "Nova presentación",
"Could not create file" : "Non foi posíbel crear o ficheiro",
"New Document.odt" : "Novo documento.odt",
"New Spreadsheet.ods" : "Nova follaDeCalculo.ods",
"New Presentation.odp" : "Nova presentación.odp",
"New Document.docx" : "Novo documento.docx",
"New Spreadsheet.xlsx" : "Nova follaDeCalculo.xlsx",
"New Presentation.pptx" : "Nova presentación.pptx",
"Can't create document" : "Non é posíbel crear o documento",
"Saved" : "Gardado",
"Saved with error: Collabora Online should use the same protocol as the server installation." : "Gardado con erros: Collabora Online debe usar o mesmo protocolo que o instalado no servidor.",
"Collabora Online" : "Collabora Online",
"Collabora Online server" : "Servidor de Collabora Online",
"URL (and port) of the Collabora Online server that provides the editing functionality as a WOPI client." : "URL (e porto) do servidor de Collabora Online que fornece a funcionalidade de edición como un cliente WOPI.",
"Apply" : "Aplicar",
"Use OOXML by default for new files" : "Usar OOXML como predeterminado para os novos ficheiros",
"Wrong password. Please retry." : "Contrasinal incorrecto. Ténteo de novo.",
"Password" : "Contrasinal",
"OK" : "Aceptar",
"Guest %s" : "Convidado %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Esta ligazón caducou ou xa non existe. Póñase en contacto coa persoa que o compartiu con vostede para obter máis información."
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}