~netlandish/links

ref: da98807dffdb3acffb22255dba3704f80595eea8 links/internal/translations/locales/es/out.gotext.json -rw-r--r-- 136.4 KiB
da98807dPeter Sanchez Release version 0.2.0 5 days ago
                                                                                
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
{
    "language": "es",
    "messages": [
        {
            "id": "Restricted Page",
            "message": "Restricted Page",
            "translation": "Página Restringida"
        },
        {
            "id": "This function is only allowed for paid users. Please upgrade",
            "message": "This function is only allowed for paid users. Please upgrade",
            "translation": "Esta función solo está permitida para usuarios de pago. Por favor actualice su plan"
        },
        {
            "id": "Continue to Upgrade",
            "message": "Continue to Upgrade",
            "translation": "Continuar para actualizar plan"
        },
        {
            "id": "Social bookmarking plus link sharing, shortening and listings all in one app.",
            "message": "Social bookmarking plus link sharing, shortening and listings all in one app.",
            "translation": "Marcadores sociales más compartir enlaces, acortar y listar, todo en una aplicación."
        },
        {
            "id": "Welcome to LinkTaco! Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.",
            "message": "Welcome to LinkTaco! Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.",
            "translation": "¡Bienvenido a LinkTaco! Aquí puedes combinar todas tus necesidades de guardar y compartir enlaces en un pequeño paquete compacto. Como un taco. Un taco de enlaces, por así decirlo."
        },
        {
            "id": "social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics",
            "message": "social bookmarks, bookmarking, links, link sharing, link shortening, link listings, bookmarks, link saving, qr codes, analytics",
            "translation": "marcadores sociales, guardar marcadores, enlaces, compartir enlaces, acortar enlaces, listar enlaces, marcadores, guardar enlaces, códigos QR, análisis"
        },
        {
            "id": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)",
            "message": "Please login to view multiple tag combos (sorry, this is to help stop bot abuse)",
            "translation": "Por favor, inicie sesión para ver combinaciones de etiquetas múltiples (esto es para evitar el abuso de bots)."
        },
        {
            "id": "The passwords you entered do not match.",
            "message": "The passwords you entered do not match.",
            "translation": "Las contraseñas introducidas no coinciden."
        },
        {
            "id": "Edit Profile",
            "message": "Edit Profile",
            "translation": "Editar Perfil"
        },
        {
            "id": "Save",
            "message": "Save",
            "translation": "Guardar"
        },
        {
            "id": "Default Lang",
            "message": "Default Lang",
            "translation": "Idioma por defecto"
        },
        {
            "id": "Timezone",
            "message": "Timezone",
            "translation": "Zona horaria"
        },
        {
            "id": "Name",
            "message": "Name",
            "translation": "Nombre"
        },
        {
            "id": "Username",
            "message": "Username",
            "translation": "Nombre de Usuario"
        },
        {
            "id": "Image",
            "message": "Image",
            "translation": "Imagen"
        },
        {
            "id": "Back",
            "message": "Back",
            "translation": "Atrás"
        },
        {
            "id": "Cancel",
            "message": "Cancel",
            "translation": "Cancelar"
        },
        {
            "id": "Spanish",
            "message": "Spanish",
            "translation": "Español"
        },
        {
            "id": "English",
            "message": "English",
            "translation": "Inglés"
        },
        {
            "id": "Profile updated successfully",
            "message": "Profile updated successfully",
            "translation": "Perfil actualizado con éxito"
        },
        {
            "id": "Settings",
            "message": "Settings",
            "translation": "Ajustes"
        },
        {
            "id": "Slug",
            "message": "Slug",
            "translation": "Slug"
        },
        {
            "id": "Subscription",
            "message": "Subscription",
            "translation": "Subscripción"
        },
        {
            "id": "Is Active",
            "message": "Is Active",
            "translation": "Es Activo"
        },
        {
            "id": "Email",
            "message": "Email",
            "translation": "Correo electrónico"
        },
        {
            "id": "Default Language",
            "message": "Default Language",
            "translation": "Idioma por defecto"
        },
        {
            "id": "Organizations",
            "message": "Organizations",
            "translation": "Organizaciones"
        },
        {
            "id": "Current Organization",
            "message": "Current Organization",
            "translation": "Organización Actual"
        },
        {
            "id": "Action",
            "message": "Action",
            "translation": "Acción"
        },
        {
            "id": "Edit",
            "message": "Edit",
            "translation": "Editar"
        },
        {
            "id": "Members",
            "message": "Members",
            "translation": "Miembros"
        },
        {
            "id": "Actions",
            "message": "Actions",
            "translation": "Acciones"
        },
        {
            "id": "Change password",
            "message": "Change password",
            "translation": "Cambiar Contraseña"
        },
        {
            "id": "Update email",
            "message": "Update email",
            "translation": "Actualizar correo electrónico"
        },
        {
            "id": "Edit profile",
            "message": "Edit profile",
            "translation": "Editar perfil"
        },
        {
            "id": "Manage Your Organizations",
            "message": "Manage Your Organizations",
            "translation": "Gestionar tus Organizaciones"
        },
        {
            "id": "Upgrade Org",
            "message": "Upgrade Org",
            "translation": "Actualizar Organización"
        },
        {
            "id": "Complete Registration",
            "message": "Complete Registration",
            "translation": "Completar Registro"
        },
        {
            "id": "Full Name",
            "message": "Full Name",
            "translation": "Nombre Completo"
        },
        {
            "id": "Password",
            "message": "Password",
            "translation": "Contraseña"
        },
        {
            "id": "Registration Completed",
            "message": "Registration Completed",
            "translation": "Registro Completado"
        },
        {
            "id": "Register",
            "message": "Register",
            "translation": "Registro"
        },
        {
            "id": "Email Address",
            "message": "Email Address",
            "translation": "Dirección de Correo Electrónico"
        },
        {
            "id": "Confirm Password",
            "message": "Confirm Password",
            "translation": "Confirmar Contraseña"
        },
        {
            "id": "Already have an account? Click here to login",
            "message": "Already have an account? Click here to login",
            "translation": "¿Ya tienes una cuenta? Click aquí para ingresar"
        },
        {
            "id": "Welcome to Links",
            "message": "Welcome to Links",
            "translation": "Bienvenido a Links"
        },
        {
            "id": "Set up your account, so you can save links.",
            "message": "Set up your account, so you can save links.",
            "translation": "Configura tu cuenta para poder guardar enlaces"
        },
        {
            "id": "Registration is not enabled on this system. Contact the admin for an account.",
            "message": "Registration is not enabled on this system. Contact the admin for an account.",
            "translation": "El registro no está habilitado en el sistema. Por favor contacte al administrador para una cuenta"
        },
        {
            "id": "We sent you a confirmation email. Please click the link in that email to confirm your account.",
            "message": "We sent you a confirmation email. Please click the link in that email to confirm your account.",
            "translation": "Te enviamos un email de confirmación. Por favor da click en el link en ese correo para confirmar tu cuenta"
        },
        {
            "id": "You have successfully registered your account. You can now login.",
            "message": "You have successfully registered your account. You can now login.",
            "translation": "Te has registrado con éxito. Ahora puedes iniciar sesión"
        },
        {
            "id": "Change Password",
            "message": "Change Password",
            "translation": "Cambiar Contraseña"
        },
        {
            "id": "Current Password",
            "message": "Current Password",
            "translation": "Contraseña Actual"
        },
        {
            "id": "New Password",
            "message": "New Password",
            "translation": "Nueva Contraseña"
        },
        {
            "id": "Confirm New Password",
            "message": "Confirm New Password",
            "translation": "Confirmar Nueva Contraseña"
        },
        {
            "id": "Enter New Password",
            "message": "Enter New Password",
            "translation": "Ingresar Nueva Contraseña"
        },
        {
            "id": "Reset Password",
            "message": "Reset Password",
            "translation": "Restablecer Contraseña"
        },
        {
            "id": "Password Changed",
            "message": "Password Changed",
            "translation": "Contraseña Cambiada"
        },
        {
            "id": "You can now",
            "message": "You can now",
            "translation": "Ahora puedes"
        },
        {
            "id": "return to the login page",
            "message": "return to the login page",
            "translation": "regresar a la página de inición de sesión"
        },
        {
            "id": "and login",
            "message": "and login",
            "translation": "e iniciar sesión"
        },
        {
            "id": "Links - Reset your password",
            "message": "Links - Reset your password",
            "translation": "Links - Restablecer tu contraseña"
        },
        {
            "id": "Forgot Password?",
            "message": "Forgot Password?",
            "translation": "¿Olvidaste tu contraseña?"
        },
        {
            "id": "If the email address given exists in our system then we just sent it a login link. Click this link to reset your password. The link expires in 1 hour.",
            "message": "If the email address given exists in our system then we just sent it a login link. Click this link to reset your password. The link expires in 1 hour.",
            "translation": "Si el email ingresado ya existe en nuestro sistema, entonces te acabamos de enviar un enlace para ingresar. Por favor da click en enlace para restablecer tu contraseña. El enlace expirará en 1 hora"
        },
        {
            "id": "Send Reset Link",
            "message": "Send Reset Link",
            "translation": "Enviar Link de Restablecimiento"
        },
        {
            "id": "Someone, possibly you, requested to reset your Links password.",
            "message": "Someone, possibly you, requested to reset your Links password.",
            "translation": "Alguien, posiblemente tu, solicitó restablecer la constraseña de Links"
        },
        {
            "id": "To complete your password reset, just click the link below:",
            "message": "To complete your password reset, just click the link below:",
            "translation": "Para completar el restablecimiento de contraseña, has click en el siguiente enlace:"
        },
        {
            "id": "This link will expire in 1 hour. If you didn't request this link you can safely delete this email now.",
            "message": "This link will expire in 1 hour. If you didn't request this link you can safely delete this email now.",
            "translation": "Este enlace expirará en 1 hora. Si no has solicitado este enlace, puedes borrar sin problema este correo"
        },
        {
            "id": "Update Email",
            "message": "Update Email",
            "translation": "Actualizar Email"
        },
        {
            "id": "You've been sent a confirmation email. Please click the link in the email to confirm your email change. The confirmation email will expire in 2 hours.",
            "message": "You've been sent a confirmation email. Please click the link in the email to confirm your email change. The confirmation email will expire in 2 hours.",
            "translation": "Se te ha enviado un correo de confirmación. Por favor de click en enlace en el correo para confirmar su cambio de email. La confirmación expirará en 2 horas"
        },
        {
            "id": "Someone, possibly you, requested to reset your Links email address.  To complete this update, just click the link below:",
            "message": "Someone, possibly you, requested to reset your Links email address.  To complete this update, just click the link below:",
            "translation": "Alguien, posiblemente usted, pidió restablecer su dirección de correo electrónico. Para completar esta actualización de click el siguiente enlace"
        },
        {
            "id": "This link will expire in 2 hour. If you didn't request this link you can safely delete this email now.",
            "message": "This link will expire in 2 hour. If you didn't request this link you can safely delete this email now.",
            "translation": "Los enlaces expirarán en 2 horas. Si usted no solícito este enlace puede ignorar sin problema este correo"
        },
        {
            "id": "Change Email",
            "message": "Change Email",
            "translation": "Cambiar Email"
        },
        {
            "id": "Login",
            "message": "Login",
            "translation": "Iniciar Sesión"
        },
        {
            "id": "No accounts? Click here to create one",
            "message": "No accounts? Click here to create one",
            "translation": "¿Sin cuenta? Haga click aquí para crear una"
        },
        {
            "id": "Login Email",
            "message": "Login Email",
            "translation": "Email de Inición de Sesión"
        },
        {
            "id": "Someone, possibly you, requested this login via email link. To login to your account, just click the link below:",
            "message": "Someone, possibly you, requested this login via email link. To login to your account, just click the link below:",
            "translation": "Alguien, posiblemente usted, solicitó iniciar sesión por medio de un enlace de correo. Para iniciar sesión en su cuenta, solo haga click en el siguiente enlace"
        },
        {
            "id": "Password changed successfully",
            "message": "Password changed successfully",
            "translation": "Contraseña actualizada con éxito"
        },
        {
            "id": "Email updated successfully",
            "message": "Email updated successfully",
            "translation": "Email actualizado con éxito"
        },
        {
            "id": "You've been logged out successfully.",
            "message": "You've been logged out successfully.",
            "translation": "Has iniciado sesión con éxito"
        },
        {
            "id": "You've successfully updated your password.",
            "message": "You've successfully updated your password.",
            "translation": "Contraseña actualizada con éxito."
        },
        {
            "id": "You've successfully updated your email address.",
            "message": "You've successfully updated your email address.",
            "translation": "Correo electrónico actualizado con éxito."
        },
        {
            "id": "You've successfully confirmed your email address.",
            "message": "You've successfully confirmed your email address.",
            "translation": "Tu correo electrónico ha sido confirmado con éxito."
        },
        {
            "id": "You must verify your email address before logging in",
            "message": "You must verify your email address before logging in",
            "translation": "Tienes que verificar tu correo electrónico antes de iniciar sesión"
        },
        {
            "id": "This account is currently unable to access the system.",
            "message": "This account is currently unable to access the system.",
            "translation": "Esta cuenta es actualmente inhabilitada para acceder al sistema"
        },
        {
            "id": "Successful login.",
            "message": "Successful login.",
            "translation": "Sesión iniciada con éxito"
        },
        {
            "id": "LinkTaco - Confirm account email",
            "message": "LinkTaco - Confirm account email",
            "translation": "LinkTaco - Confirmar correo de la cuenta"
        },
        {
            "id": "Please confirm your account",
            "message": "Please confirm your account",
            "translation": "Por favor confirma tu cuenta"
        },
        {
            "id": "To confirm your email address and complete your Links registration, please click the link below.",
            "message": "To confirm your email address and complete your Links registration, please click the link below.",
            "translation": "Para confirmar tu correo electrónico y completar tu registro en Links, por favor da click en el siguiente enlace:"
        },
        {
            "id": "Confirm",
            "message": "Confirm",
            "translation": "Confirmar"
        },
        {
            "id": "If you didn't request this link you can safely delete this email now.",
            "message": "If you didn't request this link you can safely delete this email now.",
            "translation": "Si no has solicitado este enlace puedes borrar sin problema este email"
        },
        {
            "id": "Confirm your email address",
            "message": "Confirm your email address",
            "translation": "Confirma tu correo electrónico"
        },
        {
            "id": "We sent you a new confirmation email. Please click the link in that email to confirm your account.",
            "message": "We sent you a new confirmation email. Please click the link in that email to confirm your account.",
            "translation": "Te enviamos un nuevo email de confirmación. Por favor da click en el enlace incluído en el email para confirmar tu cuenta."
        },
        {
            "id": "Analytics",
            "message": "Analytics",
            "translation": "Analíticas"
        },
        {
            "id": "Engagements over time",
            "message": "Engagements over time",
            "translation": "Compromiso a través del tiempo"
        },
        {
            "id": "Country",
            "message": "Country",
            "translation": "País"
        },
        {
            "id": "City",
            "message": "City",
            "translation": "Ciudad"
        },
        {
            "id": "Referrer",
            "message": "Referrer",
            "translation": "Referente"
        },
        {
            "id": "Devices",
            "message": "Devices",
            "translation": "Dispositivos"
        },
        {
            "id": "Apply",
            "message": "Apply",
            "translation": "Aplicar"
        },
        {
            "id": "Weeks",
            "message": "Weeks",
            "translation": "Semanas"
        },
        {
            "id": "Days",
            "message": "Days",
            "translation": "Días"
        },
        {
            "id": "Only showing the last 60 days. Upgrade your organization to paid to view all historical data",
            "message": "Only showing the last 60 days. Upgrade your organization to paid to view all historical data",
            "translation": "Solo se muestran los últimos 60 días. Actualice el plan de su organización para ver todo el historial histórico"
        },
        {
            "id": "Click here to upgrade",
            "message": "Click here to upgrade",
            "translation": "Click aquí para actualizar plan"
        },
        {
            "id": "Only showing country data. Upgrade your organization to paid to view all stats",
            "message": "Only showing country data. Upgrade your organization to paid to view all stats",
            "translation": "Solo mostrando datos de país. Actualice el plan de su organización para ver todas la estadísticas"
        },
        {
            "id": "Upgrade your organization to paid to view the detail stats",
            "message": "Upgrade your organization to paid to view the detail stats",
            "translation": "Actualice el plan de su actualización para ver los detalles de las estadísticas"
        },
        {
            "id": "QR Scans",
            "message": "QR Scans",
            "translation": "Escaners de QR"
        },
        {
            "id": "Links",
            "message": "Links",
            "translation": "Links"
        },
        {
            "id": "No Data",
            "message": "No Data",
            "translation": "Si Dato"
        },
        {
            "id": "Name is required",
            "message": "Name is required",
            "translation": "Nombre es requerido"
        },
        {
            "id": "Name may not exceed 150 characters",
            "message": "Name may not exceed 150 characters",
            "translation": "El nombre no debe exceder 150 caracteres"
        },
        {
            "id": "Org username is required",
            "message": "Org username is required",
            "translation": "Nombre de organización es requerida"
        },
        {
            "id": "Org username may not exceed 150 characters",
            "message": "Org username may not exceed 150 characters",
            "translation": "Nombre de organización no debe exceder 150 caracteres"
        },
        {
            "id": "You are not allowed to create more free organizations. Please upgrade to a paid org",
            "message": "You are not allowed to create more free organizations. Please upgrade to a paid org",
            "translation": "No estás autorizado para crear más organizaciones gratuitas. Por favor actualice a una cuenta de pago"
        },
        {
            "id": "This organization slug can not be used. Please chose another one",
            "message": "This organization slug can not be used. Please chose another one",
            "translation": "Este slug de organización no puede ser utilizado. Por favor elija otro."
        },
        {
            "id": "This organization slug is already registered",
            "message": "This organization slug is already registered",
            "translation": "El slug de organziación ya está registrado"
        },
        {
            "id": "CurrentSlug is required",
            "message": "CurrentSlug is required",
            "translation": "CurrentSlug es requerido"
        },
        {
            "id": "Slug is required",
            "message": "Slug is required",
            "translation": "El slug es requerido"
        },
        {
            "id": "Slug may not exceed 150 characters",
            "message": "Slug may not exceed 150 characters",
            "translation": "El slug no debe exceder los 150 caracteres"
        },
        {
            "id": "Organization Not Found",
            "message": "Organization Not Found",
            "translation": "Organización No Encontrada"
        },
        {
            "id": "This organization name is already registered",
            "message": "This organization name is already registered",
            "translation": "El nombre de esta organización ya está registrado"
        },
        {
            "id": "This slug can not be used. Please chose another one",
            "message": "This slug can not be used. Please chose another one",
            "translation": "Este slug no puede usarse. Por favor escoja otro"
        },
        {
            "id": "You are not allowed to enable/disabled user type organization",
            "message": "You are not allowed to enable/disabled user type organization",
            "translation": "No está permitido activar/desactivar tipo de usuario de organización"
        },
        {
            "id": "You are not allowed to have more than two free organizations. Please upgrade",
            "message": "You are not allowed to have more than two free organizations. Please upgrade",
            "translation": "No está permitido tener más de dos organizaciones gratis. Por favor actualice su plan"
        },
        {
            "id": "This organization has an active subscription. Please cancel it first",
            "message": "This organization has an active subscription. Please cancel it first",
            "translation": "Esta organización tiene una subscripción activa. Por facor cancelela primero"
        },
        {
            "id": "Free organizations can not use Private permission. Please upgrade to use Private permission",
            "message": "Free organizations can not use Private permission. Please upgrade to use Private permission",
            "translation": "Las organizaciones gratuitas no pueden usar el permiso privado. Por favor, actualice para usar el permiso privado"
        },
        {
            "id": "Invalid default permission value",
            "message": "Invalid default permission value",
            "translation": "Valor de permiso predeterminado inválido"
        },
        {
            "id": "Invalid Visibility value.",
            "message": "Invalid Visibility value.",
            "translation": "Valor de Visibilidad inválido"
        },
        {
            "id": "Invalid URL.",
            "message": "Invalid URL.",
            "translation": "URL inválida"
        },
        {
            "id": "URL may not exceed 2048 characters",
            "message": "URL may not exceed 2048 characters",
            "translation": "La URL no puede exceder los 2048 caracteres."
        },
        {
            "id": "Org slug is required.",
            "message": "Org slug is required.",
            "translation": "El slug de organización es requerida"
        },
        {
            "id": "Title is required.",
            "message": "Title is required.",
            "translation": "El título es requerido"
        },
        {
            "id": "Title may not exceed 150 characters",
            "message": "Title may not exceed 150 characters",
            "translation": "El título no debe exceler los 150 caracteres"
        },
        {
            "id": "Tags may not exceed 10",
            "message": "Tags may not exceed 10",
            "translation": "Las etiquetas no deben exceder 10 caracteres"
        },
        {
            "id": "Only members with write perm are allowed to perform this action",
            "message": "Only members with write perm are allowed to perform this action",
            "translation": "Solo miembros con permisio de escritura tiene autorización para esta acción"
        },
        {
            "id": "Free organizations are not allowed to create private links. Please upgrade",
            "message": "Free organizations are not allowed to create private links. Please upgrade",
            "translation": "La creación de links privados no está permitido para organizaciones gratuitas. Por favor actualizar"
        },
        {
            "id": "Link hash required",
            "message": "Link hash required",
            "translation": "Se requiere hash de enlace."
        },
        {
            "id": "Element Not Found",
            "message": "Element Not Found",
            "translation": "Elemento No Encontrado"
        },
        {
            "id": "You are not allowed to edit this field for notes",
            "message": "You are not allowed to edit this field for notes",
            "translation": "No está permitido editar este campo para notas"
        },
        {
            "id": "Link Not Found",
            "message": "Link Not Found",
            "translation": "Link No Encontrado"
        },
        {
            "id": "This user is not allowed to perform this action",
            "message": "This user is not allowed to perform this action",
            "translation": "Este usuario no está autorizado para realizar esta acción"
        },
        {
            "id": "Description is required.",
            "message": "Description is required.",
            "translation": "Descripción requerida"
        },
        {
            "id": "Free organizations are not allowed to create private notes. Please upgrade",
            "message": "Free organizations are not allowed to create private notes. Please upgrade",
            "translation": "Organizaciones con plan gratis no están autorizados para crear notas privadas. Por favor actualizar plan"
        },
        {
            "id": "Error compiling url regex: {Err}",
            "message": "Error compiling url regex: {Err}",
            "translation": "Error compilaldo la expresión regular de url: {Err}",
            "placeholders": [
                {
                    "id": "Err",
                    "string": "%[1]s",
                    "type": "error",
                    "underlyingType": "interface{Error() string}",
                    "argNum": 1,
                    "expr": "err"
                }
            ]
        },
        {
            "id": "Org slug is required",
            "message": "Org slug is required",
            "translation": "Slug de organización es requerido"
        },
        {
            "id": "User email is required",
            "message": "User email is required",
            "translation": "El email de usuario es requerido"
        },
        {
            "id": "Email may not exceed 255 characters",
            "message": "Email may not exceed 255 characters",
            "translation": "El correo no debe exceder los 255 caracteres"
        },
        {
            "id": "Invalid email format",
            "message": "Invalid email format",
            "translation": "Formato de email inválido"
        },
        {
            "id": "Invalid Permission",
            "message": "Invalid Permission",
            "translation": "Permiso Inválido"
        },
        {
            "id": "This email domain is not allowed",
            "message": "This email domain is not allowed",
            "translation": "Este coreo no está disponible"
        },
        {
            "id": "This function is only allowed for business users.",
            "message": "This function is only allowed for business users.",
            "translation": "Esta función solo está disponible para usuario con plan de negocio"
        },
        {
            "id": "A new register invitation was sent to {Email}",
            "message": "A new register invitation was sent to {Email}",
            "translation": "Una nueva invitación de registro fue enviada a {Email}",
            "placeholders": [
                {
                    "id": "Email",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "input.Email"
                }
            ]
        },
        {
            "id": "The User you try to invite is not verified",
            "message": "The User you try to invite is not verified",
            "translation": "El usuario que intetas invitar no está verificado"
        },
        {
            "id": "A new member invitation was sent to {Email}",
            "message": "A new member invitation was sent to {Email}",
            "translation": "Una nueva invitación fue enviada a {Email}",
            "placeholders": [
                {
                    "id": "Email",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "input.Email"
                }
            ]
        },
        {
            "id": "Link Taco: Invitation to join organization",
            "message": "Link Taco: Invitation to join organization",
            "translation": "Link Taco: Invitación a unirse a organización"
        },
        {
            "id": "User not found for given email",
            "message": "User not found for given email",
            "translation": "Usuario no encontrado para el correo proporcionado"
        },
        {
            "id": "The user for given email is not a member of given organization",
            "message": "The user for given email is not a member of given organization",
            "translation": "El usuario del correo proporcionado no es miembro de la organización indicada"
        },
        {
            "id": "The member was removed successfully",
            "message": "The member was removed successfully",
            "translation": "El miembro fue eliminado con éxito"
        },
        {
            "id": "Confirmation key is required.",
            "message": "Confirmation key is required.",
            "translation": "La clave de confirmación es requerida"
        },
        {
            "id": "Confirmation Not Found",
            "message": "Confirmation Not Found",
            "translation": "Confirmación No Encontrada"
        },
        {
            "id": "Invalid Confirmation Type",
            "message": "Invalid Confirmation Type",
            "translation": "Tipo de Confirmación Inválida"
        },
        {
            "id": "Invalid Confirmation Target",
            "message": "Invalid Confirmation Target",
            "translation": "Confirmación de Objetivo Inválido"
        },
        {
            "id": "Permission Not Found",
            "message": "Permission Not Found",
            "translation": "Permiso No Encontrado"
        },
        {
            "id": "User Not Found",
            "message": "User Not Found",
            "translation": "Usuario No Encontrado"
        },
        {
            "id": "The User is not verified",
            "message": "The User is not verified",
            "translation": "El Usuario no está verificado"
        },
        {
            "id": "The user was added successfully",
            "message": "The user was added successfully",
            "translation": "Usuario agregado con éxito"
        },
        {
            "id": "Email is required",
            "message": "Email is required",
            "translation": "Email es requerido"
        },
        {
            "id": "Password is required",
            "message": "Password is required",
            "translation": "La contraseña es requerida"
        },
        {
            "id": "Password may not exceed 100 characters",
            "message": "Password may not exceed 100 characters",
            "translation": "La contraseña no debe exceder los 100 caracteres"
        },
        {
            "id": "Username is required",
            "message": "Username is required",
            "translation": "Username es requerido"
        },
        {
            "id": "Username may not exceed 150 characters",
            "message": "Username may not exceed 150 characters",
            "translation": "El nombre de usuario no debe exceder los 150 caracteres"
        },
        {
            "id": "Registration is not enabled",
            "message": "Registration is not enabled",
            "translation": "Registro de usarios no está activado"
        },
        {
            "id": "Invalid Key",
            "message": "Invalid Key",
            "translation": "Llave inválida"
        },
        {
            "id": "Invalid Email",
            "message": "Invalid Email",
            "translation": "Correo Inválido"
        },
        {
            "id": "This email is already registered",
            "message": "This email is already registered",
            "translation": "Este correo no está registrado"
        },
        {
            "id": "This username can not be used. Please chose another one",
            "message": "This username can not be used. Please chose another one",
            "translation": "Este usuario no puede usarse. Por favor escoja otro"
        },
        {
            "id": "This username is already registered",
            "message": "This username is already registered",
            "translation": "Este nombre de usuario ya está registrado."
        },
        {
            "id": "Key is required",
            "message": "Key is required",
            "translation": "Key es requerido"
        },
        {
            "id": "Confirmation User Not Found",
            "message": "Confirmation User Not Found",
            "translation": "Confirmación de Usuario No Encontrado"
        },
        {
            "id": "Timezone is required",
            "message": "Timezone is required",
            "translation": "Timezone es requerido"
        },
        {
            "id": "Timezone is invalid",
            "message": "Timezone is invalid",
            "translation": "Timezone es requerido"
        },
        {
            "id": "DefaultLang is required",
            "message": "DefaultLang is required",
            "translation": "DefaultLang es requerido"
        },
        {
            "id": "Lang is invalid",
            "message": "Lang is invalid",
            "translation": "El idioma es inválido"
        },
        {
            "id": "No personal organization found for this user",
            "message": "No personal organization found for this user",
            "translation": "No hay organización personal encontrado para este usuario"
        },
        {
            "id": "Invalid domain name.",
            "message": "Invalid domain name.",
            "translation": "Nombre de dominio inválido"
        },
        {
            "id": "Invalid service value.",
            "message": "Invalid service value.",
            "translation": "Valor de servicio inválido"
        },
        {
            "id": "Name may not exceed 255 characters",
            "message": "Name may not exceed 255 characters",
            "translation": "El no nombre no debe exceder los 500 caracteres"
        },
        {
            "id": "Name may not exceed 500 characters",
            "message": "Name may not exceed 500 characters",
            "translation": "El no nombre no debe exceder los 500 caracteres"
        },
        {
            "id": "Invalid FQDN format",
            "message": "Invalid FQDN format",
            "translation": "Formato FQDN inválido"
        },
        {
            "id": "Organizaiton Slug is required.",
            "message": "Organizaiton Slug is required.",
            "translation": "El slug de Organización es requerido"
        },
        {
            "id": "Invalid permissions for Organization ID",
            "message": "Invalid permissions for Organization ID",
            "translation": "Permisso inválido para este ID de Organización"
        },
        {
            "id": "This function is only allowed for paid users.",
            "message": "This function is only allowed for paid users.",
            "translation": "Esta función solo está permitida para usuarios de pago"
        },
        {
            "id": "The domain is already registered in the system",
            "message": "The domain is already registered in the system",
            "translation": "El dominio ya está registrado en el sistema"
        },
        {
            "id": "There is already a domain registered for given service",
            "message": "There is already a domain registered for given service",
            "translation": "Ya hay un dominio registrado para el servicio dado"
        },
        {
            "id": "Error checking the DNS entry for domain. Please try again later",
            "message": "Error checking the DNS entry for domain. Please try again later",
            "translation": "Error al verificar el DNS para este dominio. Por favor pruebe de nuevo"
        },
        {
            "id": "CNAME record for domain is incorrect",
            "message": "CNAME record for domain is incorrect",
            "translation": "El CNAME para el dominio es incorrecto"
        },
        {
            "id": "Invalid domain ID.",
            "message": "Invalid domain ID.",
            "translation": "ID de dominio inválido"
        },
        {
            "id": "invalid domain ID",
            "message": "invalid domain ID",
            "translation": "ID de dominio inválido."
        },
        {
            "id": "Only superusers can delete system level domains",
            "message": "Only superusers can delete system level domains",
            "translation": "Solo los superusuarios pueden eliminar dominios a nivel de sistema"
        },
        {
            "id": "Unable to delete. Domain has active short links or link listings",
            "message": "Unable to delete. Domain has active short links or link listings",
            "translation": "No se puede eliminar. El dominio tiene enlaces cortos o listados activos."
        },
        {
            "id": "URL is required.",
            "message": "URL is required.",
            "translation": "URL es requerido"
        },
        {
            "id": "DomainID is required",
            "message": "DomainID is required",
            "translation": "DomainID es requerido"
        },
        {
            "id": "Short Code may not exceed 20 characters",
            "message": "Short Code may not exceed 20 characters",
            "translation": "El código corto no debe exceder 20 caracteres"
        },
        {
            "id": "This shortCode can not be used. Please chose another one",
            "message": "This shortCode can not be used. Please chose another one",
            "translation": "Este código no puede ser usado. Por favor ecoja otra"
        },
        {
            "id": "Org Not Found",
            "message": "Org Not Found",
            "translation": "Organización No Encontrada"
        },
        {
            "id": "You have reached your monthly short link limit. Please upgrade to remove this limitation.",
            "message": "You have reached your monthly short link limit. Please upgrade to remove this limitation.",
            "translation": "Has alcanzado tu límite mensual de enlaces cortos. Por favor, actualiza tu plan para eliminar esta limitación."
        },
        {
            "id": "short-service-domain is not configured",
            "message": "short-service-domain is not configured",
            "translation": "short-service-domain no está configurado"
        },
        {
            "id": "Domain Not Found",
            "message": "Domain Not Found",
            "translation": "Dominio No Encontrado"
        },
        {
            "id": "Duplicated short code",
            "message": "Duplicated short code",
            "translation": "El código está duplicado"
        },
        {
            "id": "Id required",
            "message": "Id required",
            "translation": "Id es requerido"
        },
        {
            "id": "Slug is required.",
            "message": "Slug is required.",
            "translation": "Slug es requerido"
        },
        {
            "id": "Org Slug is required",
            "message": "Org Slug is required",
            "translation": "Slug de Organización es requerido"
        },
        {
            "id": "Free accounts are only allowed 1 link listing.",
            "message": "Free accounts are only allowed 1 link listing.",
            "translation": "Las cuentas gratuitas solo permiten 1 lista de enlaces."
        },
        {
            "id": "list-service-domain is not configured",
            "message": "list-service-domain is not configured",
            "translation": "list-service-domain no está configurado"
        },
        {
            "id": "This Slug is already registered for this domain",
            "message": "This Slug is already registered for this domain",
            "translation": "Este Slug ya está registrado para este dominio"
        },
        {
            "id": "There is already a default listing for this domain",
            "message": "There is already a default listing for this domain",
            "translation": "Ya hay una lista por defecto para este dominio"
        },
        {
            "id": "ListingSlug is required.",
            "message": "ListingSlug is required.",
            "translation": "El Slug de Lista es requerido"
        },
        {
            "id": "LinkOrder can't be lower than 0.",
            "message": "LinkOrder can't be lower than 0.",
            "translation": "Order de Link no puede ser menor a 0"
        },
        {
            "id": "Listing Not Found",
            "message": "Listing Not Found",
            "translation": "Lista No Encontrada"
        },
        {
            "id": "ID is required.",
            "message": "ID is required.",
            "translation": "ID es requerido"
        },
        {
            "id": "Title is required",
            "message": "Title is required",
            "translation": "El Título es requerido"
        },
        {
            "id": "ID can't be lower than 0.",
            "message": "ID can't be lower than 0.",
            "translation": "ID no puede ser menor a 0"
        },
        {
            "id": "Listing Link Not Found",
            "message": "Listing Link Not Found",
            "translation": "Lista de Links No Encontrada"
        },
        {
            "id": "Title is too long.",
            "message": "Title is too long.",
            "translation": "Título es muy largo"
        },
        {
            "id": "Code is invalid.",
            "message": "Code is invalid.",
            "translation": "El código no es válido"
        },
        {
            "id": "Element ID is invalid.",
            "message": "Element ID is invalid.",
            "translation": "Elemento ID no es válido"
        },
        {
            "id": "List Not Found",
            "message": "List Not Found",
            "translation": "Lista No Encontrado"
        },
        {
            "id": "You can't create more than 5 qr codes per lists.",
            "message": "You can't create more than 5 qr codes per lists.",
            "translation": "No puedes crear más de 5 códigos qr por lista"
        },
        {
            "id": "Short Not Found",
            "message": "Short Not Found",
            "translation": "Link Corto No Encontrado"
        },
        {
            "id": "You can't create more than 5 qr codes per shorts.",
            "message": "You can't create more than 5 qr codes per shorts.",
            "translation": "No puedes crear más de 5 código qr por dominio"
        },
        {
            "id": "QR Code Not Found",
            "message": "QR Code Not Found",
            "translation": "Código QR No Encontrado"
        },
        {
            "id": "User follows {OrgSlug}",
            "message": "User follows {OrgSlug}",
            "translation": "El usuario sigue a {OrgSlug}",
            "placeholders": [
                {
                    "id": "OrgSlug",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "orgSlug"
                }
            ]
        },
        {
            "id": "This user does not follow this org",
            "message": "This user does not follow this org",
            "translation": "Este usuario no sigue a esta organización"
        },
        {
            "id": "User unfollows {OrgSlug}",
            "message": "User unfollows {OrgSlug}",
            "translation": "El usuario no sigue a {OrgSlug}",
            "placeholders": [
                {
                    "id": "OrgSlug",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "orgSlug"
                }
            ]
        },
        {
            "id": "Invalid orgType",
            "message": "Invalid orgType",
            "translation": "orgType Inválido"
        },
        {
            "id": "Invalid level value.",
            "message": "Invalid level value.",
            "translation": "Valor de nivel inválido"
        },
        {
            "id": "Invalid status value.",
            "message": "Invalid status value.",
            "translation": "Valor de estado inválido"
        },
        {
            "id": "A valid Organizaiton Slug is required.",
            "message": "A valid Organizaiton Slug is required.",
            "translation": "Un Slug válido de Organización es requerido"
        },
        {
            "id": "Organization Slug is required for user level domains",
            "message": "Organization Slug is required for user level domains",
            "translation": "Slug de Organización es requerida para dominios de nivel de usuario"
        },
        {
            "id": "Invalid ID",
            "message": "Invalid ID",
            "translation": "ID inválido"
        },
        {
            "id": "Domain in use. Can not change service.",
            "message": "Domain in use. Can not change service.",
            "translation": "El dominio está en uso. No se puede cambiar el servicio."
        },
        {
            "id": "Name is required.",
            "message": "Name is required.",
            "translation": "Nombre es requerido"
        },
        {
            "id": "Email is required.",
            "message": "Email is required.",
            "translation": "Email es requerido"
        },
        {
            "id": "Register Invitation",
            "message": "Register Invitation",
            "translation": "Invitación de Registro"
        },
        {
            "id": "Linktaco: Invitation to Register",
            "message": "Linktaco: Invitation to Register",
            "translation": "Linktaco: Invitación de Registro"
        },
        {
            "id": "You have been invited by {Name} to join Link Taco",
            "message": "You have been invited by {Name} to join Link Taco",
            "translation": "Has sido invitado por {Name} para unirse a Link Taco",
            "placeholders": [
                {
                    "id": "Name",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "user.Name"
                }
            ]
        },
        {
            "id": "Please click the link below:",
            "message": "Please click the link below:",
            "translation": "Por favor de click en el siguiente link"
        },
        {
            "id": "Not Found",
            "message": "Not Found",
            "translation": "No encontrado"
        },
        {
            "id": "You can not send both after and before cursors",
            "message": "You can not send both after and before cursors",
            "translation": "No es posible enviar ambos cursores after y before"
        },
        {
            "id": "Only members with read perm are allowed to perform this action",
            "message": "Only members with read perm are allowed to perform this action",
            "translation": "Solo los miembros con permiso de lectura pueden realizar esta acción"
        },
        {
            "id": "Unable to find suitable organization",
            "message": "Unable to find suitable organization",
            "translation": "No fue posible una organización adecuada"
        },
        {
            "id": "Only superusers can fetch system level domains",
            "message": "Only superusers can fetch system level domains",
            "translation": "Solo los superusuarios pueden obtener dominios de nivel de sistema"
        },
        {
            "id": "Link Short Not Found",
            "message": "Link Short Not Found",
            "translation": "Link Corto No Encontrado"
        },
        {
            "id": "Invalid code type",
            "message": "Invalid code type",
            "translation": "Tipo de código inválido"
        },
        {
            "id": "Org slug is required for this kind of token",
            "message": "Org slug is required for this kind of token",
            "translation": "El slug de organización es requerido para este tipo de token"
        },
        {
            "id": "Access Restricted",
            "message": "Access Restricted",
            "translation": "Acceso Restringido"
        },
        {
            "id": "Access denied.",
            "message": "Access denied.",
            "translation": "Acceso denegado."
        },
        {
            "id": "Organization not found.",
            "message": "Organization not found.",
            "translation": "Organización no encontrada."
        },
        {
            "id": "Invalid listing ID provided",
            "message": "Invalid listing ID provided",
            "translation": "ID de listado inválido proporcionado."
        },
        {
            "id": "Invalid listing for specified organization",
            "message": "Invalid listing for specified organization",
            "translation": "Listado inválido para la organización especificada."
        },
        {
            "id": "GraphQL Playground",
            "message": "GraphQL Playground",
            "translation": "Zona de pruebas de GraphQL"
        },
        {
            "id": "Submit Query",
            "message": "Submit Query",
            "translation": "Envíar Consulta"
        },
        {
            "id": "Back Home",
            "message": "Back Home",
            "translation": "Regresar a Inicio"
        },
        {
            "id": "Invalid origin source for importer.",
            "message": "Invalid origin source for importer.",
            "translation": "Fuente de origen inválida para el importador."
        },
        {
            "id": "The file is required",
            "message": "The file is required",
            "translation": "El archivo es requerido"
        },
        {
            "id": "The file submitted for this source should be html",
            "message": "The file submitted for this source should be html",
            "translation": "El archivo subido para esta fuente debería de ser html"
        },
        {
            "id": "The file submitted for this source should be json",
            "message": "The file submitted for this source should be json",
            "translation": "El archivo subido para esta fuente debe de ser json"
        },
        {
            "id": "Personal Access Tokens",
            "message": "Personal Access Tokens",
            "translation": "Tokens de Acceso Personal"
        },
        {
            "id": "Comment",
            "message": "Comment",
            "translation": "Comentario"
        },
        {
            "id": "Issued",
            "message": "Issued",
            "translation": "Creado"
        },
        {
            "id": "Expired",
            "message": "Expired",
            "translation": "Expirado"
        },
        {
            "id": "Revoke",
            "message": "Revoke",
            "translation": "Revocar"
        },
        {
            "id": "You have not created any personal access tokens for your account.",
            "message": "You have not created any personal access tokens for your account.",
            "translation": "No has creado ningún token de acceso personal para tu cuenta"
        },
        {
            "id": "Authorized Clients",
            "message": "Authorized Clients",
            "translation": "Clientes Autorizados"
        },
        {
            "id": "Client Name",
            "message": "Client Name",
            "translation": "Nombre de Cliente"
        },
        {
            "id": "Grants",
            "message": "Grants",
            "translation": "Permiso"
        },
        {
            "id": "You have not granted any third party clients access to your account.",
            "message": "You have not granted any third party clients access to your account.",
            "translation": "No has autorizardo ningún client de tercero para acceder a tu cuenta."
        },
        {
            "id": "Add Personal Access Token",
            "message": "Add Personal Access Token",
            "translation": "Agregar Token de Acceso Personal"
        },
        {
            "id": "Note: Your access token \u003cstrong\u003ewill never be shown to you again.\u003c/strong\u003e Keep this secret. It will expire a year from now.",
            "message": "Note: Your access token \u003cstrong\u003ewill never be shown to you again.\u003c/strong\u003e Keep this secret. It will expire a year from now.",
            "translation": "Nota: Tu token de acceso \u003cstrong\u003enunca se te volverá a mostrar.\u003c/strong\u003e Guárdalo en secreto. Expirará dentro de un año."
        },
        {
            "id": "Revoke Personal Access Token",
            "message": "Revoke Personal Access Token",
            "translation": "Revocar Token de Acceso Personal"
        },
        {
            "id": "Do you want to revoke this personal access token? This can not be undone.",
            "message": "Do you want to revoke this personal access token? This can not be undone.",
            "translation": "¿Desea revokar este token de acceso persona? Esta acción no puede ser deshecha."
        },
        {
            "id": "Yes, do it",
            "message": "Yes, do it",
            "translation": "Si, hazlo"
        },
        {
            "id": "No, nevermind",
            "message": "No, nevermind",
            "translation": "No"
        },
        {
            "id": "Successfully added personal access",
            "message": "Successfully added personal access",
            "translation": "Acceso personal agregada con éxito"
        },
        {
            "id": "Successfully revoked authorization token.",
            "message": "Successfully revoked authorization token.",
            "translation": "Token de autorización revocado con éxito"
        },
        {
            "id": "Clients",
            "message": "Clients",
            "translation": "Clientes"
        },
        {
            "id": "Client ID",
            "message": "Client ID",
            "translation": "ID de Cliente"
        },
        {
            "id": "Manage",
            "message": "Manage",
            "translation": "Manejar"
        },
        {
            "id": "Add",
            "message": "Add",
            "translation": "Agregar"
        },
        {
            "id": "No Clients",
            "message": "No Clients",
            "translation": "Sin Clientes"
        },
        {
            "id": "Add OAuth2 Client",
            "message": "Add OAuth2 Client",
            "translation": "Agregar Cliente OAuth2"
        },
        {
            "id": "Client Description",
            "message": "Client Description",
            "translation": "Descripción de Cliente"
        },
        {
            "id": "Redirect URL",
            "message": "Redirect URL",
            "translation": "URL de redireccionamiento"
        },
        {
            "id": "Client URL",
            "message": "Client URL",
            "translation": "URL de Cliente"
        },
        {
            "id": "Client Secret",
            "message": "Client Secret",
            "translation": "Client Secreto"
        },
        {
            "id": "Note: Your client secret will never be shown to you again.",
            "message": "Note: Your client secret will never be shown to you again.",
            "translation": "Nota: Tu cliente secreto nunca será mostrado de nuevo."
        },
        {
            "id": "OAuth 2.0 client management",
            "message": "OAuth 2.0 client management",
            "translation": "Manejar clientes de OAuth 2.0"
        },
        {
            "id": "Revoke tokens \u0026 client secret",
            "message": "Revoke tokens \u0026 client secret",
            "translation": "Revoca tokens de cliente secreto"
        },
        {
            "id": "If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.",
            "message": "If OAuth 2.0 bearer tokens issued for your OAuth client, or your client secret, have been disclosed to a third-party, you must revoke all tokens and have replacements issued.",
            "translation": "Si los tokens de portador de OAuth 2.0 emitidos para tu cliente de OAuth o tu cliente secreto se han revelado a un tercero, debes revocar todos los tokens y solicitar que se emitan reemplazos."
        },
        {
            "id": "Revoke client tokens",
            "message": "Revoke client tokens",
            "translation": "Revocar cliente de tokens"
        },
        {
            "id": "Unregister this OAuth client",
            "message": "Unregister this OAuth client",
            "translation": "Desregistrar este client OAuth"
        },
        {
            "id": "This will permanently unregister your OAuth 2.0 client",
            "message": "This will permanently unregister your OAuth 2.0 client",
            "translation": "Esto registrará de manera permanente tu client de OAuth 2.0"
        },
        {
            "id": "revoke all tokens issued to it, and prohibit the issuance of new tokens.",
            "message": "revoke all tokens issued to it, and prohibit the issuance of new tokens.",
            "translation": "revoca todos los tokens emitidos, y prohíbie la emisión de nuevos tokens."
        },
        {
            "id": "Unregister",
            "message": "Unregister",
            "translation": "Desregistrar"
        },
        {
            "id": "Description",
            "message": "Description",
            "translation": "Descripción"
        },
        {
            "id": "Informative URL",
            "message": "Informative URL",
            "translation": "URL informativa"
        },
        {
            "id": "OAuth 2.0 client registered",
            "message": "OAuth 2.0 client registered",
            "translation": "Cliente de OAuth 2.0 registrado"
        },
        {
            "id": "Successfully added client",
            "message": "Successfully added client",
            "translation": "Cliente agregado con éxito"
        },
        {
            "id": "Successfully revoked client.",
            "message": "Successfully revoked client.",
            "translation": "Cliente revocado con éxito"
        },
        {
            "id": "Successfully reissued client.",
            "message": "Successfully reissued client.",
            "translation": "Cliente recreado con éxito"
        },
        {
            "id": "Authorize",
            "message": "Authorize",
            "translation": "Autorizar"
        },
        {
            "id": "would like to access to your Link Taco account.",
            "message": "would like to access to your Link Taco account.",
            "translation": "gustaría acceder a tu cuenta de Link Taco"
        },
        {
            "id": "is a third-party application operated by",
            "message": "is a third-party application operated by",
            "translation": "es una applicación de terceros operada por"
        },
        {
            "id": "You may revoke this access at any time on the OAuth tab of your account profile.",
            "message": "You may revoke this access at any time on the OAuth tab of your account profile.",
            "translation": "Podrás revocar este acceso en cualquier momento en la tab OAtuh de tu perfíl."
        },
        {
            "id": "Scopes",
            "message": "Scopes",
            "translation": "Alcance"
        },
        {
            "id": "Approve",
            "message": "Approve",
            "translation": "Aprobar"
        },
        {
            "id": "Reject",
            "message": "Reject",
            "translation": "Rechazar"
        },
        {
            "id": "LinkTaco - Your bookmark import is complete",
            "message": "LinkTaco - Your bookmark import is complete",
            "translation": "LinkTaco - La importación de tus marcadores está completa."
        },
        {
            "id": "Hi there,",
            "message": "Hi there,",
            "translation": "Hola,"
        },
        {
            "id": "Just wanted to let you know that your bookmark import has completed successfully!",
            "message": "Just wanted to let you know that your bookmark import has completed successfully!",
            "translation": "Solo queríamos informarte que la importación de tus marcadores se ha completado con éxito."
        },
        {
            "id": "- LinkTaco Team",
            "message": "- LinkTaco Team",
            "translation": "- Equipo de LinkTaco"
        },
        {
            "id": "Inactive Domain",
            "message": "Inactive Domain",
            "translation": "Dominio Inactivo"
        },
        {
            "id": "The {D} domain is currently inactive",
            "message": "The {D} domain is currently inactive",
            "translation": "El dominio {D} está actualmente desactivado",
            "placeholders": [
                {
                    "id": "D",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "d"
                }
            ]
        },
        {
            "id": "Please upgrade your account to reactivate it",
            "message": "Please upgrade your account to reactivate it",
            "translation": "Por favor actualice la subscripción de su cuenta para reactivarla"
        },
        {
            "id": "Pricing",
            "message": "Pricing",
            "translation": "Precios"
        },
        {
            "id": "Every account can create unlimited organizations. Each organization has it's own bookmarks, listings, analytics, etc. All of the features below belong to each organization with their own unique URL's, groupings, and so on.",
            "message": "Every account can create unlimited organizations. Each organization has it's own bookmarks, listings, analytics, etc. All of the features below belong to each organization with their own unique URL's, groupings, and so on.",
            "translation": "Cada cuenta puede crear organizaciones ilimitadas. Cada organización tiene sus propios marcadores, listados, análisis, etc. Todas las características a continuación pertenecen a cada organización con sus propias URL únicas, agrupaciones, y más."
        },
        {
            "id": "Feature",
            "message": "Feature",
            "translation": "Funcionalidad"
        },
        {
            "id": "Free",
            "message": "Free",
            "translation": "Gratis"
        },
        {
            "id": "Personal",
            "message": "Personal",
            "translation": "Personal"
        },
        {
            "id": "Business",
            "message": "Business",
            "translation": "Negocio"
        },
        {
            "id": "Price",
            "message": "Price",
            "translation": "Precio"
        },
        {
            "id": "per year",
            "message": "per year",
            "translation": "por año"
        },
        {
            "id": "per month",
            "message": "per month",
            "translation": "por mes"
        },
        {
            "id": "months",
            "message": "months",
            "translation": "meses"
        },
        {
            "id": "Unlimited",
            "message": "Unlimited",
            "translation": "Ilimitado"
        },
        {
            "id": "Public only",
            "message": "Public only",
            "translation": "Solo público"
        },
        {
            "id": "Try It FREE",
            "message": "Try It FREE",
            "translation": "Pruébalo GRATIS"
        },
        {
            "id": "Bookmarks",
            "message": "Bookmarks",
            "translation": "Marcadores"
        },
        {
            "id": "Save public/private links",
            "message": "Save public/private links",
            "translation": "Guardar enlaces públicos/privados"
        },
        {
            "id": "Save public/private notes",
            "message": "Save public/private notes",
            "translation": "Guardar notas públicas/privadas"
        },
        {
            "id": "Follow other organizations (social)",
            "message": "Follow other organizations (social)",
            "translation": "Seguir otras organizaciones (social)"
        },
        {
            "id": "Organize by tags",
            "message": "Organize by tags",
            "translation": "Organizar por etiquetas"
        },
        {
            "id": "Advanced filtering/search",
            "message": "Advanced filtering/search",
            "translation": "Filtrado/ búsqueda avanzada"
        },
        {
            "id": "Full RSS feeds",
            "message": "Full RSS feeds",
            "translation": "Fuentes RSS completas"
        },
        {
            "id": "Custom domain + SSL",
            "message": "Custom domain + SSL",
            "translation": "Dominio personalizado + SSL"
        },
        {
            "id": "Link Listings",
            "message": "Link Listings",
            "translation": "Listados de enlaces"
        },
        {
            "id": "Create link listings (ie, social media bios, etc.)",
            "message": "Create link listings (ie, social media bios, etc.)",
            "translation": "Crear listados de enlaces (por ejemplo, biografías en redes sociales, etc.)"
        },
        {
            "id": "Organize listings by tag",
            "message": "Organize listings by tag",
            "translation": "Organizar listados por etiquetas"
        },
        {
            "id": "Filter/Search listings",
            "message": "Filter/Search listings",
            "translation": "Filtrar/Buscar listados"
        },
        {
            "id": "Unlimited QR codes per listing",
            "message": "Unlimited QR codes per listing",
            "translation": "Códigos QR ilimitados por listado"
        },
        {
            "id": "Full Analytics",
            "message": "Full Analytics",
            "translation": "Análisis completo"
        },
        {
            "id": "Listing",
            "message": "Listing",
            "translation": "Listado"
        },
        {
            "id": "Link Shortening",
            "message": "Link Shortening",
            "translation": "Acortamiento de enlaces"
        },
        {
            "id": "Unlimited short links",
            "message": "Unlimited short links",
            "translation": "Enlaces cortos ilimitados"
        },
        {
            "id": "Organize shorts by tags",
            "message": "Organize shorts by tags",
            "translation": "Organizar enlaces cortos por etiquetas"
        },
        {
            "id": "Filter/Search shorts",
            "message": "Filter/Search shorts",
            "translation": "Filtrar/Buscar enlaces cortos"
        },
        {
            "id": "Unlimited QR codes per short",
            "message": "Unlimited QR codes per short",
            "translation": "Códigos QR ilimitados por enlace corto"
        },
        {
            "id": "Full analytics history",
            "message": "Full analytics history",
            "translation": "Historial completo de análisis"
        },
        {
            "id": "QR Code specific analytics",
            "message": "QR Code specific analytics",
            "translation": "Análisis específicos de códigos QR"
        },
        {
            "id": "Click analytics",
            "message": "Click analytics",
            "translation": "Análisis de clics"
        },
        {
            "id": "Referer analyitcs",
            "message": "Referer analyitcs",
            "translation": "Análisis de referidos"
        },
        {
            "id": "Country analytics",
            "message": "Country analytics",
            "translation": "Análisis por país"
        },
        {
            "id": "City analytics",
            "message": "City analytics",
            "translation": "Análisis por ciudad"
        },
        {
            "id": "Device analytics",
            "message": "Device analytics",
            "translation": "Análisis de dispositivos"
        },
        {
            "id": "Collaboration / Integrations",
            "message": "Collaboration / Integrations",
            "translation": "Colaboración / Integraciones"
        },
        {
            "id": "Add unlimited members to organization",
            "message": "Add unlimited members to organization",
            "translation": "Agregar miembros ilimitados a la organización"
        },
        {
            "id": "Slack Integration",
            "message": "Slack Integration",
            "translation": "Integración con Slack"
        },
        {
            "id": "MatterMost Integration",
            "message": "MatterMost Integration",
            "translation": "Integración con MatterMost"
        },
        {
            "id": "Build Your Own Integration",
            "message": "Build Your Own Integration",
            "translation": "Construye tu propia integración"
        },
        {
            "id": "Import / Export",
            "message": "Import / Export",
            "translation": "Importar / Exportar"
        },
        {
            "id": "Import from Pinboard",
            "message": "Import from Pinboard",
            "translation": "Importar desde Pinboard"
        },
        {
            "id": "Import from Firefox",
            "message": "Import from Firefox",
            "translation": "Importar desde Firefox"
        },
        {
            "id": "Import from Chrome",
            "message": "Import from Chrome",
            "translation": "Importar desde Chrome"
        },
        {
            "id": "Import from Safari",
            "message": "Import from Safari",
            "translation": "Importar desde Safari"
        },
        {
            "id": "Export in JSON or HTML",
            "message": "Export in JSON or HTML",
            "translation": "Exportar en JSON o HTML"
        },
        {
            "id": "API Powered",
            "message": "API Powered",
            "translation": "Impulsado por API"
        },
        {
            "id": "Full GraphQL API Access",
            "message": "Full GraphQL API Access",
            "translation": "Acceso completo a la API GraphQL"
        },
        {
            "id": "OAuth2 Support",
            "message": "OAuth2 Support",
            "translation": "Soporte OAuth2"
        },
        {
            "id": "Self Hosting",
            "message": "Self Hosting",
            "translation": "Alojamiento propio"
        },
        {
            "id": "Fully open source",
            "message": "Fully open source",
            "translation": "Totalmente de código abierto"
        },
        {
            "id": "Host your own version of Link Taco",
            "message": "Host your own version of Link Taco",
            "translation": "Hospeda tu propia versión de Link Taco"
        },
        {
            "id": "Documentation",
            "message": "Documentation",
            "translation": "Documentación"
        },
        {
            "id": "Pricing and feature details for LinkTaco.com",
            "message": "Pricing and feature details for LinkTaco.com",
            "translation": "Detalles de precios y características para LinkTaco.com"
        },
        {
            "id": "pricing, links, linktaco, feature, plans, pricing plans",
            "message": "pricing, links, linktaco, feature, plans, pricing plans",
            "translation": "precios, enlaces, linktaco, características, planes, planes de precios"
        },
        {
            "id": "Welcome to LinkTaco!",
            "message": "Welcome to LinkTaco!",
            "translation": "¡Bienvenido a LinkTaco!"
        },
        {
            "id": "Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.",
            "message": "Here you can mix all your link saving and sharing needs in one tight little bundle. Much like a taco. A link taco if you will.",
            "translation": "Aquí puedes combinar todas tus necesidades de guardar y compartir enlaces en un solo paquete compacto. Como un taco. Un taco de enlaces, por así decirlo."
        },
        {
            "id": "LinkTaco is an open source platform where you can host all of your links. Custom domains, QR codes, Analytics, full API, multiple organizations w/unlimited members are just some of what's included.",
            "message": "LinkTaco is an open source platform where you can host all of your links. Custom domains, QR codes, Analytics, full API, multiple organizations w/unlimited members are just some of what's included.",
            "translation": "LinkTaco es una plataforma de código abierto donde puedes alojar todos tus enlaces. Dominios personalizados, códigos QR, análisis, API completa, múltiples organizaciones con miembros ilimitados son solo algunas de las características incluidas."
        },
        {
            "id": "Social bookmarking is not new, it's just been forgotten. Link shortening with analytics has been around forever. Link listings became cool once social media started allowing us to post a link to our websites in our profiles.",
            "message": "Social bookmarking is not new, it's just been forgotten. Link shortening with analytics has been around forever. Link listings became cool once social media started allowing us to post a link to our websites in our profiles.",
            "translation": "Los marcadores sociales no son nuevos, solo se han olvidado. El acortamiento de enlaces con análisis ha existido siempre. Los listados de enlaces se volvieron populares cuando las redes sociales comenzaron a permitirnos publicar un enlace a nuestros sitios web en nuestros perfiles."
        },
        {
            "id": "Up until now, all of these things were hosted on different services.",
            "message": "Up until now, all of these things were hosted on different services.",
            "translation": "Hasta ahora, todas estas cosas se alojaban en diferentes servicios."
        },
        {
            "id": "Social bookmarking: Pinboard (Delicious)",
            "message": "Social bookmarking: Pinboard (Delicious)",
            "translation": "Marcadores sociales: Pinboard (Delicious)"
        },
        {
            "id": "Link shortening: Bitly et al",
            "message": "Link shortening: Bitly et al",
            "translation": "Acortamiento de enlaces: Bitly y otros"
        },
        {
            "id": "Link listings: Linktree et al",
            "message": "Link listings: Linktree et al",
            "translation": "Listados de enlaces: Linktree y otros"
        },
        {
            "id": "Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco!",
            "message": "Peace Pinboard. Bye Bitly. Later Linktree. Hello LinkTaco!",
            "translation": "Adiós Pinboard. Adiós Bitly. Adiós Linktree. ¡Hola LinkTaco!"
        },
        {
            "id": "Since we're a",
            "message": "Since we're a",
            "translation": "Como somos un"
        },
        {
            "id": "100% open source project",
            "message": "100% open source project",
            "translation": "proyecto 100% de código abierto"
        },
        {
            "id": "you can host your own instance if you'd like full control over your own platform.",
            "message": "you can host your own instance if you'd like full control over your own platform.",
            "translation": "puedes alojar tu propia instancia si deseas tener control total sobre tu propia plataforma."
        },
        {
            "id": "See the installation documentation for more.",
            "message": "See the installation documentation for more.",
            "translation": "Consulta la documentación de instalación para más información."
        },
        {
            "id": "Ready to get started? It's free to make an account and use it forever (with some limitations). To use all features you have to pay just a few bucks a year, or a few per month if you're a business, and that's it. Simple!",
            "message": "Ready to get started? It's free to make an account and use it forever (with some limitations). To use all features you have to pay just a few bucks a year, or a few per month if you're a business, and that's it. Simple!",
            "translation": "¿Listo para comenzar? Es gratis crear una cuenta y usarla para siempre (con algunas limitaciones). Para usar todas las funciones, solo tienes que pagar unos pocos dólares al año, o unos pocos al mes si eres una empresa, y eso es todo. ¡Simple!"
        },
        {
            "id": "Explore Features",
            "message": "Explore Features",
            "translation": "Explorar funcciones"
        },
        {
            "id": "Organize Bookmarks",
            "message": "Organize Bookmarks",
            "translation": "Organizar marcadores"
        },
        {
            "id": "Link Lists",
            "message": "Link Lists",
            "translation": "Lista de Links"
        },
        {
            "id": "Collaboration",
            "message": "Collaboration",
            "translation": "Colaboración"
        },
        {
            "id": "Integrations",
            "message": "Integrations",
            "translation": "Integraciones"
        },
        {
            "id": "Import Export",
            "message": "Import Export",
            "translation": "Importar Exportar"
        },
        {
            "id": "Unlimited link listings (for social media bios, etc.)",
            "message": "Unlimited link listings (for social media bios, etc.)",
            "translation": "Listados de enlaces ilimitados (para biografías en redes sociales, etc.)"
        },
        {
            "id": "Members can add/edit/remove links (if allowed)",
            "message": "Members can add/edit/remove links (if allowed)",
            "translation": "Los miembros pueden agregar/editar/eliminar enlaces (si se permite)"
        },
        {
            "id": "Members have access based on permissions granted",
            "message": "Members have access based on permissions granted",
            "translation": "Los miembros tienen acceso según los permisos otorgados"
        },
        {
            "id": "Browser bookmark widget",
            "message": "Browser bookmark widget",
            "translation": "Widget de marcadores del navegador"
        },
        {
            "id": "Domain List",
            "message": "Domain List",
            "translation": "Lista de Dominio"
        },
        {
            "id": "Delete",
            "message": "Delete",
            "translation": "Eliminar"
        },
        {
            "id": "Lookup Name",
            "message": "Lookup Name",
            "translation": "Búsqueda de Nombre"
        },
        {
            "id": "Service",
            "message": "Service",
            "translation": "Servicio"
        },
        {
            "id": "for",
            "message": "for",
            "translation": "para"
        },
        {
            "id": "Link Shortner",
            "message": "Link Shortner",
            "translation": "Link Cortos"
        },
        {
            "id": "Link Listing",
            "message": "Link Listing",
            "translation": "Lista de Links"
        },
        {
            "id": "No Domains",
            "message": "No Domains",
            "translation": "Sin Dominios"
        },
        {
            "id": "Create Domain",
            "message": "Create Domain",
            "translation": "Crear Dominio"
        },
        {
            "id": "Migrate Short Links",
            "message": "Migrate Short Links",
            "translation": "Migrar Links Cortos"
        },
        {
            "id": "Old links won't work. All code will be moved to the new domain.",
            "message": "Old links won't work. All code will be moved to the new domain.",
            "translation": "Los links viejos no funcionanrán. Todos los códigos serán movidos al nuevo dominio."
        },
        {
            "id": "Domain created successfully",
            "message": "Domain created successfully",
            "translation": "Dominio creado con éxito"
        },
        {
            "id": "Delete Domain",
            "message": "Delete Domain",
            "translation": "Eliminar Dominio"
        },
        {
            "id": "{Message}",
            "message": "{Message}",
            "translation": "{Message}",
            "placeholders": [
                {
                    "id": "Message",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "result.DeleteDomain.Message"
                }
            ]
        },
        {
            "id": "Domain successfully deleted",
            "message": "Domain successfully deleted",
            "translation": "Dominio elminado con éxito"
        },
        {
            "id": "Yes",
            "message": "Yes",
            "translation": "Si"
        },
        {
            "id": "Do you really whant to delete this domain",
            "message": "Do you really whant to delete this domain",
            "translation": "Desea eliminar este dominio"
        },
        {
            "id": "Your Organizations",
            "message": "Your Organizations",
            "translation": "Tus Organizaciones"
        },
        {
            "id": "Open Source",
            "message": "Open Source",
            "translation": "Código Abierto"
        },
        {
            "id": "Sponsored",
            "message": "Sponsored",
            "translation": "Patrocinado"
        },
        {
            "id": "Paid",
            "message": "Paid",
            "translation": "Pagado"
        },
        {
            "id": "Enabled",
            "message": "Enabled",
            "translation": "Activado"
        },
        {
            "id": "Disabled",
            "message": "Disabled",
            "translation": "Desactivado"
        },
        {
            "id": "Manage Subscription",
            "message": "Manage Subscription",
            "translation": "Manejar Subscripción"
        },
        {
            "id": "Domains",
            "message": "Domains",
            "translation": "Dominios"
        },
        {
            "id": "Manage Members",
            "message": "Manage Members",
            "translation": "Manejar Miembros"
        },
        {
            "id": "Export",
            "message": "Export",
            "translation": "Exportar"
        },
        {
            "id": "Import",
            "message": "Import",
            "translation": "Importar"
        },
        {
            "id": "Payment History",
            "message": "Payment History",
            "translation": "Historial de Pagos"
        },
        {
            "id": "Create Organization",
            "message": "Create Organization",
            "translation": "Crear Organización"
        },
        {
            "id": "Org Username",
            "message": "Org Username",
            "translation": "Nombre de usuario de Organización"
        },
        {
            "id": "Default Bookmark Visibility",
            "message": "Default Bookmark Visibility",
            "translation": "Visibilidad predeterminada de marcadores"
        },
        {
            "id": "Sorry, you have exceeded the amount of free accounts available. Please update your current free account to create one more",
            "message": "Sorry, you have exceeded the amount of free accounts available. Please update your current free account to create one more",
            "translation": "Lo sentimos, has alcanzado el número de cuentas gratuitas disponibles. Por favor actualice su cuenta gratuita para crear más"
        },
        {
            "id": "Public",
            "message": "Public",
            "translation": "Público"
        },
        {
            "id": "Private",
            "message": "Private",
            "translation": "Privado"
        },
        {
            "id": "Organization created successfully",
            "message": "Organization created successfully",
            "translation": "Organización creada con éxito"
        },
        {
            "id": "Update Organization",
            "message": "Update Organization",
            "translation": "Actualizar Organización"
        },
        {
            "id": "Is Enabled",
            "message": "Is Enabled",
            "translation": "Está habilitado"
        },
        {
            "id": "Organization updated successfully",
            "message": "Organization updated successfully",
            "translation": "Organización actualizada con éxito"
        },
        {
            "id": "Add Member",
            "message": "Add Member",
            "translation": "Agregar Miembro"
        },
        {
            "id": "Permission",
            "message": "Permission",
            "translation": "Permiso"
        },
        {
            "id": "Please upgrade to a Business organization to add members",
            "message": "Please upgrade to a Business organization to add members",
            "translation": "Por favor actualice a cuenta de negocio para agregar miembros"
        },
        {
            "id": "Read",
            "message": "Read",
            "translation": "Leer"
        },
        {
            "id": "Write",
            "message": "Write",
            "translation": "Escribir"
        },
        {
            "id": "Admin Write",
            "message": "Admin Write",
            "translation": "Escritura de administrador"
        },
        {
            "id": "An invitation was sent to this user",
            "message": "An invitation was sent to this user",
            "translation": "Una invitación fue enviada a este usuario"
        },
        {
            "id": "Something went wrong, impossible to send invitation",
            "message": "Something went wrong, impossible to send invitation",
            "translation": "Algo salió mal, imposible enviar invitación"
        },
        {
            "id": "Delete Org Member",
            "message": "Delete Org Member",
            "translation": "Eliminar miembro de la organización"
        },
        {
            "id": "Something went wrong. This member could not be deleted: {Message}",
            "message": "Something went wrong. This member could not be deleted: {Message}",
            "translation": "Algo salió mal. No se pudo eliminar a este miembro: {Message}",
            "placeholders": [
                {
                    "id": "Message",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "result.DeleteMember.Message"
                }
            ]
        },
        {
            "id": "Member successfully deleted",
            "message": "Member successfully deleted",
            "translation": "Miembro eliminado con éxito"
        },
        {
            "id": "Delete member {Name} ({Email}) from Organization {Slug}?",
            "message": "Delete member {Name} ({Email}) from Organization {Slug}?",
            "translation": "¿Eliminar al miembro {Name} ({Email}) de la Organización {Slug}?",
            "placeholders": [
                {
                    "id": "Name",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "ouser.Name"
                },
                {
                    "id": "Email",
                    "string": "%[2]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 2,
                    "expr": "ouser.Email"
                },
                {
                    "id": "Slug",
                    "string": "%[3]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 3,
                    "expr": "slug"
                }
            ]
        },
        {
            "id": "Member added succesxfully",
            "message": "Member added succesxfully",
            "translation": "Miembro agregado con éxito"
        },
        {
            "id": "Something went wrong. Impossible to get the member data",
            "message": "Something went wrong. Impossible to get the member data",
            "translation": "Algo salió mal. Imposible obtener los datos de miembros"
        },
        {
            "id": "Member List",
            "message": "Member List",
            "translation": "Lista de Miembros"
        },
        {
            "id": "No members",
            "message": "No members",
            "translation": "Sin miembros"
        },
        {
            "id": "Create Link",
            "message": "Create Link",
            "translation": "Crear Enlace"
        },
        {
            "id": "Title",
            "message": "Title",
            "translation": "Título"
        },
        {
            "id": "Visibility",
            "message": "Visibility",
            "translation": "Visibilidad"
        },
        {
            "id": "Organization",
            "message": "Organization",
            "translation": "Organización"
        },
        {
            "id": "Unread",
            "message": "Unread",
            "translation": "Sin leer"
        },
        {
            "id": "Starred",
            "message": "Starred",
            "translation": "Destacado"
        },
        {
            "id": "Tags",
            "message": "Tags",
            "translation": "Etiquetas"
        },
        {
            "id": "Use commas to separate your tags. Example: tag 1, tag 2, tag 3",
            "message": "Use commas to separate your tags. Example: tag 1, tag 2, tag 3",
            "translation": "Usa comas para separar las etiquetas. Ejemplo: etiqueta 1, etiqueta 2, etiqueta 3"
        },
        {
            "id": "Archive URL",
            "message": "Archive URL",
            "translation": "URL de archivo"
        },
        {
            "id": "A link was successfully created.",
            "message": "A link was successfully created.",
            "translation": "Un link fue creado con éxito"
        },
        {
            "id": "Error fetching referenced url: Not found",
            "message": "Error fetching referenced url: Not found",
            "translation": "Error consultando url refererida: No encontrada"
        },
        {
            "id": "Error fetching referenced link: {Message}",
            "message": "Error fetching referenced link: {Message}",
            "translation": "Error consultando link referido: {Message}",
            "placeholders": [
                {
                    "id": "Message",
                    "string": "%[1]v",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "graphError.Message"
                }
            ]
        },
        {
            "id": "bookmark",
            "message": "bookmark",
            "translation": "marcador"
        },
        {
            "id": "Popular Bookmarks",
            "message": "Popular Bookmarks",
            "translation": "Marcadores Populares"
        },
        {
            "id": "This ain't a popularity contest or anything but this is weird that there are no links!",
            "message": "This ain't a popularity contest or anything but this is weird that there are no links!",
            "translation": "Esto no es un concurso de popularidad o algo parecido, pero es raro que no hayan links!"
        },
        {
            "id": "Most popular links on LinkTaco.com",
            "message": "Most popular links on LinkTaco.com",
            "translation": "Enlaces más populares en LinkTaco.com"
        },
        {
            "id": "popular, links, linktaco, feature, plans, pricing plans",
            "message": "popular, links, linktaco, feature, plans, pricing plans",
            "translation": "populares, enlaces, linktaco, características, planes, planes de precios"
        },
        {
            "id": "Popular Links",
            "message": "Popular Links",
            "translation": "Links Populares"
        },
        {
            "id": "Following",
            "message": "Following",
            "translation": "Siguiendo"
        },
        {
            "id": "Unfollow",
            "message": "Unfollow",
            "translation": "Dejar de seguir"
        },
        {
            "id": "No organizations",
            "message": "No organizations",
            "translation": "Sin organizaciones"
        },
        {
            "id": "Feed",
            "message": "Feed",
            "translation": "Feed"
        },
        {
            "id": "Next",
            "message": "Next",
            "translation": "Siguiente"
        },
        {
            "id": "Prev",
            "message": "Prev",
            "translation": "Anterior"
        },
        {
            "id": "By",
            "message": "By",
            "translation": "Por"
        },
        {
            "id": "Search",
            "message": "Search",
            "translation": "Buscar"
        },
        {
            "id": "Your feed is empty :( Go follow some people. Try the Popular or Recent feeds to find some interesting people to follow.",
            "message": "Your feed is empty :( Go follow some people. Try the Popular or Recent feeds to find some interesting people to follow.",
            "translation": "Tu feed está vacío :( Sigue a algunas personas. Prueba los feeds Populares o Recientes para encontrar gente interesante a seguir."
        },
        {
            "id": "Advanced Search",
            "message": "Advanced Search",
            "translation": "Búsqueda Avanzada"
        },
        {
            "id": "Include Tags",
            "message": "Include Tags",
            "translation": "Incluir Tags"
        },
        {
            "id": "Exclude Tags",
            "message": "Exclude Tags",
            "translation": "Excluir Tags"
        },
        {
            "id": "Clear",
            "message": "Clear",
            "translation": "Limpiar"
        },
        {
            "id": "Followings",
            "message": "Followings",
            "translation": "Siguiendo"
        },
        {
            "id": "saved",
            "message": "saved",
            "translation": "guardado"
        },
        {
            "id": "Recent Bookmarks",
            "message": "Recent Bookmarks",
            "translation": "Marcadores Recientes"
        },
        {
            "id": "All",
            "message": "All",
            "translation": "Todos"
        },
        {
            "id": "Untagged",
            "message": "Untagged",
            "translation": "Sin etiquetar"
        },
        {
            "id": "Mark as read",
            "message": "Mark as read",
            "translation": "Marcar como leído"
        },
        {
            "id": "Mark as unread",
            "message": "Mark as unread",
            "translation": "Marcar como no leído"
        },
        {
            "id": "Star",
            "message": "Star",
            "translation": "Destacar"
        },
        {
            "id": "Unstar",
            "message": "Unstar",
            "translation": "No destacar"
        },
        {
            "id": "This feed has no links. Booo!",
            "message": "This feed has no links. Booo!",
            "translation": "Este feed no tiene enlaces. ¡Buuu!"
        },
        {
            "id": "Archive",
            "message": "Archive",
            "translation": "Archivar"
        },
        {
            "id": "Follow",
            "message": "Follow",
            "translation": "Seguir"
        },
        {
            "id": "Recent public links added to {Name} on LinkTaco.com",
            "message": "Recent public links added to {Name} on LinkTaco.com",
            "translation": "Enlaces públicos recientes añadidos a {Name} en LinkTaco.com",
            "placeholders": [
                {
                    "id": "Name",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "org.Name"
                }
            ]
        },
        {
            "id": "Recent public links added to LinkTaco.com",
            "message": "Recent public links added to LinkTaco.com",
            "translation": "Enlaces públicos recientes añadidos a LinkTaco.com"
        },
        {
            "id": "recent, public, links, linktaco",
            "message": "recent, public, links, linktaco",
            "translation": "recientes, públicos, enlaces, linktaco"
        },
        {
            "id": "Recent Links",
            "message": "Recent Links",
            "translation": "Links Recientes"
        },
        {
            "id": "{Title} Links",
            "message": "{Title} Links",
            "translation": "{Title} Enlaces",
            "placeholders": [
                {
                    "id": "Title",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "Title"
                }
            ]
        },
        {
            "id": "You have {RestrictedCount} restricted link(s) saved.",
            "message": "You have {RestrictedCount} restricted link(s) saved.",
            "translation": "Tienes {RestrictedCount} enlaces restrigidos guardados.",
            "placeholders": [
                {
                    "id": "RestrictedCount",
                    "string": "%[1]d",
                    "type": "int",
                    "underlyingType": "int",
                    "argNum": 1,
                    "expr": "result.OrgLinks.RestrictedCount"
                }
            ]
        },
        {
            "id": "Upgrade the organization to activate them.",
            "message": "Upgrade the organization to activate them.",
            "translation": "Actualiza la organización para activarlos."
        },
        {
            "id": "Link Detail",
            "message": "Link Detail",
            "translation": "Detalle de Enlace"
        },
        {
            "id": "Public Post",
            "message": "Public Post",
            "translation": "Publicación Pública"
        },
        {
            "id": "Private Post",
            "message": "Private Post",
            "translation": "Públicación Privada"
        },
        {
            "id": "Bookmark '{Title}' on LinkTaco.com",
            "message": "Bookmark '{Title}' on LinkTaco.com",
            "translation": "Marcador '{Title}' en LinkTaco.com",
            "placeholders": [
                {
                    "id": "Title",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "link.Title"
                }
            ]
        },
        {
            "id": "bookmark, note, detail, popular, links, linktaco",
            "message": "bookmark, note, detail, popular, links, linktaco",
            "translation": "marcador, nota, detalle, popular, enlaces, linktaco"
        },
        {
            "id": "Delete Bookmark",
            "message": "Delete Bookmark",
            "translation": "Borrar Marcador"
        },
        {
            "id": "Something went wrong. This bookmark could not be deleted.",
            "message": "Something went wrong. This bookmark could not be deleted.",
            "translation": "Algo salió mal. No se pudo eliminar este marcador."
        },
        {
            "id": "Bookmark successfully deleted",
            "message": "Bookmark successfully deleted",
            "translation": "Marcador eliminado con éxito"
        },
        {
            "id": "Do you really whant to delete this bookmark?",
            "message": "Do you really whant to delete this bookmark?",
            "translation": "¿Realmente deseas eliminar este marcador?"
        },
        {
            "id": "Update Link",
            "message": "Update Link",
            "translation": "Actualizar Enlace"
        },
        {
            "id": "Do you want to delete",
            "message": "Do you want to delete",
            "translation": "Desea eliminar"
        },
        {
            "id": "Link successfully updated.",
            "message": "Link successfully updated.",
            "translation": "Link actualizado con éxito"
        },
        {
            "id": "QR Codes powered by Link Taco!",
            "message": "QR Codes powered by Link Taco!",
            "translation": "Código QR por Link Taco!"
        },
        {
            "id": "You will be redirected in 10 seconds.",
            "message": "You will be redirected in 10 seconds.",
            "translation": "Serás redireccionado en 10 segundos."
        },
        {
            "id": "QR Code Details",
            "message": "QR Code Details",
            "translation": "Detalles de Código QR"
        },
        {
            "id": "Download Image",
            "message": "Download Image",
            "translation": "Bajar Imágen"
        },
        {
            "id": "Delete QR Code",
            "message": "Delete QR Code",
            "translation": "Elimiar Código QR"
        },
        {
            "id": "Something went wrong. The QR Code could not be deleted.",
            "message": "Something went wrong. The QR Code could not be deleted.",
            "translation": "Algo salió mal. El Código QE no pudo ser eliminado."
        },
        {
            "id": "QR Code successfully deleted",
            "message": "QR Code successfully deleted",
            "translation": "Código QR elminado con éxito"
        },
        {
            "id": "Do you really whant to delete this qr code",
            "message": "Do you really whant to delete this qr code",
            "translation": "Desea eliminar este código qr"
        },
        {
            "id": "Export Data",
            "message": "Export Data",
            "translation": "Exportar Datos"
        },
        {
            "id": "File format",
            "message": "File format",
            "translation": "Formato de archivo"
        },
        {
            "id": "This feature is not allowed for free user. Please upgrade.",
            "message": "This feature is not allowed for free user. Please upgrade.",
            "translation": "Esta función no está habilitada para cuentas gratuitas. Por favor actualizar"
        },
        {
            "id": "As system admin run this command in the channel you want to connect",
            "message": "As system admin run this command in the channel you want to connect",
            "translation": "Como administrador de sistema corrar el siguiente comando en el canal que desees conectar"
        },
        {
            "id": "Disconnect",
            "message": "Disconnect",
            "translation": "Desconectar"
        },
        {
            "id": "Connect",
            "message": "Connect",
            "translation": "Conectar"
        },
        {
            "id": "Connected",
            "message": "Connected",
            "translation": "Conectado"
        },
        {
            "id": "Import Data",
            "message": "Import Data",
            "translation": "Importar Datos"
        },
        {
            "id": "Source",
            "message": "Source",
            "translation": "Fuente"
        },
        {
            "id": "Click on Manage Bookmarks from the Bookmarks menu",
            "message": "Click on Manage Bookmarks from the Bookmarks menu",
            "translation": "Click en Manejar Marcadores desde el menú de Marcadores"
        },
        {
            "id": "A new window called Library will open",
            "message": "A new window called Library will open",
            "translation": "Una nueva ventana llamada Biblioteca se abrirá"
        },
        {
            "id": "In the left sidebar select the folder you want to export. To export all bookmarks select All Bookmarks",
            "message": "In the left sidebar select the folder you want to export. To export all bookmarks select All Bookmarks",
            "translation": "En la barra lateral izquierda seleccione la carpeta que desea exportar. Para exportar todos los marcadores selecciones Todos los Marcadores"
        },
        {
            "id": "Click on the icon that has two arrows (up and down) and choose 'Export Bookmarks to HTML'",
            "message": "Click on the icon that has two arrows (up and down) and choose 'Export Bookmarks to HTML'",
            "translation": "Click en el ícono con dos flechas (arriba y abajo) y escoje 'Exportar Marcador a HTML'"
        },
        {
            "id": "Go to the File menu and chose Export",
            "message": "Go to the File menu and chose Export",
            "translation": "En el menú de Archivo selecciones Exportar"
        },
        {
            "id": "Select Export Bookmarks",
            "message": "Select Export Bookmarks",
            "translation": "Selecione Exportar Marcadores"
        },
        {
            "id": "Go to the Bookmarks menu and choose Bookmark Manager",
            "message": "Go to the Bookmarks menu and choose Bookmark Manager",
            "translation": "Ve al menú de Marcadores y escoge Manejar Marcadores"
        },
        {
            "id": "In the left sidebar select the folder that you want to export",
            "message": "In the left sidebar select the folder that you want to export",
            "translation": "En la barra latareral izquierda selecciones la carpeta que desea exportar"
        },
        {
            "id": "In the top bookmark bar click on the three points at the top right",
            "message": "In the top bookmark bar click on the three points at the top right",
            "translation": "En la barra marcadores, de click en los tres puntos de la parte superior derecha"
        },
        {
            "id": "Click on on Export Bookmarks",
            "message": "Click on on Export Bookmarks",
            "translation": "Click en Exportar Marcadores"
        },
        {
            "id": "Go to https://pinboard.in/export/ and click on JSON",
            "message": "Go to https://pinboard.in/export/ and click on JSON",
            "translation": "Visita https://pinboard.in/export/ y da click en JSON"
        },
        {
            "id": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.",
            "message": "Your importing into a free account / organization, any private pinboard bookmarks will be marked restricted.",
            "translation": "Al importar a una cuenta/organización gratuita, todos los marcadores privados del tablero se marcarán como restringidos."
        },
        {
            "id": "Upgrade your account to support private bookmarks.",
            "message": "Upgrade your account to support private bookmarks.",
            "translation": "Actualice su cuenta para admitir marcadores privados."
        },
        {
            "id": "Instructions",
            "message": "Instructions",
            "translation": "Instrucciones"
        },
        {
            "id": "Safari Bookmarks",
            "message": "Safari Bookmarks",
            "translation": "Marcadores de Safari"
        },
        {
            "id": "Chrome Bookmarks",
            "message": "Chrome Bookmarks",
            "translation": "Marcadores de Chrome"
        },
        {
            "id": "Firefox Bookmarks",
            "message": "Firefox Bookmarks",
            "translation": "Marcadores de Firefox"
        },
        {
            "id": "Your bookmark import is being processed. We will notify you once it's complete.",
            "message": "Your bookmark import is being processed. We will notify you once it's complete.",
            "translation": "Se está procesando la importación de tu marcador. Te notificaremos cuando se complete."
        },
        {
            "id": "Update Note",
            "message": "Update Note",
            "translation": "Actualizar Nota"
        },
        {
            "id": "Note",
            "message": "Note",
            "translation": "Nota"
        },
        {
            "id": "Note '{Title}' on LinkTaco.com",
            "message": "Note '{Title}' on LinkTaco.com",
            "translation": "Nota '{Title}' en LinkTaco.com",
            "placeholders": [
                {
                    "id": "Title",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "link.Title"
                }
            ]
        },
        {
            "id": "note, detail, popular, links, linktaco",
            "message": "note, detail, popular, links, linktaco",
            "translation": "nota, detalle, popular, enlaces, linktaco"
        },
        {
            "id": "Create Note",
            "message": "Create Note",
            "translation": "Crear Nota"
        },
        {
            "id": "An note was successfully created.",
            "message": "An note was successfully created.",
            "translation": "Una nota fue creada con éxito"
        },
        {
            "id": "Error fetching referenced note: {Message}",
            "message": "Error fetching referenced note: {Message}",
            "translation": "Error consultado nota referenciada: {Message}",
            "placeholders": [
                {
                    "id": "Message",
                    "string": "%[1]v",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "graphError.Message"
                }
            ]
        },
        {
            "id": "Store Dashboard",
            "message": "Store Dashboard",
            "translation": "Tablero"
        },
        {
            "id": "Tour",
            "message": "Tour",
            "translation": "Tour"
        },
        {
            "id": "Recent",
            "message": "Recent",
            "translation": "Reciente"
        },
        {
            "id": "Popular",
            "message": "Popular",
            "translation": "Popular"
        },
        {
            "id": "Categories",
            "message": "Categories",
            "translation": "Categorías"
        },
        {
            "id": "About",
            "message": "About",
            "translation": "Sobre"
        },
        {
            "id": "Log in",
            "message": "Log in",
            "translation": "Iniciar Sesión"
        },
        {
            "id": "Log out",
            "message": "Log out",
            "translation": "Cerrar Sesión"
        },
        {
            "id": "GQL Playground",
            "message": "GQL Playground",
            "translation": "Zona de pruebas de GQL"
        },
        {
            "id": "Save Link",
            "message": "Save Link",
            "translation": "Guardar Enlace"
        },
        {
            "id": "Save Note",
            "message": "Save Note",
            "translation": "Guardar Noa"
        },
        {
            "id": "Personal Tokens",
            "message": "Personal Tokens",
            "translation": "Token Personales"
        },
        {
            "id": "Client Applications",
            "message": "Client Applications",
            "translation": "Aplicaciones Clientes"
        },
        {
            "id": "Lists",
            "message": "Lists",
            "translation": "Listas"
        },
        {
            "id": "Short Links",
            "message": "Short Links",
            "translation": "Links Cortos"
        },
        {
            "id": "Admin",
            "message": "Admin",
            "translation": "Administrar"
        },
        {
            "id": "Help",
            "message": "Help",
            "translation": "Ayuda"
        },
        {
            "id": "Blog",
            "message": "Blog",
            "translation": "Blog"
        },
        {
            "id": "Update Links",
            "message": "Update Links",
            "translation": "Actualizar Links"
        },
        {
            "id": "URL",
            "message": "URL",
            "translation": "URL"
        },
        {
            "id": "Order",
            "message": "Order",
            "translation": "Orden"
        },
        {
            "id": "Delete List",
            "message": "Delete List",
            "translation": "Eliminar Lista"
        },
        {
            "id": "Something went wrong. The link could not be deleted.",
            "message": "Something went wrong. The link could not be deleted.",
            "translation": "Algo salió mal. El enlace no pudo ser eliminado"
        },
        {
            "id": "Link successfully deleted",
            "message": "Link successfully deleted",
            "translation": "Enlace creado con éxito"
        },
        {
            "id": "Do you really whant to delete this link",
            "message": "Do you really whant to delete this link",
            "translation": "Desea eliminar este link"
        },
        {
            "id": "Create Links",
            "message": "Create Links",
            "translation": "Crear Links"
        },
        {
            "id": "Previous",
            "message": "Previous",
            "translation": "Anterior"
        },
        {
            "id": "No Links",
            "message": "No Links",
            "translation": "Sin Links"
        },
        {
            "id": "Update List",
            "message": "Update List",
            "translation": "Actualizar Lista"
        },
        {
            "id": "Domain",
            "message": "Domain",
            "translation": "Dominio"
        },
        {
            "id": "Is Default",
            "message": "Is Default",
            "translation": "Es por defecto"
        },
        {
            "id": "Delete Picture",
            "message": "Delete Picture",
            "translation": "Eliminar Foto"
        },
        {
            "id": "Other",
            "message": "Other",
            "translation": "Otro"
        },
        {
            "id": "Other Name",
            "message": "Other Name",
            "translation": "Otro Nombre"
        },
        {
            "id": "Social Links",
            "message": "Social Links",
            "translation": "Links Sociales"
        },
        {
            "id": "Listing successfully updated.",
            "message": "Listing successfully updated.",
            "translation": "Lista creada con éxito"
        },
        {
            "id": "Create List",
            "message": "Create List",
            "translation": "Crear Lista"
        },
        {
            "id": "A list was successfully created.",
            "message": "A list was successfully created.",
            "translation": "Una lista fue creada con éxito"
        },
        {
            "id": "Manage Links",
            "message": "Manage Links",
            "translation": "Manejar Links"
        },
        {
            "id": "No Lists",
            "message": "No Lists",
            "translation": "Sin Listas"
        },
        {
            "id": "Creation Date",
            "message": "Creation Date",
            "translation": "Fecha de Creación"
        },
        {
            "id": "QR Codes",
            "message": "QR Codes",
            "translation": "Códigos QR"
        },
        {
            "id": "List successfully deleted",
            "message": "List successfully deleted",
            "translation": "Lista eliminada con éxito"
        },
        {
            "id": "Do you really whant to delete this list",
            "message": "Do you really whant to delete this list",
            "translation": "¿Realmente quieres eliminar esta lista?"
        },
        {
            "id": "Create QR Code",
            "message": "Create QR Code",
            "translation": "Crear Código QR"
        },
        {
            "id": "Create",
            "message": "Create",
            "translation": "Crear"
        },
        {
            "id": "Download",
            "message": "Download",
            "translation": "Descargar"
        },
        {
            "id": "Custom background image",
            "message": "Custom background image",
            "translation": "Fondo de pantalla personalizado"
        },
        {
            "id": "QR Code succesfully created",
            "message": "QR Code succesfully created",
            "translation": "Código QR creado con éxito"
        },
        {
            "id": "QR Code Listing",
            "message": "QR Code Listing",
            "translation": "Código QR de Lista"
        },
        {
            "id": "View",
            "message": "View",
            "translation": "Ver"
        },
        {
            "id": "No QR Codes",
            "message": "No QR Codes",
            "translation": "No hay Códigos QR"
        },
        {
            "id": "Disconnect Mattermost",
            "message": "Disconnect Mattermost",
            "translation": "Desconectar Mattermost"
        },
        {
            "id": "Mattermost successfully disconnected",
            "message": "Mattermost successfully disconnected",
            "translation": "Mattermost desconectado con éxito"
        },
        {
            "id": "Do you really want to disconnect this organization from mattermost",
            "message": "Do you really want to disconnect this organization from mattermost",
            "translation": "Desea realmente desconectar esta organización de mattermost"
        },
        {
            "id": "Connect Mattermost",
            "message": "Connect Mattermost",
            "translation": "Connectar con Mattermost"
        },
        {
            "id": "This team is already tied to an organization",
            "message": "This team is already tied to an organization",
            "translation": "Este equipo ya se encuentra vinculado a una organización"
        },
        {
            "id": "Do you want to connect this organization to mattermost?",
            "message": "Do you want to connect this organization to mattermost?",
            "translation": "¿Deseas conectar esta organización con mattermost?"
        },
        {
            "id": "This feature is restricted to free accounts. Please upgrade.",
            "message": "This feature is restricted to free accounts. Please upgrade.",
            "translation": "Esta función está restringida para cuentas gratis. Por favor actualiza"
        },
        {
            "id": "Organization linked successfully with mattermost",
            "message": "Organization linked successfully with mattermost",
            "translation": "La organización fue vinculada con éxito"
        },
        {
            "id": "Sorry, free accounts do not support Mattermost Integration. Please upgrade to continue",
            "message": "Sorry, free accounts do not support Mattermost Integration. Please upgrade to continue",
            "translation": "Lo sentimos, las cuentas gratuitas no soportan la integración con Mattermost. Por favor actualice"
        },
        {
            "id": "Connect User",
            "message": "Connect User",
            "translation": "Conectar Usuario"
        },
        {
            "id": "In order to interact with the mattermost you have to connect your account with your link user",
            "message": "In order to interact with the mattermost you have to connect your account with your link user",
            "translation": "Para interactuar con mattermost tienes que conectar tu cuenta con tu usuario de Link Taco"
        },
        {
            "id": "Do you want to proceed?",
            "message": "Do you want to proceed?",
            "translation": "¿Desea proceder?"
        },
        {
            "id": "User connected successfully",
            "message": "User connected successfully",
            "translation": "Usuario conectado con éxito"
        },
        {
            "id": "No slack connection found",
            "message": "No slack connection found",
            "translation": "Connexión con slack no encontrada"
        },
        {
            "id": "We sent you a private msg",
            "message": "We sent you a private msg",
            "translation": "Te enviamos un mensaje privado"
        },
        {
            "id": "The text to be searched is required",
            "message": "The text to be searched is required",
            "translation": "El texto a ser buscado es requerido"
        },
        {
            "id": "No links were found for {Text}",
            "message": "No links were found for {Text}",
            "translation": "No se encuentraron links para {Text}",
            "placeholders": [
                {
                    "id": "Text",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "text"
                }
            ]
        },
        {
            "id": "No organization found",
            "message": "No organization found",
            "translation": "Organización no encontrada"
        },
        {
            "id": "The title is required",
            "message": "The title is required",
            "translation": "El título es requerido"
        },
        {
            "id": "The url is required",
            "message": "The url is required",
            "translation": "La url es requerida"
        },
        {
            "id": "The code is required",
            "message": "The code is required",
            "translation": "El código es requerido"
        },
        {
            "id": "The domain is required",
            "message": "The domain is required",
            "translation": "El dominio es requerido"
        },
        {
            "id": "Domain not found",
            "message": "Domain not found",
            "translation": "Dominio no encontrado"
        },
        {
            "id": "A new short was created succesfully",
            "message": "A new short was created succesfully",
            "translation": "A nuevo short fue creado con éxito"
        },
        {
            "id": "Url is required",
            "message": "Url is required",
            "translation": "Url es requerida"
        },
        {
            "id": "A new link was created succesfully",
            "message": "A new link was created succesfully",
            "translation": "Un nuevo enlace fue creado con éxito"
        },
        {
            "id": "Please click in the following link to tie a org {String}",
            "message": "Please click in the following link to tie a org {String}",
            "translation": "Por favor haga click en el próximo link para vincular una organización {String}",
            "placeholders": [
                {
                    "id": "String",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "baseURL.String()"
                }
            ]
        },
        {
            "id": "Installed successfully",
            "message": "Installed successfully",
            "translation": "Instalacción exitosa"
        },
        {
            "id": "Short Link",
            "message": "Short Link",
            "translation": "Link Corto"
        },
        {
            "id": "No Short Links",
            "message": "No Short Links",
            "translation": "Sin Links Cortos"
        },
        {
            "id": "Create Short Link",
            "message": "Create Short Link",
            "translation": "Crear Link Corto"
        },
        {
            "id": "Short Code",
            "message": "Short Code",
            "translation": "Código Corto"
        },
        {
            "id": "No Domain",
            "message": "No Domain",
            "translation": "Sin Dominio"
        },
        {
            "id": "An short link was successfully created.",
            "message": "An short link was successfully created.",
            "translation": "Un link corto fue creado con éxito"
        },
        {
            "id": "Update Short Link",
            "message": "Update Short Link",
            "translation": "Actualizar Link Corto"
        },
        {
            "id": "Short link successfully updated.",
            "message": "Short link successfully updated.",
            "translation": "Link Corto actualizado con éxito"
        },
        {
            "id": "Delete Short Link",
            "message": "Delete Short Link",
            "translation": "Eliminar Link Corto"
        },
        {
            "id": "Short Link successfully deleted",
            "message": "Short Link successfully deleted",
            "translation": "Link Corto eliminado con éxito"
        },
        {
            "id": "URL Shortening powered by Link Taco!",
            "message": "URL Shortening powered by Link Taco!",
            "translation": "URL acortada por Link Taco!"
        },
        {
            "id": "No URL argument was given",
            "message": "No URL argument was given",
            "translation": "No se proporcionó un argumento de URL"
        },
        {
            "id": "{Domstr}: domain not found",
            "message": "{Domstr}: domain not found",
            "translation": "{Domstr}: dominio no encontrado",
            "placeholders": [
                {
                    "id": "Domstr",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "domstr"
                }
            ]
        },
        {
            "id": "Your short link was successfully created: {String}",
            "message": "Your short link was successfully created: {String}",
            "translation": "Tu enlace corto fue creado con éxito: {String}",
            "placeholders": [
                {
                    "id": "String",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "shortURL.String()"
                }
            ]
        },
        {
            "id": "Your link was successfully saved. Details here: {String}",
            "message": "Your link was successfully saved. Details here: {String}",
            "translation": "Tu enlace fue guardado con éxito. Detalles aquí: {String}",
            "placeholders": [
                {
                    "id": "String",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "lurl.String()"
                }
            ]
        },
        {
            "id": "Link Search",
            "message": "Link Search",
            "translation": "Buscar Link"
        },
        {
            "id": "Please link your slack user with link: {Url}",
            "message": "Please link your slack user with link: {Url}",
            "translation": "Por favor vincule tu usuario de slack con el link: {Url}",
            "placeholders": [
                {
                    "id": "Url",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "url"
                }
            ]
        },
        {
            "id": "We sent you a direct message with instructions",
            "message": "We sent you a direct message with instructions",
            "translation": "Te enviamos un mensaje directo con instrucciones"
        },
        {
            "id": "Add Link",
            "message": "Add Link",
            "translation": "Agregar Link"
        },
        {
            "id": "Disconnect Slack",
            "message": "Disconnect Slack",
            "translation": "Desconectar de Slack"
        },
        {
            "id": "Slack successfully disconnected",
            "message": "Slack successfully disconnected",
            "translation": "Slack fue desconectado con éxito"
        },
        {
            "id": "Do you really want to disconnect this organization from slack",
            "message": "Do you really want to disconnect this organization from slack",
            "translation": "Desea desconectar esta organización de slack"
        },
        {
            "id": "Sorry, free accounts do not support Slack Integration. Please upgrade to continue",
            "message": "Sorry, free accounts do not support Slack Integration. Please upgrade to continue",
            "translation": "Lo sentimos, las cuentas gratis no soportan integración con Slack. Por favor actualice su subscripcón para continuar"
        },
        {
            "id": "In order to interact with Link Taco you have to connect you slack account with your link user",
            "message": "In order to interact with Link Taco you have to connect you slack account with your link user",
            "translation": "Para interactuar con Link Taco tienes que conectar tu cuenta de slack con tu usuario de Link Taco"
        },
        {
            "id": "Something went wrong. The user could not be linked.",
            "message": "Something went wrong. The user could not be linked.",
            "translation": "Algo salió mal. El usuario no puede ser vinculado."
        },
        {
            "id": "Connect to Slack Workspace",
            "message": "Connect to Slack Workspace",
            "translation": "Conectar a Slack Workspace"
        },
        {
            "id": "Invalid slack response",
            "message": "Invalid slack response",
            "translation": "Respuesta de slack inválida"
        },
        {
            "id": "Do you want to connect with slack?",
            "message": "Do you want to connect with slack?",
            "translation": "¿Deseas conectar con Slack?"
        },
        {
            "id": "Organization linked successfully with slack",
            "message": "Organization linked successfully with slack",
            "translation": "Organización vinculada con éxito con slack"
        },
        {
            "id": "Invalid email and/or password",
            "message": "Invalid email and/or password",
            "translation": "Email y/o password inválido"
        },
        {
            "id": "New passwords do not match",
            "message": "New passwords do not match",
            "translation": "Las nuevas contraseñas no coinciden"
        },
        {
            "id": "User is not authenticated",
            "message": "User is not authenticated",
            "translation": "El usuario no está autenticado"
        },
        {
            "id": "Current password given is incorrect",
            "message": "Current password given is incorrect",
            "translation": "La contraseña actual es incorrecta"
        },
        {
            "id": "This field is required.",
            "message": "This field is required.",
            "translation": "Este campo es requerido"
        },
        {
            "id": "Please enter a valid email address.",
            "message": "Please enter a valid email address.",
            "translation": "Por favor introduzca un correo válido"
        },
        {
            "id": "Please enter a valid phone number.",
            "message": "Please enter a valid phone number.",
            "translation": "Por favor introduzca un número válido"
        },
        {
            "id": "Failed the '{Tag}' tag.",
            "message": "Failed the '{Tag}' tag.",
            "translation": "El '{Tag}' falló.",
            "placeholders": [
                {
                    "id": "Tag",
                    "string": "%[1]s",
                    "type": "string",
                    "underlyingType": "string",
                    "argNum": 1,
                    "expr": "err.Tag()"
                }
            ]
        }
    ]
}
Do not follow this link