Skip to content

Commit e2c998e

Browse files
committed
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
1 parent 57aa873 commit e2c998e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

l10n/pt_PT.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,8 @@ OC.L10N.register(
152152
"Modified" : "Modificado",
153153
"Switch to list view" : "Mudar visualização para o modo lista",
154154
"Switch to grid view" : "Mudar visualização para o modo grelha",
155+
"Reload content" : "Recarregar conteúdo",
156+
"File list is reloading" : "A lista de arquivos está recarregando",
155157
"1 file" : "1 ficheiro",
156158
"Total rows summary" : "Resumo do total de linhas",
157159
"Created at" : "Criado em",
@@ -190,6 +192,8 @@ OC.L10N.register(
190192
"_{count} file_::_{count} files_" : ["{count} ficheiro","{count} ficheiros","{count} ficheiros"],
191193
"Today" : "Hoje",
192194
"Last 7 days" : "Últimos 7 dias",
193-
"Last 30 days" : "Últimos 30 dias"
195+
"Last 30 days" : "Últimos 30 dias",
196+
"This year ({year})" : "Este ano ({year})",
197+
"Last year ({year})" : "Último ano ({year})"
194198
},
195199
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");

l10n/pt_PT.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
"Modified" : "Modificado",
151151
"Switch to list view" : "Mudar visualização para o modo lista",
152152
"Switch to grid view" : "Mudar visualização para o modo grelha",
153+
"Reload content" : "Recarregar conteúdo",
154+
"File list is reloading" : "A lista de arquivos está recarregando",
153155
"1 file" : "1 ficheiro",
154156
"Total rows summary" : "Resumo do total de linhas",
155157
"Created at" : "Criado em",
@@ -188,6 +190,8 @@
188190
"_{count} file_::_{count} files_" : ["{count} ficheiro","{count} ficheiros","{count} ficheiros"],
189191
"Today" : "Hoje",
190192
"Last 7 days" : "Últimos 7 dias",
191-
"Last 30 days" : "Últimos 30 dias"
193+
"Last 30 days" : "Últimos 30 dias",
194+
"This year ({year})" : "Este ano ({year})",
195+
"Last year ({year})" : "Último ano ({year})"
192196
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
193197
}

0 commit comments

Comments
 (0)