зеркало из https://github.com/nextcloud/news.git
[tx-robot] updated from transifex
This commit is contained in:
Родитель
ee2098180a
Коммит
62cfecceed
|
@ -1,4 +1,5 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"year" => "año",
|
||||
"News" => "Noticias",
|
||||
"no title" => "sin título",
|
||||
"no name" => "sin nombre",
|
||||
|
@ -17,15 +18,25 @@
|
|||
"Delete folder" => "Borrar carpeta",
|
||||
"Rename folder" => "Renombrar carpeta",
|
||||
"Add Subscription" => "Agregar subcripción",
|
||||
"Folder under which the feed is being saved" => "Nombre del directorio dentro del cual la fuente está siendo guardada",
|
||||
"-- choose folder --" => "-- elegir directorio --",
|
||||
"Address must not be empty!" => "¡La dirección no puede quedar vacía!",
|
||||
"Feed exists already!" => "¡La fuente ya existe!",
|
||||
"Could not add feed!" => "¡No fue posible agregar la fuente!",
|
||||
"Address" => "Dirección",
|
||||
"Add" => "Agregar",
|
||||
"Add Folder" => "gregar directorio",
|
||||
"Folder name must not be empty!" => "¡El nombre del directorio no puede quedar vacío!",
|
||||
"Folder exists already!" => "¡El directorio ya existe!",
|
||||
"Folder Name" => "Nombre del directorio",
|
||||
"Show everything" => "Mostrar todo",
|
||||
"Show only unread" => "Mostrar únicamente los no leidos",
|
||||
"Settings" => "Configuración",
|
||||
"Add feed or folder" => "Agregar fuente o directorio",
|
||||
"Add Feed/Folder" => "Agregar Fuente/Directorio",
|
||||
"Import / Export" => "Importar / Exportar",
|
||||
"Import OPML" => "Importar OPML",
|
||||
"Export OPML" => "Exportar OPML",
|
||||
"Subscribelet" => "Suscribirse",
|
||||
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Arrastrá esto hacia los favoritos de tu navegador y hacé click en él siempre que quieras suscribirte a una página web rápidamente:",
|
||||
"Subscribe" => "Subscribirse"
|
||||
|
|
|
@ -18,8 +18,11 @@
|
|||
"Delete folder" => "Ezabatu karpeta",
|
||||
"Rename folder" => "Berrizendatu karpeta",
|
||||
"Add Subscription" => "Gehitu harpidetza",
|
||||
"Folder under which the feed is being saved" => "Iturburua gordeko den karpeta",
|
||||
"-- choose folder --" => "-- hautatu karpeta --",
|
||||
"Address must not be empty!" => "Helbidea ezin da hutsik egon!",
|
||||
"Feed exists already!" => "Iturburua dagoeneko existitzen da!",
|
||||
"Could not add feed!" => "Ezin izan da iturburua gehitu!",
|
||||
"Address" => "Helbidea",
|
||||
"Add" => "Gehitu",
|
||||
"Add Folder" => "Gehitu Karpeta",
|
||||
|
|
|
@ -1,32 +1,43 @@
|
|||
<?php $TRANSLATIONS = array(
|
||||
"year" => "ano",
|
||||
"News" => "Notícias",
|
||||
"no title" => "sem título",
|
||||
"no name" => "sem nome",
|
||||
"no body" => "sem corpo",
|
||||
"subscriptions in ownCloud - News" => "assinaturas em ownCloud - Notícias",
|
||||
"An error occurred" => "Um erro ocorreu",
|
||||
"Nice! You have subscribed to " => "Legal! Você se inscreveu em",
|
||||
"You had already subscribed to this feed!" => "Você já se inscreveu neste feed!",
|
||||
"An error occurred" => "Ocorreu um erro",
|
||||
"Nice! You have subscribed to " => "Legal! Você assinou",
|
||||
"You had already subscribed to this feed!" => "Você já assinou este feed!",
|
||||
"New articles" => "Novos artigos",
|
||||
"Mark all read" => "Marcar todos como lidos",
|
||||
"Starred" => "Destacado",
|
||||
"Share" => "Compartilhar",
|
||||
"Keep unread" => "Manter não lido",
|
||||
"Keep unread" => "Manter como não lido",
|
||||
"Delete feed" => "Excluir feed",
|
||||
"Collapse" => "Retrair",
|
||||
"Delete folder" => "Excluir pasta",
|
||||
"Rename folder" => "Renomear feed",
|
||||
"Add Subscription" => "Adicionar inscrição",
|
||||
"Add Subscription" => "Adicionar Assinatura",
|
||||
"Folder under which the feed is being saved" => "Pasta onde o feed está sendo salvo",
|
||||
"-- choose folder --" => "-- escolha a pasta --",
|
||||
"Address must not be empty!" => "O endereço não pode ser vazio!",
|
||||
"Feed exists already!" => "Este feed já existe!",
|
||||
"Could not add feed!" => "Não foi possível adicionar feed!",
|
||||
"Address" => "Endereço",
|
||||
"Add" => "Adicionar",
|
||||
"Add Folder" => "Adicionar Pasta",
|
||||
"Folder name must not be empty!" => "O nome da pasta não pode estar vazio!",
|
||||
"Folder exists already!" => "Esta pasta já existe!",
|
||||
"Folder Name" => "Nome da Pasta",
|
||||
"Show everything" => "Mostrar tudo",
|
||||
"Show only unread" => "Mostrar não lidos",
|
||||
"Settings" => "Ajustes",
|
||||
"Add feed or folder" => "Adicionar feed ou pasta",
|
||||
"Add Feed/Folder" => "Adicionar Feed/Pasta",
|
||||
"Import / Export" => "Importar / Exportar",
|
||||
"Import OPML" => "Importar OPML",
|
||||
"Export OPML" => "Exportar OPML",
|
||||
"Subscribelet" => "Subscribelet",
|
||||
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Arraste isso para os favoritos do seu navegador web e clique nele quando quiser se inscrever a uma página rapidamente:",
|
||||
"Subscribe" => "Inscrever-se"
|
||||
"Drag this to your browser bookmarks and click on it whenever you want to subscribe to a webpage quickly:" => "Arraste isso para os favoritos do seu navegador web e clique nele quando quiser assinar uma página rapidamente:",
|
||||
"Subscribe" => "Assinar"
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче