Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
  • Loading branch information
nextcloud-bot committed Mar 13, 2024
1 parent 8f7c6d8 commit f6515d6
Show file tree
Hide file tree
Showing 12 changed files with 110 additions and 0 deletions.
1 change: 1 addition & 0 deletions l10n/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ OC.L10N.register(
"I really want to delete this table!" : "Θέλω πραγματικά να διαγράψω αυτόν τον πίνακα!",
"Create missing columns" : "Δημιουργία στηλών που λείπουν",
"Import successful" : "Επιτυχής εισαγωγή",
"Close" : "Κλείσιμο",
"Select from Files" : "Επιλογή από τα Αρχεία",
"Upload from device" : "Μεταφόρτωση από συσκευή",
"⚠️ You don't have the permission to create columns." : "⚠️ Δεν έχετε δικαίωμα δημιουργίας στηλών.",
Expand Down
1 change: 1 addition & 0 deletions l10n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
"I really want to delete this table!" : "Θέλω πραγματικά να διαγράψω αυτόν τον πίνακα!",
"Create missing columns" : "Δημιουργία στηλών που λείπουν",
"Import successful" : "Επιτυχής εισαγωγή",
"Close" : "Κλείσιμο",
"Select from Files" : "Επιλογή από τα Αρχεία",
"Upload from device" : "Μεταφόρτωση από συσκευή",
"⚠️ You don't have the permission to create columns." : "⚠️ Δεν έχετε δικαίωμα δημιουργίας στηλών.",
Expand Down
1 change: 1 addition & 0 deletions l10n/eo.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ OC.L10N.register(
"Cancel" : "Nuligi",
"Delete" : "Forigi",
"Owner" : "Posedanto",
"Close" : "Malfermi",
"Select from Files" : "Elekti el dosieroj",
"Please select a file." : "Bonvolu elekti dosieron.",
"Sort" : "Ordigi",
Expand Down
1 change: 1 addition & 0 deletions l10n/eo.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"Cancel" : "Nuligi",
"Delete" : "Forigi",
"Owner" : "Posedanto",
"Close" : "Malfermi",
"Select from Files" : "Elekti el dosieroj",
"Please select a file." : "Bonvolu elekti dosieron.",
"Sort" : "Ordigi",
Expand Down
1 change: 1 addition & 0 deletions l10n/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ OC.L10N.register(
"Change owner" : "Cambiar propietario",
"Create missing columns" : "Crear las columnas que faltan",
"Import successful" : "Importación exitosa",
"Close" : "Cerrar",
"Select from Files" : "Seleccionar desde Archivos",
"Upload from device" : "Subir desde dispositivo",
"⚠️ You don't have the permission to create columns." : "⚠️ No tienes permiso para crear columnas.",
Expand Down
1 change: 1 addition & 0 deletions l10n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@
"Change owner" : "Cambiar propietario",
"Create missing columns" : "Crear las columnas que faltan",
"Import successful" : "Importación exitosa",
"Close" : "Cerrar",
"Select from Files" : "Seleccionar desde Archivos",
"Upload from device" : "Subir desde dispositivo",
"⚠️ You don't have the permission to create columns." : "⚠️ No tienes permiso para crear columnas.",
Expand Down
1 change: 1 addition & 0 deletions l10n/es_419.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ OC.L10N.register(
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Owner" : "Dueño",
"Close" : "Cerrar",
"Select from Files" : "Seleccionar desde Archivos",
"Please select a file." : "Por favor selecciona un archivo.",
"Result" : "Resultado",
Expand Down
1 change: 1 addition & 0 deletions l10n/es_419.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"Cancel" : "Cancelar",
"Delete" : "Borrar",
"Owner" : "Dueño",
"Close" : "Cerrar",
"Select from Files" : "Seleccionar desde Archivos",
"Please select a file." : "Por favor selecciona un archivo.",
"Result" : "Resultado",
Expand Down
34 changes: 34 additions & 0 deletions l10n/pt_BR.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
OC.L10N.register(
"tables",
{
"An unexpected error occurred. More details can be found in the logs. Please reach out to your administration." : "Um erro inesperado ocorreu. Mais detalhes podem ser encontrados nos logs. Entre em contato com sua administração.",
"A permission error occurred. More details can be found in the logs. Please reach out to your administration." : "Ocorreu um erro de permissão. Mais detalhes podem ser encontrados nos logs. Entre em contato com sua administração.",
"A not found error occurred. More details can be found in the logs. Please reach out to your administration." : "Ocorreu um erro não encontrado. Mais detalhes podem ser encontrados nos logs. Entre em contato com sua administração.",
"Could not create row." : "Não foi possível criar a linha.",
"Could not update row." : "Não foi possível atualizar a linha.",
"The file was uploaded" : "O arquivo foi enviado",
Expand Down Expand Up @@ -127,6 +130,7 @@ OC.L10N.register(
"Column ID" : "ID da coluna",
"Table ID" : "ID da tabela",
"Today" : "Hoje",
"Column type" : "Tipo de coluna",
"Text" : "Texto",
"Link" : "Link",
"Number" : "Número",
Expand Down Expand Up @@ -201,6 +205,7 @@ OC.L10N.register(
"Sorry, something went wrong." : "Desculpe, algo deu errado.",
"Could not create new column." : "Could not create new column.",
"Create row" : "Criar linha",
"\"{columnTitle}\" should not be empty" : "\"{columnTitle}\" não deve estar vazio",
"Save row" : "Salvar linha",
"Row successfully created." : "Row successfully created.",
"Could not create new row" : "Não foi possível criar uma nova linha",
Expand Down Expand Up @@ -238,13 +243,31 @@ OC.L10N.register(
"Could not delete row." : "Não foi possível excluir a linha.",
"Owner" : "Proprietário",
"I really want to delete this table!" : "I really want to delete this table!",
"Change owner" : "Alterar proprietário",
"Import file into Tables" : "Importar arquivo para tabelas",
"Import as new table" : "Importar como nova tabela",
"This will create a new table from the data in this file." : "Isso criará uma nova tabela a partir dos dados deste arquivo.",
"Import into existing table" : "Importar para tabela existente",
"This will import the data from this file into an already existing table." : "Isto importará os dados deste arquivo para uma tabela já existente.",
"Select the table to import into" : "Selecione a tabela para importar",
"Select an existing table" : "Selecione uma tabela existente",
"Create missing columns" : "Criar colunas ausentes",
"Import successful" : "Importação realizada com sucesso",
"Close" : "Fechar",
"Could not create table" : "Não foi possível criar a tabela",
"You must select an existing table" : "Você deve selecionar uma tabela existente",
"Could not import data to table" : "Não foi possível importar dados para a tabela",
"Import table" : "Tabela de importação",
"Add data to the table from a file" : "Adicione dados à tabela a partir de um arquivo",
"Select from Files" : "Selecionar de Arquivos",
"Upload from device" : "Enviar do dispositivo",
"Supported formats: xlsx, xls, csv, html, xml" : "Formatos suportados: xlsx, xls, csv, html, xml",
"First row of the file must contain column headings." : "A primeira linha do arquivo deve conter títulos de colunas.",
"⚠️ You don't have the permission to create columns." : "⚠️ Você não tem permissão para criar colunas.",
"Importing data from " : "Importando dados de",
"This might take a while..." : "Isso pode demorar um pouco...",
"Loading table data" : "Carregando dados da tabela",
"The selected file is not supported." : "O arquivo selecionado não é compatível.",
"Please select a file." : "Por favor, selecione um arquivo.",
"Could not import, not authorized. Are you logged in?" : "Não foi possível importar, não autorizado. Você está logado?",
"Could not import, missing needed permission." : "Não foi possível importar, falta a permissão necessária.",
Expand All @@ -258,7 +281,10 @@ OC.L10N.register(
"Inserted rows" : "Linhas inseridas",
"Value parsing errors" : "Erros de análise de valor",
"Row creation errors" : "Erros de criação de linhas",
"Transfer table" : "Tabela de transferência",
"Transfer this table to another user" : "Transferir esta tabela para outro usuário",
"Transfer" : "Transferir",
"Table \"{emoji}{table}\" transfered to {user}" : "Tabela \"{emoji}{table}\" transferida para {user}",
"Select emoji for view" : "Seleciona emoji para exibição",
"Title of the new view" : "Título da nova exibição",
"New title of the view" : "Novo título da exibição",
Expand All @@ -275,13 +301,16 @@ OC.L10N.register(
"Could not update view" : "Não foi possível atualizar exibição",
"Add to favorites" : "Adicionar aos favoritos",
"Remove from favorites" : "Remover dos favoritos",
"Archive table" : "Tabela de arquivo",
"Unarchive table" : "Desarquivar tabela",
"Delete table" : "Excluir tabela",
"Do you really want to delete the table \"{table}\"?" : "Você realmente deseja excluir a tabela \"{table}\"?",
"Duplicate view" : "Duplicar exibição",
"Copy" : "Copiar",
"Could not configure new view" : "Não foi possível configurar nova exibição",
"Filter tables" : "Filtrar tabelas",
"Favorites" : "Favoritos",
"Archived tables" : "Tabelas arquivadas",
"Your results are filtered." : "Your results are filtered.",
"Clear filter" : "Limpar filtro",
"Share with accounts or groups" : "Compartilhe com contas ou grupos",
Expand Down Expand Up @@ -385,8 +414,10 @@ OC.L10N.register(
"The provided types depends on your system setup. You can use the same providers like the fulltext-search." : "Os tipos fornecidos dependem da configuração do sistema. Você pode usar os mesmos provedores como a pesquisa de texto completo.",
"Could not load link providers." : "Não foi possível carregar os provedores de links.",
"URL" : "URL",
"Please select a new time" : "Selecione um novo horário",
"This field is mandatory" : "Este campo é obrigatório",
"You can not insert any links in this field. Please configure at least one link provider in the column configuration." : "Não é possível inserir nenhum link neste campo. Configure pelo menos um provedor de link na configuração da coluna.",
"Link providers" : "Provedores de links",
"Could not load link provider results." : "Não foi possível carregar os resultados do provedor de links.",
"Url" : "Url",
"Show fullscreen" : "Mostrar em tela cheia",
Expand All @@ -395,6 +426,8 @@ OC.L10N.register(
"Export CSV" : "Export CSV",
"Uncheck all" : "Desmarcar todos",
"_%n selected row_::_%n selected rows_" : ["%n selected row","%n selected rows","%n selected rows"],
"{shareTypeString}..." : "{shareTypeString}...",
"Failed to fetch {shareTypeString}" : "Falha ao buscar {shareTypeString}",
"Confirmation" : "Confirmação",
"Confirm" : "Confirmar",
"_{nb} row_::_{nb} rows_" : ["{nb} row","{nb} rows","{nb} rows"],
Expand All @@ -407,6 +440,7 @@ OC.L10N.register(
"Could not fetch rows for content preview." : "Não foi possível buscar linhas para visualização do conteúdo.",
"Search for table and views..." : "Pesquisar tabela e exibições...",
"Could not load search results." : "Não foi possível carregar resultados para pesquisa.",
"Import into Tables" : "Importar para tabelas",
"Could not create share." : "Não foi possível criar compartilhamento.",
"Could not remove share." : "Não foi possível remover o compartilhamento.",
"Could not update share." : "Não foi possível atualizar compartilhamento.",
Expand Down
34 changes: 34 additions & 0 deletions l10n/pt_BR.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{ "translations": {
"An unexpected error occurred. More details can be found in the logs. Please reach out to your administration." : "Um erro inesperado ocorreu. Mais detalhes podem ser encontrados nos logs. Entre em contato com sua administração.",
"A permission error occurred. More details can be found in the logs. Please reach out to your administration." : "Ocorreu um erro de permissão. Mais detalhes podem ser encontrados nos logs. Entre em contato com sua administração.",
"A not found error occurred. More details can be found in the logs. Please reach out to your administration." : "Ocorreu um erro não encontrado. Mais detalhes podem ser encontrados nos logs. Entre em contato com sua administração.",
"Could not create row." : "Não foi possível criar a linha.",
"Could not update row." : "Não foi possível atualizar a linha.",
"The file was uploaded" : "O arquivo foi enviado",
Expand Down Expand Up @@ -125,6 +128,7 @@
"Column ID" : "ID da coluna",
"Table ID" : "ID da tabela",
"Today" : "Hoje",
"Column type" : "Tipo de coluna",
"Text" : "Texto",
"Link" : "Link",
"Number" : "Número",
Expand Down Expand Up @@ -199,6 +203,7 @@
"Sorry, something went wrong." : "Desculpe, algo deu errado.",
"Could not create new column." : "Could not create new column.",
"Create row" : "Criar linha",
"\"{columnTitle}\" should not be empty" : "\"{columnTitle}\" não deve estar vazio",
"Save row" : "Salvar linha",
"Row successfully created." : "Row successfully created.",
"Could not create new row" : "Não foi possível criar uma nova linha",
Expand Down Expand Up @@ -236,13 +241,31 @@
"Could not delete row." : "Não foi possível excluir a linha.",
"Owner" : "Proprietário",
"I really want to delete this table!" : "I really want to delete this table!",
"Change owner" : "Alterar proprietário",
"Import file into Tables" : "Importar arquivo para tabelas",
"Import as new table" : "Importar como nova tabela",
"This will create a new table from the data in this file." : "Isso criará uma nova tabela a partir dos dados deste arquivo.",
"Import into existing table" : "Importar para tabela existente",
"This will import the data from this file into an already existing table." : "Isto importará os dados deste arquivo para uma tabela já existente.",
"Select the table to import into" : "Selecione a tabela para importar",
"Select an existing table" : "Selecione uma tabela existente",
"Create missing columns" : "Criar colunas ausentes",
"Import successful" : "Importação realizada com sucesso",
"Close" : "Fechar",
"Could not create table" : "Não foi possível criar a tabela",
"You must select an existing table" : "Você deve selecionar uma tabela existente",
"Could not import data to table" : "Não foi possível importar dados para a tabela",
"Import table" : "Tabela de importação",
"Add data to the table from a file" : "Adicione dados à tabela a partir de um arquivo",
"Select from Files" : "Selecionar de Arquivos",
"Upload from device" : "Enviar do dispositivo",
"Supported formats: xlsx, xls, csv, html, xml" : "Formatos suportados: xlsx, xls, csv, html, xml",
"First row of the file must contain column headings." : "A primeira linha do arquivo deve conter títulos de colunas.",
"⚠️ You don't have the permission to create columns." : "⚠️ Você não tem permissão para criar colunas.",
"Importing data from " : "Importando dados de",
"This might take a while..." : "Isso pode demorar um pouco...",
"Loading table data" : "Carregando dados da tabela",
"The selected file is not supported." : "O arquivo selecionado não é compatível.",
"Please select a file." : "Por favor, selecione um arquivo.",
"Could not import, not authorized. Are you logged in?" : "Não foi possível importar, não autorizado. Você está logado?",
"Could not import, missing needed permission." : "Não foi possível importar, falta a permissão necessária.",
Expand All @@ -256,7 +279,10 @@
"Inserted rows" : "Linhas inseridas",
"Value parsing errors" : "Erros de análise de valor",
"Row creation errors" : "Erros de criação de linhas",
"Transfer table" : "Tabela de transferência",
"Transfer this table to another user" : "Transferir esta tabela para outro usuário",
"Transfer" : "Transferir",
"Table \"{emoji}{table}\" transfered to {user}" : "Tabela \"{emoji}{table}\" transferida para {user}",
"Select emoji for view" : "Seleciona emoji para exibição",
"Title of the new view" : "Título da nova exibição",
"New title of the view" : "Novo título da exibição",
Expand All @@ -273,13 +299,16 @@
"Could not update view" : "Não foi possível atualizar exibição",
"Add to favorites" : "Adicionar aos favoritos",
"Remove from favorites" : "Remover dos favoritos",
"Archive table" : "Tabela de arquivo",
"Unarchive table" : "Desarquivar tabela",
"Delete table" : "Excluir tabela",
"Do you really want to delete the table \"{table}\"?" : "Você realmente deseja excluir a tabela \"{table}\"?",
"Duplicate view" : "Duplicar exibição",
"Copy" : "Copiar",
"Could not configure new view" : "Não foi possível configurar nova exibição",
"Filter tables" : "Filtrar tabelas",
"Favorites" : "Favoritos",
"Archived tables" : "Tabelas arquivadas",
"Your results are filtered." : "Your results are filtered.",
"Clear filter" : "Limpar filtro",
"Share with accounts or groups" : "Compartilhe com contas ou grupos",
Expand Down Expand Up @@ -383,8 +412,10 @@
"The provided types depends on your system setup. You can use the same providers like the fulltext-search." : "Os tipos fornecidos dependem da configuração do sistema. Você pode usar os mesmos provedores como a pesquisa de texto completo.",
"Could not load link providers." : "Não foi possível carregar os provedores de links.",
"URL" : "URL",
"Please select a new time" : "Selecione um novo horário",
"This field is mandatory" : "Este campo é obrigatório",
"You can not insert any links in this field. Please configure at least one link provider in the column configuration." : "Não é possível inserir nenhum link neste campo. Configure pelo menos um provedor de link na configuração da coluna.",
"Link providers" : "Provedores de links",
"Could not load link provider results." : "Não foi possível carregar os resultados do provedor de links.",
"Url" : "Url",
"Show fullscreen" : "Mostrar em tela cheia",
Expand All @@ -393,6 +424,8 @@
"Export CSV" : "Export CSV",
"Uncheck all" : "Desmarcar todos",
"_%n selected row_::_%n selected rows_" : ["%n selected row","%n selected rows","%n selected rows"],
"{shareTypeString}..." : "{shareTypeString}...",
"Failed to fetch {shareTypeString}" : "Falha ao buscar {shareTypeString}",
"Confirmation" : "Confirmação",
"Confirm" : "Confirmar",
"_{nb} row_::_{nb} rows_" : ["{nb} row","{nb} rows","{nb} rows"],
Expand All @@ -405,6 +438,7 @@
"Could not fetch rows for content preview." : "Não foi possível buscar linhas para visualização do conteúdo.",
"Search for table and views..." : "Pesquisar tabela e exibições...",
"Could not load search results." : "Não foi possível carregar resultados para pesquisa.",
"Import into Tables" : "Importar para tabelas",
"Could not create share." : "Não foi possível criar compartilhamento.",
"Could not remove share." : "Não foi possível remover o compartilhamento.",
"Could not update share." : "Não foi possível atualizar compartilhamento.",
Expand Down
Loading

0 comments on commit f6515d6

Please sign in to comment.