forked from uvdesk/community-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmessages.es.yml
1365 lines (1352 loc) · 73.4 KB
/
messages.es.yml
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
"Signed in as": "Registrado como"
"Your Profile": "Tu perfil"
"Create Ticket": "Crear Ticket"
"Create Agent": "Crear agente"
"Create Customer": "Crear cliente"
"Sign Out": "Desconectar"
"Apps": "Aplicaciones"
"Integrate apps as per your needs to get things done faster than ever": "Integre aplicaciones según sus necesidades para hacer las cosas más rápido que nunca"
"Explore Apps": "Explorar aplicaciones"
"Form Builder": "Creador de formularios"
"Knowledgebase": "Base de conocimientos"
"Knowledgebase is a source of rigid and complex information which helps Customers to help themselves": "La base de conocimiento es una fuente de información rígida y compleja que ayuda a los clientes a ayudarse a sí mismos"
"Articles": "Artículos"
"Categories": "Categorias"
"Folders": "Carpetas"
"FOLDERS": "CARPETAS"
"Productivity": "Productividad"
"Automate your processes by creating set of rules and presets to respond faster to the tickets": "Automatice sus procesos creando un conjunto de reglas y ajustes preestablecidos para responder más rápido a los tickets"
"Prepared Responses": "Respuestas preparadas"
"Saved Replies": "Respuestas guardadas"
"Edit Saved Reply": "Editar respuesta guardada"
"Ticket Types": "Tipos de entradas"
"Workflows": "Flujos de trabajo"
"Settings": "Configuraciones"
"Manage your Brand Identity, Company Information and other details at a glance": "Administre su identidad de marca, información de la empresa y otros detalles de un vistazo"
"Branding": "Marca"
"Custom Fields": "Campos Personalizados"
"Email Settings": "Ajustes del correo electrónico"
"Email Templates": "Plantillas de correo electrónico"
"Mailbox": "Buzón"
"Spam Settings": "Configuración de spam"
"Swift Mailer": "Swift Mailer"
"Tags": "Etiquetas"
"Users": "Los usuarios"
"Control your Groups, Teams, Agents and Customers": "Controle sus grupos, equipos, agentes y clientes"
"Agents": "Agentes"
"Customers": "Clientes"
"Groups": "Grupos"
"Privileges": "Privilegios"
"Teams": "Equipos"
"Applications": "Aplicaciones"
"ECommerce Order Syncronization": "Sincronización de pedidos de comercio electrónico"
"Import ecommerce order details to your support tickets from different available platforms": "Importar detalles de pedidos de comercio electrónico a sus tickets de soporte desde diferentes plataformas disponibles"
"Search": "Buscar"
"Sort By": "Ordenar por"
"Sort By:": "Ordenar por:"
"Status:": "Estado:"
"Created At": "Creado en"
"Name": "Nombre"
"All": "Todas"
"Published": "Publicado"
"Draft": "Sequía"
"New Folder": "Nueva carpeta"
"Create Knowledgebase Folder": "Crear carpeta de base de conocimiento"
"You did not add any folder to your Knowledgebase yet, Create your first Folder and start adding Categories/Articles to make your customers help themselves.": "Todavía no ha agregado ninguna carpeta a su base de conocimiento, cree su primera carpeta y comience a agregar categorías / artículos para que sus clientes se ayuden a sí mismos"
"Clear Filters": "Borrar filtros"
"Back": "atrás"
"Open": "Abierto"
"Pending": "Pendiente"
"Answered": "Contestadas"
"Resolved": "Resuelto"
"Closed": "Cerrado"
"Spam": "Correo no deseado"
"New": "Nuevo"
"UnAssigned": "Sin asignar"
"UnAnswered": "Sin respuesta"
"My Tickets": "Mis entradas"
"Starred": "Sembrado de estrellas"
"Trashed": "Basura"
"New Label": "Nueva etiqueta"
"Tickets": "Entradas"
"Ticket Id": "Identificación de entradas"
"Last Replied": "Última respuesta"
"Assign To": "Asignar a"
"After Reply": "Después de la respuesta"
"Customer Email": "Correo electrónico del cliente"
"Customer Name": "Nombre del cliente"
"Assets Visibility": "Visibilidad de los activos"
"Channel/Source": "Canal / Fuente"
"Channel": "Canal"
"Website": "Sitio web"
"Timestamp": "Marca de tiempo"
"TimeStamp": "Sello de tiempo"
"Team": "Equipo"
"Type": "Tipo"
"Replies": "Respuestas"
"Agent": "Agente"
"ID": "CARNÉ DE IDENTIDAD"
"Subject": "Tema"
"Filter View": "Vista de filtro"
"Save set of filters as a preset to stay more productive": "Guardar conjunto de filtros como un preajuste para mantenerse más productivo"
"Saved Filters": "Filtros guardados"
"No saved filter created": "No se ha creado un filtro guardado"
"Customer": "Cliente"
"Priority": "Prioridad"
"Tag": "Etiqueta"
"Source": "Fuente"
"Before": "antes de"
"After": "Después"
"Replies less than": "Respuestas menos de"
"Replies more than": "Responde más que"
"Clear All": "Limpiar todo"
"Account": "Cuenta"
"Profile": "Perfil"
"Upload a Profile Image (100px x 100px)<br> in PNG or JPG Format": "Cargar una imagen de perfil (100px x 100px) <br> en formato PNG o JPG"
"First Name": "Primer nombre"
"Last Name": "Apellido"
"Email": "Email"
"Contact Number": "Número de contacto"
"Timezone": "Zona horaria"
"Africa/Abidjan": "África / Abidjan"
"Africa/Accra": "África / Accra"
"Africa/Addis_Ababa": "África / Addis_Ababa"
"Africa/Algiers": "África / Argel"
"Africa/Asmara": "África / Asmara"
"Africa/Bamako": "África / Bamako"
"Africa/Bangui": "África / Bangui"
"Africa/Banjul": "África / Banjul"
"Africa/Bissau": "África / Bissau"
"Africa/Blantyre": "África / Blantyre"
"Africa/Brazzaville": "África / Brazzaville"
"Africa/Bujumbura": "África / Bujumbura"
"Africa/Cairo": "África / El Cairo"
"Africa/Casablanca": "África / Casablanca"
"Africa/Ceuta": "África / Ceuta"
"Africa/Conakry": "África / Conakry"
"Africa/Dakar": "África / Dakar"
"Africa/Dar_es_Salaam": "África / Dar_es_Salaam"
"Africa/Djibouti": "África / Djibouti"
"Africa/Douala": "África / Douala"
"Africa/El_Aaiun": "África / El_Aaiun"
"Africa/Freetown": "África / Freetown"
"Africa/Gaborone": "África / Gaborone"
"Africa/Harare": "África / Harare"
"Africa/Johannesburg": "África / Johannesburgo"
"Africa/Juba": "África / Juba"
"Africa/Kampala": "África / Kampala"
"Africa/Khartoum": "África / Jartum"
"Africa/Kigali": "África / Kigali"
"Africa/Kinshasa": "África / Kinshasa"
"Africa/Lagos": "África / Lagos"
"Africa/Libreville": "África / Libreville"
"Africa/Lome": "África / Lomé"
"Africa/Luanda": "África / Luanda"
"Africa/Lubumbashi": "África / Lubumbashi"
"Africa/Lusaka": "África / Lusaka"
"Africa/Malabo": "África / Malabo"
"Africa/Maputo": "África / Maputo"
"Africa/Maseru": "África / Maseru"
"Africa/Mbabane": "África / Mbabane"
"Africa/Mogadishu": "África / Mogadiscio"
"Africa/Monrovia": "África / Monrovia"
"Africa/Nairobi": "África / Nairobi"
"Africa/Ndjamena": "África / Yamena"
"Africa/Niamey": "África / Niamey"
"Africa/Nouakchott": "África / Nouakchott"
"Africa/Ouagadougou": "África / Uagadugú"
"Africa/Porto-Novo": "África / Porto-Novo"
"Africa/Sao_Tome": "Africa / Sao_Tome"
"Africa/Tripoli": "África / Trípoli"
"Africa/Tunis": "África / Túnez"
"Africa/Windhoek": "África / Windhoek"
"America/Adak": "America / Adak"
"America/Anchorage": "América / Anchorage"
"America/Anguilla": "América / Anguila"
"America/Antigua": "America / Antigua"
"America/Araguaina": "America / Araguaina"
"America/Argentina/Buenos_Aires": "América / Argentina / Buenos Aires"
"America/Argentina/Catamarca": "América / Argentina / Catamarca"
"America/Argentina/Cordoba": "América / Argentina / Córdoba"
"America/Argentina/Jujuy": "América / Argentina / Jujuy"
"America/Argentina/La_Rioja": "América / Argentina / La_Rioja"
"America/Argentina/Mendoza": "América / Argentina / Mendoza"
"America/Argentina/Rio_Gallegos": "América / Argentina / Río_Gallegos"
"America/Argentina/Salta": "América / Argentina / Salta"
"America/Argentina/San_Juan": "América / Argentina / San_Juan"
"America/Argentina/San_Luis": "América / Argentina / San_Luis"
"America/Argentina/Tucuman": "América / Argentina / Tucumán"
"America/Argentina/Ushuaia": "América / Argentina / Ushuaia"
"America/Aruba": "América / Aruba"
"America/Asuncion": "America / Asuncion"
"America/Atikokan": "America / Atikokan"
"America/Bahia": "America / Bahia"
"America/Bahia_Banderas": "America / Bahia_Banderas"
"America/Barbados": "América / Barbados"
"America/Belem": "America / Belem"
"America/Belize": "América / Belice"
"America/Blanc-Sablon": "América / Blanc-Sablon"
"America/Boa_Vista": "America / Boa_Vista"
"America/Bogota": "America / Bogota"
"America/Boise": "America / Boise"
"America/Cambridge_Bay": "America / Cambridge_Bay"
"America/Campo_Grande": "America / Campo_Grande"
"America/Cancun": "America / Cancun"
"America/Caracas": "America / Caracas"
"America/Cayenne": "America / Cayenne"
"America/Cayman": "America / Cayman"
"America/Chicago": "America / Chicago"
"America/Chihuahua": "America / Chihuahua"
"America/Costa_Rica": "America / Costa_Rica"
"America/Creston": "America / Creston"
"America/Cuiaba": "America / Cuiaba"
"America/Curacao": "America / Curacao"
"America/Danmarkshavn": "America / Danmarkshavn"
"America/Dawson": "America / Dawson"
"America/Dawson_Creek": "America / Dawson_Creek"
"America/Denver": "America / Denver"
"America/Detroit": "América / Detroit"
"America/Dominica": "America / Dominica"
"America/Edmonton": "America / Edmonton"
"America/Eirunepe": "America / Eirunepe"
"America/El_Salvador": "America / El_Salvador"
"America/Fort_Nelson": "America / Fort_Nelson"
"America/Fortaleza": "America / Fortaleza"
"America/Glace_Bay": "America / Glace_Bay"
"America/Godthab": "America / Godthab"
"America/Goose_Bay": "America / Goose_Bay"
"America/Grand_Turk": "America / Grand_Turk"
"America/Grenada": "América / Granada"
"America/Guadeloupe": "América / Guadalupe"
"America/Guatemala": "América / Guatemala"
"America/Guayaquil": "America / Guayaquil"
"America/Guyana": "America / Guyana"
"America/Halifax": "America / Halifax"
"America/Havana": "América / La Habana"
"America/Hermosillo": "America / Hermosillo"
"America/Indiana/Indianapolis": "América / Indiana / Indianápolis"
"America/Indiana/Knox": "América / Indiana / Knox"
"America/Indiana/Marengo": "América / Indiana / Marengo"
"America/Indiana/Petersburg": "América / Indiana / Petersburgo"
"America/Indiana/Tell_City": "América / Indiana / Tell_City"
"America/Indiana/Vevay": "América / Indiana / Vevay"
"America/Indiana/Vincennes": "América / Indiana / Vincennes"
"America/Indiana/Winamac": "América / Indiana / Winamac"
"America/Inuvik": "America / Inuvik"
"America/Iqaluit": "America / Iqaluit"
"America/Jamaica": "América / Jamaica"
"America/Juneau": "America / Juneau"
"America/Kentucky/Louisville": "América / Kentucky / Louisville"
"America/Kentucky/Monticello": "América / Kentucky / Monticello"
"America/Kralendijk": "America / Kralendijk"
"America/La_Paz": "America / La_Paz"
"America/Lima": "America / Lima"
"America/Los_Angeles": "America / Los_Angeles"
"America/Lower_Princes": "America / Lower_Princes"
"America/Maceio": "America / Maceio"
"America/Managua": "America / Managua"
"America/Manaus": "América / Manaus"
"America/Marigot": "America / Marigot"
"America/Martinique": "América / Martinica"
"America/Matamoros": "America / Matamoros"
"America/Mazatlan": "América / Mazatlán"
"America/Menominee": "America / Menominee"
"America/Merida": "América / Mérida"
"America/Metlakatla": "America / Metlakatla"
"America/Mexico_City": "America / Mexico_City"
"America/Miquelon": "America / Miquelon"
"America/Moncton": "America / Moncton"
"America/Monterrey": "America / Monterrey"
"America/Montevideo": "America / Montevideo"
"America/Montserrat": "América / Montserrat"
"America/Nassau": "America / Nassau"
"America/New_York": "América / Nueva_York"
"America/Nipigon": "América / Nipigon"
"America/Nome": "America / Nome"
"America/Noronha": "America / Noronha"
"America/North_Dakota/Beulah": "América / Norte_Dakota / Beulah"
"America/North_Dakota": "América / Norte_Dakota"
"America/Ojinaga": "America / Ojinaga"
"America/Panama": "America / Panama"
"America/Pangnirtung": "America / Pangnirtung"
"America/Paramaribo": "America / Paramaribo"
"America/Phoenix": "America / Phoenix"
"America/Port-au-Prince": "América / Puerto Príncipe"
"America/Port_of_Spain": "America / Port_of_Spain"
"America/Porto_Velho": "America / Porto_Velho"
"America/Puerto_Rico": "America / Puerto_Rico"
"America/Punta_Arenas": "America / Punta_Arenas"
"America/Rainy_River": "America / Rainy_River"
"America/Rankin_Inlet": "America / Rankin_Inlet"
"America/Recife": "America / Recife"
"America/Regina": "America / Regina"
"America/Resolute": "America / Resolute"
"America/Rio_Branco": "America / Rio_Branco"
"America/Santarem": "America / Santarem"
"America/Santiago": "America / Santiago"
"America/Santo_Domingo": "America / Santo_Domingo"
"America/Sao_Paulo": "America / Sao_Paulo"
"America/Scoresbysund": "America / Scoresbysund"
"America/Sitka": "America / Sitka"
"America/St_Barthelemy": "América / St_Barthelemy"
"America/St_Johns": "America / St_Johns"
"America/St_Kitts": "America / St_Kitts"
"America/St_Lucia": "America / St_Lucia"
"America/St_Thomas": "America / St_Thomas"
"America/St_Vincent": "América / San Vicente"
"America/Swift_Current": "America / Swift_Current"
"America/Tegucigalpa": "America / Tegucigalpa"
"America/Thule": "America / Thule"
"America/Thunder_Bay": "America / Thunder_Bay"
"America/Tijuana": "America / Tijuana"
"America/Toronto": "América / Toronto"
"America/Tortola": "America / Tortola"
"America/Vancouver": "América / Vancouver"
"America/Whitehorse": "América / Whitehorse"
"America/Winnipeg": "América / Winnipeg"
"America/Yakutat": "America / Yakutat"
"America/Yellowknife": "America / Yellowknife"
"Antarctica/Casey": "Antártida / Casey"
"Antarctica/Davis": "Antártida / Davis"
"Antarctica/DumontDUrville": "Antártida / DumontDUrville"
"Antarctica/Macquarie": "Antártida / Macquarie"
"Antarctica/McMurdo": "Antártida / McMurdo"
"Antarctica/Mawson": "Antártida / Mawson"
"Antarctica/Palmer": "Antártida / Palmer"
"Antarctica/Rothera": "Antártida / Rothera"
"Antarctica/Syowa": "Antártida / Syowa"
"Antarctica/Troll": "Antártida / Troll"
"Antarctica/Vostok": "Antártida / Vostok"
"Arctic/Longyearbyen": "Ártico / Longyearbyen"
"Asia/Aden": "Asia / Adén"
"Asia/Almaty": "Asia / Almaty"
"Asia/Amman": "Asia / Amman"
"Asia/Anadyr": "Asia / Anadyr"
"Asia/Aqtau": "Asia / Aqtau"
"Asia/Aqtobe": "Asia / Aqtobe"
"Asia/Ashgabat": "Asia / Ashgabat"
"Asia/Atyrau": "Asia / Atyrau"
"Asia/Baghdad": "Asia / Bagdad"
"Asia/Bahrain": "Asia / Bahrein"
"Asia/Baku": "Asia / Bakú"
"Asia/Bangkok": "Asia / Bangkok"
"Asia/Barnaul": "Asia / Barnaul"
"Asia/Beirut": "Asia / Beirut"
"Asia/Bishkek": "Asia / Bishkek"
"Asia/Brunei": "Asia / Brunei"
"Asia/Chita": "Asia / Chita"
"Asia/Choibalsan": "Asia / Choibalsan"
"Asia/Colombo": "Asia / Colombo"
"Asia/Damascus": "Asia / Damasco"
"Asia/Dhaka": "Asia / Dhaka"
"Asia/Dili": "Asia / Dili"
"Asia/Dubai": "Asia / Dubai"
"Asia/Dushanbe": "Asia / Dushanbe"
"Asia/Famagusta": "Asia / Famagusta"
"Asia/Gaza": "Asia / Gaza"
"Asia/Hebron": "Asia / Hebrón"
"Asia/Ho_Chi_Minh": "Asia / Ho_Chi_Minh"
"Asia/Hong_Kong": "Asia / Hong_Kong"
"Asia/Hovd": "Asia / Hovd"
"Asia/Irkutsk": "Asia / Irkutsk"
"Asia/Jakarta": "Asia / Yakarta"
"Asia/Jayapura": "Asia / Jayapura"
"Asia/Jerusalem": "Asia / Jerusalén"
"Asia/Kabul": "Asia / Kabul"
"Asia/Kamchatka": "Asia / Kamchatka"
"Asia/Karachi": "Asia / Karachi"
"Asia/Kathmandu": "Asia / Katmandú"
"Asia/Khandyga": "Asia / Khandyga"
"Asia/Kolkata": "Asia / Kolkata"
"Asia/Krasnoyarsk": "Asia / Krasnoyarsk"
"Asia/Kuala_Lumpur": "Asia / Kuala_Lumpur"
"Asia/Kuching": "Asia / Kuching"
"Asia/Kuwait": "Asia / Kuwait"
"Asia/Macau": "Asia / Macao"
"Asia/Magadan": "Asia / Magadán"
"Asia/Makassar": "Asia / Makassar"
"Asia/Manila": "Asia / Manila"
"Asia/Muscat": "Asia / Muscat"
"Asia/Nicosia": "Asia / Nicosia"
"Asia/Novokuznetsk": "Asia / Novokuznetsk"
"Asia/Novosibirsk": "Asia / Novosibirsk"
"Asia/Omsk": "Asia / Omsk"
"Asia/Oral": "Asia / oral"
"Asia/Phnom_Penh": "Asia / Phnom_Penh"
"Asia/Pontianak": "Asia / Pontianak"
"Asia/Pyongyang": "Asia / Pyongyang"
"Asia/Qatar": "Asia / Qatar"
"Asia/Qostanay": "Asia / Qostanay"
"Asia/Qyzylorda": "Asia / Qyzylorda"
"Asia/Riyadh": "Asia / Riad"
"Asia/Sakhalin": "Asia / Sakhalin"
"Asia/Samarkand": "Asia / Samarcanda"
"Asia/Seoul": "Asia / Seúl"
"Asia/Shanghai": "Asia / Shanghai"
"Asia/Singapore": "Asia / Singapur"
"Asia/Srednekolymsk": "Asia / Srednekolymsk"
"Asia/Taipei": "Asia / Taipei"
"Asia/Tashkent": "Asia / Tashkent"
"Asia/Tbilisi": "Asia / Tbilisi"
"Asia/Tehran": "Asia / Teherán"
"Asia/Thimphu": "Asia / Timbu"
"Asia/Tokyo": "Asia / Tokio"
"Asia/Tomsk": "Asia / Tomsk"
"Asia/Ulaanbaatar": "Asia / Ulán Bator"
"Asia/Urumqi": "Asia / Urumqi"
"Asia/Ust-Nera": "Asia / Ust-Nera"
"Asia/Vientiane": "Asia / Vientiane"
"Asia/Vladivostok": "Asia / Vladivostok"
"Asia/Yakutsk": "Asia / Yakutsk"
"Asia/Yangon": "Asia / Yangon"
"Asia/Yekaterinburg": "Asia / Ekaterimburgo"
"Asia/Yerevan": "Asia / Ereván"
"Atlantic/Azores": "Atlántico / Azores"
"Atlantic/Bermuda": "Atlántico / Bermudas"
"Atlantic/Canary": "Atlántico / Canarias"
"Atlantic/Cape_Verde": "Atlántico / Cabo_Verde"
"Atlantic/Faroe": "Atlántico / Feroe"
"Atlantic/Madeira": "Atlántico / Madeira"
"Atlantic/Reykjavik": "Atlántico / Reykjavik"
"Atlantic/South_Georgia": "Atlántico / Sur_Georgia"
"Atlantic/St_Helena": "Atlántico / Santa Elena"
"Atlantic/Stanley": "Atlántico / Stanley"
"Australia/Adelaide": "Australia / Adelaida"
"Australia/Brisbane": "Australia / Brisbane"
"Australia/Broken_Hill": "Australia / Broken_Hill"
"Australia/Currie": "Australia / Currie"
"Australia/Darwin": "Australia / Darwin"
"Australia/Eucla": "Australia / Eucla"
"Australia/Hobart": "Australia / Hobart"
"Australia/Lindeman": "Australia / Lindeman"
"Australia/Lord_Howe": "Australia / Lord_Howe"
"Australia/Melbourne": "Australia / Melbourne"
"Australia/Perth": "Australia / Perth"
"Australia/Sydney": "Australia / Sydney"
"Europe/Amsterdam": "Europa / Amsterdam"
"Europe/Andorra": "Europa / Andorra"
"Europe/Astrakhan": "Europa / Astrakhan"
"Europe/Athens": "Europa / Atenas"
"Europe/Belgrade": "Europa / Belgrado"
"Europe/Berlin": "Europa / Berlín"
"Europe/Bratislava": "Europa / Bratislava"
"Europe/Brussels": "Europa / Bruselas"
"Europe/Bucharest": "Europa / Bucarest"
"Europe/Budapest": "Europa / Budapest"
"Europe/Busingen": "Europa / Busingen"
"Europe/Chisinau": "Europa / Chisinau"
"Europe/Copenhagen": "Europa / Copenhague"
"Europe/Dublin": "Europa / Dublín"
"Europe/Gibraltar": "Europa / Gibraltar"
"Europe/Guernsey": "Europa / Guernsey"
"Europe/Helsinki": "Europa / Helsinki"
"Europe/Isle_of_Man": "Europe / Isle_of_Man"
"Europe/Istanbul": "Europa / Estambul"
"Europe/Jersey": "Europa / Jersey"
"Europe/Kaliningrad": "Europa / Kaliningrado"
"Europe/Kiev": "Europa / Kiev"
"Europe/Kirov": "Europa / Kirov"
"Europe/Lisbon": "Europa / Lisboa"
"Europe/Ljubljana": "Europa / Liubliana"
"Europe/London": "Europa / Londres"
"Europe/Luxembourg": "Europa / Luxemburgo"
"Europe/Madrid": "Europa / Madrid"
"Europe/Malta": "Europa / Malta"
"Europe/Mariehamn": "Europa / Mariehamn"
"Europe/Minsk": "Europa / Minsk"
"Europe/Monaco": "Europa / Mónaco"
"Europe/Moscow": "Europa / Moscú"
"Europe/Oslo": "Europa / Oslo"
"Europe/Paris": "Europa / Paris"
"Europe/Podgorica": "Europa / Podgorica"
"Europe/Prague": "Europa / Praga"
"Europe/Riga": "Europa / Riga"
"Europe/Rome": "Europa / Roma"
"Europe/Samara": "Europa / Samara"
"Europe/San_Marino": "Europa / San_Marino"
"Europe/Sarajevo": "Europa / Sarajevo"
"Europe/Saratov": "Europa / Saratov"
"Europe/Simferopol": "Europa / Simferopol"
"Europe/Skopje": "Europa / Skopje"
"Europe/Sofia": "Europa / Sofía"
"Europe/Stockholm": "Europa / Estocolmo"
"Europe/Tallinn": "Europa / Tallin"
"Europe/Tirane": "Europa / Tirane"
"Europe/Ulyanovsk": "Europa / Ulyanovsk"
"Europe/Uzhgorod": "Europa / Uzhgorod"
"Europe/Vaduz": "Europa / Vaduz"
"Europe/Vatican": "Europa / Vaticano"
"Europe/Vienna": "Europa / Viena"
"Europe/Vilnius": "Europa / Vilnius"
"Europe/Volgograd": "Europa / Volgogrado"
"Europe/Warsaw": "Europa / Varsovia"
"Europe/Zagreb": "Europa / Zagreb"
"Europe/Zaporozhye": "Europa / Zaporozhye"
"Europe/Zurich": "Europa / Zurich"
"Indian/Antananarivo": "Indio / Antananarivo"
"Indian/Chagos": "Indio / Chagos"
"Indian/Christmas": "Indio / Navidad"
"Indian/Cocos": "Indio / Cocos"
"Indian/Comoro": "Indio / Comoro"
"Indian/Kerguelen": "Indio / Kerguelen"
"Indian/Mahe": "Indio / Mahé"
"Indian/Maldives": "India / Maldivas"
"Indian/Mauritius": "India / Mauricio"
"Indian/Mayotte": "Indio / Mayotte"
"Indian/Reunion": "Indio / Reunión"
"Pacific/Apia": "Pacífico / Apia"
"Pacific/Auckland": "Pacífico / Auckland"
"Pacific/Bougainville": "Pacífico / Bougainville"
"Pacific/Chatham": "Pacífico / Chatham"
"Pacific/Chuuk": "Pacífico / Chuuk"
"Pacific/Easter": "Pacífico / Pascua"
"Pacific/Efate": "Pacífico / Efate"
"Pacific/Enderbury": "Pacífico / Enderbury"
"Pacific/Fakaofo": "Pacífico / Fakaofo"
"Pacific/Fiji": "Pacífico / Fiji"
"Pacific/Funafuti": "Pacífico / Funafuti"
"Pacific/Galapagos": "Pacífico / Galápagos"
"Pacific/Gambier": "Pacífico / Gambier"
"Pacific/Guadalcanal": "Pacífico / Guadalcanal"
"Pacific/Guam": "Pacífico / Guam"
"Pacific/Honolulu": "Pacífico / Honolulu"
"Pacific/Kiritimati": "Pacífico / Kiritimati"
"Pacific/Kosrae": "Pacífico / Kosrae"
"Pacific/Kwajalein": "Pacífico / Kwajalein"
"Pacific/Majuro": "Pacífico / Majuro"
"Pacific/Marquesas": "Pacífico / Marquesas"
"Pacific/Midway": "Pacífico / Midway"
"Pacific/Nauru": "Pacífico / Nauru"
"Pacific/Niue": "Pacífico / Niue"
"Pacific/Norfolk": "Pacífico / Norfolk"
"Pacific/Noumea": "Pacífico / Numea"
"Pacific/Pago_Pago": "Pacific / Pago_Pago"
"Pacific/Palau": "Pacífico / Palau"
"Pacific/Pitcairn": "Pacífico / Pitcairn"
"Pacific/Pohnpei": "Pacífico / Pohnpei"
"Pacific/Port_Moresby": "Pacífico / Port_Moresby"
"Pacific/Rarotonga": "Pacífico / Rarotonga"
"Pacific/Saipan": "Pacífico / Saipan"
"Pacific/Tahiti": "Pacífico / Tahití"
"Pacific/Tarawa": "Pacífico / Tarawa"
"Pacific/Tongatapu": "Pacífico / Tongatapu"
"Pacific/Wake": "Pacífico / Wake"
"Pacific/Wallis": "Pacífico / Wallis"
"UTC": "UTC"
"Time Format": "Formato de tiempo"
"Choose your default timezone": "Elige tu zona horaria predeterminada"
"Signature": "Firma"
"User signature will be append at the bottom of ticket reply box": "La firma del usuario se agregará en la parte inferior del cuadro de respuesta del ticket"
"Password": "Contraseña"
"Password will remain same if you are not entering something in this field": "La contraseña seguirá siendo la misma si no está ingresando algo en este campo"
"Confirm Password": "Confirmar contraseña"
"Save Changes": "Guardar cambios"
"SAVE CHANGES": "GUARDAR CAMBIOS"
"CREATE TICKET": "CREAR TICKET"
"Customer full name": "Nombre completo del cliente"
"Customer email address": "Dirección de correo electrónico del cliente"
"Select Type": "Seleccione tipo"
"Support": "Apoyo"
"Choose ticket type": "Elegir tipo de ticket"
"Ticket subject": "Asunto del boleto"
"Message": "Mensaje"
"Query Message": "Mensaje de consulta"
"Add Attachment": "Añadir un adjunto"
"This field is mandatory": "Este campo es obligatorio"
"General": "General"
"Designation": "Designacion"
"Contant Number": "Número de contenido"
"User signature will be append in the bottom of ticket reply box": "La firma del usuario se agregará en la parte inferior del cuadro de respuesta del ticket"
"Account Status": "Estado de la cuenta"
"Account is Active": "La cuenta está activa"
"Assigning group(s) to user to view tickets regardless assignment.": "Asignación de grupo (s) al usuario para ver tickets independientemente de la asignación"
"Default": "Defecto"
"Select All": "Seleccionar todo"
"Remove All": "Eliminar todo"
"Assigning team(s) to user to view tickets regardless assignment.": "Asignación de equipo (s) al usuario para ver tickets independientemente de la asignación"
"No Team added !": "¡No se agregó ningún equipo!"
"Permission": "Permiso"
"Role": "Papel"
"Administrator": "Administrador"
"Select agent role": "Seleccionar rol de agente"
"Add Customer": "Agregar cliente"
"Action": "Acción"
"Account Owner": "Propietario de la cuenta"
"Active": "Activo"
"Edit": "Editar"
"Delete": "Eliminar"
"Disabled": "Discapacitado"
"New Group": "Nuevo grupo"
"Default Privileges": "Privilegios predeterminados"
"New Privileges": "Nuevos privilegios"
"NEW PRIVILEGE": "NUEVO PRIVILEGIO"
"New Privilege": "Nuevo privilegio"
"New Team": "Nuevo equipo"
"No Record Found": "Ningún record fue encontrado"
"Order Synchronization": "Sincronización de pedidos"
"Easily integrate different ecommerce platforms with your helpdesk which can then be later used to swiftly integrate ecommerce order details with your support tickets.": "Integre fácilmente diferentes plataformas de comercio electrónico con su servicio de asistencia que luego se puede utilizar para integrar rápidamente los detalles de los pedidos de comercio electrónico con sus tickets de soporte"
"BigCommerce": "BigCommerce"
"No channels have been added.": "No se han agregado canales"
"Add BigCommerce Store": "Agregar tienda BigCommerce"
"ADD BIGCOMMERCE STORE": "AGREGAR TIENDA BIGCOMMERCE"
"Mangento": "Mangento"
"Add Magento Store": "Agregar tienda Magento"
"OpenCart": "OpenCart"
"Add OpenCart Store": "Agregar tienda OpenCart"
"ADD OPENCART STORE": "AGREGAR TIENDA OPENCART"
"Shopify": "Shopify"
"Add Shopify Store": "Agregar tienda Shopify"
"ADD SHOPIFY STORE": "AGREGAR COMPRAR TIENDA"
"Integrate a new BigCommerce store": "Integrar una nueva tienda BigCommerce"
"Your BigCommerce Store Name": "El nombre de su tienda BigCommerce"
"Your BigCommerce Store Hash": "El hash de tu tienda BigCommerce"
"Your BigCommerce Api Token": "Tu token de BigCommerce Api"
"Your BigCommerce Api Client ID": "Su ID de cliente de BigCommerce Api"
"Enable Channel": "Habilitar canal"
"Add Store": "Agregar tienda"
"ADD STORE": "AGREGAR TIENDA"
"Integrate a new Magento store": "Integrar una nueva tienda Magento"
"Your Magento Api Username": "Su nombre de usuario de Magento Api"
"Your Magento Api Password": "Su contraseña de Magento Api"
"Integrate a new OpenCart store": "Integrar una nueva tienda OpenCart"
"Your OpenCart Api Key": "Su clave de API OpenCart"
"Your Shopify Store Name": "El nombre de su tienda Shopify"
"Your Shopify Api Key": "Tu clave de API de Shopify"
"Your Shopify Api Password": "Tu contraseña de Shopify Api"
"Easily embed custom form to help generate helpdesk tickets.": "Incruste fácilmente un formulario personalizado para ayudar a generar tickets de servicio de asistencia"
"Form-Builder": "Generador de formularios"
"Add Formbuilder": "Agregar Formbuilder"
"ADD FORMBUILDER": "AGREGAR FORMBUILDER"
"No FormBuilder have been added.": "No se ha agregado FormBuilder"
"Create a New Custom Form Below": "Crear un nuevo formulario personalizado a continuación"
"Form Name": "Nombre del formulario"
"It will be shown in the list of created forms": "Se mostrará en la lista de formularios creados"
"MANDATORY FIELDS": "CAMPOS OBLIGATORIOS"
"These fields will be visible in form and cant be edited": "Estos campos serán visibles en forma y no se pueden editar"
"Reply": "Respuesta"
"OPTIONAL FIELDS": "CAMPOS OPCIONALES"
"Select These Fields to Add in your Form": "Seleccione estos campos para agregar en su formulario"
"GDPR": "GDPR"
"Order": "Orden"
"Categorybuilder": "Constructor de categorías"
"File": "Expediente"
"Add Form": "Agregar formulario"
"ADD FORM": "AGREGAR FORMULARIO"
"UPDATE FORM": "FORMULARIO DE ACTUALIZACIÓN"
"Update Form": "Formulario de actualización"
"Embed": "Empotrar"
"EMBED": "EMPOTRAR"
"EMBED FORMBUILDER": "FORMBUILDER EMPOTRADO"
"Embed Formbuilder": "Constructor de incrustaciones"
"Visit": "Visitar"
"VISIT": "VISITAR"
"Code": "Código"
"Total Ticket(s)": "Total de entradas"
"Ticket Count": "Conteo de entradas"
"SwiftMailer Configurations": "Configuraciones de SwiftMailer"
"No swiftmailer configurations found": "No se encontraron configuraciones de swiftmailer"
"CREATE CONFIGURATION": "CREAR CONFIGURACIÓN"
"Add configuration": "Agregar configuración"
"Update configuration": "Actualizar configuración"
"Mailer ID": "Identificación del remitente"
"Mailer ID - Leave blank to automatically create id": "Identificación del remitente: déjelo en blanco para crear automáticamente la identificación"
"Transport Type": "Tipo de transporte"
"SMTP": "SMTP"
"Enable Delivery": "Habilitar entrega"
"Server": "Servidor"
"Port": "Puerto"
"Encryption Mode": "Modo de encriptación"
"ssl": "ssl"
"tsl": "tsl"
"None": "Ninguna"
"Authentication Mode": "Modo de autenticación"
"login": "iniciar sesión"
"Plain": "Llanura"
"CRAM-MD5": "CRAM-MD5"
"Sender Address": "Dirección del remitente"
"Delivery Address": "Dirección de entrega"
"Block Spam": "Bloquear spam"
"Black list": "Lista negra"
"Comma (,) separated values (Eg. [email protected], @example.com, 68.98.31.226)": "Valores separados por comas (,) (p. Ej. [email protected], @ example.com, 68.98.31.226)"
"White list": "Lista blanca"
"Mailbox Settings": "Configuración del buzón"
"No mailbox configurations found": "No se encontraron configuraciones de buzón"
"NEW MAILBOX": "NUEVA CAJA DE CORREO"
"New Mailbox": "Nuevo buzón"
"Update Mailbox": "Actualizar buzón"
"Add Mailbox": "Agregar buzón"
"Mailbox ID - Leave blank to automatically create id": "ID de buzón: déjelo en blanco para crear automáticamente la identificación"
"Mailbox Name": "Nombre del buzón"
"Enable Mailbox": "Habilitar buzón"
"Incoming Mail (IMAP) Server": "Servidor de correo entrante (IMAP)"
"Configure your imap settings which will be used to fetch emails from your mailbox.": "Configure los ajustes de imap que se usarán para recuperar correos electrónicos de su buzón"
"Transport": "Transporte"
"IMAP": "IMAP"
"Gmail": "Gmail"
"Yahoo": "Yahoo"
"Host": "Anfitrión"
"IMAP Host": "Host IMAP"
"Email address": "Dirección de correo electrónico"
"Associated Password": "Contraseña asociada"
"Outgoing Mail (SMTP) Server": "Servidor de correo saliente (SMTP)"
"Select a valid Swift Mailer configuration which will be used to send emails through your mailbox.": "Seleccione una configuración válida de Swift Mailer que se utilizará para enviar correos electrónicos a través de su buzón"
"Swift Mailer ID": "Identificación de correo rápido"
"None Selected": "Ninguna seleccionada"
"Create Mailbox": "Crear buzón"
"CREATE MAILBOX": "CREAR BUZÓN DE CORREO"
"New Template": "Nueva plantilla"
"NEW TEMPLATE": "NUEVA PLANTILLA"
"Customer Forgot Password": "El cliente olvidó la contraseña"
"Customer Account Created": "Cuenta de cliente creada"
"Ticket generated success mail to customer": "Ticket generado correo exitoso al cliente"
"Customer Reply To The Agent": "Respuesta del cliente al agente"
"Ticket Assign": "Asignación de entradas"
"Agent Forgot Password": "El agente olvidó la contraseña"
"Agent Account Created": "Cuenta de agente creada"
"Ticket generated by customer": "Ticket generado por el cliente"
"Agent Reply To The Customers ticket": "Respuesta del agente al ticket del cliente"
"Email template name": "Nombre de plantilla de correo electrónico"
"Email template subject": "Asunto de plantilla de correo electrónico"
"Template For": "Plantilla para"
"Nothing Selected": "Nada seleccionado"
"email template will be used for work related with selected option": "la plantilla de correo electrónico se usará para el trabajo relacionado con la opción seleccionada"
"Email template body": "Cuerpo de plantilla de correo electrónico"
"Body": "Cuerpo"
"placeholders": "marcadores de posición"
"Ticket Subject": "Asunto del boleto"
"Ticket Message": "Mensaje de ticket"
"Ticket Attachments": "Adjuntos de entradas"
"Ticket Tags": "Etiquetas de entradas"
"Ticket Source": "Origen del ticket"
"Ticket Status": "Estado del ticket"
"Ticket Priority": "Prioridad de entradas"
"Ticket Group": "Grupo de entradas"
"Ticket Team": "Ticket Team"
"Ticket Thread Message": "Mensaje de hilo de ticket"
"Ticket Customer Name": "Nombre del cliente del ticket"
"Ticket Customer Email": "Ticket Email del cliente"
"Ticket Agent Name": "Nombre del agente del ticket"
"Ticket Agent Email": "Correo electrónico del agente de tickets"
"Ticket Agent Link": "Ticket Agent Link"
"Ticket Customer Link": "Ticket Customer Link"
"Last Collaborator Name": "Apellido del colaborador"
"Last Collaborator Email": "Último correo electrónico de colaborador"
"Agent/ Customer Name": "Nombre del agente / cliente"
"Account Validation Link": "Enlace de validación de cuenta"
"Password Forgot Link": "Contraseña Olvidó el enlace"
"Company Name": "Nombre de empresa"
"Company Logo": "Logo de la compañía"
"Company URL": "URL de la compañía"
"Swiftmailer id (Select from drop down)": "Identificación de Swiftmailer (Seleccionar del menú desplegable)"
"PROCEED": "PROCEDER"
"Proceed": "Proceder"
"Theme Color": "Color del tema"
"Customer Created": "Cliente creado"
"Agent Created": "Agente creado"
"Ticket Created": "Ticket creado"
"Agent Replied on Ticket": "Agente respondido en el ticket"
"Customer Replied on Ticket": "Cliente respondido en el boleto"
"Workflow Status": "Estado del flujo de trabajo"
"Workflow is Active": "El flujo de trabajo está activo"
"Events": "Eventos"
"An event automatically triggers to check conditions and perform a respective pre-defined set of actions": "Un evento se activa automáticamente para verificar las condiciones y realizar un conjunto de acciones predefinido respectivo"
"Select an Event": "Seleccionar un evento"
"Add More": "Añadir más"
"Conditions": "Condiciones"
"Conditions are set of rules which checks for specific scenarios and are triggered on specific occasions": "Las condiciones son un conjunto de reglas que verifica escenarios específicos y se activan en ocasiones específicas"
"Subject or Description": "Asunto o descripción"
"Actions": "Comportamiento"
"An action not only reduces the workload but also makes it quite easier for ticket automation": "Una acción no solo reduce la carga de trabajo, sino que también facilita la automatización de tickets"
"Select an Action": "Seleccionar una acción"
"Add Note": "Añadir la nota"
"Mail to Agent": "Enviar al agente"
"Mail to Customer": "Enviar al cliente"
"Mail to group": "Enviar al grupo"
"Mail to last collaborator": "Enviar al último colaborador"
"Mail to team": "Enviar al equipo"
"Mark Spam": "Mark Spam"
"Assign to agent": "Asignar a agente"
"Assign to group": "Asignar a grupo"
"Set Priority As": "Establecer prioridad como"
"Set Status As": "Establecer estado como"
"Set Tag As": "Establecer etiqueta como"
"Assign to Team": "Asignar al equipo"
"Set Type As": "Establecer tipo como"
"Add Workflow": "Agregar flujo de trabajo"
"ADD WORKFLOW": "AGREGAR FLUJO DE TRABAJO"
"Ticket Type code": "Código de tipo de ticket"
"Ticket Type description": "Descripción del tipo de ticket"
"Type Status": "Tipo de estado"
"Type is Active": "El tipo está activo"
"Add Save Reply": "Agregar Guardar respuesta"
"Saved reply name": "Nombre de respuesta guardado"
"Share saved reply with user(s) in these group(s)": "Compartir respuesta guardada con usuario (s) en estos grupos"
"Share saved reply with user(s) in these teams(s)": "Compartir respuesta guardada con usuario (s) en estos equipos"
"Saved reply Body": "Cuerpo de respuesta guardado"
"New Prepared Response": "Nueva respuesta preparada"
"Prepared Response Status": "Estado de respuesta preparado"
"Prepared Response is Active": "La respuesta preparada está activa"
"Share prepared response with user(s) in these group(s)": "Compartir la respuesta preparada con los usuarios de estos grupos"
"Share prepared response with user(s) in these teams(s)": "Compartir la respuesta preparada con los usuarios de estos equipos"
"ADD PREPARED RESPONSE": "AGREGAR RESPUESTA PREPARADA"
"Add Prepared Response": "Agregar respuesta preparada"
"Folder Name is shown upfront at Knowledge Base": "El nombre de la carpeta se muestra por adelantado en Knowledge Base"
"A small text about the folder helps user to navigate more easily": "Un pequeño texto sobre la carpeta ayuda al usuario a navegar más fácilmente"
"Publish": "Publicar"
"Choose appropriate status": "Elegir estado apropiado"
"Folder Image": "Imagen de carpeta"
"An image is worth a thousands words and makes folder more accessible": "Una imagen vale más que mil palabras y hace que la carpeta sea más accesible"
"Add Category": "Añadir categoría"
"Category Name is shown upfront at Knowledge Base": "El nombre de la categoría se muestra por adelantado en la Base de conocimiento"
"A small text about the category helps user to navigate more easily": "Un pequeño texto sobre la categoría ayuda al usuario a navegar más fácilmente"
"Using Category Order, you can decide which category should display first": "Usando el orden de categoría, puede decidir qué categoría debe mostrarse primero"
"Sorting": "Clasificación"
"Ascending Order (A-Z)": "Orden ascendente (A-Z)"
"Descending Order (Z-A)": "Orden descendente (Z-A)"
"Based on Popularity": "Basado en popularidad"
"Article of this category will display according to selected option": "El artículo de esta categoría se mostrará según la opción seleccionada"
"Article": "Artículo"
"Title": "Título"
"View": "Ver"
"Make as Starred": "Hacer como protagonizado"
"Yes": "si"
"No": "No"
"Stared": "Mirado"
"Revisions": "Revisiones"
"Related Articles": "Artículos relacionados"
"Delete Article": "Eliminar artículo"
"Content": "Contenido"
"Slug": "Babosa"
"Slug is the url identity of this article.": "Slug es la identidad de URL de este artículo"
"Meta Title": "Meta título"
"Meta Keywords": "Meta palabras clave"
"Meta Description": "Metadescripción"
"Description": "Descripción"
"Team Status": "Estado del equipo"
"Team is Active": "El equipo está activo"
"Edit Privilege": "Editar privilegio"
"Can create ticket": "Puede crear boleto"
"Can edit ticket": "Puede editar el boleto"
"Can delete ticket": "Puede borrar el boleto"
"Can restore trashed ticket": "Puede restaurar el boleto basura"
"Can assign ticket": "Puede asignar boleto"
"Can assign ticket group": "Puede asignar grupo de tickets"
"Can update ticket status": "Puede actualizar el estado del ticket"
"Can update ticket priority": "Puede actualizar la prioridad del ticket"
"Can update ticket type": "Puede actualizar el tipo de ticket"
"Can add internal notes to ticket": "Puede agregar notas internas al ticket"
"Can edit thread/notes": "Puede editar hilo / notas"
"Can lock/unlock thread": "Puede bloquear / desbloquear hilo"
"Can add collaborator to ticket": "Puede agregar un colaborador al ticket"
"Can delete collaborator from ticket": "Puede eliminar al colaborador del ticket"
"Can delete thread/notes": "Puede eliminar hilos / notas"
"Can apply prepared response on ticket": "Puede aplicar una respuesta preparada en el boleto"
"Can add ticket tags": "Puede agregar etiquetas de ticket"
"Can delete ticket tags": "Puede eliminar etiquetas de ticket"
"Can kick other ticket users": "Puede patear a otros usuarios de boletos"
"Can manage email templates": "Puede administrar plantillas de correo electrónico"
"Can manage groups": "Puede administrar grupos"
"Can manage Sub-Groups/ Teams": "Puede administrar subgrupos / equipos"
"Can manage agents": "Puede administrar agentes"
"Can manage agent privileges": "Puede administrar privilegios de agente"
"Can manage ticket types": "Puede administrar tipos de tickets"
"Can manage ticket custom fields": "Puede administrar campos personalizados de tickets"
"Can manage customers": "Puede administrar clientes"
"Can manage Prepared Responses": "Puede gestionar respuestas preparadas"
"Can manage Automatic workflow": "Puede administrar el flujo de trabajo automático"
"Can manage tags": "Puede administrar etiquetas"
"Can manage knowledgebase": "Puede administrar la base de conocimiento"
"Can manage Groups Saved Reply": "Puede administrar la respuesta guardada del grupo"
"Add Privilege": "Agregar privilegio"
"Choose set of privileges which will be available to the agent.": "Elija un conjunto de privilegios que estarán disponibles para el agente"
"Advanced": "Avanzado"
"Privilege Name must have characters only": "El nombre de privilegio debe tener solo caracteres"
"Maximum character length is 50": "La longitud máxima de caracteres es 50"
"Open Tickets": "Entradas Abiertas"
"New Customer": "Nuevo cliente"
"New Agent": "Nuevo agente"
"Total Article(s)": "Total de artículo (s)"
"Please specify a valid email address": "Por favor, especifique una dirección de correo electrónico válida"
"Please enter the password associated with your email address": "Ingrese la contraseña asociada con su dirección de correo electrónico"
"Please enter your server host address": "Ingrese la dirección de host del servidor"
"Please specify a port number to connect with your mail server": "Especifique un número de puerto para conectarse con su servidor de correo"
"Success ! Branding details saved successfully.": "¡Éxito! Los detalles de la marca se guardaron correctamente "
"Success ! Time details saved successfully.": "¡Éxito! Detalles del tiempo guardados con éxito."
"Spam setting saved successfully.": "Configuración de spam guardada con éxito"
"Please specify a valid name for your mailbox.": "Especifique un nombre válido para su buzón"
"Please select a valid swift-mailer configuration.": "Seleccione una configuración válida de correo rápido"
"Please specify a valid host address.": "Especifique una dirección de host válida"
"Please specify a valid email address.": "Especifique una dirección de correo electrónico válida"
"Please enter the associated account password.": "Ingrese la contraseña de la cuenta asociada"
"New Saved Reply": "Nueva respuesta guardada"
"New Category": "Nueva categoría"
"Folder": "Carpeta"
"Category": "Categoría"
"Created": "Creado"
"All Articles": "Todos los artículos"
"Viewed": "Visto"
"New Article": "Articulo nuevo"
"Thank you for your feedback!": "¡Gracias por tus comentarios!"
"Was this article helpful?": "¿Te resultó útil este artículo?"
"Helpdesk": "Mesa de ayuda"
"Support Center": "Centro de Apoyo"
"Mailboxes": "Buzones"
"By": "Por"
"Search Tickets": "Buscar entradas"
"Customer Information": "Información al cliente"
"Total Replies": "Respuestas totales"
"Filter With": "Filtrar con"
"Type email to add": "Escriba correo electrónico para agregar"
"Collaborators": "Colaboradores"
"Labels": "Etiquetas"
"Group": "Grupo"
"Stay on ticket": "Permanecer en boleto"
"Redirect to list": "Redirigir a la lista"
"Nothing interesting here...": "Nada interesante aquí"
"Previous Ticket": "Ticket anterior"
"Next Ticket": "Próximo ticket"
"Forward": "Adelante"
"Note": "Nota"
"Write a reply": "Escribe una respuesta"
"Created Ticket": "Ticket creado"
"All Threads": "Todos los temas"
"Forwards": "Hacia adelante"
"Notes": "Notas"
"Pinned": "Fijado"
"Edit Ticket": "Editar ticket"
"Print Ticket": "Imprimir boleto"
"Mark as Spam": "Marcar como correo no deseado"
"Mark as Closed": "Marcar como cerrado"
"Delete Ticket": "Eliminar ticket"
"View order details from different eCommerce channels": "Ver detalles de pedidos de diferentes canales de comercio electrónico"
"ECOMMERCE CHANNELS": "CANALES DE COMERCIO"
"Select channel": "Seleccionar canal"
"Order Id": "Solicitar ID"
"Fetch Order": "Obtener orden"
"No orders have been integrated to this ticket yet.": "Aún no se han integrado pedidos a este ticket"
"Enter your credentials below to gain access to your helpdesk account.": "Ingrese sus credenciales a continuación para obtener acceso a su cuenta del servicio de asistencia"
"Keep me logged in": "Mantenme conectado"
"Forgot Password?": "¿Se te olvidó tu contraseña?"
"Log in to your": "Inicie sesión en su"
"Sign In": "Registrarse"
"Edit Customer": "Editar cliente"
"Update": "Actualizar"
"Discard": "Descarte"
"Cancel": "Cancelar"
"Not Assigned": "No asignado"
"Submit": "Enviar"
"Submit And Open": "Enviar y abrir"
"Submit And Pending": "Enviar y pendiente"
"Submit And Answered": "Enviar y respondido"
"Submit And Resolved": "Enviar y resuelto"
"Submit And Closed": "Enviar y cerrado"
"Choose a Color": "Elige un color"
"Create": "Crear"
"Edit Label": "Editar etiqueta"
"Add Label": "Agregar etiqueta"
"To": "A"
"Ticket": "Boleto"
"Your browser does not support JavaScript or You disabled JavaScript, Please enable those !": "Su navegador no es compatible con JavaScript o Ha desactivado JavaScript, ¡habilítelos!"
"Confirm Action": "Confirmar acción"
"Confirm": "Confirmar"
"No result found": "No se han encontrado resultados"
"ticket delivery status": "estado de entrega del boleto"
"Warning! Select valid image file.": "¡Advertencia! Seleccione un archivo de imagen válido."
"SEO": "SEO"
"Edit Saved Filter": "Editar filtro guardado"
"Type atleast 2 letters": "Escriba al menos 2 letras"
"Remove Label": "Eliminar etiqueta"
"New Saved Filter": "Nuevo filtro guardado"
"Is Default": "Es predeterminado"
"Remove Saved Filter": "Eliminar filtro guardado"
"Ticket Info": "Información del boleto"
"Last Replied Agent": "Último agente respondido"
"created Ticket": "Ticket creado"
"Uploaded Files": "Archivos subidos"
"Download (as .zip)": "Descargar como zip)"
"made last reply": "hizo la última respuesta"
"N/A": "N / A"
"Unassigned": "Sin asignar"
"Label": "Etiqueta"
"Assigned to me": "Asignado a mí"
"Search Query": "Consulta de busqueda"
"Searching": "Buscando"
"Saved Filter": "Filtro guardado"
"No Label Created": "Sin etiqueta creada"
"Label with same name already exist.": "Ya existe una etiqueta con el mismo nombre"
"Create New": "Crear nuevo"
"Mail status": "Estado del correo"
"replied": "respondido"
"added note": "nota agregada"
"forwarded": "reenviado"
"TO": "A"
"CC": "CC"
"BCC": "BCC"
"Locked": "Bloqueado"
"Edit Thread": "Editar hilo"
"Delete Thread": "Eliminar hilo"
"Unpin Thread": "Desanclar hilo"
"Pin Thread": "Hilo de alfiler"
"Unlock Thread": "Desbloquear hilo"
"Lock Thread": "Bloquear hilo"
"Translate Thread": "Traducir hilo"
"Language": "Idioma"
"English": "Inglés"
"French": "Francés"
"Italian": "Italiano"
"Arabic": "Arábica"
"German": "Alemán"
"Spanish": "Español"
"Turkish": "Turco"