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 <[email protected]>
  • Loading branch information
nextcloud-bot committed Dec 21, 2023
1 parent 14fed55 commit b53abc9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
14 changes: 13 additions & 1 deletion l10n/pt_PT.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ OC.L10N.register(
{
"Personal activity feed for %s" : "Feed de atividade pessoal de %s",
"Your feed URL is invalid" : "O URL da feed é inválido",
"Activity feed for %1$s" : "Feed de atividade para %1$s",
"Activity feed" : "Actividade de feed",
"Your settings have been updated." : "As suas definições foram atualizadas.",
"Settings have been updated." : "As definições foram atualizadas.",
Expand Down Expand Up @@ -36,15 +37,25 @@ OC.L10N.register(
"Daily" : "Diariamente",
"Weekly" : "Semanalmente",
"You commented" : "Comentou",
"Message deleted by author" : "Mensagem apagada pelo autor",
"Open {filename}" : "Abrir {filename}",
"in {path}" : "em {path}",
"Home" : "Início",
"Your activities" : "Suas atividades",
"Loading activities" : "A carregar atividades",
"This stream will show events like additions, changes & shares" : "Esta transmissão irá mostrar os eventos, tais como adições, alterações e partilhas",
"No activity yet" : "Ainda sem atividade",
"Loading more activities" : "A carregar mais atividades",
"No more activities." : "Sem mais atividades",
"Could not load activities" : "Não foi possível carregar atividades",
"Activity settings" : "Configurações de atividade",
"Enable RSS feed" : "Ativar fonte RSS",
"RSS feed" : "Fonte RSS",
"Copy RSS feed link" : "Copiar ligação RSS feed",
"Personal notification settings" : "Configurações de notificação pessoal",
"Could not enable RSS link" : "Não foi possível ativar link RSS",
"RSS link copied to clipboard" : "Link RSS copiado para área de transferência",
"Could not copy the RSS link, please copy manually:" : "Não foi possível copiar o link RSS, por favor copie manualmente:",
"Unable to load the activity list" : "Não foi possível carregar a lista de atividades",
"Notification" : "Notificação",
"Enable notification emails" : "Ativar notificações de emails",
Expand All @@ -63,6 +74,7 @@ OC.L10N.register(
"{name} (invisible)" : "{name} (invisível)",
"{name} (restricted)" : "{name} (restrito)",
"There are no events for this filter" : "Não existem eventos para este filtro",
"Activities" : "Atividades"
"Activities" : "Atividades",
"Could not load activites" : "Não foi possível carregar atividades"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
14 changes: 13 additions & 1 deletion l10n/pt_PT.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ "translations": {
"Personal activity feed for %s" : "Feed de atividade pessoal de %s",
"Your feed URL is invalid" : "O URL da feed é inválido",
"Activity feed for %1$s" : "Feed de atividade para %1$s",
"Activity feed" : "Actividade de feed",
"Your settings have been updated." : "As suas definições foram atualizadas.",
"Settings have been updated." : "As definições foram atualizadas.",
Expand Down Expand Up @@ -34,15 +35,25 @@
"Daily" : "Diariamente",
"Weekly" : "Semanalmente",
"You commented" : "Comentou",
"Message deleted by author" : "Mensagem apagada pelo autor",
"Open {filename}" : "Abrir {filename}",
"in {path}" : "em {path}",
"Home" : "Início",
"Your activities" : "Suas atividades",
"Loading activities" : "A carregar atividades",
"This stream will show events like additions, changes & shares" : "Esta transmissão irá mostrar os eventos, tais como adições, alterações e partilhas",
"No activity yet" : "Ainda sem atividade",
"Loading more activities" : "A carregar mais atividades",
"No more activities." : "Sem mais atividades",
"Could not load activities" : "Não foi possível carregar atividades",
"Activity settings" : "Configurações de atividade",
"Enable RSS feed" : "Ativar fonte RSS",
"RSS feed" : "Fonte RSS",
"Copy RSS feed link" : "Copiar ligação RSS feed",
"Personal notification settings" : "Configurações de notificação pessoal",
"Could not enable RSS link" : "Não foi possível ativar link RSS",
"RSS link copied to clipboard" : "Link RSS copiado para área de transferência",
"Could not copy the RSS link, please copy manually:" : "Não foi possível copiar o link RSS, por favor copie manualmente:",
"Unable to load the activity list" : "Não foi possível carregar a lista de atividades",
"Notification" : "Notificação",
"Enable notification emails" : "Ativar notificações de emails",
Expand All @@ -61,6 +72,7 @@
"{name} (invisible)" : "{name} (invisível)",
"{name} (restricted)" : "{name} (restrito)",
"There are no events for this filter" : "Não existem eventos para este filtro",
"Activities" : "Atividades"
"Activities" : "Atividades",
"Could not load activites" : "Não foi possível carregar atividades"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit b53abc9

Please sign in to comment.