@senior-agronegocio/angular-components 0.0.9873 → 0.0.9875
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/bundles/senior-agronegocio-angular-components.umd.js +978 -905
- package/bundles/senior-agronegocio-angular-components.umd.js.map +1 -1
- package/bundles/senior-agronegocio-angular-components.umd.min.js +2 -2
- package/bundles/senior-agronegocio-angular-components.umd.min.js.map +1 -1
- package/common/agro-platform-utils.class.d.ts +8 -1
- package/components/event-control-board/common/event-control-constants.d.ts +0 -5
- package/components/event-control-board/common/event-operation.d.ts +11 -1
- package/components/event-control-board/event-control-board.component.d.ts +2 -5
- package/components/event-control-board/service/event-control-item/event-control-item.d.ts +1 -0
- package/esm2015/common/agro-platform-utils.class.js +12 -2
- package/esm2015/components/event-control-board/common/event-control-constants.js +5 -15
- package/esm2015/components/event-control-board/common/event-operation.js +11 -1
- package/esm2015/components/event-control-board/event-control-board.component.js +38 -37
- package/esm2015/components/event-control-board/service/event-control-item/event-control-item.js +2 -1
- package/esm2015/services/i18n/en-US.js +304 -276
- package/esm2015/services/i18n/es-CO.js +296 -283
- package/esm2015/services/i18n/pt-BR.js +302 -281
- package/esm5/common/agro-platform-utils.class.js +12 -2
- package/esm5/components/event-control-board/common/event-control-constants.js +5 -15
- package/esm5/components/event-control-board/common/event-operation.js +11 -1
- package/esm5/components/event-control-board/event-control-board.component.js +38 -37
- package/esm5/components/event-control-board/service/event-control-item/event-control-item.js +2 -1
- package/esm5/services/i18n/en-US.js +304 -276
- package/esm5/services/i18n/es-CO.js +296 -283
- package/esm5/services/i18n/pt-BR.js +302 -281
- package/fesm2015/senior-agronegocio-angular-components.js +975 -902
- package/fesm2015/senior-agronegocio-angular-components.js.map +1 -1
- package/fesm5/senior-agronegocio-angular-components.js +978 -905
- package/fesm5/senior-agronegocio-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/services/i18n/en-US.d.ts +303 -275
- package/services/i18n/es-CO.d.ts +295 -282
- package/services/i18n/pt-BR.d.ts +301 -280
package/services/i18n/es-CO.d.ts
CHANGED
|
@@ -1,285 +1,298 @@
|
|
|
1
1
|
declare const esCO: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
'agro.angular_components.
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
2
|
+
"agro.angular_components.table_empty_description": string;
|
|
3
|
+
"agro.angular_components.nothing_found": string;
|
|
4
|
+
"agro.angular_components.panel_title_events_events": string;
|
|
5
|
+
"agro.angular_components.refresh": string;
|
|
6
|
+
"agro.angular_components.event_control_header": string;
|
|
7
|
+
"agro.angular_components.no": string;
|
|
8
|
+
"agro.angular_components.yes": string;
|
|
9
|
+
"agro.angular_components.event_modal_title": string;
|
|
10
|
+
"agro.angular_components.event_modal": string;
|
|
11
|
+
"agro.angular_components.reprocess_event": string;
|
|
12
|
+
"agro.angular_components.events_close": string;
|
|
13
|
+
"agro.angular_components.event_error_message": string;
|
|
14
|
+
"agro.angular_components.last_update_date": string;
|
|
15
|
+
"agro.angular_components.show_event_details": string;
|
|
16
|
+
"agro.angular_components.pending": string;
|
|
17
|
+
"agro.angular_components.processing": string;
|
|
18
|
+
"agro.angular_components.panel_title_events_ended_with_error": string;
|
|
19
|
+
"agro.angular_components.tickets": string;
|
|
20
|
+
"agro.angular_components.rural_estate": string;
|
|
21
|
+
"agro.angular_components.change_request_event_summary": string;
|
|
22
|
+
"agro.angular_components.ticket_maintenance_header": string;
|
|
23
|
+
"agro.angular_components.invoice_creating_event": string;
|
|
24
|
+
"agro.angular_components.balance_entry_control_event": string;
|
|
25
|
+
"agro.angular_components.event_origin_label": string;
|
|
26
|
+
"agro.angular_components.event_details_header": string;
|
|
27
|
+
"agro.angular_components.registers_found": string;
|
|
28
|
+
"agro.angular_components.change_request_event": string;
|
|
29
|
+
"agro.angular_components.status_label": string;
|
|
30
|
+
"agro.angular_components.panel_title_events_completed_successfully": string;
|
|
31
|
+
"agro.angular_components.supplier": string;
|
|
32
|
+
"agro.angular_components.ticket": string;
|
|
33
|
+
"agro.angular_components.company": string;
|
|
34
|
+
"agro.angular_components.label_branch": string;
|
|
35
|
+
"agro.angular_components.event_sidebar_title": string;
|
|
36
|
+
"agro.angular_components.reprocessing_event_message_title": string;
|
|
37
|
+
"agro.angular_components.reprocessing_event_message_description": string;
|
|
38
|
+
"agro.angular_components.error_reprocessing_event_message_title": string;
|
|
39
|
+
"agro.angular_components.error_reprocessing_event_message_description": string;
|
|
40
|
+
"agro.angular_components.actions": string;
|
|
41
|
+
"agro.angular_components.add": string;
|
|
42
|
+
"agro.angular_components.at_date": string;
|
|
43
|
+
"agro.angular_components.at_time": string;
|
|
44
|
+
"agro.angular_components.cancel": string;
|
|
45
|
+
"agro.angular_components.clear": string;
|
|
46
|
+
"agro.angular_components.created_by": string;
|
|
47
|
+
"agro.angular_components.delete": string;
|
|
48
|
+
"agro.angular_components.delete_confirmation_message": string;
|
|
49
|
+
"agro.angular_components.delete_confirmation_title": string;
|
|
50
|
+
"agro.angular_components.deleted_message_content": string;
|
|
51
|
+
"agro.angular_components.deleted_message_title": string;
|
|
52
|
+
"agro.angular_components.e_070_emp_cod_emp": string;
|
|
53
|
+
"agro.angular_components.e_070_emp_created_by": string;
|
|
54
|
+
"agro.angular_components.e_070_emp_created_date": string;
|
|
55
|
+
"agro.angular_components.e_070_emp_id": string;
|
|
56
|
+
"agro.angular_components.e_070_emp_last_modified_by": string;
|
|
57
|
+
"agro.angular_components.e_070_emp_last_modified_date": string;
|
|
58
|
+
"agro.angular_components.e_070_emp_nom_emp": string;
|
|
59
|
+
"agro.angular_components.e_070_emp_sig_emp": string;
|
|
60
|
+
"agro.angular_components.e_070_fil_cid_fil": string;
|
|
61
|
+
"agro.angular_components.e_070_fil_cod_fil": string;
|
|
62
|
+
"agro.angular_components.e_070_fil_created_by": string;
|
|
63
|
+
"agro.angular_components.e_070_fil_created_date": string;
|
|
64
|
+
"agro.angular_components.e_070_fil_id": string;
|
|
65
|
+
"agro.angular_components.e_070_fil_last_modified_by": string;
|
|
66
|
+
"agro.angular_components.e_070_fil_last_modified_date": string;
|
|
67
|
+
"agro.angular_components.e_070_fil_nom_fil": string;
|
|
68
|
+
"agro.angular_components.e_070_fil_num_cgc": string;
|
|
69
|
+
"agro.angular_components.e_070_fil_num_fon": string;
|
|
70
|
+
"agro.angular_components.e_070_fil_sig_fil": string;
|
|
71
|
+
"agro.angular_components.edit": string;
|
|
72
|
+
"agro.angular_components.error_forbidden_description": string;
|
|
73
|
+
"agro.angular_components.error_forbidden_title": string;
|
|
74
|
+
"agro.angular_components.error_invalid": string;
|
|
75
|
+
"agro.angular_components.error_max_length": string;
|
|
76
|
+
"agro.angular_components.error_max_value": string;
|
|
77
|
+
"agro.angular_components.error_min_length": string;
|
|
78
|
+
"agro.angular_components.error_min_value": string;
|
|
79
|
+
"agro.angular_components.error_not_found_description": string;
|
|
80
|
+
"agro.angular_components.error_not_found_title": string;
|
|
81
|
+
"agro.angular_components.error_required": string;
|
|
82
|
+
"agro.angular_components.error_server_description": string;
|
|
83
|
+
"agro.angular_components.error_server_title": string;
|
|
84
|
+
"agro.angular_components.error_server_try_again": string;
|
|
85
|
+
"agro.angular_components.error_unauthorized_description": string;
|
|
86
|
+
"agro.angular_components.error_unauthorized_title": string;
|
|
87
|
+
"agro.angular_components.event_control": string;
|
|
88
|
+
"agro.angular_components.event_control_created_by": string;
|
|
89
|
+
"agro.angular_components.event_control_created_date": string;
|
|
90
|
+
"agro.angular_components.event_control_e_070_emp": string;
|
|
91
|
+
"agro.angular_components.event_control_e_070_emp_search_title": string;
|
|
92
|
+
"agro.angular_components.event_control_e_070_fil": string;
|
|
93
|
+
"agro.angular_components.event_control_e_070_fil_search_title": string;
|
|
94
|
+
"agro.angular_components.event_control_empty_state_description": string;
|
|
95
|
+
"agro.angular_components.event_control_empty_state_title": string;
|
|
96
|
+
"agro.angular_components.event_control_event_origin": string;
|
|
97
|
+
"agro.angular_components.event_control_event_origin_placeholder": string;
|
|
98
|
+
"agro.angular_components.event_control_external_id": string;
|
|
99
|
+
"agro.angular_components.event_control_form_general_title": string;
|
|
100
|
+
"agro.angular_components.event_control_form_title": string;
|
|
101
|
+
"agro.angular_components.event_control_id": string;
|
|
102
|
+
"agro.angular_components.event_control_item": string;
|
|
103
|
+
"agro.angular_components.event_control_item_created_by": string;
|
|
104
|
+
"agro.angular_components.event_control_item_created_date": string;
|
|
105
|
+
"agro.angular_components.event_control_item_empty_state_description": string;
|
|
106
|
+
"agro.angular_components.event_control_item_empty_state_title": string;
|
|
107
|
+
"agro.angular_components.event_control_item_event_control": string;
|
|
108
|
+
"agro.angular_components.event_control_item_event_control_search_title": string;
|
|
109
|
+
"agro.angular_components.event_control_item_event_group": string;
|
|
110
|
+
"agro.angular_components.event_control_item_event_operation": string;
|
|
111
|
+
"agro.angular_components.event_control_item_event_operation_placeholder": string;
|
|
112
|
+
"agro.angular_components.event_control_item_form_general_title": string;
|
|
113
|
+
"agro.angular_components.event_control_item_form_title": string;
|
|
114
|
+
"agro.angular_components.event_control_item_id": string;
|
|
115
|
+
"agro.angular_components.event_control_item_last_modified_by": string;
|
|
116
|
+
"agro.angular_components.event_control_item_last_modified_date": string;
|
|
117
|
+
"agro.angular_components.event_control_item_list_grid_title": string;
|
|
118
|
+
"agro.angular_components.event_control_item_list_title": string;
|
|
119
|
+
"agro.angular_components.event_control_item_message": string;
|
|
120
|
+
"agro.angular_components.event_control_item_param": string;
|
|
121
|
+
"agro.angular_components.event_control_item_request": string;
|
|
122
|
+
"agro.angular_components.event_control_item_response": string;
|
|
123
|
+
"agro.angular_components.event_control_item_sequence": string;
|
|
124
|
+
"agro.angular_components.event_control_item_status": string;
|
|
125
|
+
"agro.angular_components.event_control_item_status_placeholder": string;
|
|
126
|
+
"agro.angular_components.event_control_last_modified_by": string;
|
|
127
|
+
"agro.angular_components.event_control_last_modified_date": string;
|
|
128
|
+
"agro.angular_components.event_control_list_grid_title": string;
|
|
129
|
+
"agro.angular_components.event_control_list_title": string;
|
|
130
|
+
"agro.angular_components.event_operation_change_request": string;
|
|
131
|
+
"agro.angular_components.event_operation_change_response": string;
|
|
132
|
+
"agro.angular_components.event_operation_effective": string;
|
|
133
|
+
"agro.angular_components.event_operation_effective_confirmation": string;
|
|
134
|
+
"agro.angular_components.event_operation_invoice_closing": string;
|
|
135
|
+
"agro.angular_components.event_operation_invoice_creating": string;
|
|
136
|
+
"agro.angular_components.event_operation_invoice_installments": string;
|
|
137
|
+
"agro.angular_components.event_operation_provesional": string;
|
|
138
|
+
"agro.angular_components.event_operation_remove_provisional": string;
|
|
139
|
+
"agro.angular_components.event_operation_ticket": string;
|
|
140
|
+
"agro.angular_components.event_origin_balance_entry_control": string;
|
|
141
|
+
"agro.angular_components.event_origin_change_request": string;
|
|
142
|
+
"agro.angular_components.event_origin_invoice": string;
|
|
143
|
+
"agro.angular_components.event_origin_ticket": string;
|
|
144
|
+
"agro.angular_components.event_status_canceled": string;
|
|
145
|
+
"agro.angular_components.event_status_failed": string;
|
|
146
|
+
"agro.angular_components.event_status_pending": string;
|
|
147
|
+
"agro.angular_components.event_status_processing": string;
|
|
148
|
+
"agro.angular_components.event_status_success": string;
|
|
149
|
+
"agro.angular_components.filter": string;
|
|
150
|
+
"agro.angular_components.filters": string;
|
|
151
|
+
"agro.angular_components.list_grid_empty_field": string;
|
|
152
|
+
"agro.angular_components.product_header_title": string;
|
|
153
|
+
"agro.angular_components.save": string;
|
|
154
|
+
"agro.angular_components.select": string;
|
|
155
|
+
"agro.angular_components.updated_by": string;
|
|
156
|
+
error_invalid: string;
|
|
157
|
+
"agro.angular_components.choose_label": string;
|
|
158
|
+
"agro.angular_components.remove_label": string;
|
|
159
|
+
"agro.angular_components.cancel_label": string;
|
|
160
|
+
"agro.angular_components.success_tooltip": string;
|
|
161
|
+
"agro.angular_components.menu_agro_events": string;
|
|
162
|
+
"agro.angular_components.date": string;
|
|
163
|
+
"agro.angular_components.label_code_branch": string;
|
|
164
|
+
"agro.angular_components.label_code_company": string;
|
|
165
|
+
"agro.angular_components.label_code_deposit": string;
|
|
166
|
+
"agro.angular_components.label_code": string;
|
|
167
|
+
"agro.angular_components.label_company": string;
|
|
168
|
+
"platform.backend.agro_origination_entry_control": string;
|
|
169
|
+
"platform.backend.agro_origination_entry_exit_query": string;
|
|
170
|
+
"platform.backend.agro_origination_links": string;
|
|
171
|
+
"agro.angular_components.fantasy_name": string;
|
|
172
|
+
"platform.backend.agro_origination_operation_versus_transaction_link": string;
|
|
173
|
+
"platform.backend.menu_event_control": string;
|
|
174
|
+
"agro.angular_components.company_search_label": string;
|
|
175
|
+
"agro.angular_components.company_tooltip": string;
|
|
176
|
+
"agro.angular_components.branch_search_label": string;
|
|
177
|
+
"agro.angular_components.branch_tooltip": string;
|
|
178
|
+
"agro.angular_components.dash": string;
|
|
179
|
+
"agro.angular_components.ticket_tooltip": string;
|
|
180
|
+
"agro.angular_components.ticket_search_label": string;
|
|
181
|
+
"agro.angular_components.kilogram_unit_label": string;
|
|
182
|
+
"agro.angular_components.event_list_header": string;
|
|
183
|
+
"agro.angular_components.ticket_event": string;
|
|
184
|
+
"agro.angular_components.provisional_event": string;
|
|
185
|
+
"agro.angular_components.effective_event": string;
|
|
186
|
+
"agro.angular_components.effective_confirmation_event": string;
|
|
187
|
+
"agro.angular_components.remove_provisional_event": string;
|
|
188
|
+
"agro.angular_components.canceled": string;
|
|
189
|
+
"agro.angular_components.label_number": string;
|
|
190
|
+
"agro.angular_components.cnpj": string;
|
|
191
|
+
"agro.angular_components.label_city": string;
|
|
192
|
+
"agro.angular_components.menu_event_control": string;
|
|
193
|
+
"agro.angular_components.transfer_origin_event": string;
|
|
194
|
+
"agro.angular_components.generation_of_invoice_installments": string;
|
|
195
|
+
"agro.angular_components.invoice_canceled": string;
|
|
196
|
+
"agro.angular_components.CANCEL_INVOICE": string;
|
|
197
|
+
"agro.angular_components.EFFECTIVE_CONFIRMATION": string;
|
|
198
|
+
"agro.angular_components.CHANGE_REQUEST": string;
|
|
199
|
+
"agro.angular_components.CHANGE_RESPONSE": string;
|
|
200
|
+
"agro.angular_components.PROCESS_FIXATION": string;
|
|
201
|
+
"agro.angular_components.TRANSFER_CREATE_INCOMING_INVOICE": string;
|
|
202
|
+
"agro.angular_components.TRANSFER_CREATE_OUTGOING_INVOICE": string;
|
|
203
|
+
"agro.angular_components.TRANSFER_PRODUCER_BALANCE": string;
|
|
204
|
+
"agro.angular_components.control_code": string;
|
|
205
|
+
"agro.angular_components.fixation_event": string;
|
|
206
|
+
"agro.angular_components.FINISH_FINANCIAL_FIXATION": string;
|
|
207
|
+
"agro.angular_components.FINISH_PRODUCER_NET_VALUE_FIXATION": string;
|
|
208
|
+
"agro.angular_components.CONCLUDE_FIXATION": string;
|
|
209
|
+
"agro.angular_components.CANCEL_FINANCIAL_FIXATION": string;
|
|
210
|
+
"agro.angular_components.CANCEL_PRODUCER_NET_VALUE_FIXATION": string;
|
|
211
|
+
"agro.angular_components.CANCEL_FIXATION": string;
|
|
212
|
+
"agro.angular_components.cancel_fixation_title": string;
|
|
213
|
+
"agro.angular_components.cancel_fixation_description": string;
|
|
214
|
+
"agro.angular_components.error_cancel_fixation_message_title": string;
|
|
215
|
+
"agro.angular_components.error_cancel_fixation_message_description": string;
|
|
216
|
+
"agro.angular_components.cancel_fixation_message_title": string;
|
|
217
|
+
"agro.angular_components.cancel_fixation_message_description": string;
|
|
218
|
+
"agro.angular_components.warn_cancel_fixation_message_title": string;
|
|
219
|
+
"agro.angular_components.warn_cancel_fixation_message_description": string;
|
|
220
|
+
"agro.angular_components.warn_immediate_cancel_fixation_message_description": string;
|
|
221
|
+
"agro.angular_components.cancel_fixation_event": string;
|
|
222
|
+
"agro.angular_components.invoice_type_INCOMING": string;
|
|
223
|
+
"agro.angular_components.invoice_type_COMPLEMENT": string;
|
|
224
|
+
"agro.angular_components.invoice_type_ADJUSTMENT": string;
|
|
225
|
+
"agro.angular_components.invoice_type_OUTGOING": string;
|
|
226
|
+
"agro.angular_components.invoice_type_RETURN": string;
|
|
227
|
+
"agro.angular_components.invoice_type_SERVICE": string;
|
|
228
|
+
"agro.angular_components.invoice_type_SYMBOLIC_RETURN": string;
|
|
229
|
+
"agro.angular_components.cancel_reason": string;
|
|
230
|
+
"agro.angular_components.transfer_cancellation_event": string;
|
|
231
|
+
"agro.angular_components.CREATE_INVOICE_FIXATION": string;
|
|
232
|
+
"agro.angular_components.CANCEL_INVOICE_FIXATION": string;
|
|
233
|
+
"agro.angular_components.ORIGINATION_CREATE_INVOICE": string;
|
|
234
|
+
"agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_BALANCE": string;
|
|
235
|
+
"agro.angular_components.PRODUCER_NET_VALUE_EFFECTIVE_BALANCE_CONFIRMATION": string;
|
|
236
|
+
"agro.angular_components.CLOSE_INVOICE_FIXATION": string;
|
|
237
|
+
"agro.angular_components.ORIGINATION_CREATE_EFFECTIVE_CONFIRMATION": string;
|
|
238
|
+
"agro.angular_components.ORIGINATION_CREATE_PROVISIONAL_BALANCE": string;
|
|
239
|
+
"agro.angular_components.CLOSE_INVOICE_TRANSFER": string;
|
|
240
|
+
"agro.angular_components.REOPEN_INVOICE_TRANSFER": string;
|
|
241
|
+
"agro.angular_components.TRANSFER_CREATE_FINANCIAL_TITLE": string;
|
|
242
|
+
"agro.angular_components.TRANSFER_CANCEL_FINANCIAL_TITLE": string;
|
|
243
|
+
"agro.angular_components.TRANSFER_CREATE_SERVICE_INVOICE": string;
|
|
244
|
+
"agro.angular_components.TRANSFER_CANCEL_SERVICE_INVOICE": string;
|
|
245
|
+
"agro.angular_components.REOPEN_INVOICE_FIXATION": string;
|
|
246
|
+
"agro.angular_components.INVOICE_CLOSE_INVOICE": string;
|
|
247
|
+
"agro.angular_components.CIDASC_INTEGRATION": string;
|
|
248
|
+
"agro.angular_components.CIDASC_CANCELLATION": string;
|
|
249
|
+
"agro.angular_components.CIDASC_DATA_LOAD_CULTURE": string;
|
|
250
|
+
"agro.angular_components.CIDASC_DATA_LOAD_PEST": string;
|
|
251
|
+
"agro.angular_components.CIDASC_DATA_LOAD_PRODUCT": string;
|
|
252
|
+
"agro.angular_components.CIDASC_DATA_LOAD_MEASURE_UNIT": string;
|
|
253
|
+
"agro.angular_components.CIDASC_DATA_LOAD_COMPOSED_MEASURE_UNIT": string;
|
|
254
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD": string;
|
|
255
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_PRODUCT_TYPE": string;
|
|
256
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_ACTIVE_PRINCIPLE": string;
|
|
257
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_FORMULATION": string;
|
|
258
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_BULLETIN": string;
|
|
259
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION_UNIT": string;
|
|
260
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_SPECIE": string;
|
|
261
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION_TYPE": string;
|
|
262
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_PROBLEMS": string;
|
|
263
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_APPLICATION": string;
|
|
264
|
+
"agro.angular_components.PRESCRIPTION_DATA_LOAD_END": string;
|
|
265
|
+
'agro.angular_components.new_prescription_page': string;
|
|
266
|
+
"agro.angular_components.agronomic_prescription_origin_event": string;
|
|
267
|
+
"agro.angular_components.no_accounts_found_title": string;
|
|
268
|
+
"agro.angular_components.no_accounts_found_description": string;
|
|
269
|
+
"agro.angular_components.details": string;
|
|
270
|
+
"agro.angular_components.error_less_or_equal_zero": string;
|
|
271
|
+
"agro.angular_components.error_greater_than_allowed": string;
|
|
272
|
+
"agro.angular_components.account_details": string;
|
|
273
|
+
"agro.angular_components.status_open": string;
|
|
274
|
+
"agro.angular_components.status_paid": string;
|
|
275
|
+
"agro.angular_components.title": string;
|
|
276
|
+
"agro.angular_components.type": string;
|
|
277
|
+
"agro.angular_components.entry": string;
|
|
278
|
+
"agro.angular_components.due_date": string;
|
|
279
|
+
"agro.angular_components.original_value": string;
|
|
280
|
+
"agro.angular_components.open_value": string;
|
|
281
|
+
"agro.angular_components.value_net": string;
|
|
282
|
+
"agro.angular_components.value_to_pay": string;
|
|
283
|
+
"agro.angular_components.branch": string;
|
|
284
|
+
"agro.angular_components.producer": string;
|
|
285
|
+
"agro.angular_components.value_fees": string;
|
|
286
|
+
"agro.angular_components.value_fine": string;
|
|
287
|
+
"agro.angular_components.value_charge": string;
|
|
288
|
+
"agro.angular_components.value_correction": string;
|
|
289
|
+
"agro.angular_components.value_additional": string;
|
|
290
|
+
"agro.angular_components.value_discount": string;
|
|
291
|
+
"agro.angular_components.value_other_discount": string;
|
|
292
|
+
"agro.angular_components.error_loading_accounts_title": string;
|
|
293
|
+
"agro.angular_components.error_loading_accounts_description": string;
|
|
294
|
+
"agro.angular_components.close": string;
|
|
295
|
+
"agro.angular_components.value_paid": string;
|
|
296
|
+
"agro.angular_components.timeout_request_error": string;
|
|
284
297
|
};
|
|
285
298
|
export default esCO;
|