Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions packages/survey-core/src/localization/portuguese-br.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { setupLocale } from "survey-core";
/**
* You don't need to translate strings that have the same value as Portuguese translation
*/
import { setupLocale } from "survey-core";
/**
* You don't need to translate strings that have the same value as Portuguese translation
*/
export var portugueseBrSurveyStrings = {
// [Auto-translated] "Previous"
pagePrevText: "Anterior",
Expand Down Expand Up @@ -175,8 +175,7 @@ export var portugueseBrSurveyStrings = {
timerLimitPage: "Você gastou {0} de {1} nesta página.",
// [Auto-translated] "You have spent {0} of {1} in total."
timerLimitSurvey: "Gastou {0} de {1} no total.",
// [Auto-translated] "Clear"
clearCaption: "Claro",
clearCaption: "Excluir tudo",
// [Auto-translated] "Select"
selectCaption: "Selecionar",
// [Auto-translated] "Sign here"
Expand Down Expand Up @@ -241,6 +240,6 @@ export var portugueseBrSurveyStrings = {
toc: "Índice",
// [Auto-translated] "Progress bar"
progressbar: "Barra de progresso"
};
setupLocale({ localeCode: "pt-br", strings: portugueseBrSurveyStrings, nativeName: "português brasileiro", englishName: "Brazilian Portuguese" });
};

setupLocale({ localeCode: "pt-br", strings: portugueseBrSurveyStrings, nativeName: "português brasileiro", englishName: "Brazilian Portuguese" });