Skip to content

Commit 505865f

Browse files
authored
Merge pull request #891 from LuizGribner/feature/br-translation
Translate completed to Portuguese-BR
2 parents 035de8e + ca2f7b4 commit 505865f

File tree

1 file changed

+14
-17
lines changed
  • src/gui/src/i18n/translations

1 file changed

+14
-17
lines changed

src/gui/src/i18n/translations/br.js

+14-17
Original file line numberDiff line numberDiff line change
@@ -347,23 +347,20 @@ const br = {
347347
"login2fa_recovery_back": "Voltar",
348348
"login2fa_recovery_placeholder": "XXXXXXXX",
349349

350-
// ***********************************
351-
// Missing translations
352-
// ***********************************
353-
"change": undefined, // In English: "Change"
354-
"clock_visibility": undefined, // In English: "Clock Visibility"
355-
"reading": undefined, // In English: "Reading %strong%"
356-
"writing": undefined, // In English: "Writing %strong%"
357-
"unzipping": undefined, // In English: "Unzipping %strong%"
358-
"sequencing": undefined, // In English: "Sequencing %strong%"
359-
"zipping": undefined, // In English: "Zipping %strong%"
360-
"Editor": undefined, // In English: "Editor"
361-
"Viewer": undefined, // In English: "Viewer"
362-
"People with access": undefined, // In English: "People with access"
363-
"Share With…": undefined, // In English: "Share With…"
364-
"Owner": undefined, // In English: "Owner"
365-
"You can't share with yourself.": undefined, // In English: "You can't share with yourself."
366-
"This user already has access to this item": undefined, // In English: "This user already has access to this item"
350+
"change": "Alterar", // In English: "Change"
351+
"clock_visibility": "Visibilidade do relógio", // In English: "Clock Visibility"
352+
"reading": "Lendo %strong%", // In English: "Reading %strong%"
353+
"writing": "Escrevendo %strong%", // In English: "Writing %strong%"
354+
"unzipping": "Descompactando %strong%", // In English: "Unzipping %strong%"
355+
"sequencing": "Sequenciando %strong%", // In English: "Sequencing %strong%"
356+
"zipping": "Compactando %strong%", // In English: "Zipping %strong%"
357+
"Editor": "Editor", // In English: "Editor"
358+
"Viewer": "Visualizador", // In English: "Viewer"
359+
"People with access": "Pessoas com acesso", // In English: "People with access"
360+
"Share With…": "Compartilhar com...", // In English: "Share With…"
361+
"Owner": "Proprietário", // In English: "Owner"
362+
"You can't share with yourself.": "Vocẽ não pode compartilhar com você mesmo", // In English: "You can't share with yourself."
363+
"This user already has access to this item": "Esse usuário já tem acesso a esse item", // In English: "This user already has access to this item"
367364
}
368365
};
369366

0 commit comments

Comments
 (0)