mapa-frontend-i18n 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,43 @@
|
|
|
1
1
|
import { clearTranslations, loadTranslations } from '@angular/localize';
|
|
2
2
|
|
|
3
|
+
// ma-frontend (participant/assessment app) runtime translations.
|
|
4
|
+
// Message IDs are namespaced with the `ma.*` prefix to avoid collisions with
|
|
5
|
+
// the other microfrontends sharing this runtime catalog.
|
|
6
|
+
//
|
|
7
|
+
// Portuguese (pt-BR) is the source language: the templates already contain the
|
|
8
|
+
// Portuguese text as default content, so $localize falls back to it when no
|
|
9
|
+
// pt-BR translation is loaded. Hence PT_RUNTIME_TRANSLATIONS stays empty.
|
|
10
|
+
const PT_RUNTIME_TRANSLATIONS$8 = {};
|
|
11
|
+
const EN_TRANSLATIONS$8 = {
|
|
12
|
+
...PT_RUNTIME_TRANSLATIONS$8,
|
|
13
|
+
"ma.common.close": "Close",
|
|
14
|
+
"ma.languageDialog.title": "Change language",
|
|
15
|
+
"ma.languageDialog.description": "Choose the language you want to use on the platform.",
|
|
16
|
+
"ma.login.feature.trackingTitle": "Tracking in a single place",
|
|
17
|
+
"ma.login.feature.trackingDescription": "Centralize data and steps across your journey.",
|
|
18
|
+
"ma.login.feature.insightsTitle": "Insights for faster decisions",
|
|
19
|
+
"ma.login.feature.insightsDescription": "Visualize trends and act with more confidence.",
|
|
20
|
+
"ma.login.feature.simplicityTitle": "More simplicity every day",
|
|
21
|
+
"ma.login.feature.simplicityDescription": "Guided flows and quick access for you.",
|
|
22
|
+
};
|
|
23
|
+
const ES_TRANSLATIONS$8 = {
|
|
24
|
+
...PT_RUNTIME_TRANSLATIONS$8,
|
|
25
|
+
"ma.common.close": "Cerrar",
|
|
26
|
+
"ma.languageDialog.title": "Cambiar idioma",
|
|
27
|
+
"ma.languageDialog.description": "Elija el idioma que desea usar en la plataforma.",
|
|
28
|
+
"ma.login.feature.trackingTitle": "Seguimiento en un solo lugar",
|
|
29
|
+
"ma.login.feature.trackingDescription": "Centralice datos y etapas de su recorrido.",
|
|
30
|
+
"ma.login.feature.insightsTitle": "Insights para decisiones más rápidas",
|
|
31
|
+
"ma.login.feature.insightsDescription": "Visualice tendencias y actúe con más seguridad.",
|
|
32
|
+
"ma.login.feature.simplicityTitle": "Más simplicidad en el día a día",
|
|
33
|
+
"ma.login.feature.simplicityDescription": "Flujos guiados y acceso rápido para usted.",
|
|
34
|
+
};
|
|
35
|
+
const MA_TRANSLATIONS = {
|
|
36
|
+
"pt-BR": PT_RUNTIME_TRANSLATIONS$8,
|
|
37
|
+
es: ES_TRANSLATIONS$8,
|
|
38
|
+
en: EN_TRANSLATIONS$8,
|
|
39
|
+
};
|
|
40
|
+
|
|
3
41
|
const PT_RUNTIME_TRANSLATIONS$7 = {
|
|
4
42
|
"mca.breadcrumb.myEvaluations": "Minhas avaliações",
|
|
5
43
|
"mca.breadcrumb.trackInvitations": "Acompanhar convites",
|
|
@@ -6458,7 +6496,7 @@ const PT_RUNTIME_TRANSLATIONS$4 = {
|
|
|
6458
6496
|
"battery.register.pageTitle": "Adicionar bateria",
|
|
6459
6497
|
"battery.register.pageTitle.edit": "Editar bateria",
|
|
6460
6498
|
"battery.register.questions.actions": "Ações",
|
|
6461
|
-
"battery.register.questions.empty":
|
|
6499
|
+
"battery.register.questions.empty": 'Nenhuma pergunta customizada ainda. Clique em "Adicionar pergunta" para começar.',
|
|
6462
6500
|
"battery.register.questions.order": "Ordem",
|
|
6463
6501
|
"battery.register.questions.question": "Pergunta",
|
|
6464
6502
|
"battery.register.questions.required": "Obrigatório",
|
|
@@ -6544,7 +6582,7 @@ const PT_RUNTIME_TRANSLATIONS$4 = {
|
|
|
6544
6582
|
"registerTest.title": "Adicionar teste à bateria",
|
|
6545
6583
|
"user.menu.logout": "Sair",
|
|
6546
6584
|
"user.menu.myData": "Meus Dados",
|
|
6547
|
-
"user.menu.switchDivision": "Trocar empresa"
|
|
6585
|
+
"user.menu.switchDivision": "Trocar empresa",
|
|
6548
6586
|
};
|
|
6549
6587
|
const EN_OVERRIDES$1 = {
|
|
6550
6588
|
"battery.list.breadcrumb.batteries": "Batteries",
|
|
@@ -6595,7 +6633,7 @@ const EN_OVERRIDES$1 = {
|
|
|
6595
6633
|
"battery.register.field.useCompanyLogo": "Use company logo",
|
|
6596
6634
|
"battery.register.field.welcomeTitle": "Welcome title",
|
|
6597
6635
|
"battery.register.field.welcomeTitle.required": "The welcome screen title field is required",
|
|
6598
|
-
"battery.register.questions.empty":
|
|
6636
|
+
"battery.register.questions.empty": 'No custom questions yet. Click "Add question" to get started.',
|
|
6599
6637
|
"battery.register.registerType.default.preview": "Preview of default fields: Name CPF Date of birth Email Phone Education (multiple choice) Gender (multiple choice) Marital status (multiple choice) City State ZIP Country",
|
|
6600
6638
|
"battery.register.registerType.short.preview": "Preview of fields: Name Email City State ZIP Country",
|
|
6601
6639
|
"battery.register.searchPlaceholder": "Search by battery",
|
|
@@ -6614,6 +6652,14 @@ const EN_OVERRIDES$1 = {
|
|
|
6614
6652
|
"registerTest.template.title": "Select a template for this instrument:",
|
|
6615
6653
|
"registerTest.title": "Add test to battery",
|
|
6616
6654
|
"user.menu.switchDivision": "Switch company",
|
|
6655
|
+
"battery.list.createAction": "Create new battery",
|
|
6656
|
+
"battery.register.action.addQuestion": "Add question",
|
|
6657
|
+
"battery.register.action.save": "Save battery",
|
|
6658
|
+
"battery.register.error.create": "Could not create the battery.",
|
|
6659
|
+
"battery.register.error.update": "Could not update the battery.",
|
|
6660
|
+
"battery.register.pageTitle": "Add battery",
|
|
6661
|
+
"battery.register.pageTitle.edit": "Edit battery",
|
|
6662
|
+
"registerQuestion.save": "Save question",
|
|
6617
6663
|
};
|
|
6618
6664
|
const ES_OVERRIDES$1 = {
|
|
6619
6665
|
"battery.list.breadcrumb.batteries": "Baterias",
|
|
@@ -6656,7 +6702,7 @@ const ES_OVERRIDES$1 = {
|
|
|
6656
6702
|
"battery.register.field.listTitle": "Título para aplicación de pruebas",
|
|
6657
6703
|
"battery.register.field.listTitle.required": "El campo título para aplicación de pruebas es obligatorio",
|
|
6658
6704
|
"battery.register.field.welcomeTitle.required": "El campo título de la pantalla de bienvenida es obligatorio",
|
|
6659
|
-
"battery.register.questions.empty":
|
|
6705
|
+
"battery.register.questions.empty": 'No hay preguntas personalizadas todavía. Haga clic en "Agregar pregunta" para comenzar.',
|
|
6660
6706
|
"battery.register.registerType.default.preview": "Vista previa de campos predeterminados: Nombre CPF Fecha de nacimiento Email Teléfono Escolaridad (opción múltiple) Género (opción múltiple) Estado civil (opción múltiple) Ciudad Estado Código postal País",
|
|
6661
6707
|
"common.cancel": "Cancelar",
|
|
6662
6708
|
"common.requiredFields": "Por favor, complete todos los campos obligatorios.",
|
|
@@ -6664,6 +6710,24 @@ const ES_OVERRIDES$1 = {
|
|
|
6664
6710
|
"registerTest.error.loadScalesByInstrument": "No fue posible cargar escalas y dimensiones para el instrumento seleccionado.",
|
|
6665
6711
|
"registerTest.error.loadScalesByTest": "No fue posible cargar escalas y dimensiones para la prueba seleccionada.",
|
|
6666
6712
|
"registerTest.template.notFound": "No se encontraron pruebas para el instrumento seleccionado",
|
|
6713
|
+
"battery.list.createAction": "Crear nueva batería",
|
|
6714
|
+
"battery.list.deleteDialog.title": "¿Está seguro de que desea eliminar esta batería?",
|
|
6715
|
+
"battery.list.searchPlaceholder": "Buscar por batería",
|
|
6716
|
+
"battery.register.action.save": "Guardar batería",
|
|
6717
|
+
"battery.register.error.create": "No fue posible crear la batería.",
|
|
6718
|
+
"battery.register.error.loadById": "No fue posible cargar los datos de la batería.",
|
|
6719
|
+
"battery.register.error.loadInitial": "No fue posible cargar instrumentos y preguntas de registro.",
|
|
6720
|
+
"battery.register.error.update": "No fue posible actualizar la batería.",
|
|
6721
|
+
"battery.register.field.name": "Nombre de la batería",
|
|
6722
|
+
"battery.register.pageTitle": "Agregar batería",
|
|
6723
|
+
"battery.register.registerType.short.preview": "Vista previa de campos: Nombre Email Ciudad Estado Código postal País",
|
|
6724
|
+
"battery.register.searchPlaceholder": "Buscar por batería",
|
|
6725
|
+
"battery.register.success.created": "Batería creada con éxito.",
|
|
6726
|
+
"battery.register.success.updated": "Batería actualizada con éxito.",
|
|
6727
|
+
"registerTest.error.loadTests": "No fue posible cargar las pruebas del instrumento seleccionado.",
|
|
6728
|
+
"registerTest.scales.default": "Escalas y dimensiones preseleccionadas para la plantilla elegida",
|
|
6729
|
+
"registerTest.title": "Agregar prueba a la batería",
|
|
6730
|
+
"registerQuestion.field.type.placeholder": "Seleccione el tipo de pregunta",
|
|
6667
6731
|
};
|
|
6668
6732
|
const EN_REPLACEMENTS$1 = [
|
|
6669
6733
|
["Configurações", "Settings"],
|
|
@@ -6927,8 +6991,14 @@ const EN_COMPLETION_REPLACEMENTS$1 = [
|
|
|
6927
6991
|
["Não anonimizado", "Not anonymized"],
|
|
6928
6992
|
["Semi-anonimizado", "Semi-anonymized"],
|
|
6929
6993
|
["Apenas campos identificadores mínimos", "Only minimum identifying fields"],
|
|
6930
|
-
[
|
|
6931
|
-
|
|
6994
|
+
[
|
|
6995
|
+
"Apenas usuários com permissão veem dados de identificação",
|
|
6996
|
+
"Only users with permission can see identifying data",
|
|
6997
|
+
],
|
|
6998
|
+
[
|
|
6999
|
+
"Nenhum dado identificador é mantido após finalizar o teste",
|
|
7000
|
+
"No identifying data is kept after finishing the test",
|
|
7001
|
+
],
|
|
6932
7002
|
["Aplicação de testes", "Test application"],
|
|
6933
7003
|
["Instruções", "Instructions"],
|
|
6934
7004
|
["Atenção:", "Attention:"],
|
|
@@ -6941,11 +7011,26 @@ const EN_COMPLETION_REPLACEMENTS$1 = [
|
|
|
6941
7011
|
["Encerramento", "Closing"],
|
|
6942
7012
|
["Escalas e dimensões", "Scales and dimensions"],
|
|
6943
7013
|
["Escalas e dimens?es", "Scales and dimensions"],
|
|
6944
|
-
[
|
|
6945
|
-
|
|
6946
|
-
|
|
6947
|
-
|
|
6948
|
-
[
|
|
7014
|
+
[
|
|
7015
|
+
"Escalas e dimens?es pré-selecionadas para o template escolhido",
|
|
7016
|
+
"Preselected scales and dimensions for the chosen template",
|
|
7017
|
+
],
|
|
7018
|
+
[
|
|
7019
|
+
"Escalas e dimens?es pr?-selecionadas para o template escolhido",
|
|
7020
|
+
"Preselected scales and dimensions for the chosen template",
|
|
7021
|
+
],
|
|
7022
|
+
[
|
|
7023
|
+
"Ajuste as escalas e dimensões deste teste",
|
|
7024
|
+
"Adjust the scales and dimensions of this test",
|
|
7025
|
+
],
|
|
7026
|
+
[
|
|
7027
|
+
"Ajuste as escalas e dimens?es deste teste",
|
|
7028
|
+
"Adjust the scales and dimensions of this test",
|
|
7029
|
+
],
|
|
7030
|
+
[
|
|
7031
|
+
"este modo é irreversível para esta bateria.",
|
|
7032
|
+
"this mode is irreversible for this battery.",
|
|
7033
|
+
],
|
|
6949
7034
|
["Expiração:", "Expiration:"],
|
|
6950
7035
|
["Finalizar teste", "Finish test"],
|
|
6951
7036
|
["Iniciar cadastro", "Start registration"],
|
|
@@ -6957,16 +7042,25 @@ const EN_COMPLETION_REPLACEMENTS$1 = [
|
|
|
6957
7042
|
["Não foram encontrados registros", "No records found"],
|
|
6958
7043
|
["Não", "No"],
|
|
6959
7044
|
["Nova pergunta", "New question"],
|
|
6960
|
-
[
|
|
7045
|
+
[
|
|
7046
|
+
"O campo nome da bateria é obrigatório",
|
|
7047
|
+
"The battery name field is required",
|
|
7048
|
+
],
|
|
6961
7049
|
["Opção", "Option"],
|
|
6962
7050
|
["Opções", "Options"],
|
|
6963
7051
|
["Ordem", "Order"],
|
|
6964
7052
|
["Padrão", "Default"],
|
|
6965
7053
|
["Pergunta obrigatória", "Required question"],
|
|
6966
7054
|
["Pergunta", "Question"],
|
|
6967
|
-
[
|
|
7055
|
+
[
|
|
7056
|
+
"Por favor, preencha todos os campos obrigatórios.",
|
|
7057
|
+
"Please fill in all required fields.",
|
|
7058
|
+
],
|
|
6968
7059
|
["Pr?ximo", "Next"],
|
|
6969
|
-
[
|
|
7060
|
+
[
|
|
7061
|
+
"Preencha os campos abaixo para realizar seu cadastro.",
|
|
7062
|
+
"Fill in the fields below to complete your registration.",
|
|
7063
|
+
],
|
|
6970
7064
|
["Realizar cadastro", "Complete registration"],
|
|
6971
7065
|
["Remover", "Remove"],
|
|
6972
7066
|
["Resumido", "Summarized"],
|
|
@@ -6986,21 +7080,42 @@ const EN_COMPLETION_REPLACEMENTS$1 = [
|
|
|
6986
7080
|
["Trocar empresa", "Switch company"],
|
|
6987
7081
|
["Usar logo da empresa", "Use company logo"],
|
|
6988
7082
|
["Visualizar testes", "View tests"],
|
|
6989
|
-
[
|
|
7083
|
+
[
|
|
7084
|
+
"Todas as informações relacionadas a esta bateria serão perdidas.",
|
|
7085
|
+
"All information related to this battery will be lost.",
|
|
7086
|
+
],
|
|
6990
7087
|
["Obrigado por sua participação!", "Thank you for your participation!"],
|
|
6991
7088
|
["Bateria criada com sucesso.", "Battery created successfully."],
|
|
6992
7089
|
["Bateria atualizada com sucesso.", "Battery updated successfully."],
|
|
6993
|
-
[
|
|
6994
|
-
|
|
6995
|
-
|
|
6996
|
-
|
|
7090
|
+
[
|
|
7091
|
+
"Comece a aplicar os filtros para encontrar baterias cadastradas",
|
|
7092
|
+
"Start applying filters to find registered batteries",
|
|
7093
|
+
],
|
|
7094
|
+
[
|
|
7095
|
+
"Agradecemos sinceramente por ter respondido à nossa pesquisa sobre a experiência. Suas opiniões e sugestões são extremamente valiosas para nós e ajudarão a melhorar nossos serviços.",
|
|
7096
|
+
"We sincerely thank you for responding to our experience survey. Your opinions and suggestions are extremely valuable to us and will help improve our services.",
|
|
7097
|
+
],
|
|
7098
|
+
[
|
|
7099
|
+
"Responda às afirmações conforme o quanto elas descrevem você.",
|
|
7100
|
+
"Answer the statements according to how much they describe you.",
|
|
7101
|
+
],
|
|
7102
|
+
[
|
|
7103
|
+
"Você chegou até aqui através de um link e agora está na nossa Central de Aplicação de Testes. Este é o lugar onde você poderá acessar e realizar uma variedade de testes projetados para avaliar suas habilidades e conhecimentos. Para continuar, precisamos que você complete um breve cadastro. Isso nos permitirá personalizar sua experiência na plataforma. O processo é rápido e fácil, e garantimos que seus dados estarão seguros conosco. Clique no botão abaixo para iniciar seu cadastro e aproveitar ao máximo os recursos disponíveis.",
|
|
7104
|
+
"You reached this page through a link and are now in our Test Application Center. Here you can access and complete a variety of tests designed to evaluate your skills and knowledge. To continue, we need you to complete a short registration. This lets us personalize your platform experience. The process is quick and easy, and we ensure your data is safe with us. Click the button below to start your registration and make the most of available resources.",
|
|
7105
|
+
],
|
|
6997
7106
|
["Ex.: Seja bem-vindo à MAPA HDS,", "Ex.: Welcome to MAPA HDS,"],
|
|
6998
7107
|
["Continuar teste", "Continue test"],
|
|
6999
7108
|
["Obrigatório", "Required"],
|
|
7000
7109
|
["Tipo", "Type"],
|
|
7001
7110
|
["Customizado", "Custom"],
|
|
7002
|
-
[
|
|
7003
|
-
|
|
7111
|
+
[
|
|
7112
|
+
"Crie suas próprias perguntas e reutilize campos padrão",
|
|
7113
|
+
"Create your own questions and reuse default fields",
|
|
7114
|
+
],
|
|
7115
|
+
[
|
|
7116
|
+
"Campos básicos pré-definidos: documento, data de nascimento, e-mail, escolaridade, gênero, estado civil",
|
|
7117
|
+
"Default basic fields: document, date of birth, email, education, gender, marital status",
|
|
7118
|
+
],
|
|
7004
7119
|
["dias", "days"],
|
|
7005
7120
|
["dimensões", "dimensions"],
|
|
7006
7121
|
["min", "min"],
|
|
@@ -7008,7 +7123,10 @@ const EN_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7008
7123
|
["Carregando", "Loading"],
|
|
7009
7124
|
["Caixa de checagem", "Checkbox"],
|
|
7010
7125
|
["Data", "Date"],
|
|
7011
|
-
[
|
|
7126
|
+
[
|
|
7127
|
+
"Campo formatado e com seleção de data",
|
|
7128
|
+
"Formatted field with date selection",
|
|
7129
|
+
],
|
|
7012
7130
|
["Campo de texto", "Text field"],
|
|
7013
7131
|
["Botões de rádio", "Radio buttons"],
|
|
7014
7132
|
["Alternativa binária", "Binary alternative"],
|
|
@@ -7032,9 +7150,18 @@ const ES_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7032
7150
|
["Anonimização dos dados", "Anonimización de datos"],
|
|
7033
7151
|
["Não anonimizado", "No anonimizado"],
|
|
7034
7152
|
["Semi-anonimizado", "Semianonimizado"],
|
|
7035
|
-
[
|
|
7036
|
-
|
|
7037
|
-
|
|
7153
|
+
[
|
|
7154
|
+
"Apenas campos identificadores mínimos",
|
|
7155
|
+
"Solo campos identificadores mínimos",
|
|
7156
|
+
],
|
|
7157
|
+
[
|
|
7158
|
+
"Apenas usuários com permissão veem dados de identificação",
|
|
7159
|
+
"Solo usuarios con permiso ven datos de identificación",
|
|
7160
|
+
],
|
|
7161
|
+
[
|
|
7162
|
+
"Nenhum dado identificador é mantido após finalizar o teste",
|
|
7163
|
+
"No se conserva ningún dato identificador después de finalizar la prueba",
|
|
7164
|
+
],
|
|
7038
7165
|
["Aplicação de testes", "Aplicación de pruebas"],
|
|
7039
7166
|
["Instruções", "Instrucciones"],
|
|
7040
7167
|
["Atenção:", "Atención:"],
|
|
@@ -7043,15 +7170,33 @@ const ES_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7043
7170
|
["Cadastro", "Registro"],
|
|
7044
7171
|
["Dados pessoais", "Datos personales"],
|
|
7045
7172
|
["Descrição de boas-vindas", "Descripción de bienvenida"],
|
|
7046
|
-
[
|
|
7173
|
+
[
|
|
7174
|
+
"Descrição para aplicação de testes",
|
|
7175
|
+
"Descripción para aplicación de pruebas",
|
|
7176
|
+
],
|
|
7047
7177
|
["Encerramento", "Cierre"],
|
|
7048
7178
|
["Escalas e dimensões", "Escalas y dimensiones"],
|
|
7049
7179
|
["Escalas e dimens?es", "Escalas y dimensiones"],
|
|
7050
|
-
[
|
|
7051
|
-
|
|
7052
|
-
|
|
7053
|
-
|
|
7054
|
-
[
|
|
7180
|
+
[
|
|
7181
|
+
"Escalas e dimens?es pré-selecionadas para o template escolhido",
|
|
7182
|
+
"Escalas y dimensiones preseleccionadas para la plantilla elegida",
|
|
7183
|
+
],
|
|
7184
|
+
[
|
|
7185
|
+
"Escalas e dimens?es pr?-selecionadas para o template escolhido",
|
|
7186
|
+
"Escalas y dimensiones preseleccionadas para la plantilla elegida",
|
|
7187
|
+
],
|
|
7188
|
+
[
|
|
7189
|
+
"Ajuste as escalas e dimensões deste teste",
|
|
7190
|
+
"Ajuste las escalas y dimensiones de esta prueba",
|
|
7191
|
+
],
|
|
7192
|
+
[
|
|
7193
|
+
"Ajuste as escalas e dimens?es deste teste",
|
|
7194
|
+
"Ajuste las escalas y dimensiones de esta prueba",
|
|
7195
|
+
],
|
|
7196
|
+
[
|
|
7197
|
+
"este modo é irreversível para esta bateria.",
|
|
7198
|
+
"este modo es irreversible para esta batería.",
|
|
7199
|
+
],
|
|
7055
7200
|
["Expiração:", "Expiración:"],
|
|
7056
7201
|
["Finalizar teste", "Finalizar prueba"],
|
|
7057
7202
|
["Iniciar cadastro", "Iniciar registro"],
|
|
@@ -7063,16 +7208,25 @@ const ES_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7063
7208
|
["Não foram encontrados registros", "No se encontraron registros"],
|
|
7064
7209
|
["Não", "No"],
|
|
7065
7210
|
["Nova pergunta", "Nueva pregunta"],
|
|
7066
|
-
[
|
|
7211
|
+
[
|
|
7212
|
+
"O campo nome da bateria é obrigatório",
|
|
7213
|
+
"El campo nombre de la batería es obligatorio",
|
|
7214
|
+
],
|
|
7067
7215
|
["Opção", "Opción"],
|
|
7068
7216
|
["Opções", "Opciones"],
|
|
7069
7217
|
["Ordem", "Orden"],
|
|
7070
7218
|
["Padrão", "Predeterminado"],
|
|
7071
7219
|
["Pergunta obrigatória", "Pregunta obligatoria"],
|
|
7072
7220
|
["Pergunta", "Pregunta"],
|
|
7073
|
-
[
|
|
7221
|
+
[
|
|
7222
|
+
"Por favor, preencha todos os campos obrigatórios.",
|
|
7223
|
+
"Por favor complete todos los campos obligatorios.",
|
|
7224
|
+
],
|
|
7074
7225
|
["Pr?ximo", "Siguiente"],
|
|
7075
|
-
[
|
|
7226
|
+
[
|
|
7227
|
+
"Preencha os campos abaixo para realizar seu cadastro.",
|
|
7228
|
+
"Complete los campos a continuación para realizar su registro.",
|
|
7229
|
+
],
|
|
7076
7230
|
["Realizar cadastro", "Realizar registro"],
|
|
7077
7231
|
["Remover", "Eliminar"],
|
|
7078
7232
|
["Resumido", "Resumido"],
|
|
@@ -7080,7 +7234,10 @@ const ES_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7080
7234
|
["Seja bem-vindo a MAPA HDS,", "Bienvenido a MAPA HDS,"],
|
|
7081
7235
|
["Sim ou não", "Sí o no"],
|
|
7082
7236
|
["Sim", "Sí"],
|
|
7083
|
-
[
|
|
7237
|
+
[
|
|
7238
|
+
"Tempo de expiração do link (dias)",
|
|
7239
|
+
"Tiempo de expiración del enlace (días)",
|
|
7240
|
+
],
|
|
7084
7241
|
["Tempo máximo de teste (minutos)", "Tiempo máximo de prueba (minutos)"],
|
|
7085
7242
|
["Tempo:", "Tiempo:"],
|
|
7086
7243
|
["Testes da bateria", "Pruebas de la batería"],
|
|
@@ -7092,21 +7249,42 @@ const ES_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7092
7249
|
["Trocar empresa", "Cambiar empresa"],
|
|
7093
7250
|
["Usar logo da empresa", "Usar logo de la empresa"],
|
|
7094
7251
|
["Visualizar testes", "Ver pruebas"],
|
|
7095
|
-
[
|
|
7252
|
+
[
|
|
7253
|
+
"Todas as informações relacionadas a esta bateria serão perdidas.",
|
|
7254
|
+
"Toda la información relacionada con esta batería se perderá.",
|
|
7255
|
+
],
|
|
7096
7256
|
["Obrigado por sua participação!", "¡Gracias por su participación!"],
|
|
7097
7257
|
["Bateria criada com sucesso.", "Batería creada con éxito."],
|
|
7098
7258
|
["Bateria atualizada com sucesso.", "Batería actualizada con éxito."],
|
|
7099
|
-
[
|
|
7100
|
-
|
|
7101
|
-
|
|
7102
|
-
|
|
7259
|
+
[
|
|
7260
|
+
"Comece a aplicar os filtros para encontrar baterias cadastradas",
|
|
7261
|
+
"Empiece a aplicar filtros para encontrar baterías registradas",
|
|
7262
|
+
],
|
|
7263
|
+
[
|
|
7264
|
+
"Agradecemos sinceramente por ter respondido à nossa pesquisa sobre a experiência. Suas opiniões e sugestões são extremamente valiosas para nós e ajudarão a melhorar nossos serviços.",
|
|
7265
|
+
"Le agradecemos sinceramente por responder nuestra encuesta sobre la experiencia. Sus opiniones y sugerencias son muy valiosas para nosotros y nos ayudarán a mejorar nuestros servicios.",
|
|
7266
|
+
],
|
|
7267
|
+
[
|
|
7268
|
+
"Responda às afirmações conforme o quanto elas descrevem você.",
|
|
7269
|
+
"Responda a las afirmaciones según cuánto lo describen.",
|
|
7270
|
+
],
|
|
7271
|
+
[
|
|
7272
|
+
"Você chegou até aqui através de um link e agora está na nossa Central de Aplicação de Testes. Este é o lugar onde você poderá acessar e realizar uma variedade de testes projetados para avaliar suas habilidades e conhecimentos. Para continuar, precisamos que você complete um breve cadastro. Isso nos permitirá personalizar sua experiência na plataforma. O processo é rápido e fácil, e garantimos que seus dados estarão seguros conosco. Clique no botão abaixo para iniciar seu cadastro e aproveitar ao máximo os recursos disponíveis.",
|
|
7273
|
+
"Llegó hasta aquí mediante un enlace y ahora está en nuestra Central de Aplicación de Pruebas. Aquí podrá acceder y realizar una variedad de pruebas diseñadas para evaluar sus habilidades y conocimientos. Para continuar, necesitamos que complete un breve registro. Esto nos permitirá personalizar su experiencia en la plataforma. El proceso es rápido y sencillo, y garantizamos que sus datos estarán seguros con nosotros. Haga clic en el botón de abajo para iniciar su registro y aprovechar al máximo los recursos disponibles.",
|
|
7274
|
+
],
|
|
7103
7275
|
["Ex.: Seja bem-vindo à MAPA HDS,", "Ej.: Bienvenido a MAPA HDS,"],
|
|
7104
7276
|
["Continuar teste", "Continuar prueba"],
|
|
7105
7277
|
["Obrigatório", "Obligatorio"],
|
|
7106
7278
|
["Tipo", "Tipo"],
|
|
7107
7279
|
["Customizado", "Personalizado"],
|
|
7108
|
-
[
|
|
7109
|
-
|
|
7280
|
+
[
|
|
7281
|
+
"Crie suas próprias perguntas e reutilize campos padrão",
|
|
7282
|
+
"Cree sus propias preguntas y reutilice campos predeterminados",
|
|
7283
|
+
],
|
|
7284
|
+
[
|
|
7285
|
+
"Campos básicos pré-definidos: documento, data de nascimento, e-mail, escolaridade, gênero, estado civil",
|
|
7286
|
+
"Campos básicos predefinidos: documento, fecha de nacimiento, correo, escolaridad, género, estado civil",
|
|
7287
|
+
],
|
|
7110
7288
|
["dias", "días"],
|
|
7111
7289
|
["dimensões", "dimensiones"],
|
|
7112
7290
|
["min", "min"],
|
|
@@ -7114,7 +7292,10 @@ const ES_COMPLETION_REPLACEMENTS$1 = [
|
|
|
7114
7292
|
["Carregando", "Cargando"],
|
|
7115
7293
|
["Caixa de checagem", "Casilla de verificación"],
|
|
7116
7294
|
["Data", "Fecha"],
|
|
7117
|
-
[
|
|
7295
|
+
[
|
|
7296
|
+
"Campo formatado e com seleção de data",
|
|
7297
|
+
"Campo con formato y selección de fecha",
|
|
7298
|
+
],
|
|
7118
7299
|
["Campo de texto", "Campo de texto"],
|
|
7119
7300
|
["Botões de rádio", "Botones de opción"],
|
|
7120
7301
|
["Alternativa binária", "Alternativa binaria"],
|
|
@@ -7155,10 +7336,7 @@ function buildTranslations$1(language) {
|
|
|
7155
7336
|
const overrides = language === "en" ? EN_OVERRIDES$1 : ES_OVERRIDES$1;
|
|
7156
7337
|
const replacements = language === "en" ? EN_REPLACEMENTS$1 : ES_REPLACEMENTS$1;
|
|
7157
7338
|
const completionReplacements = language === "en" ? EN_COMPLETION_REPLACEMENTS$1 : ES_COMPLETION_REPLACEMENTS$1;
|
|
7158
|
-
const normalizedReplacements = replacements.map(([source, target]) => [
|
|
7159
|
-
repairMojibake$1(source),
|
|
7160
|
-
target,
|
|
7161
|
-
]);
|
|
7339
|
+
const normalizedReplacements = replacements.map(([source, target]) => [repairMojibake$1(source), target]);
|
|
7162
7340
|
const normalizedCompletionReplacements = completionReplacements.map(([source, target]) => [repairMojibake$1(source), target]);
|
|
7163
7341
|
return Object.fromEntries(Object.entries(PT_RUNTIME_TRANSLATIONS$4).map(([key, source]) => {
|
|
7164
7342
|
if (overrides[key]) {
|
|
@@ -13024,6 +13202,7 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13024
13202
|
"home.results.empty.title": "Não foram encontrados registros",
|
|
13025
13203
|
"home.results.exploreDefault": "Explorar resultados",
|
|
13026
13204
|
"home.results.exploreCustom": "Explorar resultados personalizados",
|
|
13205
|
+
"home.results.loadError": "Não foi possível carregar os relatórios disponíveis.",
|
|
13027
13206
|
"home.results.subtitle": "Consulte os relatórios disponíveis e encontre rapidamente o resultado que precisa.",
|
|
13028
13207
|
"home.results.title": "Resultados",
|
|
13029
13208
|
"home.search.placeholder": "Pesquisar",
|
|
@@ -13043,6 +13222,19 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13043
13222
|
"report.group.filter.grouping": "Agrupamento",
|
|
13044
13223
|
"report.group.filter.instrument": "Instrumento",
|
|
13045
13224
|
"report.group.filter.search": "Pesquisar",
|
|
13225
|
+
"report.group.create.clearFilters": "Limpar filtros",
|
|
13226
|
+
"report.group.create.dateRange": "Data inicial - Data final",
|
|
13227
|
+
"report.group.create.empty.subtitle": "Ajuste a busca ou tente novamente.",
|
|
13228
|
+
"report.group.create.empty.title": "Nenhum resultado encontrado",
|
|
13229
|
+
"report.group.create.filtersButton": "Filtros",
|
|
13230
|
+
"report.group.create.grouping.candidate": "Indivíduos",
|
|
13231
|
+
"report.group.create.grouping.position": "Cargos",
|
|
13232
|
+
"report.group.create.grouping.unit": "Unidades",
|
|
13233
|
+
"report.group.create.instrument.all": "Todos",
|
|
13234
|
+
"report.group.create.instrument.personality": "Personalidade",
|
|
13235
|
+
"report.group.create.saveButton": "Criar grupo",
|
|
13236
|
+
"report.group.create.searchPlaceholder": "Pesquisar",
|
|
13237
|
+
"report.group.create.selectedCount": "Selecionados",
|
|
13046
13238
|
"report.group.filters.clearFilters": "Limpar filtros",
|
|
13047
13239
|
"report.group.filters.groupBy": "Agrupar por",
|
|
13048
13240
|
"report.group.filters.openFilters": "Filtros",
|
|
@@ -13073,6 +13265,7 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13073
13265
|
"report.group.positions.table.unit": "Unidade",
|
|
13074
13266
|
"report.group.positions.table.unitCandidate": "Unidade",
|
|
13075
13267
|
"report.group.positions.toast.duplicateGroupName": "Nome de grupo já existe!",
|
|
13268
|
+
"report.group.notFound": "Relatório não encontrado.",
|
|
13076
13269
|
"report.group.radar.exportButton": "Exportar relatório",
|
|
13077
13270
|
"report.group.radar.negativeIndicators": "INDICADORES NEGATIVOS ↓",
|
|
13078
13271
|
"report.group.radar.positiveIndicators": "INDICADORES POSITIVOS ↑",
|
|
@@ -13081,6 +13274,13 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13081
13274
|
"report.group.register.filter.grouping": "Agrupamento",
|
|
13082
13275
|
"report.group.register.filter.instrument": "Instrumento",
|
|
13083
13276
|
"report.group.register.filter.search": "Pesquisar",
|
|
13277
|
+
"report.group.results.export": "Exportar relatório",
|
|
13278
|
+
"report.group.results.mode.candidates": "Avaliados",
|
|
13279
|
+
"report.group.results.mode.group": "Grupo",
|
|
13280
|
+
"report.group.results.negativeIndicators": "Indicadores negativos ↓",
|
|
13281
|
+
"report.group.results.positiveIndicators": "Indicadores positivos ↑",
|
|
13282
|
+
"report.group.results.rankingFallback": "Ranqueamento de dimensões",
|
|
13283
|
+
"report.group.results.title": "Análise de Grupos",
|
|
13084
13284
|
"report.groupedPanel.alerts.description": "Os grupos citados nessa sessão são referentes ao agrupamento selecionado acima.",
|
|
13085
13285
|
"report.groupedPanel.alerts.groupsTitle": "Alertas dos Grupos",
|
|
13086
13286
|
"report.groupedPanel.alerts.individualTitle": "Alertas Individuais",
|
|
@@ -13120,6 +13320,7 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13120
13320
|
"report.groupedPanel.timeline.subtitle": "Ações e pareceres filtrados por agrupamento",
|
|
13121
13321
|
"report.groupedPanel.timeline.title": "Timeline de Pareceres e Ações",
|
|
13122
13322
|
"report.result.availableEvaluations.subtitle": "Selecione qual avaliação você quer visualizar",
|
|
13323
|
+
"report.result.availableEvaluations.remove": "Remover avaliação {$name}",
|
|
13123
13324
|
"report.result.availableEvaluations.title": "Avaliações disponíveis",
|
|
13124
13325
|
"report.result.benchmark.description": "Compare escalas e acompanhe referências de benchmarking em um mesmo painel de consulta.",
|
|
13125
13326
|
"report.result.benchmark.placeholder": "Selecionar Benchmarking",
|
|
@@ -13130,11 +13331,16 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13130
13331
|
"report.result.candidate.cpfLabel": "CPF",
|
|
13131
13332
|
"report.result.candidate.emailLabel": "E-MAIL",
|
|
13132
13333
|
"report.result.candidate.evaluatedLabel": "AVALIADO",
|
|
13334
|
+
"report.result.candidate.divisionLabel": "Divisão",
|
|
13335
|
+
"report.result.candidate.durationLabel": "Duração",
|
|
13133
13336
|
"report.result.candidate.genderLabel": "GÊNERO",
|
|
13337
|
+
"report.result.candidate.locationLabel": "Localidade",
|
|
13134
13338
|
"report.result.candidate.maritalStatusLabel": "ESTADO CIVIL",
|
|
13135
13339
|
"report.result.candidate.phoneLabel": "TELEFONE",
|
|
13340
|
+
"report.result.candidate.positionLabel": "Cargo",
|
|
13136
13341
|
"report.result.candidate.schoolingLabel": "ESCOLARIDADE",
|
|
13137
13342
|
"report.result.candidate.stateLabel": "ESTADO DE RESIDÊNCIA",
|
|
13343
|
+
"report.result.candidate.unitLabel": "Unidade",
|
|
13138
13344
|
"report.result.candidate.yearsSuffix": "anos",
|
|
13139
13345
|
"report.result.captionBenchmark.intro": "Mostra quanto a pessoa avaliada pontuou nesta {$1}escala psicossocial (0–100){$1}. Quanto mais à direita, maior a pontuação.",
|
|
13140
13346
|
"report.result.captionBenchmark.p25Label": "{$1}p25{$1} — indica ponto abaixo do qual 25% do grupo se encontram.",
|
|
@@ -13231,6 +13437,10 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13231
13437
|
"report.result.conclusion.view.responsibleLabel": "RESPONSÁVEL",
|
|
13232
13438
|
"report.result.conclusion.view.resultLabel": "RESULTADO",
|
|
13233
13439
|
"report.result.conclusion.viewDescription": "Consolide a interpretação final do resultado com os dados profissionais e o parecer registrado.",
|
|
13440
|
+
"report.result.breadcrumb.evaluation": "Avaliação",
|
|
13441
|
+
"report.result.breadcrumb.evaluationV2": "Avaliação V2",
|
|
13442
|
+
"report.result.breadcrumb.individuals": "Individuais",
|
|
13443
|
+
"report.result.eyebrow": "Relatório {$INTERPOLATION}",
|
|
13234
13444
|
"report.result.financialPending.masterWarning": "{$1}Atenção:{$1} Este resultado está sendo exibido apenas devido ao seu nível de permissão. O usuário final não poderá visualizá-lo porque os créditos da conta estão esgotados. Para liberar o acesso, é necessário realizar uma nova compra de créditos.",
|
|
13235
13445
|
"report.result.financialPending.title": "A geração do relatório não está disponível no momento.",
|
|
13236
13446
|
"report.result.individual.eyebrow": "Relatório individual",
|
|
@@ -13244,8 +13454,16 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13244
13454
|
"report.result.individualPoints.attention.title": "Pontos de atenção",
|
|
13245
13455
|
"report.result.individualPoints.strong.subtitle": "Aspectos que aparecem como recursos mais favoráveis neste perfil.",
|
|
13246
13456
|
"report.result.individualPoints.strong.title": "Pontos fortes",
|
|
13457
|
+
"report.result.individualPoints.attentionPoints": "Pontos de atenção",
|
|
13458
|
+
"report.result.individualPoints.strongPoints": "Pontos fortes",
|
|
13459
|
+
"report.result.individualPoints.title": "Pontos fortes e de atenção",
|
|
13247
13460
|
"report.result.individualPoints.view.detailed": "Detalhada",
|
|
13248
13461
|
"report.result.individualPoints.view.summarized": "Resumido",
|
|
13462
|
+
"report.result.indicators.negative": "Indicadores negativos",
|
|
13463
|
+
"report.result.indicators.positive": "Indicadores positivos",
|
|
13464
|
+
"report.result.indicators.riskNegligence": "Risco de acidente por negligência",
|
|
13465
|
+
"report.result.indicators.riskPrecipitation": "Risco de acidente por precipitação",
|
|
13466
|
+
"report.result.instrument.notInformed": "Sem instrumento",
|
|
13249
13467
|
"report.result.navbar.exportButton": "Exportar relatório",
|
|
13250
13468
|
"report.result.navbar.multipleSelected": "{$1} avaliações selecionadas",
|
|
13251
13469
|
"report.result.navbar.navigateBy": "Navegar por:",
|
|
@@ -13255,14 +13473,27 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13255
13473
|
"report.result.parameterization.averageLabel": "Média Geral",
|
|
13256
13474
|
"report.result.parameterization.view.detailed": "Detalhada",
|
|
13257
13475
|
"report.result.parameterization.view.summarized": "Resumida",
|
|
13476
|
+
"report.result.notInformed": "Não informado",
|
|
13258
13477
|
"report.result.psychosocial.averageHint": "Interprete a média geral da amostra da mesma forma que interpretaria a média de uma escala com pontuações positivas, refletindo o nível médio dos fatores avaliados.",
|
|
13259
13478
|
"report.result.psychosocial.averageTitle": "Media geral",
|
|
13260
13479
|
"report.result.psychosocial.conceptLabel": "Conceito",
|
|
13480
|
+
"report.result.psychosocial.dimensionsFallback": "Dimensões psicossociais",
|
|
13261
13481
|
"report.result.psychosocial.factorsLabel": "Fatores psicossociais",
|
|
13482
|
+
"report.result.psychosocial.globalAverage": "Média global",
|
|
13483
|
+
"report.result.psychosocial.title": "Análise individual psicossocial",
|
|
13484
|
+
"report.result.socioemotional.title": "Análise socioemocional",
|
|
13485
|
+
"report.result.structuralPocTag": "POC estrutural",
|
|
13486
|
+
"report.filters.close": "Fechar filtros",
|
|
13487
|
+
"report.filters.open": "Filtros",
|
|
13488
|
+
"report.filters.title": "Filtros",
|
|
13262
13489
|
"report.search.action.details": "Ver Detalhes",
|
|
13490
|
+
"report.search.dateRange": "Data inicial - Data final",
|
|
13263
13491
|
"report.search.empty.subtitle": "Comece a aplicar os filtros para iniciar a análise",
|
|
13264
13492
|
"report.search.empty.title": "Não foram encontrados registros",
|
|
13493
|
+
"report.search.loadError": "Não foi possível carregar os resultados.",
|
|
13494
|
+
"report.search.missingId": "ID do relatório não informado na URL.",
|
|
13265
13495
|
"report.search.subtitle": "Consulte os avaliados deste relatório e acesse rapidamente cada resultado individual.",
|
|
13496
|
+
"report.search.table.errorTitle": "Não foi possível carregar os resultados.",
|
|
13266
13497
|
"report.search.table.actions": "Ações",
|
|
13267
13498
|
"report.search.table.cpf": "CPF",
|
|
13268
13499
|
"report.search.table.email": "E-mail",
|
|
@@ -13288,6 +13519,39 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13288
13519
|
"shared.conclusionSidenav.toast.successMessage": "Dados atualizados com sucesso!",
|
|
13289
13520
|
"shared.conclusionSidenav.toast.successTitle": "Sucesso!",
|
|
13290
13521
|
"shared.exportOption.cancelButton": "Cancelar",
|
|
13522
|
+
"shared.classification.critical": "Crítico",
|
|
13523
|
+
"shared.classification.positive": "Positivo",
|
|
13524
|
+
"shared.exportOption.candidateData": "Dados do Avaliado",
|
|
13525
|
+
"shared.exportOption.evaluationData": "Avaliação",
|
|
13526
|
+
"shared.exportOption.openOptions": "Abrir opções",
|
|
13527
|
+
"shared.exportOption.option.candidate": "Dados do avaliado",
|
|
13528
|
+
"shared.exportOption.option.candidateEvaluation": "Dados do avaliado e avaliação.",
|
|
13529
|
+
"shared.exportOption.option.comparativeIndividualRelativeGroup": "[Grupos] Análise Comparativa - Indivíduo em relação ao grupo",
|
|
13530
|
+
"shared.exportOption.option.conclusion": "Conclusão",
|
|
13531
|
+
"shared.exportOption.option.cover": "Capa",
|
|
13532
|
+
"shared.exportOption.option.dimensionsDetails": "Análise detalhada das dimensões",
|
|
13533
|
+
"shared.exportOption.option.evaluation": "Avaliação",
|
|
13534
|
+
"shared.exportOption.option.highlightPoints": "Pontos fortes e de atenção",
|
|
13535
|
+
"shared.exportOption.option.indicators": "Indicadores",
|
|
13536
|
+
"shared.exportOption.option.indicatorsConcept": "Exibir conceito",
|
|
13537
|
+
"shared.exportOption.option.indicatorsDetailed": "Indicadores detalhados",
|
|
13538
|
+
"shared.exportOption.option.indicatorsLegend": "Legenda de indicadores",
|
|
13539
|
+
"shared.exportOption.option.indicatorsSummarized": "Indicadores resumidos",
|
|
13540
|
+
"shared.exportOption.option.parametrization": "Parametrização",
|
|
13541
|
+
"shared.exportOption.option.parametrizationConcept": "Informações para leitura da parametrização",
|
|
13542
|
+
"shared.exportOption.option.parametrizationRadarChart": "Gráfico de Radar da Parametrização",
|
|
13543
|
+
"shared.exportOption.option.psychosocialConcept": "Informações para leitura do psicossocial",
|
|
13544
|
+
"shared.exportOption.option.psychosocialDetails": "Fatores psicossociais",
|
|
13545
|
+
"shared.exportOption.option.radarChart": "[Grupos] Gráfico de Radar",
|
|
13546
|
+
"shared.exportOption.option.scaleComplete": "Detalhamento completo",
|
|
13547
|
+
"shared.exportOption.option.scaleConcept": "Exibir conceito",
|
|
13548
|
+
"shared.exportOption.option.scaleDetails": "Detalhamento de escalas",
|
|
13549
|
+
"shared.exportOption.option.scaleLegend": "Legenda de escalas",
|
|
13550
|
+
"shared.exportOption.option.scaleSummarized": "Detalhamento resumido",
|
|
13551
|
+
"shared.exportOption.option.socioemotional": "Socioemocional",
|
|
13552
|
+
"shared.exportOption.toast.emptySample": "Não foram encontradas avaliações para a amostra selecionada",
|
|
13553
|
+
"shared.exportOption.toast.exportError": "Não foi possível exportar o relatório. Tente novamente mais tarde.",
|
|
13554
|
+
"shared.exportOption.toast.missingInstrument": "Não foi possível identificar o instrumento para exportação",
|
|
13291
13555
|
"shared.exportOption.subtitle": "Gostaria de exibir:",
|
|
13292
13556
|
"shared.exportOption.title": "Gerar relatório individual",
|
|
13293
13557
|
"shared.exportOption.whiteCoverToggle": "Não utilizar cores na capa",
|
|
@@ -13302,6 +13566,19 @@ const PT_RUNTIME_TRANSLATIONS = {
|
|
|
13302
13566
|
"shared.socioemotionalChart.arcAriaLabel": "Socioemotional percentage arc",
|
|
13303
13567
|
"shared.socioemotionalChart.conceptLabel": "Conceito",
|
|
13304
13568
|
"shared.socioemotionalChart.resultLabel": "Resultado",
|
|
13569
|
+
"shared.indicatorsWidget.mode.chart": "Gráfico",
|
|
13570
|
+
"shared.indicatorsWidget.mode.detailed": "Detalhado",
|
|
13571
|
+
"shared.indicatorsWidget.mode.list": "Lista",
|
|
13572
|
+
"shared.indicatorsWidget.title": "Indicadores",
|
|
13573
|
+
"shared.indicatorsWidget.toggleAriaLabel": "Visualização dos indicadores",
|
|
13574
|
+
"shared.psychosocialScaleCard.conceptLabel": "Conceito",
|
|
13575
|
+
"shared.psychosocialScaleCard.factorsLabel": "Fatores psicossociais",
|
|
13576
|
+
"shared.scaleCard.conceptLabel": "Conceito:",
|
|
13577
|
+
"shared.scaleWidget.title": "Escalas",
|
|
13578
|
+
"shared.socioemotionalArc.lessIntense": "Menos Intensamente",
|
|
13579
|
+
"shared.socioemotionalArc.moreIntense": "Mais Intensamente",
|
|
13580
|
+
"shared.socioemotionalCard.conceptLabel": "Conceito",
|
|
13581
|
+
"shared.socioemotionalCard.resultLabel": "Resultado",
|
|
13305
13582
|
"shared.exportOption.exportButton": "Exportar",
|
|
13306
13583
|
};
|
|
13307
13584
|
const EN_OVERRIDES = {
|
|
@@ -13391,6 +13668,17 @@ const EN_OVERRIDES = {
|
|
|
13391
13668
|
"shared.exportOption.whiteCoverToggle": "Do not use colors on the cover",
|
|
13392
13669
|
"shared.filtersSidenav.unit.searchPlaceholder": "Search unit...",
|
|
13393
13670
|
"shared.filtersSidenav.units.searchPlaceholder": "Search units",
|
|
13671
|
+
"config.register.instrumentType.placeholder": "Select the instrument type",
|
|
13672
|
+
"config.register.instrumentType.searchPlaceholder": "Search instrument type",
|
|
13673
|
+
"report.group.comparison.instrument.placeholder": "Select the instrument",
|
|
13674
|
+
"report.group.radar.exportButton": "Export report",
|
|
13675
|
+
"report.groupedPanel.alerts.groupsTitle": "Group alerts",
|
|
13676
|
+
"report.groupedPanel.riskFilters.company.searchPlaceholder": "Search company",
|
|
13677
|
+
"report.result.individual.eyebrow": "Individual report",
|
|
13678
|
+
"report.result.navbar.exportButton": "Export report",
|
|
13679
|
+
"shared.exportOption.title": "Generate individual report",
|
|
13680
|
+
"shared.filtersSidenav.instrument.searchPlaceholder": "Search instrument...",
|
|
13681
|
+
"shared.exportOption.exportButton": "Export",
|
|
13394
13682
|
};
|
|
13395
13683
|
const ES_OVERRIDES = {
|
|
13396
13684
|
"home.results.title": "Resultados",
|
|
@@ -13460,6 +13748,27 @@ const ES_OVERRIDES = {
|
|
|
13460
13748
|
"shared.filtersSidenav.instrument.notFound": "Instrumento no encontrado",
|
|
13461
13749
|
"shared.filtersSidenav.unit.notFound": "Unidad no encontrada",
|
|
13462
13750
|
"shared.filtersSidenav.units.notFound": "Unidad no encontrada",
|
|
13751
|
+
"config.list.deleteDialog.title": "¿Está seguro de que desea eliminar este reporte?",
|
|
13752
|
+
"config.register.company.placeholder": "Seleccione la empresa",
|
|
13753
|
+
"config.register.instrumentType.placeholder": "Seleccione el tipo de instrumento",
|
|
13754
|
+
"config.register.reportType.placeholder": "Seleccione el tipo de reporte",
|
|
13755
|
+
"config.register.section.placeholder": "Seleccione la sección",
|
|
13756
|
+
"config.register.title.placeholder": "Ingrese el título del proyecto",
|
|
13757
|
+
"report.group.comparison.group.placeholder": "Seleccione el grupo",
|
|
13758
|
+
"report.group.comparison.instrument.placeholder": "Seleccione el instrumento",
|
|
13759
|
+
"report.result.candidate.yearsSuffix": "años",
|
|
13760
|
+
"report.result.captionParameterization.level.medium": "Medio",
|
|
13761
|
+
"report.result.captionParameterization.level.mediumHigh": "Medio Alto",
|
|
13762
|
+
"report.result.captionParameterization.level.mediumLow": "Medio Bajo",
|
|
13763
|
+
"report.result.conclusion.toast.errorMessage": "No fue posible guardar la conclusión",
|
|
13764
|
+
"shared.conclusionSidenav.toast.errorMessage": "No fue posible guardar la conclusión",
|
|
13765
|
+
"shared.exportOption.title": "Generar reporte individual",
|
|
13766
|
+
"shared.filtersSidenav.unit.searchPlaceholder": "Buscar unidad...",
|
|
13767
|
+
"shared.filtersSidenav.units.searchPlaceholder": "Buscar unidades",
|
|
13768
|
+
"config.register.reportType.required": "El campo tipo de reporte es obligatorio.",
|
|
13769
|
+
"config.register.section.required": "El campo sección es obligatorio.",
|
|
13770
|
+
"config.register.title.required": "El campo título es obligatorio.",
|
|
13771
|
+
"report.result.candidate.cityLabel": "CIUDAD DE RESIDENCIA",
|
|
13463
13772
|
};
|
|
13464
13773
|
const EN_REPLACEMENTS = [
|
|
13465
13774
|
["Configurações", "Settings"],
|
|
@@ -13969,6 +14278,7 @@ const MV_TRANSLATIONS = {
|
|
|
13969
14278
|
|
|
13970
14279
|
const RUNTIME_TRANSLATION_CATALOGS = [
|
|
13971
14280
|
MENU_TRANSLATIONS,
|
|
14281
|
+
MA_TRANSLATIONS,
|
|
13972
14282
|
MCA_TRANSLATIONS,
|
|
13973
14283
|
MF_TRANSLATIONS,
|
|
13974
14284
|
MGA_TRANSLATIONS,
|
|
@@ -14304,5 +14614,5 @@ function getMapaUiTexts(language) {
|
|
|
14304
14614
|
* Generated bundle index. Do not edit.
|
|
14305
14615
|
*/
|
|
14306
14616
|
|
|
14307
|
-
export { ANGULAR_RUNTIME_TRANSLATIONS, APP_LANGUAGE_OPTIONS, APP_LANGUAGE_STORAGE_KEY, DEFAULT_APP_LANGUAGE, MAPA_UI_TEXTS_PT_BR, MCA_TRANSLATIONS, MENU_TRANSLATIONS, MF_TRANSLATIONS, MGA_TRANSLATIONS, MGC_TRANSLATIONS, MO_TRANSLATIONS, MP_TRANSLATIONS, MV_TRANSLATIONS, applyDocumentLanguage, applyPaginatorIntl, formatPaginatorRange, formatPaginatorShowingRange, getAngularLocale, getAppLanguageOption, getIntlLocale, getMapaUiTexts, getPaginatorNavigationLabels, getStoredAppLanguage, initializeAppLanguage, isAppLanguage, persistAppLanguage, resolveAppLanguage };
|
|
14617
|
+
export { ANGULAR_RUNTIME_TRANSLATIONS, APP_LANGUAGE_OPTIONS, APP_LANGUAGE_STORAGE_KEY, DEFAULT_APP_LANGUAGE, MAPA_UI_TEXTS_PT_BR, MA_TRANSLATIONS, MCA_TRANSLATIONS, MENU_TRANSLATIONS, MF_TRANSLATIONS, MGA_TRANSLATIONS, MGC_TRANSLATIONS, MO_TRANSLATIONS, MP_TRANSLATIONS, MV_TRANSLATIONS, applyDocumentLanguage, applyPaginatorIntl, formatPaginatorRange, formatPaginatorShowingRange, getAngularLocale, getAppLanguageOption, getIntlLocale, getMapaUiTexts, getPaginatorNavigationLabels, getStoredAppLanguage, initializeAppLanguage, isAppLanguage, persistAppLanguage, resolveAppLanguage };
|
|
14308
14618
|
//# sourceMappingURL=mapa-frontend-i18n.mjs.map
|