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 Oct 20, 2024
1 parent f58df12 commit 9e7d05b
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
21 changes: 21 additions & 0 deletions l10n/pt_PT.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
OC.L10N.register(
"recognize",
{
"Recognize" : "Reconhecer",
"Status" : "Estado",
"Reset" : "Reiniciar",
"Failed to save settings" : "Erro ao gravar as definições",
"never" : "nunca",
"People" : "Pessoas",
"Music" : "Música",
"Office" : "Escritório",
"Train" : "Comboio",
"Car" : "Carro",
"Display" : "Mostrar",
"Camera" : "Câmera",
"Info" : "Informação",
"Document" : "Documento",
"Bucket" : "Bucket",
"Gallery" : "Galeria"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
19 changes: 19 additions & 0 deletions l10n/pt_PT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{ "translations": {
"Recognize" : "Reconhecer",
"Status" : "Estado",
"Reset" : "Reiniciar",
"Failed to save settings" : "Erro ao gravar as definições",
"never" : "nunca",
"People" : "Pessoas",
"Music" : "Música",
"Office" : "Escritório",
"Train" : "Comboio",
"Car" : "Carro",
"Display" : "Mostrar",
"Camera" : "Câmera",
"Info" : "Informação",
"Document" : "Documento",
"Bucket" : "Bucket",
"Gallery" : "Galeria"
},"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}

0 comments on commit 9e7d05b

Please sign in to comment.