This repository was archived by the owner on Apr 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmessages.en-US.xlf
More file actions
2182 lines (2182 loc) · 132 KB
/
messages.en-US.xlf
File metadata and controls
2182 lines (2182 loc) · 132 KB
1
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8" ?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en-US" datatype="plaintext" original="ng2.template">
<body>
<trans-unit id="3675082934098694037" datatype="html">
<source>Some company or business name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/api/local-memory/mock/mock-about-commerce-details.examples.ts</context>
<context context-type="linenumber">11</context>
</context-group>
<note priority="1" from="description">Example of a company or business name</note>
</trans-unit>
<trans-unit id="6193889690878281109" datatype="html">
<source>This paragraph should describe your business profile, motivation, goals, success stories, whatever helps build an image.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/api/local-memory/mock/mock-about-commerce-details.examples.ts</context>
<context context-type="linenumber">12</context>
</context-group>
<note priority="1" from="description">Example of a paragraph used to describe the business this application is meant for</note>
</trans-unit>
<trans-unit id="5378516332819650849" datatype="html">
<source>Create</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/data-actions-button-bar/management-data-actions-button-bar.component.html</context>
<context context-type="linenumber">12</context>
</context-group>
<note priority="1" from="description">Label for action button to create an item</note>
<note priority="1" from="meaning">create new item</note>
</trans-unit>
<trans-unit id="4887361204265431136" datatype="html">
<source>Storefront</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/menu/management-header-menu.component.html</context>
<context context-type="linenumber">14</context>
</context-group>
<note priority="1" from="description">Label for link button to navigate to storefront</note>
</trans-unit>
<trans-unit id="5700898465389015311" datatype="html">
<source>Edit profile</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/menu/management-header-menu.component.html</context>
<context context-type="linenumber">19</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/components/header/menu/store-header-menu.component.html</context>
<context context-type="linenumber">21</context>
</context-group>
<note priority="1" from="description">Label for action button to prompt profile edit</note>
<note priority="1" from="meaning">edit profile</note>
</trans-unit>
<trans-unit id="1682786076078945970" datatype="html">
<source>Log out</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/menu/management-header-menu.component.html</context>
<context context-type="linenumber">24</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/components/header/menu/store-header-menu.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
<note priority="1" from="description">Label for action button to log out</note>
<note priority="1" from="meaning">log out</note>
</trans-unit>
<trans-unit id="6924316739994643832" datatype="html">
<source>Log out?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/menu/management-header-menu.component.ts</context>
<context context-type="linenumber">61</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/components/header/menu/store-header-menu.component.ts</context>
<context context-type="linenumber">77</context>
</context-group>
<note priority="1" from="description">Title of dialog prompt for logging out</note>
</trans-unit>
<trans-unit id="3369025902348185041" datatype="html">
<source>Any unsaved data may be lost</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/menu/management-header-menu.component.ts</context>
<context context-type="linenumber">62</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/components/header/menu/store-header-menu.component.ts</context>
<context context-type="linenumber">78</context>
</context-group>
<note priority="1" from="description">Label to hint user that any undergoing process may be lost when logging out</note>
</trans-unit>
<trans-unit id="2317312826109255296" datatype="html">
<source>You have logged out</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/menu/management-header-menu.component.ts</context>
<context context-type="linenumber">68</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/components/header/menu/store-header-menu.component.ts</context>
<context context-type="linenumber">69</context>
</context-group>
<note priority="1" from="description">Message after logging out</note>
</trans-unit>
<trans-unit id="5671958105700432671" datatype="html">
<source>Toggle sidebar</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/components/header/sidenav-button/management-header-sidenav-button.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<note priority="1" from="description">Label for action button to show/hide sidebar</note>
<note priority="1" from="meaning">toggle sidebar</note>
</trans-unit>
<trans-unit id="7887382489793679072" datatype="html">
<source>Confirm</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/entity-form/entity-form-dialog.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/images-array/images-array-dialog.component.html</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">117</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/dialogs/edit-profile-form/edit-profile-form-dialog.component.html</context>
<context context-type="linenumber">17</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/dialogs/guest-login-form/store-guest-login-form-dialog.component.html</context>
<context context-type="linenumber">19</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/dialogs/login-form/store-login-form-dialog.component.html</context>
<context context-type="linenumber">38</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/dialogs/registration-form/store-registration-form-dialog.component.html</context>
<context context-type="linenumber">38</context>
</context-group>
<note priority="1" from="description">Label for action button to accept and proceed</note>
<note priority="1" from="meaning">confirm</note>
</trans-unit>
<trans-unit id="4821707211387966435" datatype="html">
<source>Cancel</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/entity-form/entity-form-dialog.component.html</context>
<context context-type="linenumber">50</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/images-array/images-array-dialog.component.html</context>
<context context-type="linenumber">43</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">120</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/dialogs/edit-profile-form/edit-profile-form-dialog.component.html</context>
<context context-type="linenumber">20</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/dialogs/guest-login-form/store-guest-login-form-dialog.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/dialogs/login-form/store-login-form-dialog.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/dialogs/registration-form/store-registration-form-dialog.component.html</context>
<context context-type="linenumber">43</context>
</context-group>
<note priority="1" from="description">Label for action button to cancel and/or stop an operation</note>
<note priority="1" from="meaning">cancel</note>
</trans-unit>
<trans-unit id="2927965659351774265" datatype="html">
<source>Element data</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/entity-form/entity-form-dialog.component.ts</context>
<context context-type="linenumber">49</context>
</context-group>
<note priority="1" from="description">Title of dialog used to view and edit some data</note>
</trans-unit>
<trans-unit id="2185228394767497497" datatype="html">
<source>Data saved successfully</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/entity-form/entity-form-dialog.component.ts</context>
<context context-type="linenumber">53</context>
</context-group>
<note priority="1" from="description">Message of success after saving some data</note>
</trans-unit>
<trans-unit id="5439283317858694670" datatype="html">
<source>Associate Images</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/images-array/images-array-dialog.component.html</context>
<context context-type="linenumber">8</context>
</context-group>
<note priority="1" from="description">Title of dialog to associate images to a product</note>
</trans-unit>
<trans-unit id="4966596169828085553" datatype="html">
<source>Search by keyword</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/images-array/images-array-dialog.component.html</context>
<context context-type="linenumber">10</context>
</context-group>
<note priority="1" from="description">Name of field for filtering all stored images by keyword</note>
</trans-unit>
<trans-unit id="3634778216694624255" datatype="html">
<source>Name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">18</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">20</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">72</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of table header for name of product</note>
<note priority="1" from="meaning">product name</note>
</trans-unit>
<trans-unit id="6314140065617417547" datatype="html">
<source>Barcode</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">25</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">79</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of table header for barcode of product</note>
<note priority="1" from="meaning">product barcode</note>
</trans-unit>
<trans-unit id="8894377483833272091" datatype="html">
<source>Price</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">32</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">86</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product/product-form.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/order-details-table/order-details-table.component.html</context>
<context context-type="linenumber">26</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/store/components/receipt-details-table/store-receipt-details-table.component.html</context>
<context context-type="linenumber">20</context>
</context-group>
<note priority="1" from="description">Name of table header for price per product unit</note>
</trans-unit>
<trans-unit id="1554562128900744565" datatype="html">
<source>Remove this product</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">42</context>
</context-group>
<note priority="1" from="description">Label for action button to remove product from a list</note>
<note priority="1" from="meaning">remove product from list</note>
</trans-unit>
<trans-unit id="7538993181943267154" datatype="html">
<source>Add more</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">68</context>
</context-group>
<note priority="1" from="description">Label for action button to start selecting products to add to a list</note>
<note priority="1" from="meaning">add more products to list</note>
</trans-unit>
<trans-unit id="982410678219767915" datatype="html">
<source>Replace all</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">72</context>
</context-group>
<note priority="1" from="description">Label for action button to start selecting products to replace a list's contents with</note>
<note priority="1" from="meaning">choose products for list</note>
</trans-unit>
<trans-unit id="6617698290919679055" datatype="html">
<source>Close</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/product-list-contents/product-list-contents-dialog.component.html</context>
<context context-type="linenumber">76</context>
</context-group>
<note priority="1" from="description">Label for action button to close a window or dialog</note>
<note priority="1" from="meaning">close</note>
</trans-unit>
<trans-unit id="6333233559461134790" datatype="html">
<source>Add Products</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">8</context>
</context-group>
<note priority="1" from="description">Title of dialog prompt to add products into details of a order</note>
</trans-unit>
<trans-unit id="1247144792047923763" datatype="html">
<source>Available Products</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<note priority="1" from="description">Title of widget displaying available products for addition to details of a order</note>
</trans-unit>
<trans-unit id="2714724285313665688" datatype="html">
<source>Add this product</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">44</context>
</context-group>
<note priority="1" from="description">Label for action button to mark a product for addition to details of a order</note>
<note priority="1" from="meaning">add this product</note>
</trans-unit>
<trans-unit id="4186558932365555160" datatype="html">
<source>Selected Products</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">67</context>
</context-group>
<note priority="1" from="description">Title of widget displaying products marked for addition to details of a order</note>
</trans-unit>
<trans-unit id="8060934497736825751" datatype="html">
<source>Don't add this product</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">96</context>
</context-group>
<note priority="1" from="description">Label for action button to unmark a product for addition details of a order</note>
<note priority="1" from="meaning">dont add this product</note>
</trans-unit>
<trans-unit id="3657517537479617256" datatype="html">
<source><x id="INTERPOLATION" equiv-text="{{ selectedProducts.length }}"/> products selected</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">109</context>
</context-group>
<note priority="1" from="description">Label to hint users that they have selected a certain number of products</note>
</trans-unit>
<trans-unit id="5020430389865169728" datatype="html">
<source>Note: product lists omit duplicates</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/products-array/products-array-dialog.component.html</context>
<context context-type="linenumber">110</context>
</context-group>
<note priority="1" from="description">Label to hint users that product lists do reject duplicates</note>
</trans-unit>
<trans-unit id="7378878529334768232" datatype="html">
<source>Reject</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.html</context>
<context context-type="linenumber">22</context>
</context-group>
<note priority="1" from="description">Label for action button to trigger rejection of an order</note>
</trans-unit>
<trans-unit id="9178182467454450952" datatype="html">
<source>Confirm</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.html</context>
<context context-type="linenumber">29</context>
</context-group>
<note priority="1" from="description">Label for action to trigger confirmation/marking an order as reviewed</note>
</trans-unit>
<trans-unit id="8384225360105280028" datatype="html">
<source>Complete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.html</context>
<context context-type="linenumber">37</context>
</context-group>
<note priority="1" from="description">Label for action to trigger marking an order as completed</note>
</trans-unit>
<trans-unit id="757991788990040494" datatype="html">
<source>Details of order #<x id="buyOrder" equiv-text="this.data.order.buyOrder"/></source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<note priority="1" from="description">Title of dialog used to view details of one order</note>
</trans-unit>
<trans-unit id="7768838549244200754" datatype="html">
<source>Order was rejected</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.ts</context>
<context context-type="linenumber">52</context>
</context-group>
<note priority="1" from="description">Message of success after rejecting an order</note>
</trans-unit>
<trans-unit id="5599152866782134939" datatype="html">
<source>Order was confirmed</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.ts</context>
<context context-type="linenumber">63</context>
</context-group>
<note priority="1" from="description">Message of success after confirming an order</note>
</trans-unit>
<trans-unit id="4808153250003561708" datatype="html">
<source>Congratulations! Order is complete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/dialogs/order-review/management-order-review-dialog.component.ts</context>
<context context-type="linenumber">74</context>
</context-group>
<note priority="1" from="description">Message of success after completing an order</note>
</trans-unit>
<trans-unit id="2470622418239063097" datatype="html">
<source>Confirm deletion</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/directives/transactional-data-manager/transactional-data-manager.service.directive.ts</context>
<context context-type="linenumber">31</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-category-tree/product-category-tree.component.ts</context>
<context context-type="linenumber">144</context>
</context-group>
<note priority="1" from="description">Title of dialog prompt to confirm deletion</note>
</trans-unit>
<trans-unit id="8927837337329146438" datatype="html">
<source>Are you sure you want to delete this item?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/directives/transactional-data-manager/transactional-data-manager.service.directive.ts</context>
<context context-type="linenumber">32</context>
</context-group>
<note priority="1" from="description">Paragraph asking confirmation to delete a portion of data, reminding that it cannot be undone</note>
</trans-unit>
<trans-unit id="7003790776240394114" datatype="html">
<source>Filename</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/image/image-form.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<note priority="1" from="description">Name of field for image filename</note>
</trans-unit>
<trans-unit id="8308045076391224954" datatype="html">
<source>Url</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/image/image-form.component.html</context>
<context context-type="linenumber">17</context>
</context-group>
<note priority="1" from="description">Name of field for image url</note>
</trans-unit>
<trans-unit id="8186013988289067040" datatype="html">
<source>Code</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/image/image-form.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product-category/product-category-form.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product-list/product-list-form.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product/product-form.component.html</context>
<context context-type="linenumber">18</context>
</context-group>
<note priority="1" from="description">Name of field for image code</note>
</trans-unit>
<trans-unit id="8953033926734869941" datatype="html">
<source>Name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product-category/product-category-form.component.html</context>
<context context-type="linenumber">17</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product-list/product-list-form.component.html</context>
<context context-type="linenumber">17</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product/product-form.component.html</context>
<context context-type="linenumber">24</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/shipper/shipper-form.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<note priority="1" from="description">Name of field for the name of a category</note>
</trans-unit>
<trans-unit id="8621797738551294959" datatype="html">
<source>Parent</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product-category/product-category-form.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of field that references the containing parent of a category</note>
</trans-unit>
<trans-unit id="8177873832400820695" datatype="html">
<source>Count</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product-list/product-list-form.component.html</context>
<context context-type="linenumber">22</context>
</context-group>
<note priority="1" from="description">Name of field for the amount of items in a list</note>
</trans-unit>
<trans-unit id="4902817035128594900" datatype="html">
<source>Description</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/product/product-form.component.html</context>
<context context-type="linenumber">52</context>
</context-group>
<note priority="1" from="description">Name of field for product description</note>
</trans-unit>
<trans-unit id="5312727456282218392" datatype="html">
<source>User name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/user/user-form.component.html</context>
<context context-type="linenumber">11</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/users/management-users.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of field for user name</note>
</trans-unit>
<trans-unit id="1431416938026210429" datatype="html">
<source>Password</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/user/user-form.component.html</context>
<context context-type="linenumber">17</context>
</context-group>
<note priority="1" from="description">Name of field for user password</note>
</trans-unit>
<trans-unit id="5593493560884751525" datatype="html">
<source>Identity</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/user/user-form.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of field for person profile to create user with</note>
</trans-unit>
<trans-unit id="4145496584631696119" datatype="html">
<source>Role</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/forms/user/user-form.component.html</context>
<context context-type="linenumber">35</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/users/management-users.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of field for permissions role to create user with</note>
</trans-unit>
<trans-unit id="6570363013146073520" datatype="html">
<source>Dashboard</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">30</context>
</context-group>
<note priority="1" from="description">Title of page for management dashboard</note>
</trans-unit>
<trans-unit id="7197870580140559288" datatype="html">
<source>Orders</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">37</context>
</context-group>
<note priority="1" from="description">Title of page for management of orders</note>
</trans-unit>
<trans-unit id="8756167649220050929" datatype="html">
<source>Lists</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">45</context>
</context-group>
<note priority="1" from="description">Title of page for management of product lists</note>
</trans-unit>
<trans-unit id="6707361102856436710" datatype="html">
<source>Products</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">53</context>
</context-group>
<note priority="1" from="description">Title of page for management of products</note>
</trans-unit>
<trans-unit id="1902100407096396858" datatype="html">
<source>Categories</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">61</context>
</context-group>
<note priority="1" from="description">Title of page for management of product categories</note>
</trans-unit>
<trans-unit id="8634025124141616528" datatype="html">
<source>Customers</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">69</context>
</context-group>
<note priority="1" from="description">Title of page for management of customers</note>
</trans-unit>
<trans-unit id="8313994991623438021" datatype="html">
<source>Salespeople</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">77</context>
</context-group>
<note priority="1" from="description">Title of page for management of orderspeople</note>
</trans-unit>
<trans-unit id="4555457172864212828" datatype="html">
<source>Users</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">85</context>
</context-group>
<note priority="1" from="description">Title of page for management of users</note>
</trans-unit>
<trans-unit id="414887388288176527" datatype="html">
<source>Images</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">93</context>
</context-group>
<note priority="1" from="description">Title of page for management of images</note>
</trans-unit>
<trans-unit id="7466971613843379326" datatype="html">
<source>Shippers</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/management-routing.module.ts</context>
<context context-type="linenumber">101</context>
</context-group>
<note priority="1" from="description">Title of page for management of shippers</note>
</trans-unit>
<trans-unit id="7243088382543181738" datatype="html">
<source>Name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/customers/management-customers.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/salespeople/management-salespeople.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of table header for full name of person</note>
<note priority="1" from="meaning">person full name</note>
</trans-unit>
<trans-unit id="2382838201351817364" datatype="html">
<source>Id number</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/customers/management-customers.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/salespeople/management-salespeople.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of table header for id number of person</note>
<note priority="1" from="meaning">person id number</note>
</trans-unit>
<trans-unit id="328647586498683831" datatype="html">
<source>Image</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/images/management-images.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of table header for image preview</note>
<note priority="1" from="meaning">image</note>
</trans-unit>
<trans-unit id="1328112525917090630" datatype="html">
<source>Filename</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/images/management-images.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of table header for image filename</note>
<note priority="1" from="meaning">image filename</note>
</trans-unit>
<trans-unit id="7276812274673856773" datatype="html">
<source>Delete</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/images/management-images.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.html</context>
<context context-type="linenumber">59</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.html</context>
<context context-type="linenumber">70</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.html</context>
<context context-type="linenumber">56</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/salespeople/management-salespeople.component.html</context>
<context context-type="linenumber">43</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/shippers/management-shippers.component.html</context>
<context context-type="linenumber">36</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/users/management-users.component.html</context>
<context context-type="linenumber">43</context>
</context-group>
<note priority="1" from="description">Label for action button to delete an item</note>
<note priority="1" from="meaning">delete</note>
</trans-unit>
<trans-unit id="3036128413119146323" datatype="html">
<source>Image '<x id="fileName" equiv-text="img.filename"/>' deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/images/management-images.component.ts</context>
<context context-type="linenumber">72</context>
</context-group>
<note priority="1" from="description">Message of success after deleting an image with filename {{ fileName }}</note>
</trans-unit>
<trans-unit id="5029967139233697774" datatype="html">
<source>Code</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of table header for code of product list</note>
<note priority="1" from="meaning">product list code</note>
</trans-unit>
<trans-unit id="8380099051544433684" datatype="html">
<source>Name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of table header for name of product list</note>
<note priority="1" from="meaning">product list name</note>
</trans-unit>
<trans-unit id="8553353901296365200" datatype="html">
<source>Count</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<note priority="1" from="description">Name of table header for total count of products in a list</note>
<note priority="1" from="meaning">product list total count</note>
</trans-unit>
<trans-unit id="9032336094560668320" datatype="html">
<source>View contents</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.html</context>
<context context-type="linenumber">41</context>
</context-group>
<note priority="1" from="description">Label for action button to view contents of a list</note>
<note priority="1" from="meaning">view contents of list</note>
</trans-unit>
<trans-unit id="5820044061942616950" datatype="html">
<source>Edit</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.html</context>
<context context-type="linenumber">50</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.html</context>
<context context-type="linenumber">61</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/salespeople/management-salespeople.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/shippers/management-shippers.component.html</context>
<context context-type="linenumber">27</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/users/management-users.component.html</context>
<context context-type="linenumber">34</context>
</context-group>
<note priority="1" from="description">Label for action button to edit information of an item</note>
<note priority="1" from="meaning">edit</note>
</trans-unit>
<trans-unit id="3086770796417125684" datatype="html">
<source>Product list '<x id="name" equiv-text="list.name"/>' deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/product-lists/management-product-lists.component.ts</context>
<context context-type="linenumber">84</context>
</context-group>
<note priority="1" from="description">Message of success after deleting a product list with name {{ name }}</note>
</trans-unit>
<trans-unit id="1806667489382256324" datatype="html">
<source>Category</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.html</context>
<context context-type="linenumber">50</context>
</context-group>
<note priority="1" from="description">Name of table header for category of product</note>
</trans-unit>
<trans-unit id="4937323765727682410" datatype="html">
<source>Product '<x id="name" equiv-text="prod.name"/>' deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/products/management-products.component.ts</context>
<context context-type="linenumber">74</context>
</context-group>
<note priority="1" from="description">Message of success after deleting a product with name {{ name }}</note>
</trans-unit>
<trans-unit id="6419204764693021375" datatype="html">
<source>Buy order no.</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of table header for buy order of order</note>
</trans-unit>
<trans-unit id="3153802600204818440" datatype="html">
<source>Date and time</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.html</context>
<context context-type="linenumber">23</context>
</context-group>
<note priority="1" from="description">Name of table header for date and time of order</note>
</trans-unit>
<trans-unit id="7289969845157591215" datatype="html">
<source>Customer</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.html</context>
<context context-type="linenumber">30</context>
</context-group>
<note priority="1" from="description">Name of table header for name of customer</note>
<note priority="1" from="meaning">customer</note>
</trans-unit>
<trans-unit id="231552715226931061" datatype="html">
<source>Status</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.html</context>
<context context-type="linenumber">37</context>
</context-group>
<note priority="1" from="description">Name of table header for status of order</note>
<note priority="1" from="meaning">transaction status</note>
</trans-unit>
<trans-unit id="5809988187724770739" datatype="html">
<source>View details</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.html</context>
<context context-type="linenumber">47</context>
</context-group>
<note priority="1" from="description">Label for action button to view and manage details of a complex item</note>
<note priority="1" from="meaning">view details</note>
</trans-unit>
<trans-unit id="6754922470648979186" datatype="html">
<source>Order N°<x id="buyOrder" equiv-text="s.buyOrder"/> (<x id="date" equiv-text="s.date"/>) deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.component.ts</context>
<context context-type="linenumber">76</context>
</context-group>
<note priority="1" from="description">Message of success after deleting a order with buy order {{ buyOrder }} on date {{ date }}</note>
</trans-unit>
<trans-unit id="316691784795579856" datatype="html">
<source>Confirmation required</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.service.ts</context>
<context context-type="linenumber">29</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.service.ts</context>
<context context-type="linenumber">39</context>
</context-group>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.service.ts</context>
<context context-type="linenumber">49</context>
</context-group>
<note priority="1" from="description">Title of generic confirmation dialog</note>
</trans-unit>
<trans-unit id="8400616718875943428" datatype="html">
<source>The order will remain read-only. Any refunds will have to be issued manually. This operation cannot be undone. Are you sure you want to reject this order?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.service.ts</context>
<context context-type="linenumber">30</context>
</context-group>
<note priority="1" from="description">Label to hint user that rejections cannot be undone, and they do not trigger automatic refunds</note>
</trans-unit>
<trans-unit id="5942346343917585645" datatype="html">
<source>The customer will be notified and sent a receipt by e-mail. This operation cannot be undone. Are you sure you want to confirm this order?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.service.ts</context>
<context context-type="linenumber">40</context>
</context-group>
<note priority="1" from="description">Label to hint user that confirmations cannot be undone, and they trigger an automatic mail to the customer</note>
</trans-unit>
<trans-unit id="4406299629079880428" datatype="html">
<source>The order will remain read-only. This operation cannot be undone. Are you sure you want to mark this order as completed?</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/orders/management-orders.service.ts</context>
<context context-type="linenumber">50</context>
</context-group>
<note priority="1" from="description">Label to hint user that completions cannot be undone</note>
</trans-unit>
<trans-unit id="978576249780552458" datatype="html">
<source>Salesperson <x id="firstName" equiv-text="e.person.firstName"/> <x id="lastName" equiv-text="e.person.lastName"/> deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/salespeople/management-salespeople.component.ts</context>
<context context-type="linenumber">60</context>
</context-group>
<note priority="1" from="description">Message of success after deleting a ordersperson with first name {{ firstName }} and last name {{ lastName }}</note>
</trans-unit>
<trans-unit id="6640434553916554122" datatype="html">
<source>Name</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/shippers/management-shippers.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
<note priority="1" from="description">Name of table header for name of shipper</note>
<note priority="1" from="meaning">shipper name</note>
</trans-unit>
<trans-unit id="4322964496601388916" datatype="html">
<source>Shipper '<x id="name" equiv-text="shipper.name"/>' deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/shippers/management-shippers.component.ts</context>
<context context-type="linenumber">60</context>
</context-group>
<note priority="1" from="description">Message of success after deleting a shipper with name {{ name }}</note>
</trans-unit>
<trans-unit id="3111659366577090507" datatype="html">
<source>User <x id="username" equiv-text="usr.name"/> deleted</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/management/routes/users/management-users.component.ts</context>
<context context-type="linenumber">60</context>
</context-group>
<note priority="1" from="description">Message of success after deleting an user with name {{ username }}</note>
</trans-unit>
<trans-unit id="7645858925276085842" datatype="html">
<source>Guest</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/profile.service.ts</context>
<context context-type="linenumber">64</context>
</context-group>
<note priority="1" from="description">Label to indicate a guest user</note>
<note priority="1" from="meaning">guest</note>
</trans-unit>
<trans-unit id="7164094838748295823" datatype="html">
<source>Unavailable image</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-card/product-card.component.html</context>
<context context-type="linenumber">17</context>
</context-group>
<note priority="1" from="description">Label to describe a missing or unavailable image</note>
</trans-unit>
<trans-unit id="8072039244659526287" datatype="html">
<source>Expand/collapse '<x id="parentName" equiv-text="n.name"/>'</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-category-tree/product-category-tree.component.ts</context>
<context context-type="linenumber">86</context>
</context-group>
<note priority="1" from="description">Label for action button to show or hide subcategories of parent of name {{ parentName }}</note>
</trans-unit>
<trans-unit id="4527207813746231263" datatype="html">
<source>New subcategory in '<x id="parentName" equiv-text="n.name"/>'</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-category-tree/product-category-tree.component.ts</context>
<context context-type="linenumber">87</context>
</context-group>
<note priority="1" from="description">Label for action button to create a subcategory in parent of name {{ parentName }}</note>
</trans-unit>
<trans-unit id="7523084622267699318" datatype="html">
<source>Edit category '<x id="name" equiv-text="n.name"/>'</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-category-tree/product-category-tree.component.ts</context>
<context context-type="linenumber">88</context>
</context-group>
<note priority="1" from="description">Label for action button to edit category of name {{ name }}</note>
</trans-unit>
<trans-unit id="2825865361612734982" datatype="html">
<source>Delete category '<x id="name" equiv-text="n.name"/>'</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-category-tree/product-category-tree.component.ts</context>
<context context-type="linenumber">89</context>
</context-group>
<note priority="1" from="description">Label for action button to delete category of name {{ name }}</note>
</trans-unit>
<trans-unit id="5722350312117707260" datatype="html">
<source>Subcategory '<x id="name" equiv-text="next.name"/>' was created</source>
<context-group purpose="location">
<context context-type="sourcefile">src/app/shared/components/product-category-tree/product-category-tree.component.ts</context>
<context context-type="linenumber">108</context>
</context-group>
<note priority="1" from="description">Message of success after creating subcategory with name {{ name }}</note>