@senior-gestao-relacionamento/angular-components 2.0.0-master-eb758aaf → 2.0.0-master-bc5a4d98
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.
- package/esm2022/lib/config/provide-angular-components-translations.mjs +42 -0
- package/esm2022/lib/i18n/en-US.json +101 -0
- package/esm2022/lib/i18n/es-ES.json +101 -0
- package/esm2022/lib/i18n/pt-BR.json +101 -0
- package/esm2022/public-api.mjs +3 -1
- package/fesm2022/senior-gestao-relacionamento-angular-components.mjs +346 -1
- package/fesm2022/senior-gestao-relacionamento-angular-components.mjs.map +1 -1
- package/lib/config/provide-angular-components-translations.d.ts +20 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import ptBR from '../i18n/pt-BR.json';
|
|
2
|
+
import enUS from '../i18n/en-US.json';
|
|
3
|
+
import esES from '../i18n/es-ES.json';
|
|
4
|
+
const LIB_TRANSLATIONS = {
|
|
5
|
+
'pt-BR': ptBR,
|
|
6
|
+
'en-US': enUS,
|
|
7
|
+
'es-ES': esES
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* Cria um TranslationLoader que combina as traduções do angular-components
|
|
11
|
+
* com as traduções da aplicação consumidora.
|
|
12
|
+
*
|
|
13
|
+
* Uso no app.config.ts:
|
|
14
|
+
* ```ts
|
|
15
|
+
* import { provideAngularComponentsTranslations } from '@senior-gestao-relacionamento/angular-components';
|
|
16
|
+
*
|
|
17
|
+
* export const appConfig = {
|
|
18
|
+
* providers: [
|
|
19
|
+
* provideAngularComponentsTranslations(async (language) => {
|
|
20
|
+
* const translations = await import(`../locale/${language}.json`);
|
|
21
|
+
* return translations.default || translations;
|
|
22
|
+
* })
|
|
23
|
+
* ]
|
|
24
|
+
* };
|
|
25
|
+
* ```
|
|
26
|
+
*/
|
|
27
|
+
export function provideAngularComponentsTranslations(appLoader) {
|
|
28
|
+
return {
|
|
29
|
+
provide: 'TranslationLoader',
|
|
30
|
+
useValue: {
|
|
31
|
+
loadTranslations: async (language) => {
|
|
32
|
+
const libTranslations = LIB_TRANSLATIONS[language] ?? {};
|
|
33
|
+
if (appLoader) {
|
|
34
|
+
const appTranslations = await appLoader(language);
|
|
35
|
+
return { ...libTranslations, ...appTranslations };
|
|
36
|
+
}
|
|
37
|
+
return libTranslations;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvdmlkZS1hbmd1bGFyLWNvbXBvbmVudHMtdHJhbnNsYXRpb25zLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvYW5ndWxhci1jb21wb25lbnRzL3NyYy9saWIvY29uZmlnL3Byb3ZpZGUtYW5ndWxhci1jb21wb25lbnRzLXRyYW5zbGF0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQSxPQUFPLElBQUksTUFBTSxvQkFBb0IsQ0FBQztBQUN0QyxPQUFPLElBQUksTUFBTSxvQkFBb0IsQ0FBQztBQUN0QyxPQUFPLElBQUksTUFBTSxvQkFBb0IsQ0FBQztBQUV0QyxNQUFNLGdCQUFnQixHQUEyQztJQUMvRCxPQUFPLEVBQUUsSUFBSTtJQUNiLE9BQU8sRUFBRSxJQUFJO0lBQ2IsT0FBTyxFQUFFLElBQUk7Q0FDZCxDQUFDO0FBRUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0dBaUJHO0FBQ0gsTUFBTSxVQUFVLG9DQUFvQyxDQUNsRCxTQUFpRTtJQUVqRSxPQUFPO1FBQ0wsT0FBTyxFQUFFLG1CQUFtQjtRQUM1QixRQUFRLEVBQUU7WUFDUixnQkFBZ0IsRUFBRSxLQUFLLEVBQUUsUUFBZ0IsRUFBbUMsRUFBRTtnQkFDNUUsTUFBTSxlQUFlLEdBQUcsZ0JBQWdCLENBQUMsUUFBUSxDQUFDLElBQUksRUFBRSxDQUFDO2dCQUN6RCxJQUFJLFNBQVMsRUFBRSxDQUFDO29CQUNkLE1BQU0sZUFBZSxHQUFHLE1BQU0sU0FBUyxDQUFDLFFBQVEsQ0FBQyxDQUFDO29CQUNsRCxPQUFPLEVBQUUsR0FBRyxlQUFlLEVBQUUsR0FBRyxlQUFlLEVBQUUsQ0FBQztnQkFDcEQsQ0FBQztnQkFDRCxPQUFPLGVBQWUsQ0FBQztZQUN6QixDQUFDO1NBQ21CO0tBQ3ZCLENBQUM7QUFDSixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgUHJvdmlkZXIgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IFRyYW5zbGF0aW9uTG9hZGVyIH0gZnJvbSAnQHNlbmlvcnNpc3RlbWFzL2NvbXBvbmVudHMtYWknO1xuXG5pbXBvcnQgcHRCUiBmcm9tICcuLi9pMThuL3B0LUJSLmpzb24nO1xuaW1wb3J0IGVuVVMgZnJvbSAnLi4vaTE4bi9lbi1VUy5qc29uJztcbmltcG9ydCBlc0VTIGZyb20gJy4uL2kxOG4vZXMtRVMuanNvbic7XG5cbmNvbnN0IExJQl9UUkFOU0xBVElPTlM6IFJlY29yZDxzdHJpbmcsIFJlY29yZDxzdHJpbmcsIHN0cmluZz4+ID0ge1xuICAncHQtQlInOiBwdEJSLFxuICAnZW4tVVMnOiBlblVTLFxuICAnZXMtRVMnOiBlc0VTXG59O1xuXG4vKipcbiAqIENyaWEgdW0gVHJhbnNsYXRpb25Mb2FkZXIgcXVlIGNvbWJpbmEgYXMgdHJhZHXDp8O1ZXMgZG8gYW5ndWxhci1jb21wb25lbnRzXG4gKiBjb20gYXMgdHJhZHXDp8O1ZXMgZGEgYXBsaWNhw6fDo28gY29uc3VtaWRvcmEuXG4gKlxuICogVXNvIG5vIGFwcC5jb25maWcudHM6XG4gKiBgYGB0c1xuICogaW1wb3J0IHsgcHJvdmlkZUFuZ3VsYXJDb21wb25lbnRzVHJhbnNsYXRpb25zIH0gZnJvbSAnQHNlbmlvci1nZXN0YW8tcmVsYWNpb25hbWVudG8vYW5ndWxhci1jb21wb25lbnRzJztcbiAqXG4gKiBleHBvcnQgY29uc3QgYXBwQ29uZmlnID0ge1xuICogICBwcm92aWRlcnM6IFtcbiAqICAgICBwcm92aWRlQW5ndWxhckNvbXBvbmVudHNUcmFuc2xhdGlvbnMoYXN5bmMgKGxhbmd1YWdlKSA9PiB7XG4gKiAgICAgICBjb25zdCB0cmFuc2xhdGlvbnMgPSBhd2FpdCBpbXBvcnQoYC4uL2xvY2FsZS8ke2xhbmd1YWdlfS5qc29uYCk7XG4gKiAgICAgICByZXR1cm4gdHJhbnNsYXRpb25zLmRlZmF1bHQgfHwgdHJhbnNsYXRpb25zO1xuICogICAgIH0pXG4gKiAgIF1cbiAqIH07XG4gKiBgYGBcbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIHByb3ZpZGVBbmd1bGFyQ29tcG9uZW50c1RyYW5zbGF0aW9ucyhcbiAgYXBwTG9hZGVyPzogKGxhbmd1YWdlOiBzdHJpbmcpID0+IFByb21pc2U8UmVjb3JkPHN0cmluZywgc3RyaW5nPj5cbik6IFByb3ZpZGVyIHtcbiAgcmV0dXJuIHtcbiAgICBwcm92aWRlOiAnVHJhbnNsYXRpb25Mb2FkZXInLFxuICAgIHVzZVZhbHVlOiB7XG4gICAgICBsb2FkVHJhbnNsYXRpb25zOiBhc3luYyAobGFuZ3VhZ2U6IHN0cmluZyk6IFByb21pc2U8UmVjb3JkPHN0cmluZywgc3RyaW5nPj4gPT4ge1xuICAgICAgICBjb25zdCBsaWJUcmFuc2xhdGlvbnMgPSBMSUJfVFJBTlNMQVRJT05TW2xhbmd1YWdlXSA/PyB7fTtcbiAgICAgICAgaWYgKGFwcExvYWRlcikge1xuICAgICAgICAgIGNvbnN0IGFwcFRyYW5zbGF0aW9ucyA9IGF3YWl0IGFwcExvYWRlcihsYW5ndWFnZSk7XG4gICAgICAgICAgcmV0dXJuIHsgLi4ubGliVHJhbnNsYXRpb25zLCAuLi5hcHBUcmFuc2xhdGlvbnMgfTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gbGliVHJhbnNsYXRpb25zO1xuICAgICAgfVxuICAgIH0gYXMgVHJhbnNsYXRpb25Mb2FkZXJcbiAgfTtcbn1cbiJdfQ==
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"crmx.components.error": "Oops, something went wrong",
|
|
3
|
+
"crmx.components.server_error": "Server Error",
|
|
4
|
+
"crmx.components.server_error_message": "A server error occurred. Please try again later.",
|
|
5
|
+
"crmx.components.save": "Save",
|
|
6
|
+
"crmx.components.cancel": "Cancel",
|
|
7
|
+
"crmx.components.close": "Close",
|
|
8
|
+
"crmx.components.yes": "Yes",
|
|
9
|
+
"crmx.components.no": "No",
|
|
10
|
+
"crmx.components.success": "Success",
|
|
11
|
+
"crmx.components.confirm_delete": "Confirm Deletion",
|
|
12
|
+
"crmx.components.confirm_delete_message": "Are you sure you want to delete {{itemName}}?",
|
|
13
|
+
"crmx.components.entity_deleted_success": "{{entityName}} deleted successfully",
|
|
14
|
+
"crmx.components.entity_delete_error": "Error deleting {{entityName}}",
|
|
15
|
+
"crmx.components.load_error": "Error loading {{entityType}}",
|
|
16
|
+
"crmx.components.required_field": "Required field",
|
|
17
|
+
"crmx.components.min_length_error": "Minimum of {{length}} characters",
|
|
18
|
+
"crmx.components.max_length_error": "Maximum of {{length}} characters",
|
|
19
|
+
"crmx.components.min_value_error": "Minimum value is {{value}}",
|
|
20
|
+
"crmx.components.max_value_error": "Maximum value is {{value}}",
|
|
21
|
+
"crmx.components.select_option": "Select an option",
|
|
22
|
+
"crmx.components.not_informed": "Not informed",
|
|
23
|
+
"crmx.components.filter_search_placeholder": "Search by {{label}}",
|
|
24
|
+
"crmx.components.filter_select_placeholder": "Select {{label}}",
|
|
25
|
+
"crmx.components.boolean_true": "Yes",
|
|
26
|
+
"crmx.components.boolean_false": "No",
|
|
27
|
+
"crmx.components.schedule_name": "Name",
|
|
28
|
+
"crmx.components.schedule_priority": "Priority",
|
|
29
|
+
"crmx.components.schedule_priority_low": "Low",
|
|
30
|
+
"crmx.components.schedule_priority_medium": "Medium",
|
|
31
|
+
"crmx.components.schedule_priority_high": "High",
|
|
32
|
+
"crmx.components.schedule_priority_critical": "Critical",
|
|
33
|
+
"crmx.components.schedule_type": "Type",
|
|
34
|
+
"crmx.components.schedule_select_type": "Select type",
|
|
35
|
+
"crmx.components.schedule_start_date": "Start Date",
|
|
36
|
+
"crmx.components.schedule_end_date": "End Date",
|
|
37
|
+
"crmx.components.schedule_start_time": "Start Time",
|
|
38
|
+
"crmx.components.schedule_end_time": "End Time",
|
|
39
|
+
"crmx.components.schedule_all_day": "All day",
|
|
40
|
+
"crmx.components.schedule_with_recurrence": "With recurrence",
|
|
41
|
+
"crmx.components.schedule_comments": "Comments",
|
|
42
|
+
"crmx.components.schedule_enter_name": "Enter name",
|
|
43
|
+
"crmx.components.schedule_enter_comments": "Enter comments",
|
|
44
|
+
"crmx.components.schedule_schedule_new": "New Schedule",
|
|
45
|
+
"crmx.components.schedule_schedule_edit": "Edit Schedule",
|
|
46
|
+
"crmx.components.schedule_schedule_details": "Schedule Details",
|
|
47
|
+
"crmx.components.schedule_recurrence_config": "Recurrence Configuration",
|
|
48
|
+
"crmx.components.schedule_recurrence": "Recurrence",
|
|
49
|
+
"crmx.components.schedule_recurrence_interval": "Interval",
|
|
50
|
+
"crmx.components.schedule_recurrence_daily": "Daily",
|
|
51
|
+
"crmx.components.schedule_recurrence_weekly": "Weekly",
|
|
52
|
+
"crmx.components.schedule_recurrence_monthly": "Monthly",
|
|
53
|
+
"crmx.components.schedule_recurrence_yearly": "Yearly",
|
|
54
|
+
"crmx.components.schedule_week_days": "Week Days",
|
|
55
|
+
"crmx.components.schedule_select_week_day": "Select days",
|
|
56
|
+
"crmx.components.schedule_sunday": "Sunday",
|
|
57
|
+
"crmx.components.schedule_monday": "Monday",
|
|
58
|
+
"crmx.components.schedule_tuesday": "Tuesday",
|
|
59
|
+
"crmx.components.schedule_wednesday": "Wednesday",
|
|
60
|
+
"crmx.components.schedule_thursday": "Thursday",
|
|
61
|
+
"crmx.components.schedule_friday": "Friday",
|
|
62
|
+
"crmx.components.schedule_saturday": "Saturday",
|
|
63
|
+
"crmx.components.schedule_repeat_when": "Repeat when",
|
|
64
|
+
"crmx.components.schedule_repeat_in_day": "On day",
|
|
65
|
+
"crmx.components.schedule_repeat_in_ordinal_week_day": "On ordinal week day",
|
|
66
|
+
"crmx.components.schedule_repeat_when_day": "Day",
|
|
67
|
+
"crmx.components.schedule_ordinal_week_day": "Ordinal day",
|
|
68
|
+
"crmx.components.schedule_ordinal_first": "First",
|
|
69
|
+
"crmx.components.schedule_ordinal_second": "Second",
|
|
70
|
+
"crmx.components.schedule_ordinal_third": "Third",
|
|
71
|
+
"crmx.components.schedule_ordinal_fourth": "Fourth",
|
|
72
|
+
"crmx.components.schedule_ordinal_last": "Last",
|
|
73
|
+
"crmx.components.schedule_week_month": "Week day",
|
|
74
|
+
"crmx.components.schedule_repeat_month": "Month",
|
|
75
|
+
"crmx.components.schedule_january": "January",
|
|
76
|
+
"crmx.components.schedule_february": "February",
|
|
77
|
+
"crmx.components.schedule_march": "March",
|
|
78
|
+
"crmx.components.schedule_april": "April",
|
|
79
|
+
"crmx.components.schedule_may": "May",
|
|
80
|
+
"crmx.components.schedule_june": "June",
|
|
81
|
+
"crmx.components.schedule_july": "July",
|
|
82
|
+
"crmx.components.schedule_august": "August",
|
|
83
|
+
"crmx.components.schedule_september": "September",
|
|
84
|
+
"crmx.components.schedule_october": "October",
|
|
85
|
+
"crmx.components.schedule_november": "November",
|
|
86
|
+
"crmx.components.schedule_december": "December",
|
|
87
|
+
"crmx.components.schedule_participants": "Participants",
|
|
88
|
+
"crmx.components.schedule_search_participant": "Search participant",
|
|
89
|
+
"crmx.components.schedule_no_participants": "No participants added",
|
|
90
|
+
"crmx.components.schedule_participant_type": "Type",
|
|
91
|
+
"crmx.components.schedule_participant_account": "Account",
|
|
92
|
+
"crmx.components.schedule_participant_account_contact": "Contact",
|
|
93
|
+
"crmx.components.schedule_participant_collaborator": "Collaborator",
|
|
94
|
+
"crmx.components.schedule_participant_external": "External",
|
|
95
|
+
"crmx.components.schedule_participant_organizer_label": "Organizer",
|
|
96
|
+
"crmx.components.schedule_remove": "Remove",
|
|
97
|
+
"crmx.components.schedule_status": "Status",
|
|
98
|
+
"crmx.components.schedule_confirmation_yes": "Confirmed",
|
|
99
|
+
"crmx.components.schedule_confirmation_no": "Declined",
|
|
100
|
+
"crmx.components.schedule_confirmation_pending": "Pending"
|
|
101
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"crmx.components.error": "Ups, algo salió mal",
|
|
3
|
+
"crmx.components.server_error": "Error del Servidor",
|
|
4
|
+
"crmx.components.server_error_message": "Ocurrió un error en el servidor. Inténtelo de nuevo más tarde.",
|
|
5
|
+
"crmx.components.save": "Guardar",
|
|
6
|
+
"crmx.components.cancel": "Cancelar",
|
|
7
|
+
"crmx.components.close": "Cerrar",
|
|
8
|
+
"crmx.components.yes": "Sí",
|
|
9
|
+
"crmx.components.no": "No",
|
|
10
|
+
"crmx.components.success": "Éxito",
|
|
11
|
+
"crmx.components.confirm_delete": "Confirmar Eliminación",
|
|
12
|
+
"crmx.components.confirm_delete_message": "¿Está seguro de que desea eliminar {{itemName}}?",
|
|
13
|
+
"crmx.components.entity_deleted_success": "{{entityName}} eliminado con éxito",
|
|
14
|
+
"crmx.components.entity_delete_error": "Error al eliminar {{entityName}}",
|
|
15
|
+
"crmx.components.load_error": "Error al cargar {{entityType}}",
|
|
16
|
+
"crmx.components.required_field": "Campo obligatorio",
|
|
17
|
+
"crmx.components.min_length_error": "Mínimo de {{length}} caracteres",
|
|
18
|
+
"crmx.components.max_length_error": "Máximo de {{length}} caracteres",
|
|
19
|
+
"crmx.components.min_value_error": "El valor mínimo es {{value}}",
|
|
20
|
+
"crmx.components.max_value_error": "El valor máximo es {{value}}",
|
|
21
|
+
"crmx.components.select_option": "Seleccione una opción",
|
|
22
|
+
"crmx.components.not_informed": "No informado",
|
|
23
|
+
"crmx.components.filter_search_placeholder": "Buscar por {{label}}",
|
|
24
|
+
"crmx.components.filter_select_placeholder": "Seleccione {{label}}",
|
|
25
|
+
"crmx.components.boolean_true": "Sí",
|
|
26
|
+
"crmx.components.boolean_false": "No",
|
|
27
|
+
"crmx.components.schedule_name": "Nombre",
|
|
28
|
+
"crmx.components.schedule_priority": "Prioridad",
|
|
29
|
+
"crmx.components.schedule_priority_low": "Baja",
|
|
30
|
+
"crmx.components.schedule_priority_medium": "Media",
|
|
31
|
+
"crmx.components.schedule_priority_high": "Alta",
|
|
32
|
+
"crmx.components.schedule_priority_critical": "Crítica",
|
|
33
|
+
"crmx.components.schedule_type": "Tipo",
|
|
34
|
+
"crmx.components.schedule_select_type": "Seleccione el tipo",
|
|
35
|
+
"crmx.components.schedule_start_date": "Fecha Inicio",
|
|
36
|
+
"crmx.components.schedule_end_date": "Fecha Fin",
|
|
37
|
+
"crmx.components.schedule_start_time": "Hora Inicio",
|
|
38
|
+
"crmx.components.schedule_end_time": "Hora Fin",
|
|
39
|
+
"crmx.components.schedule_all_day": "Todo el día",
|
|
40
|
+
"crmx.components.schedule_with_recurrence": "Con recurrencia",
|
|
41
|
+
"crmx.components.schedule_comments": "Observaciones",
|
|
42
|
+
"crmx.components.schedule_enter_name": "Ingrese el nombre",
|
|
43
|
+
"crmx.components.schedule_enter_comments": "Ingrese las observaciones",
|
|
44
|
+
"crmx.components.schedule_schedule_new": "Nueva Programación",
|
|
45
|
+
"crmx.components.schedule_schedule_edit": "Editar Programación",
|
|
46
|
+
"crmx.components.schedule_schedule_details": "Detalles de la Programación",
|
|
47
|
+
"crmx.components.schedule_recurrence_config": "Configuración de Recurrencia",
|
|
48
|
+
"crmx.components.schedule_recurrence": "Recurrencia",
|
|
49
|
+
"crmx.components.schedule_recurrence_interval": "Intervalo",
|
|
50
|
+
"crmx.components.schedule_recurrence_daily": "Diaria",
|
|
51
|
+
"crmx.components.schedule_recurrence_weekly": "Semanal",
|
|
52
|
+
"crmx.components.schedule_recurrence_monthly": "Mensual",
|
|
53
|
+
"crmx.components.schedule_recurrence_yearly": "Anual",
|
|
54
|
+
"crmx.components.schedule_week_days": "Días de la Semana",
|
|
55
|
+
"crmx.components.schedule_select_week_day": "Seleccione los días",
|
|
56
|
+
"crmx.components.schedule_sunday": "Domingo",
|
|
57
|
+
"crmx.components.schedule_monday": "Lunes",
|
|
58
|
+
"crmx.components.schedule_tuesday": "Martes",
|
|
59
|
+
"crmx.components.schedule_wednesday": "Miércoles",
|
|
60
|
+
"crmx.components.schedule_thursday": "Jueves",
|
|
61
|
+
"crmx.components.schedule_friday": "Viernes",
|
|
62
|
+
"crmx.components.schedule_saturday": "Sábado",
|
|
63
|
+
"crmx.components.schedule_repeat_when": "Repetir cuando",
|
|
64
|
+
"crmx.components.schedule_repeat_in_day": "En el día",
|
|
65
|
+
"crmx.components.schedule_repeat_in_ordinal_week_day": "En el día ordinal de la semana",
|
|
66
|
+
"crmx.components.schedule_repeat_when_day": "Día",
|
|
67
|
+
"crmx.components.schedule_ordinal_week_day": "Día ordinal",
|
|
68
|
+
"crmx.components.schedule_ordinal_first": "Primero",
|
|
69
|
+
"crmx.components.schedule_ordinal_second": "Segundo",
|
|
70
|
+
"crmx.components.schedule_ordinal_third": "Tercero",
|
|
71
|
+
"crmx.components.schedule_ordinal_fourth": "Cuarto",
|
|
72
|
+
"crmx.components.schedule_ordinal_last": "Último",
|
|
73
|
+
"crmx.components.schedule_week_month": "Día de la semana",
|
|
74
|
+
"crmx.components.schedule_repeat_month": "Mes",
|
|
75
|
+
"crmx.components.schedule_january": "Enero",
|
|
76
|
+
"crmx.components.schedule_february": "Febrero",
|
|
77
|
+
"crmx.components.schedule_march": "Marzo",
|
|
78
|
+
"crmx.components.schedule_april": "Abril",
|
|
79
|
+
"crmx.components.schedule_may": "Mayo",
|
|
80
|
+
"crmx.components.schedule_june": "Junio",
|
|
81
|
+
"crmx.components.schedule_july": "Julio",
|
|
82
|
+
"crmx.components.schedule_august": "Agosto",
|
|
83
|
+
"crmx.components.schedule_september": "Septiembre",
|
|
84
|
+
"crmx.components.schedule_october": "Octubre",
|
|
85
|
+
"crmx.components.schedule_november": "Noviembre",
|
|
86
|
+
"crmx.components.schedule_december": "Diciembre",
|
|
87
|
+
"crmx.components.schedule_participants": "Participantes",
|
|
88
|
+
"crmx.components.schedule_search_participant": "Buscar participante",
|
|
89
|
+
"crmx.components.schedule_no_participants": "Ningún participante agregado",
|
|
90
|
+
"crmx.components.schedule_participant_type": "Tipo",
|
|
91
|
+
"crmx.components.schedule_participant_account": "Cuenta",
|
|
92
|
+
"crmx.components.schedule_participant_account_contact": "Contacto",
|
|
93
|
+
"crmx.components.schedule_participant_collaborator": "Colaborador",
|
|
94
|
+
"crmx.components.schedule_participant_external": "Externo",
|
|
95
|
+
"crmx.components.schedule_participant_organizer_label": "Organizador",
|
|
96
|
+
"crmx.components.schedule_remove": "Eliminar",
|
|
97
|
+
"crmx.components.schedule_status": "Estado",
|
|
98
|
+
"crmx.components.schedule_confirmation_yes": "Confirmado",
|
|
99
|
+
"crmx.components.schedule_confirmation_no": "Rechazado",
|
|
100
|
+
"crmx.components.schedule_confirmation_pending": "Pendiente"
|
|
101
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"crmx.components.error": "Ops, algo deu errado",
|
|
3
|
+
"crmx.components.server_error": "Erro no Servidor",
|
|
4
|
+
"crmx.components.server_error_message": "Ocorreu um erro no servidor. Tente novamente mais tarde.",
|
|
5
|
+
"crmx.components.save": "Salvar",
|
|
6
|
+
"crmx.components.cancel": "Cancelar",
|
|
7
|
+
"crmx.components.close": "Fechar",
|
|
8
|
+
"crmx.components.yes": "Sim",
|
|
9
|
+
"crmx.components.no": "Não",
|
|
10
|
+
"crmx.components.success": "Sucesso",
|
|
11
|
+
"crmx.components.confirm_delete": "Confirmar Exclusão",
|
|
12
|
+
"crmx.components.confirm_delete_message": "Tem certeza que deseja excluir {{itemName}}?",
|
|
13
|
+
"crmx.components.entity_deleted_success": "{{entityName}} excluído com sucesso",
|
|
14
|
+
"crmx.components.entity_delete_error": "Erro ao excluir {{entityName}}",
|
|
15
|
+
"crmx.components.load_error": "Erro ao carregar {{entityType}}",
|
|
16
|
+
"crmx.components.required_field": "Campo obrigatório",
|
|
17
|
+
"crmx.components.min_length_error": "Mínimo de {{length}} caracteres",
|
|
18
|
+
"crmx.components.max_length_error": "Máximo de {{length}} caracteres",
|
|
19
|
+
"crmx.components.min_value_error": "Valor mínimo é {{value}}",
|
|
20
|
+
"crmx.components.max_value_error": "Valor máximo é {{value}}",
|
|
21
|
+
"crmx.components.select_option": "Selecione uma opção",
|
|
22
|
+
"crmx.components.not_informed": "Não informado",
|
|
23
|
+
"crmx.components.filter_search_placeholder": "Pesquisar por {{label}}",
|
|
24
|
+
"crmx.components.filter_select_placeholder": "Selecione {{label}}",
|
|
25
|
+
"crmx.components.boolean_true": "Sim",
|
|
26
|
+
"crmx.components.boolean_false": "Não",
|
|
27
|
+
"crmx.components.schedule_name": "Nome",
|
|
28
|
+
"crmx.components.schedule_priority": "Prioridade",
|
|
29
|
+
"crmx.components.schedule_priority_low": "Baixa",
|
|
30
|
+
"crmx.components.schedule_priority_medium": "Média",
|
|
31
|
+
"crmx.components.schedule_priority_high": "Alta",
|
|
32
|
+
"crmx.components.schedule_priority_critical": "Crítica",
|
|
33
|
+
"crmx.components.schedule_type": "Tipo",
|
|
34
|
+
"crmx.components.schedule_select_type": "Selecione o tipo",
|
|
35
|
+
"crmx.components.schedule_start_date": "Data Início",
|
|
36
|
+
"crmx.components.schedule_end_date": "Data Fim",
|
|
37
|
+
"crmx.components.schedule_start_time": "Hora Início",
|
|
38
|
+
"crmx.components.schedule_end_time": "Hora Fim",
|
|
39
|
+
"crmx.components.schedule_all_day": "Dia inteiro",
|
|
40
|
+
"crmx.components.schedule_with_recurrence": "Com recorrência",
|
|
41
|
+
"crmx.components.schedule_comments": "Observações",
|
|
42
|
+
"crmx.components.schedule_enter_name": "Digite o nome",
|
|
43
|
+
"crmx.components.schedule_enter_comments": "Digite as observações",
|
|
44
|
+
"crmx.components.schedule_schedule_new": "Novo Agendamento",
|
|
45
|
+
"crmx.components.schedule_schedule_edit": "Editar Agendamento",
|
|
46
|
+
"crmx.components.schedule_schedule_details": "Detalhes do Agendamento",
|
|
47
|
+
"crmx.components.schedule_recurrence_config": "Configuração de Recorrência",
|
|
48
|
+
"crmx.components.schedule_recurrence": "Recorrência",
|
|
49
|
+
"crmx.components.schedule_recurrence_interval": "Intervalo",
|
|
50
|
+
"crmx.components.schedule_recurrence_daily": "Diária",
|
|
51
|
+
"crmx.components.schedule_recurrence_weekly": "Semanal",
|
|
52
|
+
"crmx.components.schedule_recurrence_monthly": "Mensal",
|
|
53
|
+
"crmx.components.schedule_recurrence_yearly": "Anual",
|
|
54
|
+
"crmx.components.schedule_week_days": "Dias da Semana",
|
|
55
|
+
"crmx.components.schedule_select_week_day": "Selecione os dias",
|
|
56
|
+
"crmx.components.schedule_sunday": "Domingo",
|
|
57
|
+
"crmx.components.schedule_monday": "Segunda",
|
|
58
|
+
"crmx.components.schedule_tuesday": "Terça",
|
|
59
|
+
"crmx.components.schedule_wednesday": "Quarta",
|
|
60
|
+
"crmx.components.schedule_thursday": "Quinta",
|
|
61
|
+
"crmx.components.schedule_friday": "Sexta",
|
|
62
|
+
"crmx.components.schedule_saturday": "Sábado",
|
|
63
|
+
"crmx.components.schedule_repeat_when": "Repetir quando",
|
|
64
|
+
"crmx.components.schedule_repeat_in_day": "No dia",
|
|
65
|
+
"crmx.components.schedule_repeat_in_ordinal_week_day": "No dia da semana ordinal",
|
|
66
|
+
"crmx.components.schedule_repeat_when_day": "Dia",
|
|
67
|
+
"crmx.components.schedule_ordinal_week_day": "Dia ordinal",
|
|
68
|
+
"crmx.components.schedule_ordinal_first": "Primeiro",
|
|
69
|
+
"crmx.components.schedule_ordinal_second": "Segundo",
|
|
70
|
+
"crmx.components.schedule_ordinal_third": "Terceiro",
|
|
71
|
+
"crmx.components.schedule_ordinal_fourth": "Quarto",
|
|
72
|
+
"crmx.components.schedule_ordinal_last": "Último",
|
|
73
|
+
"crmx.components.schedule_week_month": "Dia da semana",
|
|
74
|
+
"crmx.components.schedule_repeat_month": "Mês",
|
|
75
|
+
"crmx.components.schedule_january": "Janeiro",
|
|
76
|
+
"crmx.components.schedule_february": "Fevereiro",
|
|
77
|
+
"crmx.components.schedule_march": "Março",
|
|
78
|
+
"crmx.components.schedule_april": "Abril",
|
|
79
|
+
"crmx.components.schedule_may": "Maio",
|
|
80
|
+
"crmx.components.schedule_june": "Junho",
|
|
81
|
+
"crmx.components.schedule_july": "Julho",
|
|
82
|
+
"crmx.components.schedule_august": "Agosto",
|
|
83
|
+
"crmx.components.schedule_september": "Setembro",
|
|
84
|
+
"crmx.components.schedule_october": "Outubro",
|
|
85
|
+
"crmx.components.schedule_november": "Novembro",
|
|
86
|
+
"crmx.components.schedule_december": "Dezembro",
|
|
87
|
+
"crmx.components.schedule_participants": "Participantes",
|
|
88
|
+
"crmx.components.schedule_search_participant": "Buscar participante",
|
|
89
|
+
"crmx.components.schedule_no_participants": "Nenhum participante adicionado",
|
|
90
|
+
"crmx.components.schedule_participant_type": "Tipo",
|
|
91
|
+
"crmx.components.schedule_participant_account": "Conta",
|
|
92
|
+
"crmx.components.schedule_participant_account_contact": "Contato",
|
|
93
|
+
"crmx.components.schedule_participant_collaborator": "Colaborador",
|
|
94
|
+
"crmx.components.schedule_participant_external": "Externo",
|
|
95
|
+
"crmx.components.schedule_participant_organizer_label": "Organizador",
|
|
96
|
+
"crmx.components.schedule_remove": "Remover",
|
|
97
|
+
"crmx.components.schedule_status": "Status",
|
|
98
|
+
"crmx.components.schedule_confirmation_yes": "Confirmado",
|
|
99
|
+
"crmx.components.schedule_confirmation_no": "Recusado",
|
|
100
|
+
"crmx.components.schedule_confirmation_pending": "Pendente"
|
|
101
|
+
}
|
package/esm2022/public-api.mjs
CHANGED
|
@@ -5,10 +5,12 @@ export { AngularComponentsModule } from './lib/angular-components.module';
|
|
|
5
5
|
// Services
|
|
6
6
|
export { StorageService } from './lib/services/storage/storage.service';
|
|
7
7
|
export { CurrentCollaboratorService } from './lib/services/current-collaborator/current-collaborator.service';
|
|
8
|
+
// Config
|
|
9
|
+
export { provideAngularComponentsTranslations } from './lib/config/provide-angular-components-translations';
|
|
8
10
|
// Schedule
|
|
9
11
|
export { ScheduleFormComponent } from './lib/components/schedule/schedule-form/schedule-form.component';
|
|
10
12
|
export { ScheduleDetailComponent } from './lib/components/schedule/schedule-detail/schedule-detail.component';
|
|
11
13
|
export { ScheduleService } from './lib/components/schedule/services/schedule.service';
|
|
12
14
|
export { ScheduleTypeService } from './lib/components/schedule/services/schedule-type.service';
|
|
13
15
|
export { SchedulePriority, ScheduleRecurrence, WeekDay, Month, RepeatWhen, OrdinalWeekDay, ParticipantConfirmation, Status } from './lib/components/schedule/enums/schedule.enums';
|
|
14
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
16
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3Byb2plY3RzL2FuZ3VsYXItY29tcG9uZW50cy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILE9BQU8sRUFBRSx1QkFBdUIsRUFBRSxNQUFNLGlDQUFpQyxDQUFDO0FBRTFFLFdBQVc7QUFDWCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDeEUsT0FBTyxFQUFFLDBCQUEwQixFQUFFLE1BQU0sa0VBQWtFLENBQUM7QUFFOUcsU0FBUztBQUNULE9BQU8sRUFBRSxvQ0FBb0MsRUFBRSxNQUFNLHNEQUFzRCxDQUFDO0FBWTVHLFdBQVc7QUFDWCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxpRUFBaUUsQ0FBQztBQUN4RyxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxxRUFBcUUsQ0FBQztBQUM5RyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scURBQXFELENBQUM7QUFDdEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sMERBQTBELENBQUM7QUFJL0YsT0FBTyxFQUFFLGdCQUFnQixFQUFFLGtCQUFrQixFQUFFLE9BQU8sRUFBRSxLQUFLLEVBQUUsVUFBVSxFQUFFLGNBQWMsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qXG4gKiBQdWJsaWMgQVBJIFN1cmZhY2Ugb2YgQHNlbmlvci1nZXN0YW8tcmVsYWNpb25hbWVudG8vYW5ndWxhci1jb21wb25lbnRzXG4gKi9cblxuZXhwb3J0IHsgQW5ndWxhckNvbXBvbmVudHNNb2R1bGUgfSBmcm9tICcuL2xpYi9hbmd1bGFyLWNvbXBvbmVudHMubW9kdWxlJztcblxuLy8gU2VydmljZXNcbmV4cG9ydCB7IFN0b3JhZ2VTZXJ2aWNlIH0gZnJvbSAnLi9saWIvc2VydmljZXMvc3RvcmFnZS9zdG9yYWdlLnNlcnZpY2UnO1xuZXhwb3J0IHsgQ3VycmVudENvbGxhYm9yYXRvclNlcnZpY2UgfSBmcm9tICcuL2xpYi9zZXJ2aWNlcy9jdXJyZW50LWNvbGxhYm9yYXRvci9jdXJyZW50LWNvbGxhYm9yYXRvci5zZXJ2aWNlJztcblxuLy8gQ29uZmlnXG5leHBvcnQgeyBwcm92aWRlQW5ndWxhckNvbXBvbmVudHNUcmFuc2xhdGlvbnMgfSBmcm9tICcuL2xpYi9jb25maWcvcHJvdmlkZS1hbmd1bGFyLWNvbXBvbmVudHMtdHJhbnNsYXRpb25zJztcblxuLy8gTW9kZWxzXG5leHBvcnQgdHlwZSB7XG4gIENvbGxhYm9yYXRvcixcbiAgQ29sbGFib3JhdG9yTGVhZGVyLFxuICBDb2xsYWJvcmF0b3JCcmFuY2gsXG4gIEJyYW5jaCxcbiAgQ29tcGFueSxcbiAgSm9iVGl0bGVcbn0gZnJvbSAnLi9saWIvc2VydmljZXMvY3VycmVudC1jb2xsYWJvcmF0b3IvbW9kZWxzL2NvbGxhYm9yYXRvci5tb2RlbCc7XG5cbi8vIFNjaGVkdWxlXG5leHBvcnQgeyBTY2hlZHVsZUZvcm1Db21wb25lbnQgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NjaGVkdWxlL3NjaGVkdWxlLWZvcm0vc2NoZWR1bGUtZm9ybS5jb21wb25lbnQnO1xuZXhwb3J0IHsgU2NoZWR1bGVEZXRhaWxDb21wb25lbnQgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NjaGVkdWxlL3NjaGVkdWxlLWRldGFpbC9zY2hlZHVsZS1kZXRhaWwuY29tcG9uZW50JztcbmV4cG9ydCB7IFNjaGVkdWxlU2VydmljZSB9IGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2NoZWR1bGUvc2VydmljZXMvc2NoZWR1bGUuc2VydmljZSc7XG5leHBvcnQgeyBTY2hlZHVsZVR5cGVTZXJ2aWNlIH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zY2hlZHVsZS9zZXJ2aWNlcy9zY2hlZHVsZS10eXBlLnNlcnZpY2UnO1xuZXhwb3J0IHR5cGUgeyBTY2hlZHVsZSwgU2NoZWR1bGVSZWN1cnJlbmNlSXRlbSwgUmVjdXJyZW5jZURhdGVzUmVjb3JkLCBTY2hlZHVsZVBhcnRpY2lwYW50IH0gZnJvbSAnLi9saWIvY29tcG9uZW50cy9zY2hlZHVsZS9lbnRpdGllcy9zY2hlZHVsZS5pbnRlcmZhY2UnO1xuZXhwb3J0IHR5cGUgeyBTY2hlZHVsZVR5cGUgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NjaGVkdWxlL2VudGl0aWVzL3NjaGVkdWxlLXR5cGUuaW50ZXJmYWNlJztcbmV4cG9ydCB0eXBlIHsgUGFydGljaXBhbnRMb29rdXAsIFBhcnRpY2lwYW50T3JpZ2luLCBTY2hlZHVsZVN1bW1hcnlCeURhdGUgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NjaGVkdWxlL2VudGl0aWVzL3BhcnRpY2lwYW50LWxvb2t1cC5pbnRlcmZhY2UnO1xuZXhwb3J0IHsgU2NoZWR1bGVQcmlvcml0eSwgU2NoZWR1bGVSZWN1cnJlbmNlLCBXZWVrRGF5LCBNb250aCwgUmVwZWF0V2hlbiwgT3JkaW5hbFdlZWtEYXksIFBhcnRpY2lwYW50Q29uZmlybWF0aW9uLCBTdGF0dXMgfSBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NjaGVkdWxlL2VudW1zL3NjaGVkdWxlLmVudW1zJztcbiJdfQ==
|